@charset "Shift_JIS";

body{
	margin:0px 0px 0px 15px;
	padding:0px 0px 0px 0px;
	background: #000000 url("../images/news_bg.gif");
	background-attachment: fixed;
	font-family: Arial, Helvetica, Verdana, "qMmpSVbNPro W3", "Hiragino Kaku Gothic Pro", Osaka, "CI", Meiryo, "lr oSVbN", sans-serif;
}

/*link*/
a:link {color: #64AAE2; text-decoration: none;}
a:visited {color: #A3B9CA; text-decoration: none;}
a:hover {color: #93CCF9; text-decoration: underline;}

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


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

.news-title-date {
	margin:0px 0px 0px 0px; padding:5px 5px 3px 20px;
	background-image: url(../images/tri.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	font-size: 11px; color: #BBBBBB; line-height: 150%;

}

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

/*news-detail*/
.container-right {
	margin:1px 10px 5px 10px;
	padding:0px 0px 0px 0px;
}
.news-detail-date {
	margin:0px; padding:4px 0px 3px 10px;
	background:#3A5AA7;
	font-size: 11px; color: #BBBBBB;
}
.news-detail-title {
	margin:0px; padding:11px 0px 10px 10px;
	background:#424242;
	font-size: 12px;
	color: #ffffff;
	line-height: 150%;
}
.news-detail-body {
	margin:0px0px 0px 30px 0px; padding:15px 5px 20px 20;
	background:#172443;
	font-size: 12px; color: #BBBBBB; line-height: 150%;
}

.news-detail-link {
	margin:0px 0px 20px 0px; padding: 5px 0px 4px 20px;
	background:#424242;
	background-image: url(../images/tri.gif);
	background-repeat: no-repeat;
	background-position: 10px 8px;
	font-size: 10px; line-height: 180%;
}

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

