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

/*-------------------------------------------------------
基本情報
------------------------------------------------------- */
body{
	font-family: ヒラギノ, "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
	font-size:12px;
	line-height:1.50;
	color:#3b0808;
	width:auto;
}
a:link{color:#4f2104; text-decoration:none;}
a:visited{color:#4f2104; text-decoration:none;}
a:hover{color:#4f2104; text-decoration:underline;}
a:active{color:#4f2104; text-decoration:underline;}

#wrapper{
	width:auto;
	height:687px;
	margin:0 auto 0 auto;
	background:url(../images/index/bg_index.jpg) no-repeat top center;
}
#wrapper #main{
	width:922px;
	height:559px;
	margin:0 auto 0 auto;
	position:relative;

}
#wrapper #main h1{
	position:absolute;
	top:0px;
	left:220px;
	font-size:12px;
}

#wrapper #mainBottom{
	width:892px;
	height:128px;
	margin:0 auto 0 auto;
	padding:0 0 0 32px;
	background:url(../images/index/bg_mainbottom.jpg) no-repeat;
}
#wrapper #mainBottom .attestation{
	padding:0 0 15px 330px;
}
#wrapper #mainBottom strong {
	font-weight: normal;
}

#wrapper #footer{
	width:auto;
	height:auto;
	background:url(../images/common/bg_base.gif);
}
#wrapper #footer .content{
	width:892px;
	margin:0 auto 0 auto;
	padding:0 0 20px 32px;
}
#wrapper #footer .content .copy{
	text-align:center;
	padding:15px 0 0 0;
	color:#a98d97;
}
strong {
	font-weight: normal;
}