@charset "Shift_JIS";


/*============================================================================
 グローバルナビ
=============================================================================*/

#contents_top #g_navi {
	clear:both;
	height:29px;
	margin:0;
	/*padding-top:10px;*/
	width:950px;
}

#contents_top #g_navi li {
	display:inline;
	list-style-type:none;
}

#contents_top #g_navi li a {
	height:29px;
	display:block;
	float:left;
	text-indent:-9999em;
	text-decoration:none;
	overflow:hidden;
/*\*//*/
	overflow:auto; 
/**/
}
/* オフ */
#contents_top #g_navi li.g_newstop a {background:url(/images_news/g_navi.jpg) no-repeat 0px 0px;width:118px;}
#contents_top #g_navi li.g_gourmet a {background:url(/images_news/g_navi.jpg) no-repeat -118px 0px;width:119px;}
#contents_top #g_navi li.g_odekake a {background:url(/images_news/g_navi.jpg) no-repeat -237px 0px;width:119px;}
#contents_top #g_navi li.g_life a {background:url(/images_news/g_navi.jpg) no-repeat -356px 0px;width:119px;}
#contents_top #g_navi li.g_entertainment a {background:url(/images_news/g_navi.jpg) no-repeat -475px 0px;width:119px;}
#contents_top #g_navi li.g_movie a {background:url(/images_news/g_navi.jpg) no-repeat -594px 0px;width:119px;}
#contents_top #g_navi li.g_woman a {background:url(/images_news/g_navi.jpg) no-repeat -713px 0px;width:119px;}
#contents_top #g_navi li.g_ranking a {background:url(/images_news/g_navi.jpg) no-repeat -832px 0px;width:118px;}
/* マウスオーバー */
#contents_top #g_navi li.g_newstop a:hover {background:url(/images_news/g_navi.jpg) no-repeat 0px -29px;width:118px;}
#contents_top #g_navi li.g_gourmet a:hover {background:url(/images_news/g_navi.jpg) no-repeat -118px -29px;width:119px;}
#contents_top #g_navi li.g_odekake a:hover {background:url(/images_news/g_navi.jpg) no-repeat -237px -29px;width:119px;}
#contents_top #g_navi li.g_life a:hover {background:url(/images_news/g_navi.jpg) no-repeat -356px -29px;width:119px;}
#contents_top #g_navi li.g_entertainment a:hover {background:url(/images_news/g_navi.jpg) no-repeat -475px -29px;width:119px;}
#contents_top #g_navi li.g_movie a:hover {background:url(/images_news/g_navi.jpg) no-repeat -594px -29px;width:119px;}
#contents_top #g_navi li.g_woman a:hover {background:url(/images_news/g_navi.jpg) no-repeat -713px -29px;width:119px;}
#contents_top #g_navi li.g_ranking a:hover {background:url(/images_news/g_navi.jpg) no-repeat -832px -29px;width:118px;}
/* オン */
#contents_top #g_navi li.g_newstop_on a {background:url(/images_news/g_navi.jpg) no-repeat 0px -29px;width:118px;}
#contents_top #g_navi li.g_gourmet_on a {background:url(/images_news/g_navi.jpg) no-repeat -118px -29px;width:119px;}
#contents_top #g_navi li.g_odekake_on a {background:url(/images_news/g_navi.jpg) no-repeat -237px -29px;width:119px;}
#contents_top #g_navi li.g_life_on a {background:url(/images_news/g_navi.jpg) no-repeat -356px -29px;width:119px;}
#contents_top #g_navi li.g_entertainment_on a {background:url(/images_news/g_navi.jpg) no-repeat -475px -29px;width:119px;}
#contents_top #g_navi li.g_movie_on a {background:url(/images_news/g_navi.jpg) no-repeat -594px -29px;width:119px;}
#contents_top #g_navi li.g_woman_on a {background:url(/images_news/g_navi.jpg) no-repeat -713px -29px;width:119px;}
#contents_top #g_navi li.g_ranking_on a {background:url(/images_news/g_navi.jpg) no-repeat -832px -29px;width:118px;}

/*============================================================================
 メイン（左）コンテンツ
=============================================================================*/

/*-----------------------------------------------
  共通設定
-----------------------------------------------*/

/*不要のようだがとっておく*/

.category {
	width: 635px;
}

.category:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

/*左カラム内で幅635pxにするためのclassらしい*/

.category_left {
	width: 635px;
	/*
	padding-bottom: 20px;
	commented out by Yuya */
	padding-bottom:10px;
}

.category_left:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.category_left_ttl {
	width: 620px;
	height: 20px;
	padding: 0px 0px 10px 0px;
	background: none;
}

.category_left_ttl h3{
	border-left:3px solid #77aaaa;
	display: block;
	float: left;
	height:18px;
	padding:1px 0 1px 7px;
	line-height: 18px;
	font-size: 14px;
}

.category_left_ttl h3 span{
	font-weight:normal;
	font-size:12px;
	color:#aaa;
	padding-left:10px;
}

.category_left_ttl_l {
background:transparent url(/images_news/category_bg_left.jpg) no-repeat scroll center top;
height:28px;
padding:0 0 16px 15px;
width:620px;
}

.category_left_ttl_l h3 {
display:block;
float:left;
font-size:14px;
line-height:30px;
}

.category_left_ttl_s {
background:transparent url(/images_news/category_bg_left_s.jpg) no-repeat scroll center top;
height:28px;
padding-bottom:16px;
width:312px;
}

.category_left_ttl_s h3 {
display:block;
float:left;
font-size:14px;
line-height:30px;
padding-left:16px;
}

.category_left_ttl_s h3 a, .category_left_ttl_s h3 visited {
color:#333333;
text-decoration:none;
}

.category_left_ttl_s h3 a:hover {
color:#333333;
text-decoration:underline;
}

/*RSSへのリンク*/
.category_left_ttl_l p.rss_icon a {
background:transparent url(/images_news/rss_icon.gif) no-repeat;
display:block;
float:right;
height:15px;
margin:7px 4px 0 0;
width:43px;
text-indent:-9999px;
}

/*RSSへのリンク（S)*/
.category_left_ttl_s p.rss_icon a {
background:transparent url(/images_news/rss_icon.gif) no-repeat;
display:block;
float:right;
height:15px;
margin:7px 4px 0 0;
width:43px;
text-indent:-9999px;
}
/*
.rss_icon a {
display:block;
float:left;
text-indent:-9999px;
}
*/

/*記事詳細へのリンク*/

.readmore {
	font-size: 12px;
	padding: 0 4px;
}

.readmore a{
	padding: 0 4px;
}

/*-----------------------------------------------
  パンくずリスト
-----------------------------------------------*/

#contents_top {
	display: block;
	padding-bottom: 9px;
}

.topicpath {
	clear: both;
	display: block;
	position: relative;
	margin: 0 auto;
	width: 950px;
	padding: 9px 0 11px 0;
}

.topicpath p {
	display: block;
	height: 15px;
	line-height: 15px;
}

.topicpath p span.btn {
	display: block;
	width: 57px;
	height: 15px;
	line-height: 15px;
	float: left;
	text-indent: -9999px;
	background: url(/images_common/icon/main_btn_path.gif) 0 0 no-repeat;
	padding:0px 6px 0 0;
}

.topicpath p span.txt {
	display: block;
}

/*パンくず非表示用*/
.topicpath_none {
	clear: both;
	display: block;
	position: relative;
	margin: 0 auto;
	width: 950px;
	padding: 9px 0 11px 0;
}

.topicpath_none p {
	display:none;
}

/*-----------------------------------------------
  広告テキスト
-----------------------------------------------*/

#ad-txt {
	display: block;
font-size:14px;
	padding: 5px 0 6px 0;
	margin: 0 auto;
	width: 950px;
	text-align: center;
}

#ad-txt p {
	color: #333333;
}

/*-----------------------------------------------
  緊急告知
-----------------------------------------------*/

#notice {
	display: block;
	padding: 0 0 6px 0;
}

#notice p {
	color: #cc0000;
}

/*-----------------------------------------------
  クレジット
-----------------------------------------------*/

#credit {
	clear: both;
	display: block;
	padding-bottom: 6px;
	width: 950px;
	font-size: 10px;
	color: #999999;
	border-bottom: 1px dotted #dddddd;
}

/*-----------------------------------------------
  関連カテゴリ
-----------------------------------------------*/

/*不要のようだがとっておく*/

#relational-category_list {
	display: block;
	padding-bottom: 7px;
	font-size: 14px;
}

#relational-category_list ul li {
	padding: 3px 0 6px 22px;
	list-style: none;
	background:url(/images_news/arrow_entertainment.gif) 10px 8px no-repeat;
}

/*-----------------------------------------------
  最新の街ニュース
-----------------------------------------------*/

/*日付トップ、年トップ等で使用している幅619の枠*/
#latest-news_main_list {
	display: block;
	width: 619px;
	padding: 3px 8px 0 8px;
	margin: 0 0 10px 0;
	font-size: 14px;
}

