/* ニュース詳細ページ */

/* 左サイド記事内*/

#news-left .entry-news {
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-right:10px;
	margin-left: 20px;
	font-family: "ＭＳ Ｐゴシック";
	margin-top: 8px;
	margin-bottom: 12px;
	color: #333333;
	font-size: 13px;
	line-height: 19px;
}

#news-left .entry-news h2{
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 10px;
	margin-left: 5px;
}

#news-left .entry-news a{
	border-bottom-style: none;
}


#news-left .entry-news img{
	max-width: 590px;	
}


/* 左サイド、記事以外*/
#news-left .entry-news-others{
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-right:10px;
	margin-left: 15px;

}

/* 左サイド、画像*/
.entry-news-others .news-gallery-area{
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.entry-news-others .news-gallery-area h3{
	border-bottom:2px solid #999999;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:5px;
	padding:0;
	margin-left: 0px;
}

/* 左サイド、画像 コレクション*/
.entry-news-others .news-gallery-area .gallery-images-collection{
	margin: 0px;
	float: left;
}

.entry-news-others .news-gallery-area .gallery-images-collection a{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.entry-news-others .news-gallery-area img{
	margin: 4px;
}

.entry-news-others .news-gallery-area a:hover img{
	filter:alpha(opacity=70); /*←IE用*/
   	-moz-opacity:0.7;/*←Mozilla用*/
	opacity:0.7; 
}

/* 左サイド、画像 コレクション以外*/

.entry-news-others .news-gallery-area .gallery-images{
	margin: 0px;
	float: left;
}

.entry-news-others .news-gallery-area .gallery-images a{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.entry-news-others .gallery-images img{
	margin: 3px;
}

.entry-news-others .news-gallery-area a:hover img{
	filter:alpha(opacity=70); /*←IE用*/
   	-moz-opacity:0.7;/*←Mozilla用*/
	opacity:0.7; 
}

/* 記事ヘッダー情報*/
#entry-news-header{
	width:605px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#entry-news-header p{
	margin:3px 3px;
	font-size:12px;
	font-weight:bold;
	line-height:14px;
	color:#999999;
}
#entry-news-header a{
	border-style:none;
	color:#6699FF;
	font-size:12px;
}
#entry-news-header #first-row #bookmarklets a{
	border-style:none;
}
#entry-news-header #second-row p span{
	margin-right:4px;
}

/* 関連ニュース */
#related-news {
	font-size:13px;
	line-height:15px;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 100%;
}
#related-news h3{
	margin: 0px;
	font-size:13px;
	line-height:15px;
}
#related-news ul{
	margin: 10px 0px 0px 0px;
	padding:0px;
	list-style:none;
}
#related-news ul li{
	float:left;
	width:195px;
	height:90px;
	margin-right:5px;
}
#related-news ul li#li-end{
	margin-right:0px;
}
#related-news ul li div.related-news-box{
	display:block;
	height:90px;
}
#related-news ul li div.related-news-box div.related-news-image{
	display:block;
	overflow:hidden;
	position:relative;
	width:80px;
	height:80px;
	float:left;
	margin:0 10px 0 5px;
	border:3px solid #CCCCCC;
}
#related-news ul li div.related-news-box div.related-news-image a:hover img{
	filter:alpha(opacity=70); /*←IE用*/
   	-moz-opacity:0.7;/*←Mozilla用*/
	opacity:0.7; 
}
#related-news ul li div.related-news-box a{
	margin:0px;
	font-size:12px;
	line-height:13px;
	border-style:none;
	color:#666666;
}
#related-news ul li a{
	border-style:none;
}
#related-news ul li a img{
	width:80px;
	display:block;
}

/* 左サイド ページ下部広告 */
#news-view-bottom-ad{
	margin:40px 10px 10px 10px;
	padding:5px;
	text-align:center;
}