@charset "UTF-8";
/*
=====================================================================
*
*    Reset
*
* =================================================================== 
*/

body {
	margin:0px;
	padding:0px;
	text-align: center;
}
html,a,form,area,div,table,dl,dt,dd,ul,ol,li,dd,h1,h2,h3,h4,h5,h6,p{
	margin:0px;
	padding:0px;
	border:none;
	font-size: 100%;
}
input,select{ margin:0px; padding:0px; }
img			{ border:none; }
table		{ font-size:100%; border-collapse:collapse; border-spacing:0; text-align:left; }
table th,
table td	{ vertical-align: top; text-align: left; }
ul,li		{ list-style: none; }

/*
=====================================================================
*
*    class
*
* =================================================================== 
*/
.alC{text-align: center;}
.alL{text-align: left;}
.alR{text-align: right;}
.flL{float:left;}
.flR{float:right;}

.mgB5	{ margin-bottom: 5px !important; }
.mgB10{ margin-bottom: 10px !important; }
.mgB20{ margin-bottom: 20px !important; }
.mgB30{ margin-bottom: 30px !important; }
.mgB40{ margin-bottom: 40px !important; }
.mgB50{ margin-bottom: 50px !important; }



/*
=====================================================================
*
*    Global
*
* =================================================================== 
*/

body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	font-size:80%;
	line-height:1.8;
	color:#333333;
	background-color:#FFFF00;
}

a			{ color:#03009F; text-decoration: underline; }
a:hover,
a:focus		{ text-decoration: none; color:#8282DB; }

div#Wrapper{
	/* width:185px; margin: 0 auto; */ 

	position: absolute;
	top:50%;
	left: 50%;
	width: 700px;
	height: 300px;
	margin-left: -350px;
	margin-top: -150px;

}

div.indexPhoto{ margin: 20px auto 0; width:838px; }

ul#EnterBtn			{ width:185px; margin: 30px auto 0; }
	ul#EnterBtn li	{ }

/* a.btn img{ width:100%; height:100%; display: block;}*/


/*
=====================================================================
*
*    clearfix
*
* =================================================================== 
*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
	display:inline-block;
}
/* Hides from IE-mac \*/
*html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from IE-mac */




