body {
	background-color:#032850;
	background-image:none;
}

#all_wrapper {
	position:relative;
	width:780px;
	margin:auto;
}

#contents {
	text-align:center;
	width:780px;
}

a, a:visited, a:hover {
	color:white;
}

.logo {
	margin-top:72px;
}
h1 {
	margin-top:67px;
	margin-bottom:87px;
}

.enter {
	width:855px;
	margin-left:auto;
	margin-right:auto;
}
.enter ul
, .enter li {
	display:inline;
}
.enter span {
	display:none;
}
.enter a {
	float:left;
	width:245px;
	height:220px;
	margin:0px 20px 20px;
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.enter a:hover {
	background-position:0px -220px;
}
.enter .hontenBtn a { background-image:url(../img/bg_honten.gif); }
.enter .shopBtn a { background-image:url(../img/bg_shop.gif); }
.enter .selfBtn a { background-image:url(../img/bg_selfokada.gif); }

@media print {
	.enter a {
		background-position:0px -220px;
	}
}