@charset "utf-8";
*{	margin:0px auto;
	padding:0px;}

html{	height:100%;}

body{
	font-size:12px;
	font-family:ＭＳ ゴシック,ＭＳ Ｐゴシック;
	background-image:url(../img/index/bg-pink-st.gif);
	background-repeat:repeat;
	scrollbar-face-color:#F2EEDD;
	scrollbar-highlight-color:#8F7C43;
	scrollbar-shadow-color:#8F7C43;
	scrollbar-3dlight-color:#8F7C43;
	scrollbar-arrow-color:#8C4600;
	scrollbar-track-color: #ffffff;
	color:#392900;
	text-align: center;
}

img{border:0px;}
	
a {
	color: #FF3300;
}

a:hover{
	color: #FF3300;
	text-decoration: none;
}

/* body */
#body-all{
	width:900px;
	height:100%;
	background-image:url(../img/index/index-bg.jpg);
	background-repeat:repeat;
	margin: 0 auto;
}

.main-box{
	width:880px;
	height:100%;
	background-image:url(../img/index/index-in-bg.jpg);
	background-repeat:no-repeat;
	border:0px;
}

h1{
	text-align:left;
	padding: 185px 0px 0px 210px;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.index-bt-bs{
	padding: 10px 0px 0px 210px;
	text-align:left;
}

.index-en{
	width:130px;
	float:left;
	padding: 0px 0px 0px 56px;
}

.index-le{
	width:146px;
	float:left;
}

.index-cnt{
	width:132px;
	float:left;
}
	
.index-c-in{
	text-align:center;
}

.box-index-caution{
	width:880px;
	padding: 180px 0px 0px 0px;
}

/* footer */
#footer{
    color:#614229;
    width:850px;
    font-size:10px;
    text-align:center;
    padding-top:5px;
    clear:both;
    letter-spacing:2px;
}

#footer a {
    color:#FF8000;
    text-decoration: none;
}

#footer a:hover {
    color:#FF8000;
	text-decoration: underline;
}

.clear{	clear:both;}
