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

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


/*
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:#333;
	text-decoration:none;
}
a:link {/*未訪問*/}
a:visited {/*訪問済*/}
a:hover {/*マウスオーバー*/}

.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:url(../images/cont_bg.jpg);
}

#main{
	height: 662px;
	background:url(../images/mainBg.jpg) no-repeat;
}

#contents h2{
	font-size: 14px;
	text-align: center;
	padding: 22px;
	line-height: 1.8em;
}

#merit{
	height: 236px;
	background:url(../images/merit.png) no-repeat;
	position: relative;
}

	#merit .link01{
		left: 300px;
		top: 163px;
		width: 143px;
		height: 36px;
	}

	#merit .link02{
		left: 512px;
		top: 163px;
		width: 372px;
		height: 36px;
	}

#lineup{
	height: 968px;
	background:url(../images/lineup.png) no-repeat;
	position: relative;
}

	#lineup .btn01,
	#lineup .btn02,
	#lineup .btn03{
		width: 300px;
		height: 60px;
		left: 365px;
	}

	#lineup .btn01{top:231px;}
	#lineup .btn02{top:534px;}
	#lineup .btn03{top:850px;}

#footer{
	padding:50px;
	text-align: center;
}




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

.btn:hover{/*絶対値ボタンを作る場合*/
	background: #FFF;
	filter:alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}

.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;
}
