body{
	background-color: #34B3D1;
	font-size: 11pt;
}

div#main{
	width: 802px;
	margin: 0px auto 0px auto;
	position: relative;
	top: 0px;
	padding: 0px;
	background: url(../image/back_shadow.jpg);
}
div#center{
	width: 760px;
	margin: 0px auto 0px auto;
	border-right: solid 1px #94B4FB;
	border-left: solid 1px #94B4FB;
	background-color: #cccccc;
}
div#footer {
	width: 760px;
	height: 20px;
	background: #8FB0F9;
	font-size: 11pt;
	color: #ffffff;
	margin: 0px auto 0px auto;
	text-align: center;
	line-height: 150%;
}

div#menu{
	display: block;
	width: 760px;
	height: 25px;
	border-top: solid 1px #B0E0E6;
	border-bottom: solid 1px #8FB0F9;
	background-image: url(../image/menu_back.jpg);
	margin: 0px 0px 0px 0px;
	text-align: center;
	padding: 0px;
}


/*　リンク関連　*/
a:hover{
	color:#CC0000;
}
a{
	color:#4169E1;
	text-decoration:underline;
}
a.topmenu:hover{
	color: #333399;
	background-image: url(../image/top_menu_hover.jpg);
	text-decoration: underline;
	font-weight: bold;
}
a.topmenu{
	display: block;
	width: 187px;
	height: 24px;
	border-right: solid 1px #778899;
	font-size: 12pt;
	color: #4169E1;
	float: left;
	margin: 1px 0px 1px 0px;
	text-decoration: none;
	font-weight: bold;
	line-height: 140%;
}
a.topmenuL:hover{
	color: #333399;
	background-image: url(../image/top_menu_hover.jpg);
	background-color: #CCFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a.topmenuL{
	display: block;
	width: 196px;
	height: 24px;
	font-size: 12pt;
	color: #4169E1;
	float: left;
	margin: 1px 0px 1px 0px;
	text-decoration: none;
	font-weight: bold;
	line-height: 140%;
}

/*　img　*/
img.menu192{
	margin:8px auto 5px auto;
}
img.pickup{
	float:right;
	margin:8px 8px 0px 2px;
}

img.shop:hover{
	margin: 0px;
	border: solid 2px red;
}
img.shop{
	margin: 1px;
	border: solid 1px #4A4A4A;
	width:192px;
	height:118px;
}
img.golf:hover{
	margin: 0px;
	border: solid 2px red;
}
img.golf{
	margin: 1px;
	border: solid 1px #051b32;
	width:192px;
	height:118px;
}
img.hot_oasis:hover{
	margin: 7px 0px 0px 0px;
	border: solid 2px red;
}
img.hot_oasis{
	margin: 8px 1px 1px 1px;
	border: solid 1px #B30404;
	width:192px;
	height:118px;
}
img.hot_oasis2:hover{
	margin: 0px;
	border: solid 2px red;
}
img.hot_oasis2{
	margin: 1px;
	border: solid 1px #B30404;
	width:192px;
	height:118px;
}
img.movie:hover{
	margin: 7px 0px 0px 0px;
	border: solid 2px red;
}
img.movie{
	margin: 8px 1px 1px 1px;
	border: solid 1px #3255c7;
	width:192px;
	height:118px;
}

/*　strong　*/
strong{
	font-weight:bold;
	color:#1E90FF;
	font-size:10pt;
}
strong.sev{
	font-weight:bold;
	color:#1B7923;
	font-size:11pt;
}
strong.refer{
	font-weight:bold;
	color:#993333;
	font-size:10pt;
}

/*　font　*/
font.FONT1{
	font-size:11pt;
	color:blue;
	border-bottom:solid 1px green;
}