/*日付トップ用*/

#latest-news_main_list ul {
	margin-bottom:20px;
}

#latest-news_main_list ul li {
	font-size:14px;
	line-height:17px;
	padding: 3px 0 6px 22px;
	list-style: none;
	background:url(/images_news/arrow_entertainment.gif) 10px 8px no-repeat;
}

#latest-news_main_list ul li.fifth {
	padding-bottom:31px;
}

/*年トップ、エンタメトップ用*/

#latest-news_main_list dl dt {
	clear: left;
	float: left;
	width: 520px;
	line-height: 17px;
	padding: 3px 0 6px 14px;
	background:url(/images_news/arrow_entertainment.gif) 2px 8px no-repeat;
}

#latest-news_main_list dl dd {
	clear: right;
	float: right;
	text-align: right;
	width: 85px;
	line-height: 17px;
	color: #666666;
	padding: 3px 0 6px 0;
}

#latest-news_main_list dl dt.fifth {
	clear: left;
	float: left;
	width: 520px;
	padding: 3px 0 31px 14px;
}

#latest-news_main_list dl dd.fifth {
	clear: right;
	float: right;
	text-align: right;
	width: 85px;
	color: #666666;
	padding: 3px 0 31px 0;
}

#latest-news-control {

	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: 635px;
}

#latest-news-control_box {
	display: block;
	text-align: center;
	padding: 15px 0 0 0;
	height: 25px;
	line-height: 25px;
	border-top: 1px dotted #dddddd;
}

#latest-news-control_box p span.prev {
	display: inline;
	margin: 0 13px 0 0;
	padding-right: 18px;
	background: url(/images_common/icon/page_prev.gif) right center no-repeat;
}

#latest-news-control_box p span.next {
	display: inline;
	margin: 0 0 0 13px;
	padding-left: 18px;
	background: url(/images_common/icon/page_next.gif) left center no-repeat;
}

#latest-news-control_box p span.indicate {
	display: inline;
	margin: 0 5px;
	width: 23px;
	padding: 5px 8px;
	font-weight: bold;
	background-color: #eeeeee;
	border: 1px solid #dddddd;
	color: #333333;
}

#latest-news-control_box p span.active a {
	display: inline;
	margin: 0 5px;
	width: 23px;
	padding: 5px 8px;
	border: 1px solid #dddddd;
}

#latest-news-control_box p span.active a:hover {
	background-color: #eeeeee;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

/*============================================================================
 ランキングページ用
=============================================================================*/

#votedate {
	display: block;
	float: right;
	width: 280px;
	padding:10px 0 2px 0;
}

#votedate p{
	display: block;
	float: right;
	color: #666666;
}

#rank_navi {
	margin:10px 0 10px;
	width:635px;
}

#rank_navi dl {
	margin-left:46px;
	width:570px;
}

#rank_navi dl dt {
	float:left;
	text-align:center;
	width:120px;
}

#rank_navi dl dd {
	border-left:1px solid #ddd;
	float:left;
	text-align:center;
	width:60px;
}

#rank_navi dl dd.select a {
	font-weight:bold;
	color:#333;
}

/*-----------------------------------------------
  ランキング（総合・エリア別・カテゴリ別共用）
-----------------------------------------------*/

#news_new_ranking_box {
	clear:both;
	margin-top: 13px;
	border-top: 1px dotted #ddd;
	padding-bottom:20px;
}

.news_new_ranking_top3_block {
	clear:both;
	padding: 8px 0;
	width: 627px;
	border-bottom: 1px dotted #ddd;
}

.news_new_ranking_top3_block dl dt {
	width: 35px;
	float: left;
	line-height: 14px;
}

.news_new_ranking_top3_block dl dd {
	float: left;
	width: 590px;
	line-height: 30px;
	font-size: 14px;
	text-indent: 4px;
}

.news_new_ranking_top3_block dl dd a {
	font-size: 14px;
}

.news_new_ranking_top3_block .photo {
	border:1px solid #ddd;
	display:inline;
	float:left;
	margin-left:41px;
	text-align:center;
	min-height:94px;
	_height:94px;
	width:94px;
}

.news_new_ranking_top3_block .photo img {
	vertical-align:bottom;
}

.news_new_ranking_top3_block .photo a {
	border:3px solid #fff;
	display:block;
	width:88px;
	height:88px;
}

.news_new_ranking_top3_block .photo a:hover {
	border:3px solid #ddd;
	display:block;
	width:88px;
	height:88px;
}

.news_new_ranking_top3_block .photo_article {
	display:inline;
	float:right;
	width:480px;
}

.news_new_ranking_top3_block .photo_article p {
	line-height:20px;
}


.news_new_ranking_top3_block .photo_article p span {
	color:#aaa;
}

.news_new_ranking_block {
	width: 635px;
	color: #666;
	border-bottom: 1px dotted #ddd;
	padding:10px 0;
}

.news_new_ranking_block ol {
	list-style-position: outside;
	line-height:20px;
	font-size:14px;
	padding:3px 0 3px 4px;
	margin-left:35px;
}

.news_new_ranking_block ol li {
	text-indent: 4px;
}

.news_new_ranking_block ol li a{
	font-weight: bold;
}

.news_new_ranking_block ol li span{
	color:#aaa;
	font-size:12px;
	display:block;/*2009.11.16追記*/
	margin:2px 0 0 -4px;/*2009.11.16追記*/
}

/*============================================================================
  ニュース詳細ページ用
=============================================================================*/

/*記事カテゴリ表示*/

div.category_gourmet {
	background: url(/images_news/genre/category_ttl_gourmet.jpg) top no-repeat;
}

div.category_life {
	background: url(/images_news/genre/category_ttl_life.jpg) top no-repeat;
}

div.category_odekake {
	background: url(/images_news/genre/category_ttl_odekake.jpg) top no-repeat;
}

div.category_entertainment {
	background: url(/images_news/genre/category_ttl_entertainment.jpg) top no-repeat;
}

div.category_woman {
	background: url(/images_news/genre/category_ttl_woman.jpg) top no-repeat;
}

div.category_movie {
	background: url(/images_news/genre/category_ttl_movie.jpg) top no-repeat;
}

/*記事詳細　外枠*/

#news_detail {
	width: 635px;
	padding-top:20px;
}

/*ヘッドライン枠*/

#news_headline {
	width: 635px;
	padding-top: 10px;
}

/*ヘッドライン見出し（修正前。修正版が再生成されて全部あがってから消す）*/

#news_headline h3 {
	font-size: 24px;
	line-height: 30px;
}

/*ヘッドライン見出し（修正版）*/

#news_headline h1 { /*h2からh1に変更*/
	font-size: 24px;
	line-height: 30px;
}

/*日付*/

#news_headline_date {
	display: block;
	float: left;
	height: 20px;
	padding: 6px 6px 2px 2px;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}

#news_headline_date a {
	color:#666;
}

#news_headline_date a:visited {
	color:#666;
}

/*ブックマーク*/

#bookmark_icon {
	display: block;
	float: left;
	height: 20px;
	line-height:20px;
	padding: 2px;
	width:460px;
}

#bookmark_icon p {
	float:left;
	height: 20px;
	line-height:20px;
}

#bookmark_icon img {
	padding: 0 4px 0 0;
}

/*Sooda! */

#bookmark_icon #sooda_icon {
	clear:both;
	height:16px;
	line-height:16px;
	margin:2px 0 10px 0;
	width:400px;
}

#bookmark_icon #sooda_icon p {
	height:16px;
	line-height:16px;
}

/*各誌ロゴ*/

#logo_area {
	float:right;
	padding-right:12px;
	margin-top:4px;
	margin-bottom:12px;
	text-align:right;
	width:150px;
	/*width:130px;*/
}

/*記事枠*/

#news_detail_box {
	clear: both;
	padding:12px 0 0;
	width: 635px;
}

/*記事内　写真外枠*/

#news_detail_photo {
	float: right;
	padding: 0 0 20px 20px;
}

/*写真拡大リンク*/

#news_detail_photo p.kakudai {
	font-weight:bold;
	margin-bottom:4px;
	padding:0 10px 2px 0;
	text-align:center;
}

#news_detail_photo p.kakudai a {
	background: url(/images_news/loupe.gif) no-repeat scroll 0 2px;
	padding-left:14px;
	text-align:center;
}

/*記事内　写真内枠*/

#news_detail_photo_box {
	display: table-cell;
	padding: 0 10px 5px 0;
	background: url(/images_news/news_photo_bg.gif) bottom right no-repeat;
	vertical-align:bottom;
}

#news_detail_photo_box img{
	vertical-align:bottom;
}

#news_detail_photo_box a{
	display: block;
	padding: 4px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
}

#news_detail_photo_box a:hover{
	background-color: #ddd;
}

/*記事内　写真キャプション*/

#news_detail_caption {
	display: block;
	color: #77aaaa;
	margin: 4px;
	line-height: 14px;
}

/*記事本文*/

