@charset "utf-8";
/*== トップページ用スタイル ==*/

/*===== 
基本カラーコード
ダークグリーン　#003f0e
ペールグリーン　#dee4dd
 =====*/

html { height: 100%; }

body {
	width: 100%;
	height: 100%;
	background-color: #fff;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Osaka,'メイリオ','Meiryo','ＭＳ Ｐゴシック',Arial,Helvetica,sans-serif;
	font-size: 93%;
}

a { outline:none; }
a:link { color: #003f0e; text-decoration: underline; }
a:visited { color: #666; text-decoration: underline; }
a:hover { color: #003f0e; text-decoration: none; }
a:active { color: #dee4dd; text-decoration: none; }

div#container {
	position: relative;
	min-height: 100%;
}
* html div#container {
	height: 100%;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-Mac ＼*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hides from IE-Mac */

/* clearfix End */


#wrapper {
	margin :auto;
	width: 860px;
	background: #fff;
	padding-bottom: 50px;
}


/********************************ニュース設定********************************/
div#news {
	float: left;
	margin: 15px 0 10px 0;
	padding: 31px 6px 6px 6px;
	width: 236px;
	border-left: 1px solid #dee4dd;
	border-right: 1px solid #dee4dd;
	border-bottom: 1px solid #dee4dd;
	background: url(../images/head_news.gif) top no-repeat;
}

div#news ul li {
	font-size: 77%;
	line-height: 140%;
	margin-bottom: 3px;
}

div#news ul li.link {
	margin-bottom: 14px;
	padding-left: 20px;
	font-size: 77%;
	line-height: 140%;
	background: url(../images/marker.gif) left no-repeat;
}

div#news img.button {
	padding: 3px 0 3px 133px;
	width: 100px;
}

/********************************右カラム設定********************************/
div#content {
	float: right;
	margin: 15px 0 10px 0;
	padding: 0;
}

/********************************topics設定********************************/
div#topics {
	margin: 0 0 6px 0;
	padding: 25px 0 0 0;
	width: 598px;
	border-left: 1px solid #dee4dd;
	border-right: 1px solid #dee4dd;
	border-bottom: 1px solid #dee4dd;
	background: url(../images/head_topics.gif) top no-repeat;
}

div#topics div.topicbox {
	padding: 5px 6px;
	width: 586px;
}

div#topics div p.topictxt {
	float: left;
	width: 467px;
	padding: 4px 10px 4px 4px;
	font-size: 81%;
	line-height: 150%;
}

div#topics div img.more {
	display: block;
	float: right;
	margin-top: 0;
	padding: 13px 0;
	width: 100px;
	height: 25px;
}

/* padding: 8px 0 0 5px; */
	
div#topics hr {
	margin: 0 4px 0 4px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #dee4dd;
	height: 1px;
}

/********************************メインバナーエリア設定********************************/
div.banner-area1 {
	margin-bottom: 5px;
	width: 600px;
	height: 160px;
}

.banner-square {
	float: left;
	margin: 0;
	width: 196px;
}
.banner-square_center {
	float: left;
	margin: 0 6px;
	width: 196px;
}

div.banner-area2 {
	clear: both;
	width: 600px;
	margin-bottom: 6px;
}
