@charset "utf-8";


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

/* リンク設定 */
div.idirectory a {color:#035292;text-decoration:underline;} /* リンク色 */
div.idirectory a:hover {color:#cc3d4c;text-decoration:none;} /* リンク色（マウスオーバー時）*/

/* レイアウト設定 */
#idir_wrap {
	width:980px; /* 全体幅の指定 */
	text-align:left;
	margin:0 auto;
	padding:0 10px 0;
	background:url(http://www.news-on.jp/img/body_bg.gif) repeat-y 50% 0;
}

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

div.idirectory #search_ctn {
	background:none; /* 検索バーに背景画像を使用しない場合、noneにする */
	background-color:#002F56; /* 帯色 */
}

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:auto; /* フッター枠高さ インラインフレーム方式の場合必ず指定 サーバーサイドインクルードの場合は不要 必ず指定 */
}

/* コンテンツ内設定 */
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:#004C8A; /* アイコン色 */
	background:url(../img/folder_l_002f56.gif) no-repeat 0 42%; /* フォルダーアイコン */
	border-bottom:1px solid #C8C8C8 /* アイコン色 */
}

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

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

div.idirectory .sub_cat_listitem_cnt span a {
	background:url(../img/folder_s_002f56.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_002f56.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.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.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:auto; /* 必ず指定 上部フリーエリア高さ（px）*/
}

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

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

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

div.idirectory #idir_footer #idir_copyrights {
	padding:0 20px 0;
}

div.idirectory #idir_copyrights hr {
	margin:0 -20px 10px;
	border-color:##C9C9C9;
}