@charset utf-8;
/* トップページ用CSS */
html {
	background-color: #F1F1F1;
}
#header {
	border-bottom: 2px solid #EA1B23;
}

#wrap {
	background-color: #F1F1F1;
}

#wrap #main {
	text-align: center;
	background: transparent url(../img/enter_bg.jpg) repeat-x scroll left top ;
	font-size: 20px;
	padding-top: 26px;
	padding-bottom: 110px;
	color: #666;
	font-weight: normal;
}

#wrap #main h3 {
	margin-top: -25px;
	margin-bottom: 25px
}

#wrap #main #enter_btn {
	margin-top: 20px;
}

/* ---------------------------------------------------------------------------------------------------------------- footer ---- */
#footer {
	text-align: center;
	height: 42px;
	background: transparent url(../img/enter_ftr_bg.jpg) repeat-x scroll left top;
	font-size: 9px;
	line-height: 42px;
	color: #666;
	position: fixed;
	width: 100%;
	min-width: 1024px;
	bottom:0;
}