*html {
	width:100%;
}


body {
    font-family: "MS PGothic","Osaka",Arial,sans-serif;
    line-height: 1.231;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	margin: 0;
	padding: 0;
	background: #e2e2e2;
	width: 100%;
	text-align: center;
	position: relative;
}
select,input,button,textarea,button {
    font: 99% arial,helvetica,clean,sans-serif;
}
table {
    font-size: inherit;
    font: 100%;
}
pre,code,kbd,samp,tt {
    font-family: monospace;
    *font-size:108%;
    line-height:100%;
}
a {
	text-decoration: none;
	color: #ED1E79;
}

img {
	border: 0;
}
img.photo {
	border: solid 1px #FF97AE;
}
.line_float_both {
	clear: both;
}
.display_none {
	display: none;
}

#wrapper {
	width: 1000px;
	min-height: 600px;
	_height: 600px;
	background: ;
	text-align: center;
	position: relative;
	margin: 0 auto;
	background: url('../img/index_box_bk.jpg') no-repeat top center;
	z-index: 999;
}
#wrapper a {
	display: block;
	position: absolute;
}
a#index_enter {
	width: 157px;
	height: 158px;
	top: 322px;
	left: 724px;
	background: url('../img/index_enter.jpg') no-repeat 0 0;
}
a:hover#index_enter {
	background: url('../img/index_enter.jpg') no-repeat 0 -158px;
}

a#index_reave {
	width: 35px;
	height: 18px;
	top: 513px;
	left: 80px;
}

#left_box {
	height: 480px;
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	background: url('../img/index_left_box_bk.gif') repeat-x top left;
}


