/*----------------------------------------------------
	news
----------------------------------------------------*/
*{
	margin:0;
	padding:0;
}


#container {
	margin:0 auto;
	width:670px;
	border: 5px solid #FBE98C;
	padding:0;
	font-family:Osaka, lr oSVbN, MS UI Gothic, sans-serif;
}

#newsF {
	margin:5px auto;
	_margin:5px;
	width:658px;
	padding:0px;
	background-color:#FBE98C;
}

#con {
	margin:0 auto;
	width:474px;
	padding:18px 0 0;
}

.interval {
	margin-top:20px;
	margin-bottom:10px;
	width:474px;
}

.txtF {
	margin:15px auto;
	text-align:left;
}

.txt {
	font-size:13px;
	line-height:1.5em;
}

.title {
	font-size:15px;
	line-height:1.8;
	text-align:center;
}

.box {
	margin: 0px auto;
	width: 452px;
	border: 1px solid #000;
	padding:5px 10px 10px;
}

.box img{
	margin: 0 65px;
}/*0909のニュース追加*/

ul.txtandIllust {
	width:474px;
	margin: 0 auto;
	padding: 5px 0;
	display: block;
	overflow: hidden;
}

ul.txtandIllust li.left {
	display: inline;
	float: left;
	list-style-type: none;
	width: 275px;
}

ul.txtandIllust li.right {
	display: inline;
	float: right;
	list-style-type: none;
}


.clearfix,
ul.txtandIllust {
	overflow: hidden;
}

.clearfix:after,
ul.txtandIllust:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

/* Hides from IE-mac \*/
*html .clearfix,
*html ul.txtandIllust {  height: 1%; overflow: visible; }
/* End hide from IE-mac */

