@charset "utf-8";

/* 追加スタイル
---------------------------------------------*/
.style3 {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.8;
}
h1 {
	margin: 0;
	padding: 0;
}
h2 {
	margin: 0;
	padding: 0;
}
h3 {
	margin: 0;
	padding: 0;
} 
h4 {
	margin: 0;
	padding: 0;
}

/* 基本スタイル
---------------------------------------------*/
* {
 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;
	background-color: #000;
}
#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: url(../images/top_bg_02.jpg) no-repeat;
	position: relative;
	top: 40px;
}

#btn_01 {
	width: 126px;
	height: 126px;
	position: absolute;
	top: 60px;
	left: 80px;
}
#btn_02 {
	width: 126px;
	height: 126px;
	position: absolute;
	top: 60px;
	left: 220px;
}
#news {
	width: 400px;
	position: absolute;
	top: 230px;
	left: 50px;
	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;
}
/* フッター
---------------------------------------------*/
#footer {
	width: 840px;
	height: 146px;
	background: url(../images/page_bg_footer.gif) no-repeat;
	clear: both;
	position: relative;
	color: #fff;
	background-color: #000;
}
#footer_navi01 {
	position: relative;
	top: 25px;
	text-align: center;
}
#footer_navi02 {
	position: relative;
	top: 37px;
	text-align: center;
}
