@charset "utf-8";

/*link*/
a:link {color: #a91502; text-decoration: none;}
a:visited {color: #652a22; text-decoration: none;}
a:hover {color: #d3230c; text-decoration: underline;}

/*paging*/
.paging {margin: 0px 0px -30px 0px; padding: 0px 0px 0px 0px;
	width: 100%; height: 25px; 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:25px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:200px;
	text-align: left;
}

.news-title-date {
	margin:0px; padding: 5px 0px 0px 0px;
	color: #000000; font-size: 80%; line-height: 160%; font-weight: bold;
}

.news-title-title {
	margin:0px 0px 0px 0px; padding:2px 0px 9px 0px;
	color: #ffffff; font-size: 80%; line-height: 160%; font-weight: bold;
	border-bottom: 1px #e6e6e6 solid;
}

/*news-detail*/
.container-right {
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:530px;
}
.news-detail-date {
	margin:25px 0px 2px 0px; padding:0px 0px 0px 10px;
	color: #000000; font-size: 80%; line-height: 150%; font-weight: bold;
}
.news-detail-title {
	margin:0px 0px 0px 0px; padding:9px 10px 8px 10px;
	background-color: #951502;
	color: #feff9d; font-size: 100%; line-height: 140%; font-weight: bold;
}
.news-detail-body {
	margin:0px 0px 0px 0px; padding:10px 0px 20px 10px;
	font-size: 85%; color: #000000; line-height: 180%; font-weight: bold;
	border-bottom: 1px #e6e6e6 solid;
}

.news-detail-links {
	margin:5px 0px 10px 0px; padding: 0px 0px 5px 0px;
	border-bottom: 1px #e6e6e6 solid;
}

.news-detail-link {
	margin:0px 0px 0px 0px; padding: 5px 0px 5px 32px;
	background-image: url(../images/link.jpg);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	font-size: 80%; line-height: 120%; font-weight: bold;

}

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