#news_detail_txt {
font-size: 14px;
}

#news_detail_txt p{
line-height: 20px;
padding: 0 0 20px 0;
text-indent:12px;
}

/*記事内　データ欄*/

#news_detail_data_txt {
font-size: 12px;
}

#news_detail_data_txt p {
	color: #666666;
line-height: 18px;
padding: 0 0 20px 0;
}

/*写真サムネイル欄*/

#news_photo_thumbnail_box {
	display: block;
	width:605px;
	margin: 0 0 16px 8px;
}

.news_photo_thumbnail_block {
	float: left;
	width:120px;
	margin: 0 1px 1px 0;
	background: url(/images_common/photonews_block_bg.gif) top repeat-y;
}

/*不使用かも？*/
.news_photo_thumbnail_block_w {
	float: left;
	width:120px;
	padding: 0 1px 0 0;
}

.thumbnail_photo {
	width:94px;
	height: 94px;
	margin:13px;
	background-color:#FFFFFF;
	text-align: center;
}

.thumbnail_photo a {
	border:3px solid #fff;
	display:block;
	width:88px;
	height:88px;
}

.thumbnail_photo a:hover {
	border:3px solid #ddd;
	width:88px;
	height:88px;
}

/*08/08/07 追加 IE6用 */
.thumbnail_photo a img{
	_margin-bottom: -3px;
}

/*詳細ページのみ、関連リンクと「○」ニュース ランキングの見出しをh2にするため追記（2010.5.6）*/

.category_left_ttl h2{
	border-left:3px solid #77aaaa;
	display: block;
	float: left;
	height:18px;
	padding:1px 0 1px 7px;
	line-height: 18px;
	font-size: 14px;
}

.category_left_ttl h2 span{
	font-weight:normal;
	font-size:12px;
	color:#aaa;
	padding-left:10px;
}

/*-----------------------------------------------
  データ欄（表形式）
-----------------------------------------------*/

#news_detail_data_area{
	margin-bottom:10px;
}

#news_detail_data_area h4{
	font-size:14px;
	color:#77aaaa;
	margin:0 0 6px 0;
	width:604px;
}

#news_detail_data_area h5{
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	margin:0 0 6px 0;
	width:604px;
}

#news_detail_data_area table{
	border-collapse:collapse;
	font-size:12px;
	width:620px;
}

#news_detail_data_area table th{
	background-color:#eee;
	border:1px solid #ddd;
	font-weight:normal;
	padding:4px;
	text-align:center;
	width:60px;

}

#news_detail_data_area table td{
	background-color:#fff;
	border:1px solid #ddd;
	padding:4px;
}

#news_detail_data_area table td img.link_map{
	position:relative;
	top:2px;
	left:0;
	margin-left:4px;
}

/*-----------------------------------------------
  アクセスランキング（2009.5月追記）
-----------------------------------------------*/

#access_ranking_new {
	margin-bottom: 20px;
}

#access_ranking_new ol {
	font-size:14px;
	line-height:33px;
	height:33px;
}

#access_ranking_new ol li span {
	font-size:12px;
	color:#aaa;
}

#access_ranking_new ol.gray_bg {
	background-color:#eee;
}

#access_ranking_new ol li {
	list-style:none;
	padding-left:35px;
}

#access_ranking_new ol li.top01 {background:transparent url(/images_common/sub/ranking_icon_001.gif) no-repeat scroll 4px 3px; font-weight:bold;}
#access_ranking_new ol li.top02 {background:transparent url(/images_common/sub/ranking_icon_002.gif) no-repeat scroll 4px 3px; font-weight:bold;}
#access_ranking_new ol li.top03 {background:transparent url(/images_common/sub/ranking_icon_003.gif) no-repeat scroll 4px 3px; font-weight:bold;}
#access_ranking_new ol li.top04 {background:transparent url(/images_common/sub/ranking_icon_004.gif) no-repeat scroll 4px 3px;}
#access_ranking_new ol li.top05 {background:transparent url(/images_common/sub/ranking_icon_005.gif) no-repeat scroll 4px 3px;}
#access_ranking_new ol li.other_rank {list-style-type:decimal; list-style-position:outside; padding-left:0px; margin-left:36px;}

#access_ranking_new ol li.top01 span,
#access_ranking_new ol li.top02 span,
#access_ranking_new ol li.top03 span {
	font-weight:normal;
}

#access_ranking_new #access-ranking_more {
	text-align:right;
}

#access_ranking_new #access-ranking_more a {
	padding: 0 0 0 17px;	
	background: url(/images_common/icon/arrow_blue.gif) no-repeat;
	background-position: 8px 4px;
	height: 13px;
	line-height: 13px;
}

#access_ranking_new a.rank_up {
	padding-left:22px;	
	background: url(/images_news/ico_up.gif) no-repeat;
}

#access_ranking_new a.rank_down {
	padding-left:22px;	
	background: url(/images_news/ico_down.gif) no-repeat;
}

#access_ranking_new a.rank_stay {
	padding-left:22px;	
	background: url(/images_news/ico_stay.gif) no-repeat;
}

#access_ranking_new a.rank_first {
	padding:3px 0 3px 22px;

	background: url(/images_news/ico_first.gif) no-repeat;
}

/*-----------------------------------------------
  映画情報枠
-----------------------------------------------*/
.movie_info {
 background-color:#e5f2f3;
	padding:12px 10px;
	margin:0 0 15px 0;
	width:610px;
}

.movie_info h4 {
	font-size:14px;
	margin-bottom:5px;
}

.movie_info p {
	font-size:12px;
	line-height:18px;
}

.movie_info .photo {
	border:1px solid #baeef1;
	background-color:#fff;
	float:left;
	text-align:center;
	min-height:72px;
	_height:72px;
	width:94px;
}

.movie_info .photo img {
	vertical-align:bottom;
}

.movie_info .photo a {
	border:3px solid #fff;
	display:block;
	width:88px;
	height:66px;
}

.movie_info .photo a:hover {
	border:3px solid #baeef1;
	display:block;
	width:88px;
	height:66px;
}

/*写真つきの場合は見出しと記事をこれで囲む*/
.movie_info .photo_article {
	float:right;
	width:494px;
}

.movie_info .photo_article p.movie_sche {
	float:right;
	margin-right:2px;
	margin-top:2px;
	padding-left:10px;
	background:transparent url(/images_news/arrow_entertainment.gif) no-repeat scroll 2px 6px;
}

.movie_info .photo_article p span {
	color:#aaa;
}

/*-----------------------------------------------
  KOS枠
-----------------------------------------------*/

.kos_info {
 background-color:#e5f2f3;
	padding:12px 10px;
	margin:0 0 15px 0;
	width:610px;
}

.kos_info h4 {
	font-size:14px;
	margin-bottom:5px;
}

.kos_info p {
	font-size:12px;
	line-height:18px;
}

.kos_info p.price {
	font-weight:bold;
}

.kos_info .photo {
	border:1px solid #baeef1;
	background-color:#fff;
	float:left;
	text-align:center;
	min-height:72px;
	_height:72px;
	width:94px;
}

.kos_info .photo img {
	vertical-align:bottom;
}

.kos_info .photo a {
	border:3px solid #fff;
	display:block;
	width:88px;
}

.kos_info .photo a:hover {
	border:3px solid #baeef1;
	display:block;
	width:88px;
}

.kos_info .photo_article {
	float:right;
	width:504px;
}

.kos_info .photo_article p.movie_sche {
	float:right;
	margin-right:2px;
	margin-top:2px;
	padding-left:10px;
	background:transparent url(/images_news/arrow_entertainment.gif) no-repeat scroll 2px 6px;
}

.kos_info .photo_article p span {
	color:#aaa;
}

/*-----------------------------------------------
  各カテゴリへ戻る
-----------------------------------------------*/

.back_category{
	clear:both;
	font-size:12px;
	margin:10px 0;
	text-align:right;
}

.back_category a {
	padding: 0 0 0 17px;	
	background: url(/images_common/icon/arrow_blue.gif) no-repeat;
	background-position: 8px 4px;
	height: 13px;
	line-height: 13px;
}


/*-----------------------------------------------
  Yahoo!ニュースへ戻る
-----------------------------------------------*/

.back_yahoo{
	clear:both;
	font-size:12px;
	margin:20px 0 10px 0;
	text-align:right;
}

/*============================================================================
  写真詳細ページ用
=============================================================================*/

#article_headline {
	display: block;
	width: 635px;
	background: url(/images_news/headline_bg_mid_entertainment.gif) repeat-y;
	margin-bottom:20px;
}

#article_headline_box_btm {
	display: block;
	padding-bottom: 6px;
	background: url(/images_news/headline_bg_btm_entertainment.gif) bottom no-repeat;
}

#article_headline_box_top {
	display: block;
	padding-top: 7px;
	width: 635px;
	background: url(/images_news/headline_bg_top_entertainment.jpg) top no-repeat;
}

