@charset "UTF-8";
/* common */

#wrapper {
	position: relative;
	background: url(../img/index/bg.jpg);
	width: 890px;
	margin: 0 auto;
	height: 628px;
}
/* g_nav */
nav {
	padding: 30px 0 0;
}
ul#nav_ {
	width: 708px;
	height: 93px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	background: url(../img/common/nav.gif) no-repeat center top;
}
ul#nav_ li {
	float: left;
	text-indent: -5000px;
}
ul#nav_ a {
	width: 177px;
	height: 93px;
	background: url(../img/common/nav.gif) no-repeat 0 top;
	display: block;
}
ul#nav_ li.page1 a {
	background-position: 0px top;
}
ul#nav_ li.page1 a:hover {
	background-position: 0px bottom;
}
ul#nav_ li.page1_current a {
	background-position: 0px bottom;
}
ul#nav_ li.page2 a {
	background-position: -177px top;
}
ul#nav_ li.page2 a:hover {
	background-position: -177px bottom;
}
ul#nav_ li.page2_current a {
	background-position: -177px bottom;
}
ul#nav_ li.page3 a {
	background-position: -354px top;
}
ul#nav_ li.page3 a:hover {
	background-position: -354px bottom;
}
ul#nav_ li.page3_current a {
	background-position: -354px bottom;
}
ul#nav_ li.page4 a {
	background-position: -531px top;
}
ul#nav_ li.page4 a:hover {
	background-position: -531px bottom;
}
ul#nav_ li.page4_current a {
	background-position: -531px bottom;
}

h2 {
	position: absolute;
	right: 40px;
	top: 322px;
}
#main_area div.textbox {
	background: url(../img/common/bg_white.png);
	position: absolute;
	right: 20px;
	color: #6a3906;
	top: 426px;
	padding: 10px;
	font-size: 90%;
}
#main_area div.plof {
	background: url(../img/common/bg_white.png);
	position: absolute;
	left: 12px;
	color: #000;
	top: 135px;
	padding: 10px;

}
#main_area div.plof2 {
	background: url(../img/common/bg_white.png);
	position: absolute;
	right: 12px;
	color: #000;
	top: 135px;
	padding: 10px;

}
#main_area div.plof p {
	width: 267px;
	padding: 0 10px;
	font-size: 12px;
	line-height: 18px;
}
#main_area div.plof p strong{
	font-weight:bold;}

#main_area div#btn {
	width: 160px;
	height: 179px;
	position: absolute;
	left: 50px;
	bottom: 50px;
	cursor: pointer;
	display: block;
}
#main_area div#btn p span {
	font-size: 50%;
	display: block;
	letter-spacing: -1px;
}
