/* CSS Document */
html{
	margin:0;
	padding:0;
}
body{
	padding:0;
	margin:0;
	background-image:none;
	background-color:#edece8;
}

#header{
	background-color:#f6f6f3;
	background-image:url(../img/bg/bg_header.jpg);
	background-repeat:repeat-x;
	height:94px;
	border-bottom:1px solid #aeaca9;
}
#box{
	background-image:url(../img/bg/bg_ent_box.png);
	background-repeat:repeat-x;
	text-align:center;
	height:395px;
}
#entrance_swf{
	margin:0 auto;
}
#footer{
	background-image:url(../img/bg/bg_ent_footer.png);
	background-repeat:repeat-x;
	height:25px;
	text-align:center;
}

#footer address,
#footer p{
	font-size:10px;
	font-style:normal;
	text-align:center;
	margin:8px 0 0 0;
}
address{
	color:gray;
}
.tel {
	font-size:12px;
	color:darkgreen;
}
#footer #banner, #footer #banner img{
	margin:10px auto 0;
	border-width:0px;
	font-size:12px;
	line-height:16px;
	text-align:center;
}

#links{
	clear:both;
	margin:50px auto 0;
	width:400px;
	text-align:center;
}
#links #header{
	margin:0 auto;
	height:20px;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	background:url(../img/bg/bg_header.jpg) repeat-x left top;
}
#links #banner{
	margin:10px auto 0;
	float:left;
	width:100px;
	height:45px;
	font-size:10px;
	line-height:12px;
	white-space:nowrap;
	overflow:hidden;
}
#links #banner img{
	margin:0;
	border-width:0px;
}

/*--title--*/
h1{
	margin:0;
	padding:47px 0 0 0;
	text-align:center;
	
}
h1 img{
	display:block;
	margin:0 auto;
}
/*--*/
.i-mode{
	display:none;
}