@charset "utf-8";
/* 
CSS Information
 File name:      news.css
 Author:         Administrator
 Style Info:     /news.php
----------------------------------------------------- */
/* CSS override and Class setting
***********************************/

/* #news
***********************************/
section ul.newsList {
	padding: 10px;
}
section ul.newsList li {
	display: block;
	margin: 0 0 20px;
	border: solid 1px #999;
}
section ul.newsList li:last-child {
	margin-bottom: 0;
}
section ul.newsList li h2 {
	padding: 5px 10px;
	background: #666;
	color: #fff;
	font-size: 108%;
	font-weight: bold;
	text-align: left;
}
section ul.newsList li .date {
	display: block;
	padding: 10px;
	color: #666;
	font-size: 93%;
	text-align: right;
}
section ul.newsList li .thumb {
	display: block;
	margin: 0 auto;
	width: 790px;
	text-align: center;
}
section ul.newsList li .thumb img {
	width: auto;
	height: auto;
	max-width: 790px;
	vertical-align: top;
}

section ul.newsList li .body {
	margin: 10px;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.6;
}
section ul.newsList li .body strong {
	font-weight: bold;
}
