@charset "UTF-8";
/* CSS Document */


/*---------------
	���ܥ�������
------------------*/
*{
	margin:0;
	padding:0;
	font-size:12px;
	line-height:1.5;
}

html{
	height:100%;
}

body{
	margin:0;
	padding:0;
	text-align:center;
	height:100%;
	background-color:#000;
}

a{
	color:#ef0f34;
}

a:visited{
	color:#ef0f34;
}

.floatClear{
	clear:both;
	height:0;
}
	

#wrapper{
	position:relative;
	margin-right:auto;
	margin-left:auto;
	margin-top:0;
	margin-bottom:0;
	width:912px;


	text-align:center;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-color: #900;
	border-left-color: #900;
	overflow: hidden;
	background-image: url(../image/header.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#e7f6f8;
	padding-bottom:40px;
}


#content{
	margin-right:auto;
	margin-left:auto;
	width:912px;
	text-align:left;
	color:#FFF;
	padding-bottom:25px;
}

p.buttonBox{
	margin-top:30px;
	text-align:center;
}
a.button{
	margin-right:auto;
	margin-left:auto;
	padding:5px 10px 5px 10px;
	border:3px #f00 double;
	background-color:#ddd;
	text-decoration:none;
}


#content #header{
	height:732px;

}
h1{
	text-indent:-9999px;}


#san12part{
	height:1204px;
	background-image: url(../image/san12bg.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	position:relative;
	}
#hyakusanpart{
		height:690px;
	background-image: url(../image/100sanbg.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	position:relative;
	}
	
.black{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	
	}
	
#wrapper #footer{
	background-image: url(../image/footer.jpg);
	position:absolute;
	left:0px;
	bottom:0;
	width:912px;
	height:50px;
}
#wrapper #footer p{
	text-indent:-9999px;}
#cautionbox{
	width:700px;
	margin:840px auto 0px auto;
	padding-bottom:20px;}
#cautionbox dd{
	font-size: 14px;
	color: #000;
	text-indent: -1em;
	line-height: 160%;
}
#okotowari{
	width:740px;
	padding:20px;
	margin:10px auto 10px auto;
	border:solid 1px #d00;}
	
	
/*1.18追加*/

.gray_panel{
background : #000;
opacity  : 0.5;
width  : 100%;
height  : 99999;
position : fixed;
top   : 0;
left  : 0;
display  : none;
z-index  : 50;

}
