@charset "UTF-8";

*{
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-decoration: none;
	font-style: normal;
}
body{
	color: #000000;
	font-size: 82%;
	width: 100%;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',Tahoma,sans-serif;
	line-height: 1.75em;
}
em {
	font-weight: bold;
}
address {
	clear: both;
	width: 850px;
	margin: 15px auto;
	text-align: left;
	font-size: x-small;
	color: Silver;
}
img {
	border: 0;
}


div#main div.header h1 {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}
div#main div.left {
	display: none;
}
div#main div.right div {
	position: relative;
	width: 681px;
	height: 691px;
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
}
div#main div.right div a {
	display:block;
	position:absolute;
	text-indent:-9999px;
}
div#main div.right div#map_stay {
	background-image: url(../img/map_stay.png);
}
div#main div.right div#map_see {
	background-image: url(../img/map_see.png);
}
div#main div.right div#map_buy {
	background-image: url(../img/map_buy.png);
}
div#main div.right div#map_eat {
	background-image: url(../img/map_eat.png);
}


div#coupon .c_box {
	position: relative;
	width: 365px;
	margin: 10px;
	padding: 0;
	background-color: #EEEEEE;
}

div#coupon .c_box h4 {
	padding: 5px 10px;
}
div#coupon .c_box p.m {
	padding: 5px 10px;
}
div#coupon .c_box .d_box {
	position: relative;
	width: 100%;
}
div#coupon .c_box p.l {
	position: absolute;
	top: 7px;
	left:10px;
}
div#coupon .c_box p.h {
	position: absolute;
	top: 5px;
	right: 10px;
}
div#coupon .c_box p.p {
	width: 285px;
	margin: 0 10px 0 30px;
	padding: 5px 5px 5px 30px;
	background-color: #fefec3;
	border: 1px solid #DFE6A9;
	color: #FE7300;
	font-weight: bold;
}
div#coupon .c_box p.p span {
	color: #000;
	font-weight: normal;
}
div#coupon .c_box dl {
	font-size: smaller;
	line-height: 150%;
	clear: both;
	padding: 10px 0 0 10px;
}
div#coupon .c_box dl dt {
	font-weight: bold;
	width: 50px;
	float: left;	
}
div#coupon .c_box dl dd {
	float: left;
	width: 125px;
}

div#footer {
	clear: both;
	position: relative;
	width: 100%;
	margin: auto;
}