/* CSS Document */

*{
	margin:0;
	padding:0;
	font-size:13px;
	line-height:1.5em;
	font-family:"£Í£Ó ¥´¥·¥Ã¥¯", "Osaka¡ÝÅùÉý";
	color:#666665;
}
html{  
	overflow-y:scroll; 
	background:#FEEFEF;
	border:#FFB7A9 solid 10px;
}

* html .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}

body{
}
#all{
}
a{
	text-decoration:none;
	color:#FE6363;
}
a:hover{
	color:#A48972;
	text-decoration:underline;
}
div#wrapper{
	width:948px;
	margin:30px auto 20px auto;
	border:#FDCECE solid 1px;
	background:#FFFFFF;
	overflow:hidden;
}
.imgs{
	border:0px;
	vertical-align:bottom;
}

.photo{
	border:#BBBABA solid 1px;
	vertical-align:bottom;
}
ul{
	list-style:none;
}

em{
	font-weight:600;
	color:#FF6666;
	font-style:normal;
}

/*-----------------------------
ÈÆÍÑ
-------------------------------*/
.marker_red {
	color:#ff0000;
}
.error {
	color:#ff0000;
	font-weight:bold;
}

/*-----------------------------
index_top
-------------------------------*/
div#index_top{
	width:948px;
	height:318px;
	background:url(../imgs/index/index_top.jpg) no-repeat top left;
	position:relative;
}

div#index_top ul{
	width:78px;
	position:absolute;
	top:150px;
	left:530px;
}
div#index_top li{
	margin-bottom:7px;
	list-style:none;
}
div#index_top li a{
	background-position:top;
	background-repeat:no-repeat;
	display:block;
	text-decoration:none;
}
div#index_top li a:hover{
	background-position:bottom;
}
div#index_top #enter a{ background-image:url(../imgs/index/enter.jpg); width:190px; height:50px;}
div#index_top #exit a{ background-image:url(../imgs/index/exit.jpg); width:130px; height:40px;}

div#index_top span{
	visibility:hidden;
}
div#index_top p{
	text-align:right;
	padding-right:10px;
}
/*-----------------------------
index_list
-------------------------------*/
#index_list{
	width:478px;
	border:#DCDCDC solid 1px;
	margin:20px auto;
}
#index_list h2{
	width:453px;
	height:40px;
	background:url(../imgs/common/title_back_big.jpg) no-repeat top left;
	padding-left:25px;
	padding-top:12px;
}
#index_list p{
	width:420px;
	margin:15px auto;
	border-bottom:#DCDCDC dashed 1px;
	padding-bottom:20px;
}


/*-----------------------------
footer
-------------------------------*/
div#footer{
	width:100%;
	background-color:#FFB7A9;
	clear:both;
	padding-top:20px;
	overflow:hidden;
}
ul#footer_menu{
	width:830px;
	margin:auto;
}
ul#footer_menu li{
	float:left;
	color:#FFFFFF;
	margin-right:10px;
}
*html ul#footer_menu li{
	float:left;
	color:#FFFFFF;
	margin-right:7px;
}
div#footer p{
	width:950px;
	margin:20px auto;
	text-align:center;
	color:#FFFFFF;
	clear:both;
}
ul#banner_list{
	width:900px;
	margin:auto;
	padding-bottom:20px;
}
ul#banner_list li{
	width:160px;
	float:left;
	margin:5px 10px;
}
*html ul#banner_list li{
	width:160px;
	float:left;
	margin:5px 8px;
}