#article_headline_box {
	display: block;
	width: 605px;
	padding: 18px 15px;
	clear: both;
	text-align:center;
}

#article_headline_box:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

#article_headline_box #news_photo_thumbnail_box {
	margin: 0 0 16px 0;
	width:605px;
}

/*記事見出し*/

#article_headline_box h2 {
	font-size:18px;
	margin-bottom:6px;
	text-align:left;
}

/*記事リード*/

#article_headline_txt2 {
	clear: both;
	display: block;
	line-height: 22px;
	margin-bottom:4px;
	text-align:left;
}

/*各誌ロゴ*/

#article_headline_box #logo_area {
	padding-right:0;
	margin-bottom:0;
}

/*写真外枠*/

#article_headline_photo {
	width: 599px;
	margin: 0 auto;
}

/*写真ナビ*/

#article_headline_photo .photo_back {
	float:left;
	height:318px;
	width:90px;
}

#article_headline_photo .photo_back a {
	background:url(/images_news/photo_navi_back.gif) no-repeat 20px 140px;
	display:block;
	height:316px;
	text-indent:-9999px;
	width:90px;
}

#article_headline_photo .photo_back a:hover {
	border:1px solid #ddd;
	background:url(/images_news/photo_navi_back_on.gif) no-repeat 19px 139px;
	width:88px;
}

#article_headline_photo .photo_next {
	float:left;
	height:318px;
	width:90px;
}

#article_headline_photo .photo_next a {
	background:url(/images_news/photo_navi_next.gif) no-repeat 20px 140px;
	display:block;
	height:316px;
	text-indent:-9999px;
	width:90px;
}

#article_headline_photo .photo_next a:hover {
	border:1px solid #ddd;
	background:url(/images_news/photo_navi_next_on.gif) no-repeat 19px 139px;
	width:88px;
}

/*写真内枠*/

#article_headline_photo #article_headline_photo_box {
	display:inline;
	padding: 8px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	float:left;
	margin: 0 auto;
	text-align:center;
	width:400px;
}

#article_headline_photo #article_headline_photo_box img {
	vertical-align:bottom;
}

/*写真コピーライト*/

#article_copyright {
	color:#333333;
	font-size:10px;
	padding-bottom:5px;
	margin:0 auto;
	width:400px;
}

/*写真キャプション*/

#article_headline_photo_caption {
	color: #77aaaa;
	font-size: 12px;
	padding: 8px 0;
	margin:0 auto;
	width:400px;
}

/*記事へのリンク*/

#article_headline_photo_readmore {
	color: #77aaaa;
	font-size: 14px;
	padding: 6px 0 16px 0;
	margin:0 auto;
	width:400px;
}

/*不使用そうだがとっておく*/
#article_headline_txt_box {
	display: table-cell;
}

/*Google Ads*/
#google_ads{
	margin-top:15px;
	margin-bottom:25px;
	padding:7px 0px 7px 83px;
	width:552px;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}

/*写真部分のコピーライト挿入*/
.copyrightPictBottom{
	color: #c1c1c1;
	font-size:10px;
	margin-top:4px;
}

/*============================================================================
  ニュース詳細ページ＆写真詳細ページ用
=============================================================================*/

/*-----------------------------------------------
  関連リンク
-----------------------------------------------*/

/*関連リンク枠*/

#relational-article {
	clear:both;
	padding-bottom:15px;
}

.relational-link {
	padding:0 0 12px 16px;
	width:604px;
}

.relational-link h4 {
	font-size:14px;
	margin-bottom:5px;
}

.relational-link h4 a {
	background: url(/images_news/arrow_entertainment.gif) no-repeat scroll 2px 6px;
	padding-left:12px;
}

.relational-link p {
	font-size:12px;
	line-height:18px;
	margin-left:12px;
}

.relational-link .photo {
	border:1px solid #ddd;
	float:left;
	/*margin-right:8px;*/
	text-align:center;
	min-height:94px;
	_height:94px;
	width:94px;
}

.relational-link .photo img {
	vertical-align:bottom;
}

.relational-link .photo a {
	border:3px solid #fff;
	display:block;
	width:88px;
	height:88px;
}

.relational-link .photo a:hover {
	border:3px solid #ddd;
	display:block;
	width:88px;
	height:88px;
}

/*写真つきの場合は見出しと記事をこれで囲む*/
.relational-link .photo_article {
	float:right;
	width:500px;
}

.relational-link .photo_article p span {
	color:#aaa;
}

#relational-link_list {
	display: block;
	padding-bottom: 7px;
	margin-left:7px;
	font-size: 14px;
}

#relational-link_list ul li {
	padding: 3px 0 6px 22px;
	list-style: none;
	background:url(/images_news/arrow_entertainment.gif) 10px 8px no-repeat;
}

#relational-link_list ul li span {
	color:#aaa;
	font-size:12px;
}

/*文頭 カテゴリアイコン（現在は不使用）*/

#relational-link_list ul li.ico_shopping {padding: 3px 0 6px 118px; background:url(/images_news/icon/ico_shopping.gif) 10px 3px no-repeat;}
#relational-link_list ul li.ico_gourmet {padding: 3px 0 6px 118px; background:url(/images_news/icon/ico_gourmet.gif) 10px 3px no-repeat;}
#relational-link_list ul li.ico_hotel {padding: 3px 0 6px 118px; background:url(/images_news/icon/ico_hotel.gif) 10px 3px no-repeat;}
#relational-link_list ul li.ico_movie {padding: 3px 0 6px 118px; background:url(/images_news/icon/ico_movie.gif) 10px 3px no-repeat;}
#relational-link_list ul li.ico_onsen {padding: 3px 0 6px 118px; background:url(/images_news/icon/ico_onsen.gif) 10px 3px no-repeat;}
#relational-link_list ul li.ico_out {padding: 3px 0 6px 118px; background:url(/images_news/icon/ico_out.gif) 10px 3px no-repeat;}
#relational-link_list ul li.ico_present {padding: 3px 0 6px 118px; background:url(/images_news/icon/ico_present.gif) 10px 3px no-repeat;}
#relational-link_list ul li.ico_special {padding: 3px 0 6px 118px; background:url(/images_news/icon/ico_special.gif) 10px 3px no-repeat;}
#relational-link_list ul li.ico_travel {padding: 3px 0 6px 118px; background:url(/images_news/icon/ico_travel.gif) 10px 3px no-repeat;}
#relational-link_list ul li.ico_wedding {padding: 3px 0 6px 118px; background:url(/images_news/icon/ico_wedding.gif) 10px 3px no-repeat;}
#relational-link_list ul li.ico_youtube {padding: 3px 0 6px 118px; background:url(/images_news/icon/ico_youtube.gif) 10px 3px no-repeat;}

#relational-link_list ul li img {
	padding-right: 4px;
}

/*もっと見る*/

.read_more_link {
	margin-bottom:8px;
	text-align:right;
}

.read_more_link span#read_more_link_nav {
	background:transparent url(/images_news/arrow_entertainment.gif) no-repeat scroll 2px 4px;
	cursor:pointer;
	font-size:12px;
	padding-left:12px;
	color:#0099ff
}

/*-----------------------------------------------
  ピックアップコンテンツ
-----------------------------------------------*/

#main .category_right {
	width: 635px;
	padding:0;
	border:none;
	margin-bottom: 10px;
}

#main .category_right_ttl {
	width: 635px;
	height: 25px;
	padding: 0;
	background:none;
}

#main .category_right_ttl h3{
	display: block;
	float:none;
	line-height: 15px;
	font-size: 12px;
	height: 15px;
	padding: 0 0 10px 0;
	background: url(/images_common/pickup_contents_bg_ttl.gif) no-repeat;
	text-indent: -9999px;
}

#main #walkerplus-recommend {
	margin-bottom:30px;
	font-size: 12px;
	border-bottom: 1px dotted #dddddd;
}

#main #walkerplus-recommend_list {
	width:635px;
	padding: 0;
	font-size: 12px;
}

#main #walkerplus-recommend_list ul li {
	float:left;
	list-style: none;
	background:url(/images_news/arrow_entertainment.gif) 2px 4px no-repeat;
	padding: 0 0 10px 13px;
	margin-left:16px;
	_margin-left:8px;
	width:280px;
}

/*-----------------------------------------------
  注目の情報
-----------------------------------------------*/

#note {
	padding-bottom: 5px;
	margin-bottom: 44px;
	font-size: 14px;
	border-bottom: 1px dotted #dddddd;
}

#note h3 {
	width: 635px;
	height: 15px;
	padding: 0 0 10px 0;
	background: url(/images_common/note_bg_ttl.gif) no-repeat;
	text-indent: -9999px;
}

#note_box {
	width: 635px;
}

#note_block_left {
	float:left;
	width: 160px;
}

#note_block_right {
	float:right;
	width: 451px;
	padding: 0 12px;
	line-height: 19px;
}

#note_block_right h4 {
	font-size: 14px;
	padding: 0 0 2px 0;
}

