@charset "Shift_JIS";

/*link*/
a:link {color: #316384; text-decoration: none;}
a:visited {color: #2A2C7A; text-decoration: none;}
a:hover {color: #DB6F6F; background-color: #ffffff; text-decoration: underline;}

/*paging*/
.paging {margin: 5px 0px 0px 0px; padding: 0px 0px 0px 0px;
	width: 100%; height: 19px; 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 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:234px;
}

.news-title-date {
	margin:0px 0px 0px 0px; padding:7px 0px 0px 10px;
	background-image: url(../images/blid.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	font-size: 11px; color: #665146; line-height: 130%;

}

.news-title-title {
	margin:0px; padding:2px 0px 5px 10px;
	font-size: 11px; color: #665146; line-height: 130%;
	border-bottom: 1px #BCBBAC solid;
}

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

.news-detail-date {
	margin:15px 0px 0px 0px; padding:4px;
	font-size: 11px; color: #665146; line-height: 130%;
}
.news-detail-title {
	margin:0px; padding:10px 10px 10px 10px;
	background:#DDDCC9;
	font-size: 12px;d;
	color: #665146;
	line-height: 150%;
	border-top: 1px #BCBBAC solid;
	border-right: 1px #BCBBAC solid;
	border-left: 1px #BCBBAC solid;

}
.news-detail-body {
	margin:0px 0px 0px 0px; padding:10px 5px 10px 10px;
	font-size: 12px; color: #665146; line-height: 150%;
	border: 1px #BCBBAC solid;
}

.news-detail-links {
	margin:0px 0px 0px 0px; padding: 5px 0px 5px 0px;
	background:#F5F4E5;
	border-bottom: 1px #BCBBAC solid;
	border-right: 1px #BCBBAC solid;
	border-left: 1px #BCBBAC solid;
}

.news-detail-link {
	margin:0px 0px 0px 0px; padding: 3px 5px 3px 30px;
	background-image: url(../images/blid2.gif);
	background-repeat: no-repeat;
	background-position: 15px 4px;
	font-size: 11px; line-height: 130%;
}

.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;
}

