@charset "utf-8";


/* 基本設定 */
body {
	color: #666666; /* テキスト色 を変える場合はこちら */
	text-align:center;
	font-family: meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
}

/* リンク設定 */
div.idirectory a {
	color:#666666;
	text-decoration:underline;
}
div.idirectory a:hover {
	color:#ff0000;
	text-decoration:none;
}

/* レイアウト設定 */
#idir_wrap {
	width:900px; /* 全体幅の指定 */
	text-align:left;
	margin:0 auto;
	padding:0;
}

div.idirectory #idir_header #iframe_header {
	width:100%;
	height:180px; /* ヘッダー枠高さ インラインフレーム方式の場合必ず指定 サーバーサイドインクルードの場合は不要 */
}

div.idirectory #search_ctn {
	/* background:url(../img/bg_searchbar.gif) no-repeat; 検索バーに背景画像を使用しない場合、noneにする */
	background:none; /* 検索バーに背景画像を使用しない場合、noneにする */
	background-color:#01A1B7; /* 帯色 */
}

div.idirectory #bc_navi {
	font-size:11px;
	margin:0 0 12px;
}

div.idirectory #idir_content {
	padding:0;
}

div.idirectory #idir_footer {
	border-top:none;
	padding:0;
	clear:both;
}

div.idirectory #idir_footer #iframe_footer {
	width:100%;
	height:80px;  /* フッター枠高さ インラインフレーム方式の場合必ず指定 サーバーサイドインクルードの場合は不要 必ず指定 */
}

/* コンテンツ内設定 */
div.idirectory .cat_cnt_l,
div.idirectory .cat_cnt_r {
	width:47.5%;
	margin-bottom:24px;
	float:left;
}

div.idirectory .cat_cnt_l {
	margin-right:3%;
}

div.idirectory h2.cat_title {
	color:#01A1B7; /* アイコン色 */
	background:url(../img/folder_l_01A1B7.gif) no-repeat 0 42%; /* フォルダーアイコン */
	border-bottom:1px solid #01A1B7; /* アイコン色 */
	position:static;
}

div.idirectory h2.cat_title a {
	text-decoration:none;
	color:#01A1B7; /* アイコン色 */
}

div.idirectory h2.cat_title a:hover {
	color:#cc3d4c;
}

div.idirectory span.cat_ichiran {
	display:block;
	position:static;
	float:right;
	width:40px;
	height:20px;
	text-align:right;
}

/* IE6 */
* html div.idirectory span.cat_ichiran {
	margin-top:-25px;
}
/* IE7 */
*:first-child+html div.idirectory span.cat_ichiran {
	margin-top:-25px;
}

div.idirectory span.cat_regist {
	position:static;
	display:block;
	float:right;
	width:110px;
	height:20px;
}
/* IE6 */
* html div.idirectory span.cat_regist {
	margin-top:-25px;
}
/* IE7 */
*:first-child+html div.idirectory span.cat_regist {
	margin-top:-25px;
}

div.idirectory .sub_cat_listitem_cnt span a {
	background:url(../img/folder_s_01A1B7.gif) no-repeat 0 42%; /* フォルダーアイコン */
	padding-left:20px;
	line-height:1.2;
}

div.idirectory .sub_cat_listitem_cnt span.shortcut a {
	background:url(../img/folder_alias_s_01A1B7.gif) no-repeat 0 42%; /* フォルダーアイコン */
	padding-left:20px;
	line-height:1.2;
}

* html div.idirectory .detail_link {
	position:static;
	padding:0;
}

* html div.idirectory .detail_link img {
	position:static;
	margin:3px 6px 0 0;
}

/* 検索結果関連 */

div.idirectory ul.search_ls_category {
	list-style:none;
}

div.idirectory ul.search_ls_category li a {
	background:url(../img/folder_s_01A1B7.gif) no-repeat 0 42%; /* フォルダーアイコン */
	padding-left:20px;
	line-height:1.2;
}

div.idirectory ul.search_ls_category li.shortcut a {
	background:url(../img/folder_alias_s_01A1B7.gif) no-repeat 0 42%; /* フォルダーアイコン */
	padding-left:20px;
	line-height:1.2;
}
f
/* 検索結果関連おわり */

/* フリースペース設定（広告枠設定） */
div.idirectory h2.adspace_title {
	font-size:12px;
	color:#AAA;
	margin:0 0 12px;
	padding:0;
}

div.idirectory #idir_ad_upper {
	margin:0 0 12px;
	padding:6px 0;
}

div.idirectory #idir_ad_upper #iframe_ad_upper {
	width:100%;
	height:100px; /* 必ず指定 上部フリーエリア高さ（px）*/
}

div.idirectory .withad {
	width:622px !important; /*広告スペースがある場合のコンテンツ幅設定 ここにオーバーチュア広告が入る */
	float:left;
}

div.idirectory #idir_ad_right {
	float:left;
	width:258px; /* 右部フリーエリア幅（最大300px） */
	margin-left:20px;
}

* html div.idirectory #idir_ad_right {
	margin-left:10px;
}

div.idirectory #idir_ad_right #iframe_ad_right {
	width:100%;
	height:600px;
}