#note_block_right p.right{
	margin-top: 26px;
	text-align: right;
	font-size: 12px;
}

/*-----------------------------------------------
  レクタングルボックス
-----------------------------------------------*/

#rec_box {
	width: 635px;
}

#rec_block_left {
	float:left;
	width: 160px;
}

#rec_block_right {
	font-size: 12px;
	float:right;
	padding: 0 12px;
	width: 451px;
	line-height: 19px;
}

div#rec_ttl{
	font-size: 14px;
	padding: 0 0 2px 0;
	width:451px;
}

div#rec_ttl{width:451px;line-height:1.5;font-weight:bold;}

div#rec_link{width:451px;text-align: right;font-size: 12px;}

/*-----------------------------------------------
  メイン新バナー
-----------------------------------------------*/

#bn_main {
	width: 635px;
	margin-bottom:20px;
	text-align:center;
}

/*============================================================================
  ニューストップ用（リニューアル版）
=============================================================================*/

/*-----------------------------------------------
  ヘッドライン
-----------------------------------------------*/

#headline_new {
	display: block;
	width: 635px;
	margin-bottom: 20px;
	background: url(/images_news/headline_bg_mid.gif) repeat-y;
}

#headline_new_box_btm {
	display: block;
	position: relative;
	padding-bottom: 6px;
	background: url(/images_news/headline_bg_btm_new.jpg) bottom no-repeat;
}

#headline_new_box_top {
	display: block;
	position: relative;
	padding-top: 7px;
	width: 635px;
	background: url(/images_news/headline_bg_top_new.jpg) top no-repeat;
}

#headline_new_box {
	display: block;
	position: relative;
	clear: both;
	font-size: 14px;
	padding:15px 0 4px 20px;
}

#headline_new_box:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

#headline_new_box #headline_new_waku {
	width:586px;
	padding-left:20px;
}

#headline_new_box #headline_new_waku .headlineTOP_left {
	width:276px;
	float:left;
	margin:0 0 14px 0;
}

#headline_new_box #headline_new_waku .headlineTOP_left h2 {
	font-size:16px;
	line-height:22px;
	margin-bottom:10px;
}

#headline_new_box #headline_new_waku .headlineTOP_left p {
	font-size:14px;
	line-height:22px;
}

#headline_new_box #headline_new_waku .headlineTOP_left p img {
	float:left;
	margin:4px 6px 0 0;
}

#headline_new_box #headline_new_waku ul.headline_otherNews {
	clear:none;
	float:right;
	padding-top:0;
	width:290px;
}

#headline_new_box #headline_new_waku ul.headline_otherNews li {
	background: transparent url(/images_news/arrow_entertainment.gif) no-repeat scroll 3px 4px;
	list-style: none;
	padding: 0 0 10px 13px;
	line-height:18px;
}

#headline_new_box #Topics_keyword {
	clear:both;
}

#headline_new_box #Topics_keyword dl dt {
	float:left;
	font-weight:bold;
	padding-right:6px;
	padding-top:10px;
}

#headline_new_box #Topics_keyword dl dd {
	float:left;
	padding-right:14px;
	padding-top:10px;
}

/*-----------------------------------------------
  PR
-----------------------------------------------*/
#pr {
	clear: both;
	display: block;
	margin-bottom: 20px;
	padding: 6px 0;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
}

#pr p {
	display: block;
	padding: 3px 0;
	font-size: 14px;
	font-weight: bold;
	text-align:left;
}

#pr p span.btn {
	display: block;
	height: 13px;
	line-height: 15px;
	float: left;
	padding:0px 6px 0 0;
	text-indent: -9999px;
	width: 28px;
	float:left;
	background: url(/images_news/pr_btn_entertainment.gif) 0 0 no-repeat;
}

#pr p span.txt {
	height: 15px;
	line-height: 15px;
	text-align:left;
}

/*-----------------------------------------------
  最新記事（修正版）
-----------------------------------------------*/

.newstop_list_new {
	width:635px;
}

.newstop_list_new .newstop_list_left {
	float:left;
	width:312px;
}

.newstop_list_new .newstop_list_right {
	float:right;
	width:312px;
}

.newstop_list_new .newstop_new_article {
	padding:0 0 12px 6px;
	width:306px;
}

.newstop_list_new .newstop_new_article h4 {
	font-size:14px;
	margin-bottom:5px;
	line-height:20px;
}

.newstop_list_new .newstop_new_article p {
	font-size:12px;
	line-height:20px;
}

.newstop_list_new .newstop_new_article .photo {
	border:1px solid #ddd;
	float:left;
	text-align:center;
	min-height:94px;
	_height:94px;
	width:94px;
}

.newstop_list_new .newstop_new_article .photo img {
	vertical-align:bottom;
}

.newstop_list_new .newstop_new_article .photo a {
	border:3px solid #fff;
	display:block;
	width:88px;
	height:88px;
}

.newstop_list_new .newstop_new_article .photo a:hover {
	border:3px solid #ddd;
	display:block;
	width:88px;
	height:88px;
}

/*写真つきの場合は見出しと記事をこれで囲む*/
.newstop_list_new .newstop_new_article .photo_article {
	float:right;
	width:196px;
	padding-right:6px;
}
.newstop_list_new .newstop_new_article .photo_article p span {
	color:#aaa;
}

.newstop_list_new .new_article_list {
	display: block;
	padding-bottom: 7px;
	margin-left:6px;
	font-size: 14px;
}

.newstop_list_new .new_article_list ul li {
	padding-bottom:10px;
	list-style: none;
}

.newstop_list_new .new_article_list ul li a {
	padding: 3px 0 6px 12px;
	background:url(/images_news/arrow_entertainment.gif) no-repeat 0 8px;
}

.newstop_list_new .new_article_list ul li span {
	color:#aaa;
	font-size:12px;
}

.newstop_list_new p.readmore_news {
	float:right;
	font-size:14px;
	background:url(/images_news/arrow_entertainment.gif) no-repeat 0 5px;
	margin-bottom:10px;
	padding-left:8px;
}

/*-----------------------------------------------
  地域のニュース
-----------------------------------------------*/

.area_list dl {
	padding:0 0 12px 6px;
}

.area_list dl dt {
	background: transparent url(/images_news/arrow_entertainment.gif) no-repeat scroll 0px 5px;
	font-size:14px;
	padding: 0 0 8px 13px;
	float:left;
	width:60px;
}

.area_list dl dt a {
		color:#333;
}

.area_list dl dd {
	font-size:14px;
	padding: 0 0 8px 0;
	float:left;
	width:550px;
}

/*-----------------------------------------------
  バックナンバー
-----------------------------------------------*/

.backnumber_list {
	margin-bottom:30px;
}

.backnumber_list ul {
	padding-left:6px;
	width:623px;
}

.backnumber_list ul li {
	font-size:14px;
	list-style: none;
	float:left;
}

.backnumber_list ul li a {
	font-weight:bold;
}

/*============================================================================
  ニュース検索ページ用（newsSearch.cssの定義を移動したもの）
=============================================================================*/

/*-----------------------------------------------
  最新写真ニュース
-----------------------------------------------*/

#latest-news-ranking_box ul{
	padding: 1px;
	list-style: none;
}
#latest-news-ranking_box ul li{
	display: inline;
}
#latest-news-ranking_box ul li img{
	padding: 3px;
}

/*-----------------------------------------------
  記事検索（メインエリア）
-----------------------------------------------*/

#searcharea_new {
	background-color:#eee;
	margin-bottom:10px;
	padding:20px 0;
	width:635px;
}

#searcharea_new .searchform {
	margin:0px auto;
	text-align:left;
	width:400px;
}

#searcharea_new .searchform .inputarea {
	font-size:12px;
	height:12px;
	padding:1px;
	width:280px;
}

#searcharea_new #search_keyword {
	clear:both;
	margin-left:120px;
	width:500px;
}

#searcharea_new #search_keyword dl dt {
	float:left;
	font-weight:bold;
	padding-top:10px;
}

#searcharea_new #search_keyword dl dd {
	float:left;
	padding-right:14px;
	padding-top:10px;
}

/*-----------------------------------------------
  検索件数（メインエリア）
-----------------------------------------------*/

#searchnumber {
	border-bottom:1px dotted #ddd;
	margin-bottom:10px;/*5.27追記*/
	width: 635px;
}

#searchnumber h2 {
	font-size:16px;
}

#searchnumber p {
	font-size:12px;
	padding:10px 0 4px;
	width:300px;
}

#searchnumber p.number {
	float:left;
}

#searchnumber p.new {
	float:right;
	text-align:right;
}

/*-----------------------------------------------
  検索結果（メインエリア）
-----------------------------------------------*/
#search_news_list {
	border-top:1px dotted #ddd;
	padding-top:10px;
	margin-bottom:10px;
}

#search_news_list h3 {
	font-size:14px;
	margin:10px 0;
}

#search_news_list .new_article {
	padding:0 0 12px 16px;
	width:604px;
}

