@charset "utf-8";
/* CSS Document */

html,body {
	margin: 0 auto;
	padding: 0;
	font: 80%/160% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #E6E6E6;
	color:#999;
}


/*
TEMPLATE STYLE--------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------
*/

/*リセット*/
h1,h2,h3,h4,h5,h6 {font-weight:normal;font-size:1em;padding-top:0px;padding-right:0px;padding-bottom:0px;}
ul li {list-style-type:none; margin:0; padding:0;}
a img {border:0;}
p,form {margin: 0px;padding: 0px;}
a:hover, a:active{
	outline:none;
}

/*下部マージン調節*/
.m_b_5 {margin-bottom: 5px;}
.m_b10 {margin-bottom: 10px;}
.m_b20 {margin-bottom: 20px;}
.m_b30 {margin-bottom: 30px;}

/*リンク設定*/

a {/*ベース(未設定の場合の基準)*/
	color:#F00;
	text-decoration:none;
}
a:link {/*未訪問*/}
a:visited {/*訪問済*/}
a:hover {
	background: #FFF;
	filter:alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}

.pkg:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.pkg {
	min-height: 1px;
}
* html .pkg {
	height: 1px;
	/*¥*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;/**/
}


/*
ORIGINAL STYLE--------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------
*/

#contents{
	position: relative;
	margin: 0 auto;
	width: 950px;
	background: #FFF;
}

.backBtn a{
	box-shadow:0px 0px 8px rgba(0,0,0,0.2);
	font-size:90%;
	position:fixed;
	display:block;
	padding:10px;
	background:#FFF;
	top:10px;
	left:10px;
	border-radius:4px;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	color:#666;
}

.backBtn a:hover{
	text-decoration:none;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.btn{/*絶対値ボタンを作る場合*/
	position:absolute;
	text-indent:-9999px;
	display:block;
}

#area01,
#area02,
#area03,
#area04,
#area05,
#area06,
#area07,
#area08{
	position: relative;
}

#area01{
	height: 558px;
	background: url(../images/bg01.png)
}
#area02{
	height: 202px;
	background: url(../images/bg02.png)
}
#area03{
	height: 511px;
	background: url(../images/bg03.png)
}
#area04{
	height: 869px;
	background: url(../images/bg04.png)
}

#area05{
	text-align: center;
	height: 401px;
}

#area06{
	height: 1182px;
	background: url(../images/bg06.png)
}
#area07{
	text-align: center;
	height: 108px;
}
#area08{
	height: 202px;
	background: url(../images/bg08.png)
}

.logo{
	position: absolute;
	top: 250px;
	left: 50px;
	width: 848px;
	height: 176px;
}

.ph01{
	width: 380px;
	height: 740px;
	top: 70px;
	left: 30px;
}