@charset "Shift_JIS";

/*link*/
a:link {color: #000000; text-decoration: none;}
a:visited {color: #464646; text-decoration: none;}
a:hover {color: #E20C14; text-decoration: underline;}

/*paging*/
.paging {margin: 10px 0px 10px 0px; padding: 0px 0px 0px 0px;
	width: 97%; height: 23px; 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:0px; padding:0px 0px 0px 0px;
	width:200px;
}

.news-title-date {
	margin:0px; padding: 5px 4px 0px 12px;
	background-image: url(../images/blid.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	color: #000000; font-size: 12px; line-height: 150%;
}

.news-title-title {
	margin:0px; padding:0px 4px 6px 12px;
	font-size: 12px; color: #000000; line-height: 150%;
	border-bottom: 1px #9F9F9F solid;
}

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

.news-detail-date {
	margin:10px 0px 0px 0px; padding:0px 0px 4px 0px;
	font-size: 12px; color: #444444;
}
.news-detail-title {
	margin:0px; padding:4px 10px 4px 10px;
	background:#A11515;
	font-size: 13px; font-weight: bold;
	color: #ffffff;
	line-height: 150%;
}
.news-detail-body {
	margin:0px 0px 3px 0px; padding:10px 10px 15px 10px;
	background:#D6ECFD;
	font-size: 12px; color: #000000; line-height: 170%;
}

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

.news-detail-link {
	margin:0px 0px 0px 0px; padding: 5px 5px 5px 60px;
	background-image: url(../images/blid2.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	font-size: 12px; line-height: 150%;
	border-bottom: 1px #9F9F9F 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;
}