#search_news_list .new_article h4 {
	font-size:14px;
	margin-bottom:5px;
}

#search_news_list .new_article h4 a {
	background: url(/images_news/arrow_entertainment.gif) no-repeat scroll 2px 6px;
	padding-left:12px;
}

#search_news_list .new_article p {
	font-size:12px;
	line-height:18px;
	margin-left:12px;
}

#search_news_list .new_article .photo {
	border:1px solid #ddd;
	float:left;
	text-align:center;
	min-height:94px;
	_height:94px;
	width:94px;
}

#search_news_list .new_article .photo img {
	vertical-align:bottom;
}

#search_news_list .new_article .photo a {
	border:3px solid #fff;
	display:block;
	width:88px;
	height:88px;
}

#search_news_list .new_article .photo a:hover {
	border:3px solid #ddd;
	display:block;
	width:88px;
	height:88px;
}

/*写真つきの場合は見出しと記事をこれで囲む*/
#search_news_list .new_article .photo_article {
	float:right;
	width:500px;
}
#search_news_list .new_article .photo_article p span {
	color:#aaa;
}

/*-----------------------------------------------
  検索結果なし（メインエリア）
-----------------------------------------------*/

#box_noresult {
	width: 635px;
	clear:both;
	padding: 5px 0px 5px;
	text-align:center;
}

#box_noresult p {
	padding:4px 0;
	line-height:20px;
	margin:0 auto;
	width:300px;
}

#box_noresult p.result_txt {
	font-size:14px;
	font-weight:bold;
	margin-bottom:4px;
	width: 635px;
}

/*-----------------------------------------------
  ページング
-----------------------------------------------*/

#latest-news-control {
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0 16px 0;
	width: 635px;
}

#latest-news-control_box {
	display: block;
	text-align: center;
	padding: 15px 0 0 0;
	height: 25px;
	line-height: 25px;
	border-top: 1px dotted #ddd;
}

#latest-news-control_box p span.prev {
	display: inline;
	margin: 0 13px 0 0;
	padding-right: 18px;
	background: url(/images_common/icon/page_prev.gif) right center no-repeat;
}

#latest-news-control_box p span.next {
	display: inline;
	margin: 0 0 0 13px;
	padding-left: 18px;
	background: url(/images_common/icon/page_next.gif) left center no-repeat;
}

#latest-news-control_box p span.indicate {
	display: inline;
	margin: 0 5px;
	width: 23px;
	padding: 5px 8px;
	font-weight: bold;
	background-color: #eee;
	border: 1px solid #ddd;
	color: #333333;
}

#latest-news-control_box p span.active a {
	display: inline;
	margin: 0 5px;
	width: 23px;
	padding: 5px 8px;
	border: 1px solid #ddd;
}

#latest-news-control_box p span.active a:hover {
	background-color: #eeeeee;
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

/*============================================================================
  特集一覧ページ用
=============================================================================*/

/*-----------------------------------------------
  ヘッドライン
-----------------------------------------------*/

#headline_box_btm_2 {
	display: block;
	position: relative;
	padding-bottom: 6px;
	margin-bottom:20px;
	background: url(/images_news/headline_bg_btm.gif) left bottom no-repeat;
}

#headline_box_top_2 {
	display: block;
	position: relative;
	padding-top: 7px;
	width: 635px;
	background: url(/images_news/headline_bg_top.jpg) top left no-repeat;

}

#headline_box_2 {
	display: block;
	position: relative;
	width: 605px;
	padding: 15px;
	clear: both;
	font-size: 14px;
}

#headline_box_2:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

#headline_photo_2 {
	float: left;
	display: block;
	margin: 0 auto;
}

#headline_photo_box_2 {
	display: table-cell;
	padding: 0 9px 5px 0;
	background: url(/images_news/pic_bg_btm.gif) bottom right no-repeat; }

#headline_photo_box_2 img{
	display: block;
	padding: 4px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
}

#headline_ttl_2 {
	float: right;
	display: block;
	color:#0099FF;
}

#headline_txt_2 {
	margin-bottom: 10px;
	padding-bottom: 4px;
}

#headline_txt_2 h2{
	padding: 0 0 8px 0;
	font-size: 24px;
}

#headline_txt_2 h2 img{
	margin:0 0 -6px 3px;
}

#headline_txt_2 p{
	border-top:1px dotted #c1c1c1;
	padding-top: 3px;
	font-size: 12px;
	color: #666666;
	text-align:right;
}

#headline_txt2_2 {
	line-height: 22px;
	color: #666666;
}

.specialAreaTop{
	list-style: none;
	margin: 10px 0px 10px 0px;
}

.specialAreaTop li{
	float:left;
	padding: 3px 5px 0px 5px;
}

.specialAreaTop li a{
	font-size:12px;
}

/*-----------------------------------------------
  特集リンク
-----------------------------------------------*/

#specialtop_column {
	margin-bottom:6px;
}

#specialtop_column .column_top_outer {
  background: transparent url(/images_news/column_dotline.gif) no-repeat left bottom;
	padding-bottom:8px;
	width:635px;
}

#specialtop_column .column_btm_outer {
	padding-bottom:8px;
	margin-bottom:10px;
	width:635px;
}

#specialtop_column .column_left {
	border-right:1px dotted #ddd;
	float:left;
	padding:0 0 6px 6px;
	width:309px;
}

#specialtop_column .column_right {
	float:right;
	padding:0 0 6px 6px;
	width:309px;
}

#specialtop_column h4 {
	font-size:14px;
	margin-bottom:6px;
}

#specialtop_column .column_btm_outer h4 {
	margin-top:8px;
}

#specialtop_column p {
	line-height:18px;
	margin-bottom:10px;
	width:290px;
}

#specialtop_column p img {
	float:left;
	margin-right:8px;
}

/*-----------------------------------------------
  特集リスト
-----------------------------------------------*/

#specialAll_list{
	margin-bottom:26px;
}

#specialAll_list p{
	margin:0 0 10px 6px;
}

.special_list_title{
	margin-left:6px;
}

#specialAll_list .special_list_title h4{
	font-size: 14px;
	background:transparent url(/images_news/arrow_entertainment.gif) no-repeat scroll 0 8px;
	padding:3px 0 6px 12px;
}

#specialAll_list .special_list_title h4 span{
	font-weight: normal
}

/*============================================================================
  カテゴリトップ
=============================================================================*/

/*-----------------------------------------------
  カテゴリ見出し
-----------------------------------------------*/

/*記事カテゴリ見出し　h1を使う形に修正（2010.5.6）*/

h1.category_gourmet {
	background: url(/images_news/genre/category_ttl_gourmet.jpg) top no-repeat; text-indent:-9999px;
}

h1.category_life {
	background: url(/images_news/genre/category_ttl_life.jpg) top no-repeat; text-indent:-9999px;
}

h1.category_odekake {
	background: url(/images_news/genre/category_ttl_odekake.jpg) top no-repeat; text-indent:-9999px;
}

h1.category_entertainment {
	background: url(/images_news/genre/category_ttl_entertainment.jpg) top no-repeat; text-indent:-9999px;
}

h1.category_woman {
	background: url(/images_news/genre/category_ttl_woman.jpg) top no-repeat; text-indent:-9999px;
}

h1.category_movie {
	background: url(/images_news/genre/category_ttl_movie.jpg) top no-repeat; text-indent:-9999px;
}

/*-----------------------------------------------
  ヘッドライン
-----------------------------------------------*/

#headline_category {
	padding:8px 0 10px 0;/*padding-topを34から変更（2010.5.6）*/
}

#headline_category .new_article {
	padding-left:6px;
	width:623px;
}

#headline_category .new_article h2 {
	font-size:16px;
	line-height:22px;
	margin-bottom:5px;
}

#headline_category .new_article p span {
	color:#aaa;
	font-size:12px;
	font-weight:normal;
}

#headline_category .new_article p {
	font-size:14px;
	line-height:20px;
}

#headline_category .new_article .photo {
	border:1px solid #ddd;
	float:left;
	text-align:center;
	min-height:246px;
	_height:246px;
	width:246px;
}

#headline_category .new_article .photo img {
	vertical-align:bottom;
}

#headline_category .new_article .photo a {
	border:3px solid #fff;
	display:block;
	width:240px;
	height:240px;
}

#headline_category .new_article .photo a:hover {
	border:3px solid #ddd;
	display:block;
	width:240px;
	height:240px;
}

#headline_category .new_article .photo_article {
	float:right;
	width:365px;
}

/*-----------------------------------------------
  PR
-----------------------------------------------*/
#pr_cate_top {
	clear: both;
	display: block;
	margin-bottom: 10px;
	padding: 6px 0;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
}

#pr_cate_top p {
	display: block;
	padding: 3px 0 3px 10px;
	font-size: 14px;
	font-weight: bold;
	text-align:left;
}

#pr_cate_top p span.btn {
	display: block;
	height: 13px;
	line-height: 15px;
	float: left;
	padding:0px 6px 0 0;
	text-indent: -9999px;
	width: 28px;
	float:left;
	background: url(/images_news/pr_btn_entertainment.gif) 0 0 no-repeat;
}

