@charset "utf-8";

html{
	margin:0;
	padding:0;
	height:100%;
}


body{
	background-color:#0d0d0d;
	color:#808080;
	font-size:0.8em;
	line-height:140%;
	margin:0px;
	height:100%;
}

p{
	margin-top:5px;
	margin-bottom:15px;
	padding:0px;
}


a{
	 color:#ffffff;
	 text-decoration:none;
}

a:visited{
	color:#999999;
	text-decoration:none;
}

a:hover{
	color:#4444cc;
	text-decoration:underline;
}



/*全体*/

#container{
	width:814px;
	background: url(../img/enter_bg.gif) repeat-y top;
	margin:0 auto;
	margin-bottom:0px;
	height:100%;
}


/*メイン部分*/

#title{
	width:800px;
	height:625px;
	margin:0 auto;
	padding-top:115px;
	background-image:url(../img/enter_title_bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

.enter_01{
	width:272px;
	text-align:left;
	float:left;
}

.enter_02{
	width:528px;
	text-align:left;
	float:right;
}


