@charset "utf-8";

body,h1,h2,h3,div,p,img,ul,li,span{margin:0; padding:0; border:none;}

.bottom{vertical-align:bottom;}

.center{text-align:center;}

.top{vertical-align:top;}

html{
	height:auto;
}

a{
	color:#0099FF;
	text-decoration:underline;
}
a:visited{
	color:#0099FF;
	text-decoration:underline;
}
a:hover{
	color:#99CCFF;
	text-decoration:none;
}

body{
	width:100%;
	height:100%;
	background-image:url(../img/index/all_bg.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	background-position:center top;
	text-align:left;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#ffffff;
	margin:0px auto;
}


/* safari only \*/
html:\66irst-child body{
	width:100%;
	height:100%;
	background-image:url(../img/index/all_bg.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	background-position:center top;
	text-align:left;
	font-size:12px;
	letter-spacing:-1px;
	line-height:95%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#666666;
	margin:0px auto;
}
/* end */
	
.clear{
	clear:both;
}
h1.hd{
	width:895px;
	color:#FFFFFF;
	text-align:right;
	font-size:11px;
	padding: 3px 5px 1px 0px;
	font-weight:normal;
	margin:0px auto;
}

/*基本設定*/

#base{
	width:880px;
	height:100%;
	text-align:left;
	margin: 0px auto;
	padding:0px 10px 0px;
}

.btn_area{
	width:840px;
	margin: 300px 0px 30px;
	text-align:right;
	padding:0px 40px 0px 0px;
}
.att{
	font-size:12px;
	color:#666666;
	text-align:center;
	float:right;
	padding:5px 25px 5px 0px;
}

.mark{
	padding:2px 10px 0px;
	float:right;
}

.enter{
	width:199px;
	float:right;
	font-size:11px;
	text-align:center;
}
.enter a{
	width:199px;
	height:16px;
	display:block;
	background-image:url(../img/index/enter.png);
	background-position:top left;
	background-repeat:no-repeat;
	font-size:11px;
	color:#FFFFFF;
	padding: 45px 0px 0px;
	text-decoration:none;
}
.enter a:visited{
	width:199px;
	height:16px;
	display:block;
	background-image:url(../img/index/enter.png);
	background-position:top left;
	background-repeat:no-repeat;
	font-size:11px;
	color:#FFFFFF;
	padding: 45px 0px 0px;
	text-decoration:none;
}
.enter a:hover{
	width:199px;
	height:16px;
	display:block;
	background-image:url(../img/index/enter.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	font-size:11px;
	color:#FFFF00;
	padding: 45px 0px 0px;
	text-decoration:none;
}
.leave{
	width:199px;
	float:right;
	font-size:11px;
	text-align:center;
}
.leave a{
	width:199px;
	height:16px;
	display:block;
	background-image:url(../img/index/leave.png);
	background-position:top left;
	background-repeat:no-repeat;
	font-size:11px;
	color:#FFFFFF;
	padding: 45px 0px 0px;
	text-decoration:none;
}
.leave a:visited{
	width:199px;
	height:16px;
	display:block;
	background-image:url(../img/index/leave.png);
	background-position:top left;
	background-repeat:no-repeat;
	font-size:11px;
	color:#FFFFFF;
	padding: 45px 0px 0px;
	text-decoration:none;
}
.leave a:hover{
	width:199px;
	height:16px;
	display:block;
	background-image:url(../img/index/leave.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	font-size:11px;
	color:#FFFF00;
	padding: 45px 0px 0px;
	text-decoration:none;
}

.mobile{
	width:540px;
	height:137px;
	float:right;
	margin:0px 0px 20px;
}

.under_text{
	width:858px;
	border:1px #CCCCCC solid;
	padding:10px;
	text-align:left;
	font-size:12px;
	color:#666666;
	margin:0px auto 20px;
	line-height:140%;
}
h2.under_ttl{
	width:858px;
	text-align:left;
	font-size:12px;
	color:#0099FF;
	padding:0px 0px 10px;
	font-weight:bold;
}

.under_menu{
	width:880px;
	font-size:11px;
	text-align:center;
	font-weight:normal;
	color:#62A0FF;
	padding: 0px 0px 10px;
	line-height:130%;
	margin:0px auto;
}
.under_menu a{
	color:#62A0FF;
	text-decoration:none;
}
.under_menu a:visited{
	color:#62A0FF;
	text-decoration:none;
}
.under_menu a:hover{
	color:#0099FF;
	text-decoration:underline;
}

.footer_area{
	width:100%;
	margin:0px auto;
	text-align:center;
	position: absolute;
    bottom: 0;
}
	

.copy_base{
	width:100%;
	height:50px;
	background-image:url(../img/common/copy_bg.jpg);
	background-repeat:repeat-x;
}
.catch{
	width:895px;
	text-align:left;
	font-size:11px;
	color:#FFFFFF;
	font-weight:normal;
	padding: 10px 0px 5px 0px;
	margin: 0px auto;
}
.copy{
	width:895px;
	text-align:right;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	padding: 0px 0px 3px 0px;
	margin: 0px auto;
}
.copy a{
	color:#FFFF00;
	text-decoration:underline;
	font-weight:bold;
}
.copy a:visited{
	color:#FFFF00;
	text-decoration:underline;
	font-weight:bold;
}
.copy a:hover{
	color:#FFFFCC;
	text-decoration:none;
	font-weight:bold;
}

h2.ct_sub_ttl{
	width:720px;
	font-size:12px;
	font-weight:normal;
	margin: 0px auto 10px;
}

