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

home

----------------------------------------------- */
body {
	background:url(../home/enter_bg.jpg);
}

#container {
	width:550px;
	margin:50px auto 0;
	background:url(../home/enter_bg_body.jpg) repeat-y;
}
#enter_wrap {
	width:550px;
	background:url(../home/enter_bg_top.jpg) left top no-repeat;
	padding-top:60px;
}
#enter {
	width:550px;
	margin:0;
	background:url(../home/enter_bg_bottom.jpg) left bottom no-repeat;
	padding-bottom:30px;
	text-align:center;
}
#enter h1 {
	font-size:0;
	background:none;
	padding:0;
	width:380px;
	margin:0 auto;
}
#enter p {
	width:380px;
	margin:20px auto;
	color:#666;
}
#enter ul {
	width:280px;
	margin:30px auto;
}
#enter ul li.yes {
	width:110px;
	float:left;
}
#enter ul li.no {
	width:110px;
	float:right;
}
#enter ul:after {
    content:".";  
    display:block;  
    visibility:hidden;  
    height:0.1px;  
    font-size:0.1em;  
    line-height:0;  
    clear:both;  
}