@charset "utf-8";


/* 基本設定 */
body {
	color:#21282E;
	text-align:center;
	font-family: meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
}

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

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

div.idirectory #idir_header #iframe_header {
	width:100%;
	height:75px; /* 必ず指定 */
}

div.idirectory #search_ctn {
	background:none;
	background-color:#00CCFF;
}

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

div.idirectory #idir_contents {
	padding:0;
}

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

div.idirectory #idir_footer #iframe_footer {
	width:100%;
	height:25px; /* 必ず指定 */
}

/* コンテンツ内設定 */
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:#00CCFF;
	background:url(../img/folder_l_00ccff.gif) no-repeat 0 42%;
	border-bottom:1px solid #00CCFF;
}

div.idirectory h2.cat_title a {
	text-decoration:none;
	color:#00CCFF;
}

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

div.idirectory .sub_cat_listitem_cnt span a {
	background:url(../img/folder_s_00ccff.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_00ccff.gif) no-repeat 0 42%;
	padding-left:20px;
	line-height:1.2;
}

/* 検索結果関連 */

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

div.idirectory ul.search_ls_category li a {
	background:url(../img/folder_s_00ccff.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_00ccff.gif) no-repeat 0 42%;
	padding-left:20px;
	line-height:1.2;
}

/* 検索結果関連おわり */

/* 広告枠設定 */
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 #ad_upper #iframe_ad_upper {
	width:100%;
	height:100px; /* 必ず指定 */
}

* html div.idirectory #idir_ad_upper a.pr_link {
	display:block;
	float:left;
	width:44%;
	padding:2%;
	cursor:pointer;
	text-decoration:none;
	font-size:11px;
}

div.idirectory .withad {
	width:730px !important; /*広告スペースがある場合のコンテンツ幅設定*/
	float:left;
}

div.idirectory #idir_ad_right {
	float:left;
	width:200px; /* 右ショルダー広告枠の幅設定 */
	margin-left:20px;
	font-size:12px;
}

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