html{
	margin: 0px;
	padding: 0px;
}
body{
	margin: 0px;
	padding: 0px;
	background: #ffffff url('../img/main_bk.gif') repeat-y center top;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	text-align: center;
}
h1,h2,h3,h4,h5,h6,p,div,ul{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}
img{
	margin: 0 auto;
	border: 0px none;
}

/* =============================== */
#MainBox{
	width: 718px;
	margin: 0px auto 0px auto;
	text-align: left;
}

/* メニューボックス =============================== */
#MainBox #MenuBox{
	width: 718px;
	height: 74px;
	background: #ebf7df url('../img/menu_bk.jpg') no-repeat center top;
}
#MenuBox h2{
	width: 233px;
	margin: 8px 0px 0px 0px;
	float: left;
	text-align: center;
}

/* メニューボックス(下層ページ用) ===============================*/
#MenuBox h1{
	width: 233px;
	margin: 8px 0px 0px 0px;
	float: left;
	text-align: center;
}
/* /メニューボックス(下層ページ用) ===============================*/
#MenuBox ul{
	width: 396px;
	margin: 8px 0px 0px 0px;
	float: right;
	text-align: left;
}
#MenuBox ul li{
	width: 97px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	float: left;
}
#MenuBox ul li#First{
	width: 89px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	float: left;
}


/* コンテンツボックス =============================== */
#MainBox #ConBox{
	width: 718px;
	height: auto;
	clear: both;
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
	text-align: left;
}
#MainBox #ConBox #OthersList{
	width: 160px;
	margin: 20px 0px 0px 0px;
	text-align: center;
}
#MainBox #ConBox #OthersList ul{
	width: 125px;
	margin: 20px auto 0px auto;
	text-align: left;
}
#MainBox #ConBox #OthersList ul li{
	width: 70px;
	height: 70px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}
#MainBox #ConBox #OthersList ul li.EndList{
	width: 54px;
	list-style: none;
	float: left;
}
/* サブコンテンツボックス =============================== */
#Sub #ListMenu p#MemberPhoto{
	width: 175px;
	margin: 100px auto 30px auto;
	text-align: center;
}

#Sub p#NShop {
	width: 164px;
	margin: 15px auto 15px auto;
}

#Sub p#NGuide {
	width: 164px;
	margin: 0 auto;
}

/* フッターボックス =============================== */
#MainBox #FootBox{
	width: 718px;
	height: auto;
	clear: both;
	padding: 0px 0px 35px 0px;
}
#FootBox ul{
	width: 330px;
	height: auto;
	margin: 0px 0px 0px 0px;
	float: left;
	text-align: left;
}
#FootBox ul li#First{
	width: 90px;
	height: auto;
	float: left;
	list-style-type: none;
	text-align: right;
}
#FootBox ul li{
	width: 115px;
	height: auto;
	float: left;
	list-style-type: none;
	text-align: right;
}
#FootBox ul li a:link, #FootBox ul li a:visited{
	text-decoration: none;
	font-size: 11px;
	color: #214e28;
}
#FootBox ul li a:active, #FootBox ul li a:hover, #FootBox ul li a:focus{
	text-decoration: underline;
	font-size: 11px;
	color: #214e28;
}
#FootBox p{
	margin: 0px 0px 0px 0px;
	float: right;
	font-size: 10px;
	color: #214e28;
}

/* フロートクリア =============================== */
.ClearBox{
	clear: both;
}

.Clear{
	display: block;
	clear: both;
	height: 0;
	font-sizee: 0;
	line-height: 0;
}
