@charset "Shift_JIS";

/*link*/
a:link {color: #ffffff; text-decoration: none;}
a:visited {color: #EAE4B9; text-decoration: none;}
a:hover {color: #FCED86; text-decoration: underline;}

/*paging*/
.paging {margin: 0px 0px 10px 0px; padding: 0px 0px 0px 0px;
	width: 98%; height: 18px; overflow:hidden;
	text-align: right;}
.paging-back {margin: 0px 0px 0px 0px; padding: 0px;}
.paging-next {margin: 0px 0px 0px 0px; padding: 0px;}

/*news*/
.container-left {
	margin:10px 0px 0px 0px;
	padding:0px 20px 0px 0px;
	width:220px;

}

.news-title-date {
	margin:0px 0px 0px 0px; padding: 5px 0px 0px 17px;
	background-image: url(../images/blid.gif);
	background-repeat: no-repeat;
	background-position: 2px 8px;
	color: #999999; font-size: 11px; line-height: 150%; letter-spacing: 1px;
}

.news-title-title {
	margin:0px 0px 0px 0px; padding:0px 0px 5px 17px;
	color: #999999; font-size: 11px; line-height: 150%;
	border-bottom: 1px #333333 solid;
}

/*news-detail*/
.container-right {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:438px;
}

.news-detail-date {
	margin:20px 0px 0px 0px; padding:5px 5px 5px 5px;
	font-size: 11px; color: #999999; letter-spacing: 1px;
}
.news-detail-title {
	margin:0px; padding:5px 5px 5px 10px;
	background:#7D0D21;
	font-size: 12px; font-weight: bold;
	color: #ffffff;
	line-height: 160%;
	border-bottom: 1px #000000 solid;
}
.news-detail-body {
	margin:0px 0px 5px 0px; padding:15px 5px 15px 10px;
	background:#3E1117;
	font-size: 12px; color: #E0E0E0; line-height: 170%;
}

.news-detail-links {
	margin:0px 0px 10px 0px; padding: 0px;
}

.news-detail-link {
	margin:0px 0px 0px 0px; padding: 5px 5px 5px 20px;
	background-image: url(../images/blid.gif);
	background-repeat: no-repeat;
	background-position: 2px 7px;
	font-size: 10px; line-height: 150%;
	border-bottom: 1px #333333 solid;
}

.news-detail-pictures {
	margin:0px; padding:10px 10px 10px 10px;
	float:right;
}

.news-detail-picture {
	margin:0px; padding:5px;
}

.news-detail-body:before,
.news-detail-body:after {
 display: table;
 content: " ";
}

.news-detail-body:after {
 clear: both;
}

