@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
 margin: 0px;
	padding: 0px;
	font-size: 100%;
}
body {
 	text-align: center;
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", sans-serif;
	line-height: 1.5;
	color: #666666;
	background: #FFFFFF url(../images/body_bg.gif) top repeat;
}

a {
	color: #AF6E21; text-decoration: none
}
a:visited {
	color: #999999;
}
a:hover {
	color: #AF6E21;
	 text-decoration: none
}
img {
	border: none;
	vertical-align: top;
}
#wrapper {
	width: 840px;
	margin: 0 auto;
	text-align: left;
}
#bg_01 {
	width: 852px;
	height: 599px;
	margin: 0 auto;
	background: url(../images/top_bg_01.gif) no-repeat;
	position: relative;
	top: 50px;
}
#bg_02 {
	width: 820px;
	height: 440px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	top: 40px;
}
h1 {
	color: #000;
	text-indent: -9999px;
}
h2 {
	margin: 0 0 10px 0;
	padding: 0;
}  
#btn_01 {
	width: 126px;
	height: 126px;
	position: absolute;
	top: 60px;
	left: 60px;
}
#btn_02 {
	width: 126px;
	height: 126px;
	position: absolute;
	top: 60px;
	left: 200px;
}
#news {
	width: 400px;
	position: absolute;
	top: 230px;
	left: 25px;
	text-align: left;
}
#news ul {
 	padding: 15px 0px;
	list-style: none;
}
#news li {
 	padding: 0 0 0 15px;
	background: url(../images/top_bg_arrow.gif) left top no-repeat;
	background-position: 0 6px;
 	text-decoration: none;
	margin: 0 0 3px 8px;
}
#news li a {
 	color: #333;
 	text-decoration: none;
}
#news li a:hover {
 	color: #666;
 	text-decoration: none;
}
#img {
	width: 350px;
	position: absolute;
	top: 0px;
	left: 470px;
	text-align: left;
}
/* フッター
---------------------------------------------*/
#footer {
	width: 852px;
	height: 70px;
	clear: both;
	position: relative;
	color: #FFFFFF;
	top: 40px;
}
#footer_navi01 {
	position: relative;
	top: 25px;
	text-align: center;
}
#footer_navi02 {
	position: relative;
	top: 37px;
	text-align: center;
}
