@charset "utf-8";
/* CSS Document */
map {
	border:none;
}
#wrap {
	width:720px;
	margin:0px auto;
}
#bannerArea {
	width:720px;
	height:240px;
}
#shopArea {
	width:720px;
	margin:30px 0px;
}
.tab, .tab li, .tab li a {/*クリックするタブ部分*/
	float: left;
	padding:0px;
	margin:0px;/*cursor:pointer;*/
}
.tab li {
	text-indent:-9999px;
	list-style-type:none;
}
#t11 {
	background:url(../img/navi01.gif);
	width:162px;
	height:51px;
	padding:0px;
	margin:0px;
	margin-left:30px;
}
#t12 {
	background:url(../img/navi02.gif);
	width:162px;
	height:51px;
	padding:0px;
	margin:0px;
}
#t1 {
	background:url(../img/navi03.gif);
	width:162px;
	height:51px;
	padding:0px;
	margin:0px;
}
.move {
	background:url(../img/tab01_02.gif) no-repeat;
	width:716px;
	height:427px;
	padding:0px;
	margin:0px;
	text-align:center;
	padding-top:70px;
	border:solid 2px #a09292;
	border-width:0 2px;
}
#t11.active a {
	background:url(../img/navi01_on.gif);
	width:162px;
	height:51px;
	padding:0px;
	margin:0px;
}
#t12.active a {
	background:url(../img/navi02_on.gif);
	width:162px;
	height:51px;
	padding:0px;
	margin:0px;
}
#t1.active a {
	background:url(../img/navi03_on.gif);
	width:162px;
	height:51px;
	padding:0px;
	margin:0px;
}
.content {/*切り替わる部分を囲うボックス*/
	background:url(../img/event/tab_bg_bottom.jpg) bottom center;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	clear: both;
	overflow: hidden;
	width: 720px;
	background-color:#e5e1d5;
}
.content img {
	border:solid 2px #a09292;
	border-width:0 2px;
	max-width:none;
}
.content img.last_img {
	border-bottom-width:2px;
}
.area {/*切り替わる部分はまず全部消しておく*/
	display: none;
	color:#fff;
}
.tab li.active a {/*選択中のタブのリンクカラー*/
}
.tabarea {
	background:url(../img/tab_bg.gif);
	background-repeat:repeat-x;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
