@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;
	text-align: center;
	background-image: url(../img/title.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
em {
	font-weight: bold;
}
address {
	clear: both;
	width: 850px;
	margin: 15px auto;
	text-align: left;
	font-size: x-small;
	color: Silver;
}
img {
	border: 0px;
}

div#header {
	width: 950px;
	height: 300px;
	margin: 0 auto;
}
div#header p {
	width: 900px;
	height: 90px;
	text-align: left;
	padding: 5px 10px;
}
div#header h1 {
	text-indent: -9999px;
}

div#main {
	position: relative;
	width: 950px;
	margin: 0 auto;
}
div#main div.left {
	width: 250px;
	float: left;
	text-align: left;
}
div#main div.st {
	margin: 0 0 5px 12px;
}
div#main div.left ul {
	margin: 0 auto;
	width: 225px;
	list-style: none;
}
div#main div.left ul li a {
	display: block;
	height: 60px;
	margin-bottom: 10px;
	text-indent: -9999px;
	cursor: pointer;
}
div#main div.left ul li a#stay {
	background-image: url(../img/menu_stay.png);
}
div#main div.left ul li a#see {
	background-image: url(../img/menu_see.png);
}
div#main div.left ul li a#buy {
	background-image: url(../img/menu_buy.png);
}
div#main div.left ul li a#eat {
	background-image: url(../img/menu_eat.png);
}
div#main div.left ul li a#kojima {
	background-image: url(../img/menu_kojima.png);
}
div#main div.left ul li a.here {
	background-position: bottom;
}
div#main div.left p#howto {
	display: block;
	height: 152px;
	margin-bottom: 10px;
	text-indent: -9999px;
	background-image: url(../img/howto.png);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: left;
}
div#main div.left p {
	text-align: center;
}
div#main div.right {
	width: 690px;
	height: 685px;
	float: left;
	text-align: left;
}
div#main div.right div {
	width: 681px;
	height: 691px;
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
}
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#main div.right div#map_kojima {
	background-image: url(../img/map_kojima.png);
}
div#main div.right p {
	font-size: small;
}
div#main div.right p#link {
	text-align: right;
	padding: 15px 0;
}

div#coupon {
	position: relative;
	width: 950px;
	margin: 0 auto;
	clear: both;
}
div#coupon div.l_side {
	width: 470px;
	float: left;
}
div#coupon div.r_side {
	width: 470px;
	float: right;
}
div#coupon .box {
	clear: both;
	position: relative;
	background-position: top center;
	background-repeat: no-repeat;
}

div#coupon .stay h3,
div#coupon .buy h3,
div#coupon .see h3,
div#coupon .eat h3,
div#coupon .kojima h3 {
	margin-top: 5px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 95px;
	float: left;
	height: 150px;
}
div#coupon .stay h3 {
	background-image: url(../img/b_stay.png);
}
div#coupon .buy h3 {
	background-image: url(../img/b_buy.png);
}
div#coupon .see h3 {
	background-image: url(../img/b_see.png);
}
div#coupon .eat h3 {
	background-image: url(../img/b_eat.png);
}
div#coupon .kojima h3 {
	background-image: url(../img/b_kojima.png);
}
div#coupon .c_box {
	position: relative;
	width: 365px;
	margin-top: 10px;
	margin-bottom: 5px;
	float: right;
	background-image: url(../img/b_back.png);
	background-position: top right;
	text-align: left;
	background-color: #fff;
	background-repeat: no-repeat;
	border-left: 1px solid #e9e9e9;
}
div#coupon .c_box p.footer {
	position: relative;
	clear: both;
	width: 365px;
	line-height: 100%;
	background-image: url(../img/b_back_f.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: White;
}

div#coupon .here {
	border: 3px solid #C7251E;
}
div#coupon .stay h4  {
	padding: 5px 10px;
	margin: 0 2px 0 0;
	background-color: #E7336E;
	color: #fff;
}
div#coupon .see h4  {
	padding: 5px 10px;
	margin: 0 2px 0 0;
	background-color: #006CB8;
	color: #fff;
}
div#coupon .buy h4  {
	padding: 5px 10px;
	margin: 0 2px 0 0;
	background-color: #009944;
	color: #fff;
}
div#coupon .eat h4  {
	padding: 5px 10px;
	margin: 0 2px 0 0;
	background-color: #E60012;
	color: #fff;
}
div#coupon .kojima h4.stay {
	padding: 5px 10px;
	margin: 0 2px 0 0;
	background-color: #E7336E;
	color: #fff;
}
div#coupon .kojima h4.see {
	padding: 5px 10px;
	margin: 0 2px 0 0;
	background-color: #006CB8;
	color: #fff;
}
div#coupon .kojima h4.buy {
	padding: 5px 10px;
	margin: 0 2px 0 0;
	background-color: #009944;
	color: #fff;
}
div#coupon .kojima h4.eat {
	padding: 5px 10px;
	margin: 0 2px 0 0;
	background-color: #E60012;
	color: #fff;
}
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;
	margin: 4px 2px 10px 18px;
}
div#coupon .c_box p.h {
	position: absolute;
	top: 5px;
	right: 15px;
}

div#coupon .c_box a {
	color: #F9FF4C;
}

div#coupon .c_box a:hover {
  color: #fff;
  text-decoration: underline;
}

