@charset "utf-8";
/* ===================================================================
CSS information

 file name  :top.css
 author     :yourName (admin)
 style info :トップページ
=================================================================== */
body {
	background: url(../images/top/top_bg.jpg) 0 0 repeat-x #fff;
}

#header {
	height: 195px;
}

#contents {
	padding: 0;
}

#main {
	float: none;
	width: 950px;
	min-height: inherit;
}

#main_flash {
	margin-bottom: 20px;
}

#info_area {
	padding: 0 15px;
}

#news_area {
	float: left;
	position: relative;
}

#news_area h2 {
	margin-bottom: 0.5em;
	border-bottom: 1px solid #009a66;
	color: #009a66;
	font-size: 1.5em;
}

#news_area table {
	width: 602px;
	font-size: 1em;
	letter-spacing: 0;
}

#news_area table tr td {
	border-bottom: 1px dotted #999;
	line-height: 3;
}

#news_area table tr td.firstChild {
	width: 5em;
	padding: 0 2em 0 0.5em;
}

#news_area table tr td a {
	color: #009a66;}

#news_area ul {
	position: absolute;
	right: 0;
	top: 5px;
}

#news_area ul li {
	float: left;
	padding: 0 0.5em;
}

#news_area ul li#rss {
	border-right: 1px solid #666;
}

#news_area ul li#rss a {
	padding: 2px 0 2px 19px;
	background: url(../images/icon/icon_rss.jpg) 0 0 no-repeat;
}

#banner_area {
	float: right;
	margin-top: 24px;
}

#banner_area ul li {
	margin-bottom: 12px;
}

