@charset "UTF-8";

/*link*/
body{
	font-family: 'メイリオ', Meiryo, Verdana, 'Lucida Grande', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', sans-serif;
}

/*paging*/
.paging {margin: 10px 0px 10px 0px; padding: 0px 0px 0px 0px;
	width: 98%; overflow:hidden;
	text-align: right;}
.paging-back {margin: 0px 10px 0px 0px; padding: 0px;	color: #FFFFFF; font-size: 12px; font-weight: bold;}
.paging-next {margin: 0px 0px 0px 10px; padding: 0px;	color: #FFFFFF; font-size: 12px; font-weight: bold;}


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

.news-detail-date {
	margin:0px; padding:10px 10px 0px 0px;
	font-size: 12px; color: #ffffff;
	text-align: right;}

.news-detail-title {
	margin:0px; padding:7px 0px 0px 32px;
	background-image: url(img/bar.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height:30px;
	font-size: 12px; font-weight: bold;
	color: #000000;
	line-height: 160%;
}
.news-detail-body {
	margin:0px 0px 0px 0px; padding:15px 30px 25px 30px;
	background-image: url(img/bg.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	font-size: 12px; color: #333333; line-height: 170%;
}

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

.news-detail-link {
	margin:0px 0px 0px 0px; padding: 5px 5px 0px 30px;
	font-size: 12px; line-height: 150%; font-weight: bold;
}

.news-detail-pictures {
	margin:0px; padding:10px 25px 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;
}
