@charset "utf-8";
/*
	Description: structure
	Version: 0.01
	lastupdate:20090224
	Author: nabe3.0
*/
/*********************
* structure
*********************/
/* ====== body全体 文字色・サイズ ===== */
html {
	overflow-y:scroll;	
}
body {
	text-align:center;
	color:#fff;
	font-size:12px;
	background:#c3b88d url(../imgEnt/back_img.jpg) repeat-x left top;
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}
a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#fff;
	text-decoration:underline;
}
h1{
	color:#575757;
	line-height:1.6;
}
/* ====== wrapper コンテンツの幅・カラー===== */
#wrapper {
	width:800px; /* borderの分2px大きめ*/
	margin:0 auto;
	text-align:left;
}
#header {
	height:20px;
}
/* ====== エントランス/他===== */
#mainImg p{
	margin-top:30px;
}
#entrance {
	margin:0 auto;
	width:500px;
	margin-top:40px;
}
#entLeft {
	width:55px;
	/*height:52px;*/
	float:left;
}
#entRight {
	/*height:52px;*/
	float:left;
	width:445px;
}
#entRight p {
	margin:2px 0px 0px 10px;
	letter-spacing:3px
}
ul#ent {
	clear:both;
	width:462px;
	margin:0 auto;
	padding-top:30px;
}
ul#ent li {
	/*display:inline;*/
	float:left;
	width:201px;
	height:51px;
	margin-left:30px;
}
#footer {
	clear:both;
	padding-top:40px;
	padding-bottom:40px;
}
#footer small, #footer small a{
	font-size:12px;
	color:#575757;
}
