@charset 'utf-8';
/*============================

	** TOC **

	list common
		sub navigation
		content

	news

==============================*/





/*==================================*/
/* list common */
/*==================================*/

/*sub navigation
------------------------------*/
#home #subnavi {
	background-color:#84a137;
	width:800px;
	height:19px;
	border-bottom:solid 1px #2e4e25;
}



/* content
------------------------------*/
#content {
	width:800px;
}





/*==================================*/
/* news */
/*==================================*/

/* news
------------------------------*/
#news #subnavi {
	background-color:#84a137;
	width:800px;
	height:19px;
	border-bottom:solid 1px #2e4e25;
}
#news #content {
	width:759px;
	margin:0 auto;
	font-size:12px;
}
#news #content h3 {
	background:url(../images/title_news.gif) no-repeat 0 0;
	width:53px;
	height:15px;
	margin:26px 0 0 0;
}
#news #content h4 {
	background:url(../images/bg_title.gif) no-repeat 0 0;
	width:750px;
	height:43px;
	color:#ffffff;
	text-align:center;
	padding-top:14px;
	margin-left:2px;
}
#news #content .news_border {
	width:759px;
	height:20px;
	margin:24px auto 0 auto;
	border-top:1px dotted #cccccc;
}
#news #content p {
	line-height:1.4;
	font-size:12px;
}


