@charset "UTF-8";
/* CSS Document
file name:index.css
style info:index.html用
*/
/* initialize */
*{margin:0;padding:0;}
html{height:100%;}
/* base layout */
a:link {color:#666;text-decoration:none;}
a:visited {color:#cacfba;text-decoration:none;}
a:hover {color:#879b45;text-decoration:none;}
a:active,
a:focus{outline:none;}
body{
	height:100%;
	text-align:center;
}
div#air{
	width:100%;
	height:35%;
	margin-top:-94px;
}
div#container{
	width:868px;
	height:189px;
	margin:0 auto;
	padding-top:6px;
	background:url(../img/index-bg.jpg) no-repeat center top;
}
div#container h1{
	font-size:13px;
	font-weight:normal;
	margin:0 0 50px 405px;
}
div#container a#enter{
	display:block;
	width:291px;
	height:103px;
	margin:0 auto;
	border:0;
	background:url(../img/enter.gif) no-repeat center top;
	text-indent:-9999em;
	overflow:hidden;
}
div#container a#enter:hover{background-position:0 -103px;}