@charset "utf-8";
/* 20110905 */
/* android */

.top_news_title {
	display: block;
	width: 100%;
	/*height: 35px;*/
	background-color:#203C8F;
	border-top: #1D2B52 1px solid;
	border-bottom: #1D2B52 1px solid;
	/*background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.2, #203C8F),
		color-stop(0.44, #3552A2),
		color-stop(0.48, #637EB5),
		color-stop(0.78, #91A5CA)
	);*/
}
.top_news_title h3 {
	/*height: 28px;*/
	padding: 8px 0 0 3px;
	margin: 0 0 0 5px;
	font-size: 12px;
font-weight:normal;
	/*background-image: url("../images/news_title_mark.png");*/
	/*background-position: 0px 8px;
	background-repeat: no-repeat;*/
	color: #FFF;
	/*text-shadow: 0px 1px 1px #000;*/
}

.news_detail_category {
	display: block;
	margin: 5px 0 0;
	padding: 5px;
	background-color: #903;
	color: #FFF;
	font-size: 20px;
	text-shadow: 1px 1px 3px #000;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.09, #990033),
		color-stop(1, #D6517E)
	);
}
.news_detail_title {
	font-size: 18px;
	margin: 5px;
	/*text-shadow: 1px 0px 1px #AAA;*/
}
.news_detail_date {
	font-size: 12px;
	margin: 5px;
}


.news_detail_picture_left {
	float: left;
	margin: 5px;
}
.news_detail_picture_right {
	float: right;
	margin: 5px;
}
.news_detail_picture_top {
	float: none;
	text-align: center;
	margin: 5px　auto;
}
.news_detail_picture_top p {
	text-align: left;
	margin: 0 auto;
}
.news_detail_picture_bottom {
	float: none;
	text-align: center;
	margin: 5px　auto;
}
.news_detail_picture_bottom p {
	text-align: left;
	margin: 0 auto;
}


.news_detail_picture {
	margin: 5px;
	text-align: center;
}


.news_detail_picture p{
	margin: 3px 0 0 0;
}
.news_detail_words {
	margin: 0 5px 0;
	font-size: 14px;
	line-height: 1.4em;
}
#news_detail_body hr {
	clear: both;
}
.news_detail_copyrights {
	text-align: center;
}