#pr_cate_top p span.txt {
	height: 15px;
	line-height: 15px;
	text-align:left;
}

/*-----------------------------------------------
  最新記事
-----------------------------------------------*/

#category_news_list {
	margin-bottom:10px;
}

#category_news_list .new_article {
	padding:0 0 12px 6px;
	width:615px;
}

#category_news_list .new_article h4 {
	font-size:14px;
	margin-bottom:5px;
}

#category_news_list .new_article h4 a {
	background: url(/images_news/arrow_entertainment.gif) no-repeat scroll 2px 6px;
	padding-left:12px;
}

#category_news_list .new_article p {
	font-size:12px;
	line-height:18px;
	margin-left:12px;
}

#category_news_list .new_article .photo {
	border:1px solid #ddd;
	float:left;
	/*margin-right:8px;*/
	text-align:center;
	min-height:94px;
	_height:94px;
	width:94px;
}

#category_news_list .new_article .photo img {
	vertical-align:bottom;
}

#category_news_list .new_article .photo a {
	border:3px solid #fff;
	display:block;
	width:88px;
	height:88px;
}

#category_news_list .new_article .photo a:hover {
	border:3px solid #ddd;
	display:block;
	width:88px;
	height:88px;
}

/*写真つきの場合は見出しと記事をこれで囲む*/
#category_news_list .new_article .photo_article {
	float:right;
	width:511px;
}
#category_news_list .new_article .photo_article p span {
	color:#aaa;
}

#category_news_list .new_article_list {
	border-top:1px dotted #ddd;
	padding:10px 0 7px 0;
	margin-left:6px;
	font-size: 14px;
}

#category_news_list .new_article_list ul li {
	padding-bottom:10px;
	list-style: none;
}

#category_news_list .new_article_list ul li a {
	padding: 3px 0 6px 12px;
	background:url(/images_news/arrow_entertainment.gif) no-repeat 0 8px;
}

#category_news_list .new_article_list ul li span {
	color:#aaa;
	font-size:12px;
	display:block;/*2009.11.16追記*/
	margin:4px 0 0 7px;/*2009.11.16追記*/
}

/*-----------------------------------------------
  記事検索
-----------------------------------------------*/

#searcharea_cate {
	background-color:#eee;
	margin-bottom:10px;
	padding:20px 0;
	width:635px;
}

#searcharea_cate .searchform {
	margin:0px auto;
	text-align:left;
	width:400px;
}

#searcharea_cate .searchform .inputarea {
	font-size:12px;
	height:12px;
	padding:1px;
	width:280px;
}

#searcharea_cate #search_keyword {
	clear:both;
	margin-left:120px;
	width:500px;
}

#searcharea_cate #search_keyword dl dt {
	float:left;
	font-weight:bold;
	padding-top:10px;
}

#searcharea_cate #search_keyword dl dd {
	float:left;
	padding-right:14px;
	padding-top:10px;
}

/*-----------------------------------------------
  カテゴリナビ
-----------------------------------------------*/

#categori_navi {
	margin:20px 0 30px 0;
	width:635px;
}

#categori_navi dl {
	width:500px;
	margin-left:60px;
}


#categori_navi dl dt {
	float:left;
	width:120px;
	text-align:center;
}

#categori_navi dl dd {
	border-left:1px solid #ddd;
	float:left;
	width:60px;
	text-align:center;
}

/*============================================================================
  日付インデックス
=============================================================================*/

#latest_news_date {
	margin-bottom:10px;
	font-size: 14px;
}

#latest_news_date ul {
	margin-left:8px;
}

#latest_news_date ul.listing li {
	font-size:14px;
	line-height:17px;
	padding: 3px 0 6px 22px;
	list-style: none;
	background:url(/images_news/arrow_entertainment.gif) 10px 8px no-repeat;
}

#latest_news_date ul.listing li  span{
	color:#aaa;
	font-size:12px;
}

#latest_news_date ul.listing li.fifth {
	padding-bottom:31px;
}

#latest_news_date .backnum_list dl {
	width:620px;
}

#latest_news_date .backnum_list dl dt {
	float:left;
	padding-left:18px;
	width:85px;
}

#latest_news_date .backnum_list dl dd {
	float:right;
	width:508px;
}

#latest_news_date .backnum_list dl dd ul {
	list-style:none;
}

#latest_news_date .backnum_list dl dd ul li {
	border-right:1px solid #ddd;
	display:inline;
	width:32px;
	float:left;
	height:20px;
	line-height:20px;
	text-align:center;
	margin-bottom:6px;
}

/*年リンク*/

#latest_news_date .backnum_list ul.year {
	float:right;
	list-style:none;
	margin-top:8px;
}

#latest_news_date .backnum_list ul.year li {
	float:left;
}

/*============================================================================
  月インデックス
=============================================================================*/

#latest_news_month {
	margin-bottom:10px;
	font-size: 14px;
}

#latest_news_month .calendar {
	margin-bottom:20px;
	padding-left:27px;
}

#latest_news_month .calendar table {
	border:1px solid #ddd;
	border-collapse:collapse;
	float:left;
	margin-right:30px;
	width:274px;
	_display:inline;
}

#latest_news_month .calendar table caption {
	font-weight:bold;
	padding-bottom:6px;
	padding-top:10px;
	width:274px;
	_display:inline;
}

#latest_news_month .calendar table th {
	background-color:#eee;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:2px solid #ddd;
	border-left:1px solid #ddd;
	font-size: 12px;
	font-weight:normal;
	text-align:center;
	height:25px;
	width:38px;
}

#latest_news_month .calendar table td {
	border-right:1px solid #ddd;
	border-bottom:1px dotted #ddd;
	border-left:1px solid #ddd;
	font-size: 12px;
	text-align:center;
	height:25px;
	width:38px;
}

#latest_news_month .calendar table td a {
	display:block;
	height:20px;
	padding-top:5px;
	width:38px;
}

#latest_news_month .calendar table td a:hover {
	background-color:#e2f0f1;
	text-decoration:none;
}

/*年リンク*/

#latest_news_month ul.year {
	float:right;
	list-style:none;
	margin-top:20px;
}

#latest_news_month ul.year li {
	float:left;
}

/*============================================================================
  リスティング特集
=============================================================================*/

/*-----------------------------------------------
  インデックスページ
-----------------------------------------------*/

#sp_lisiting_index {
	margin-bottom:10px;
	font-size: 12px;
}

#sp_lisiting_index .list_area {
	padding:0 0 10px 6px;
	width:635px;
}

#sp_lisiting_index .list_img {
	width:60px;
	float:left;
	display:inline;
	margin-left:6px; 
}

#sp_lisiting_index .list_txt {
	width:554px;
	float:right;
	display:inline;
	margin-right:6px; 
}

#sp_lisiting_index .list_txt h4 {
	font-size:14px;
	margin-bottom:6px;
}

#sp_lisiting_index .list_txt h4 a {
	background:transparent url(/images_news/arrow_entertainment.gif) no-repeat scroll 0 4px;
	padding-left:10px;
}


#sp_lisiting_index .list_txt p {
	font-size:12px;
	line-height:14px;
}

/*-----------------------------------------------
  記事検索（メインエリア）
-----------------------------------------------*/

#searcharea_sp {
	background-color:#eee;
	margin-bottom:10px;
	padding:20px 0;
	width:635px;
}

#searcharea_sp .searchform {
	margin:0px auto;
	text-align:left;
	width:430px;
}

#searcharea_sp .searchform .inputarea {
	font-size:12px;
	height:12px;
	padding:1px;
	width:280px;
}

#searcharea_sp #search_keyword {
	clear:both;
	margin-left:105px;
	width:500px;
}

#searcharea_sp #search_keyword dl dt {
	float:left;
	font-weight:bold;
	padding-top:10px;
}

#searcharea_sp #search_keyword dl dd {
	float:left;
	padding-right:14px;
	padding-top:10px;
}

/*-----------------------------------------------
  タイトル・リード（全部画像バージョン）
-----------------------------------------------*/

#sp_lisiting_title {
	width: 635px;
	margin-bottom:25px;
}

#sp_lisiting_title p {
	font-size:12px;
	line-height:16px;
	text-align:left;
	padding-top:5px;
}

/*-----------------------------------------------
  タイトル・リード（画像＆テキストバージョン）
-----------------------------------------------*/

#sp_lisiting_title_txt_outer {
	background: url(/images_news/sp_title_btm.jpg) no-repeat scroll center bottom;
	width: 635px;
	margin-bottom:20px;
	padding-bottom:3px;
}

#sp_lisiting_title_txt {
	background: url(/images_news/sp_title_top.jpg) no-repeat scroll 0 0;
	width:620px;
	margin:0;
	padding:45px 15px 20px 0;
}

#sp_lisiting_title_txt #sp_image {
	display:inline;
	width:auto;
	margin:0 10px 0 20px;
	float:right;
}

