@charset "utf-8";
/* CSS Document */

/*基本*/
body,h1,h2,h3,h4,h5,p,ul,li,dl,dd,dt {
	margin: 0px;
	padding: 0px;
}
body {
	background: #FFF;
	text-align: center;
	font-family: Trebuchet MS, Trebuchet, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", arial, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
hr {
	display: none;
}
li {
	list-style-type: none;
}
a {
	outline: none;
	color: #2E609E;
}
img {
	border: 0px;
	vertical-align: bottom;
}

/*h2*/
h2 {
	width: 940px;
	height: 51px;
	text-indent: -9990px;
}
h2.News { background:url(../img/h2_news.gif);}
h2.Shop { background:url(../img/h2_shop.gif);}
h2.Enjo { background:url(../img/h2_enjoy.gif);}
h2.Coup { background:url(../img/h2_coupon.gif);height:122px;}
h2.Acce { background:url(../img/h2_access.gif);}

/*共通*/
.L {
	float: left;
}
.R {
	float: right;
}
.ClearFloat {
	clear: both;
	height: 0px;
	font-size: 0px;
}
.None {
	display: none;
}

/*レイアウト*/
#Contents {
	width: 940px;
	margin: 0 auto;
	text-align: left;
}
#Header {
	height: 109px;
	position: relative;
}
#Header h1 a {
	text-indent: -9990px;
	width: 183px;
	height: 105px;
	display: block;
	background: url(../img/logo.gif) no-repeat;
}
#Header .HeadMsg {
	position: absolute;
	left: 249px;
	top: 15px;
}
#Header .HeadMsg a {
	width: 440px;
	height: 40px;
	display: block;
	background: url(../img/head_msg.gif) no-repeat;
}
#Header ul {
	position: absolute;
	left: 193px;
	top: 68px;
}
#Header ul li {
	float: left;
	text-indent: -9990px;
	margin-left: 6px;
	display: inline;
}
#Header ul li a {
	width: 143px;
	height: 41px;
	display: block;
	background: #000;
}
#Header ul li a.m1 {background: url(../img/m11.gif);}
#Header ul li a.m2 {background: url(../img/m21.gif);}
#Header ul li a.m3 {background: url(../img/m31.gif);}
#Header ul li a.m4 {background: url(../img/m41.gif);}
#Header ul li a.m5 {background: url(../img/m51.gif);}

#Bottom {
	margin: 25px 0 0 0;
	width: 940px;
	height: 60px;
	background: url(../img/bottom.gif) no-repeat;
}
#Bottom p {
	display: none;
}