div#coupon .c_box p.p {
	width: 285px;
	margin: 0 10px 0 10px;
	padding: 5px 5px 5px 50px;
	background-color: #FFE893;
	border: 2px dotted #E74291;
	color: #E74291;
	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;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../img/footer.jpg);
}
div#footer .footer_inner {
	padding-top: 200px;
	text-align: right;
	border-bottom: 1px solid #E3E3E3;
}
div#footer .footer_inner p {
	width: 950px;
	margin: auto;
}
div.bottom {
	width: 950px;
	margin: 15px auto;
	text-align: left;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-image: url(../img/chugin.gif);
}
div#footer dl {
	clear: both;
	font-size: 75%;
}
div#footer dl dt {
	width: 45px;
	float: left;
}
div#footer dl dd {
	width: 400px;
	float: left;
}
div.copyright {
	clear: both;
	height: 30px;
	background-color: #3B3B3B;
	color: #B4B4B4;
}
div.copyright address {
	background-image: url(../img/chugin_group.gif);
	background-position: right center;
	background-repeat: no-repeat;
	line-height: 30px;
	width: 950px;
	margin: auto;
}

.header_back {
	clear: both;
	display: block;
	text-align: right;
	margin: 10px 0;
}

a:hover#d01 { background-image: url(../img/o/c01.png); }
a:hover#d02 { background-image: url(../img/o/c02.png); }
a:hover#d03 { background-image: url(../img/o/c03.png); }
a:hover#d04 { background-image: url(../img/o/c04.png); }
a:hover#d05 { background-image: url(../img/o/c05.png); }
a:hover#d06 { background-image: url(../img/o/c06.png); }
a:hover#d07 { background-image: url(../img/o/c07.png); }
a:hover#d08 { background-image: url(../img/o/c08.png); }
a:hover#d09 { background-image: url(../img/o/c09.png); }
a:hover#d10 { background-image: url(../img/o/c10.png); }
a:hover#d11 { background-image: url(../img/o/c11.png); }
a:hover#d12 { background-image: url(../img/o/c12.png); }
a:hover#d13 { background-image: url(../img/o/c13.png); }
a:hover#d14 { background-image: url(../img/o/c14.png); }
a:hover#d15 { background-image: url(../img/o/c15.png); }
a:hover#d16 { background-image: url(../img/o/c16.png); }
a:hover#d17 { background-image: url(../img/o/c17.png); }
a:hover#d18 { background-image: url(../img/o/c18.png); }
a:hover#d19 { background-image: url(../img/o/c19.png); }
a:hover#d20 { background-image: url(../img/o/c20.png); }
a:hover#d21 { background-image: url(../img/o/c21.png); }
a:hover#d22 { background-image: url(../img/o/c22.png); }
a:hover#d23 { background-image: url(../img/o/c23.png); }
a:hover#d24 { background-image: url(../img/o/c24.png); }
a:hover#d25 { background-image: url(../img/o/c25.png); }
a:hover#d26 { background-image: url(../img/o/c26.png); }
a:hover#d27 { background-image: url(../img/o/c27.png); }
a:hover#d28 { background-image: url(../img/o/c28.png); }
a:hover#d29 { background-image: url(../img/o/c29.png); }
a:hover#d30 { background-image: url(../img/o/c30.png); }
a:hover#d31 { background-image: url(../img/o/c31.png); }
a:hover#d32 { background-image: url(../img/o/c32.png); }
a:hover#d33 { background-image: url(../img/o/c33.png); }
a:hover#d34 { background-image: url(../img/o/c34.png); }
a:hover#d35 { background-image: url(../img/o/c35.png); }
a:hover#d36 { background-image: url(../img/o/c36.png); }
a:hover#d37 { background-image: url(../img/o/c37.png); }
a:hover#d38 { background-image: url(../img/o/c38.png); }
a:hover#d39 { background-image: url(../img/o/c39.png); }
a:hover#d40 { background-image: url(../img/o/c40.png); }
a:hover#d41 { background-image: url(../img/o/c41.png); }
a:hover#d42 { background-image: url(../img/o/c42.png); }
a:hover#d43 { background-image: url(../img/o/c43.png); }
a:hover#d44 { background-image: url(../img/o/c44.png); }
a:hover#d45 { background-image: url(../img/o/c45.png); }
a:hover#d46 { background-image: url(../img/o/c46.png); }
a:hover#d47 { background-image: url(../img/o/c47.png); }
a:hover#d48 { background-image: url(../img/o/c48.png); }
a:hover#d49 { background-image: url(../img/o/c49.png); }
a:hover#d50 { background-image: url(../img/o/c50.png); }
a:hover#d51 { background-image: url(../img/o/c51.png); }
a:hover#d52 { background-image: url(../img/o/c52.png); }
a:hover#d53 { background-image: url(../img/o/c53.png); }
a:hover#d54 { background-image: url(../img/o/c54.png); }
a:hover#d55 { background-image: url(../img/o/c55.png); }
a:hover#d56 { background-image: url(../img/o/c56.png); }
a:hover#d57 { background-image: url(../img/o/c57.png); }
a:hover#d58 { background-image: url(../img/o/c58.png); }
a:hover#d59 { background-image: url(../img/o/c59.png); }
a:hover#d60 { background-image: url(../img/o/c60.png); }
a:hover#d61 { background-image: url(../img/o/c61.png); }
a:hover#d62 { background-image: url(../img/o/c62.png); }
a:hover#d63 { background-image: url(../img/o/c63.png); }
a:hover#d64 { background-image: url(../img/o/c64.png); }
a:hover#d65 { background-image: url(../img/o/c65.png); }
a:hover#d66 { background-image: url(../img/o/c66.png); }
a:hover#d67 { background-image: url(../img/o/c67.png); }