#sp_lisiting_title_txt h2 {
	font-size:25px;
	line-height:27px;
	text-align:left;
	margin:0 0 0 20px;
}

#sp_lisiting_title_txt p {
	font-size:14px;
	line-height:24px;
	text-align:left;
	margin:8px 0 0 23px;
}

#sp_lisiting_title_txt .copy {
	clear:both;
	color:#aaa;
	font-size:10px;
	line-height:14px;
	margin:2px 0 0 20px;
}


/*-----------------------------------------------
  記事リスティング
-----------------------------------------------*/
#sp_lisiting_list {
	margin-bottom:10px;
}

#sp_lisiting_list h3 {
	font-size:14px;
	margin:20px 0;
}

#sp_lisiting_list .sp_article {
	padding:0 0 18px 16px;
	width:604px;
}

#sp_lisiting_list .sp_article h4 {
	font-size:14px;
	margin-top:4px;
	margin-bottom:3px;
}

#sp_lisiting_list .sp_article h4 a {
	background: url(/images_news/arrow_entertainment.gif) no-repeat scroll 2px 6px;
	padding-left:12px;
}

#sp_lisiting_list .sp_article h5 {
	font-size:12px;
	line-height:14px;
	margin:0 0 4px 12px;
	padding-bottom:6px;
	border-bottom:1px dotted #ccc;
}

#sp_lisiting_list .sp_article p {
	font-size:12px;
	line-height:18px;
	margin-left:12px;
}

#sp_lisiting_list .sp_article .photo {
	border:1px solid #ddd;
	float:left;
	text-align:center;
	min-height:94px;
	_height:94px;
	width:94px;
}

#sp_lisiting_list .sp_article .photo img {
	vertical-align:bottom;
}

#sp_lisiting_list .sp_article .photo a {
	border:3px solid #fff;
	display:block;
	width:88px;
	height:88px;
}

#sp_lisiting_list .sp_article .photo a:hover {
	border:3px solid #ddd;
	display:block;
	width:88px;
	height:88px;
}

#sp_lisiting_list .sp_article .photo_article {
	float:right;
	width:500px;
}
#sp_lisiting_list .sp_article .photo_article p span {
	color:#aaa;
}

/*-----------------------------------------------
   関連特集＆特設コンテンツ
-----------------------------------------------*/

#main #relation_sp .category_right {
	width: 635px;
	padding:0;
	border:none;
	margin-bottom: 10px;
}

#main #relation_sp .category_right_ttl {
	width: 635px;
	height: 25px;
	padding: 0;
	background:none;
}

#main #relation_sp .category_right_ttl h3{
	display: block;
	float:none;
	line-height: 15px;
	font-size: 12px;
	height: 15px;
	padding: 0 0 10px 0;
	background: url(/images_news/relation_sp_bg_ttl.gif) no-repeat;
	text-indent: -9999px;
}

#main #relation_sp #walkerplus-recommend {
	margin-bottom:30px;
	font-size: 12px;
	border-bottom: 1px dotted #dddddd;
}

#main #relation_sp #walkerplus-recommend_list {
	width:635px;
	padding: 0;
	font-size: 12px;
}

#main #relation_sp #walkerplus-recommend_list ul li {
	float:left;
	list-style: none;
	background:url(/images_news/arrow_entertainment.gif) 2px 4px no-repeat;
	padding: 0 0 10px 13px;
	margin-left:16px;
	_margin-left:8px;
	width:280px;
}

/*-----------------------------------------------
  Yahoo ショッピング枠
-----------------------------------------------*/

#y_shopping {
	background:url(/images_news/y_shopping_bg.gif) repeat-x top left;
 	border:1px solid #ddd;
	width:630px;
	margin-bottom:20px;
}

#y_shopping h3 {
	font-size:14px;
	padding:10px 0 0 10px;
	width:200px;
	float:left;
}

#y_shopping p.y_shopping_logo {
	width:184px;
	height:35px;
	float:right;
}

#y_shopping p.y_shopping_logo a {
	background:url(/images_news/y_shopping_logo.gif) no-repeat top right;
	text-indent: -9999px;
	display:block;
	width:184px;
	height:35px;
}

/*KOSロゴの場合*/
#y_shopping p.kos_logo {
	width:210px;
	height:35px;
	float:right;
}

#y_shopping p.kos_logo a {
	background:url(/images_news/kos_logo.gif) no-repeat top right;
	text-indent: -9999px;
	display:block;
	width:210px;
	height:35px;
}

#y_shopping #shopping_inner {
	clear:both;
	width:630px;
	margin-bottom:20px;
}

#y_shopping #shopping_inner dl {
	width:150px;
	display:inline;
	float:left;
	margin:5px 0 0 5px;
	text-align:center;
}

#y_shopping #shopping_inner dl dt {
	border:1px solid #ddd;
	min-height:94px;
	_height:94px;
	width:94px;
	text-align:center;
	margin:0 auto;
}

#y_shopping #shopping_inner dl dt img {
	vertical-align:bottom;
}

#y_shopping #shopping_inner dl dt a {
	border:3px solid #fff;
	display:block;
	width:88px;
	height:88px;
}

#y_shopping #shopping_inner dl dt a:hover {
	border:3px solid #ddd;
	display:block;
	width:88px;
	height:88px;
}

#y_shopping #shopping_inner dl dd {
	width:140px;
	margin:0 auto;
	padding:4px 0;
	line-height:18px;
}

#y_shopping #shopping_inner dl dd.info_txt {
	font-weight:bold;
}

/*============================================================================
  RSS一覧
=============================================================================*/

#rss p {
	margin-bottom:10px;
	line-height:18px;
}

#rss .category_main_ttl {
	width: 635px;
	height: 35px;
	background: url(/images_news/category_bg_main_a.jpg) top no-repeat;
}

#rss .category_main_ttl h3 {
	display: block;
	float: left;
	line-height: 28px;
	font-size: 12px;
	text-indent: 17px;
}

#rss .rss_block_ttl {
	clear:both;
	width: 625px;
	height: 22px;
	margin:8px 0;
	background: url(/images_news/category_bg_main_b.gif) top left no-repeat;
	border-bottom: 1px solid #dddddd;
}

#rss .rss_block {
	padding-bottom:25px;
}

#rss .rss_block_2 {
	padding-bottom:0;
}

#rss .rss_block_ttl h4 {
	display: block;
	float: left;
	line-height: 22px;
	font-size: 12px;
	text-indent: 10px;
}

#rss .rss_block_ttl p {
	display: block;
	float: right;
	line-height: 22px;
	margin-right:15px;
	display:inline;
	margin-bottom:0;
	padding-bottom:0;
}

#rss .rss_block dl {
	border-bottom:none;
	border-top:1px dotted #bfbfbf;
	float:left;	
	padding:4px 0;
	margin:0 0 0 12px;
	width:296px;
	display:inline;
}

#rss .rss_block dl.last {
	border:none;
	/*clear:both;*/
	/*width:600px;*/
}

#rss .rss_block dl.long {
	border-bottom:none;
	border-top:1px dotted #bfbfbf;
	clear:both;
	width:604px;
}

#rss .rss_block dl dt{
	float:left;
	padding:5px 0 0 3px;
	width:220px;
}

#rss .rss_block dl dd {
	float:left;
	padding-top:3px;
}

#rss .rss_block dl.long dt {
	margin-top:11px;
}

#rss .rss_block dl.long dd.caption {
	padding-left:20px;
	width:280px;
}

#rss .rss_block dl.long dd img {
	margin-top:10px;
}

/*============================================================================
  サイト案内
=============================================================================*/

#sitemap p {
	line-height:18px;
}

#sitemap .category_main_ttl {
	width: 635px;
	height: 35px;
	background: url(/images_news/category_bg_main_a.jpg) top no-repeat;
}

#sitemap .category_main_ttl h3 {
	display: block;
	float: left;
	line-height: 28px;
	font-size: 12px;
	text-indent: 17px;
}

#sitemap_box {
	padding: 5px 0 0 10px;
}

.sitemap_block {
	position: relative;
	padding: 0 0 10px 0;
}


.sitemap_block_list_a {
	width: 630px;
	padding: 7px 0 14px 0;
}
/*
.sitemap_block_list_a ul {
	width: 600px;
	line-height: 18px;
}

.sitemap_block_list_a ul li {
	float: left;
	width: 180px;
	padding: 0 0 2px 20px;
	list-style: none;
	background:url(/images_news/arrow_info_a.gif) 12px 6px no-repeat;
}
*/

.sitemap_block_list_a ul {
	width: 614px;
	line-height: 18px;
	border:1px solid #ddd;
}

.sitemap_block_list_a ul li {
	float: left;
	width: 204px;
	padding:10px 0;
	list-style: none;
	display:inline;
	text-align:center;
	border-right:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}

.sitemap_block_list_a ul li.none {
	border-right:none;
}

.sitemap_block_list_a ul li.last {
	border-bottom:none;
}




