﻿@charset "utf-8";
@import "reset.css";

/* 全体の設定 */
html,body{
	background-color:#FFF;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size:14px;
	color:#333333;
}
a:link,a:visited,a:active{
	color:#5FB93B;
	text-decoration:none;
}
a:hover{
	color:#6A3A0C;
	text-decoration:none;
}
a:hover img{
	filter:alpha(opacity=70);
	opacity:0.7;
	-moz-opacity:0.7;
}
h2{
	color:#6A3A0C;
	font-size:18px;
	padding:6px 0 6px 3px;
	border-bottom:3px solid #5FB93B;
	margin-bottom:3px;
}

/* ヘッダー部分 */
header{
	height:374px;
	width:100%;
	background:url(../img/head.png) no-repeat center top;
	background-color:#5FB93B;
}
#top{
	height:374px;
	width:960px;
	margin:0 auto;
}
.head_logo{
	float:right;
	margin:10px;
}

/* 本文 */
#wrap{
	height: auto;
	width: 960px;
	margin: 0 auto;
}
article{
	float:left;
	width:620px;
	padding:20px 10px 55px 10px;
}
#news{
	margin-bottom:80px;
}
#news ul{
	list-style:none;
}
#news li{
	padding:5px 0;
	border-bottom:1px dotted #ccc;
}
#news li span{
	padding-right:25px;
	color:#999;
}
h2+p{
	padding-top:10px;
}
p+h2{
	padding-top:50px;
}
aside{
	float:right;
	width:300px;
	padding:10px;
}
aside p{
	line-height:21px;
	padding-top:10px;
}

/* フッター部分 */
footer{
	clear:both;
	width:960px;
	height:190px;
	margin: 0 auto;
	position: relative;
	border-top:3px solid #5FB93B;
}
.foot_logo{
	position:absolute;
	top:15px;
}
address{
	font-size:12px;
	line-height:20px;
	font-style:normal;
	text-align:right;
	float:right;
	padding:10px 0 20px;
}
address a{
	font-weight:bold;
}