/* 全体 */
body{
	color: #575757;
	font-size: 16px;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background-image:url(../image/bg.jpg);
	background-repeat:repeat-x;
	height:100%;
}
img {
	display: block;
}
a{
	text-decoration:none;
	color:#575757;
}
h1 a:hover{
	opacity:0.6;
}
#wrapper{
	width:970px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
}
/* header */
#header{
	width:970px;
	height:auto;
	padding-top:30px;
}
h1{
	width:258px;
	height:auto;
	float:left;
	position:absolute;
}
#headerright{
	width:auto;
	height:auto;
	float:right;
}
#headerright li{
	width:auto;
	height:auto;
	float:left;
	margin-left:10px;
}
#topnav{
	float:right;
	_margin-top:30px;
	
}
#nav{
	clear:both;
	padding-top:10px;
	float: right;
}
/* hero */
#hero{
	clear:both;
	position:relative;
	top:20px;
}
/* section */
#section{
	margin-top:40px;
}
#section li{
	margin-bottom:7px;
	background-image:url(../image/rect.jpg);
	background-repeat:no-repeat;
	background-position:0 4px;
	padding-left:15px;
}
#section li a:hover{
	text-decoration:underline;
}
h2,h4{
	padding-bottom:20px;
}
/* side */
#side{
	width:260px;
	height:auto;
	float:right;
}
/* main */
#main{
	width:680px;
	height:auto;
	float:left;
}
h3{
	background-image:url(../image/circle.jpg);
	background-repeat:no-repeat;
	background-position:0 5px;
	padding-left:20px;
	color:#177171;
	font-weight:normal;
	margin-bottom:10px;
}
#main p,#main ul{
	padding-bottom:15px;
}
/* footer */
#page-top{
	clear:both;
	width:150px;
	height:39px;
	float:right;
	padding-top:30px;
	
}
#footer{
	clear:both;
	width:100%;
	height:300px;
	background-image:url(../image/footerbg.jpg);
	background-repeat:repeat-x;
	text-align:center;
	_margin-top:-40px;
}
address{
	font-style:normal;
	padding-top:20px;
}
