@charset "UTF-8";



/* ---------- reset ---------- */
* {
	margin:0;
	padding:0;
	font-size:100%;
	}
/* ---------- reset_end ---------- */



/* ---------- body ---------- */
body {
	color:#000000;
	background:#e6e6e6 url(image/background.jpg) no-repeat left top;
	background-attachment: fixed;
	text-align:center;
	font-family:Verdana, Arial, sans-serif;
	}

a {
	text-decoration:none;
	color:#f64a29;
	}

a:hover {
	text-decoration:underline;
	}

a img {
	border:none;
	}

#main {
width:930px;
margin: 0 auto;
clear:both;
}
	
#head {
height:100px;
width: 930px;
background:transparent url(image/head.jpg) no-repeat top;
clear:both;
text-indent:-9999px;
margin: 10px 0;
}

#left {
width:400px;
float:left;
text-align:left;
}

#right {
width:500px;
float:right;
text-align:left;
color:#000000;
}

#enter {
width:930px;
margin:10px auto 0;
position:relative;
}