@charset "EUC-JP";

html{
	margin: 0;
	padding: 0;
}

body{
	background: #252549;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	font-family: Verdana,Osaka,Helvetica,sans-serif;
	line-height: 1.5;
	font-size: 12px;
	color: #252549;
	text-align: center;
	margin-top: 30px;
}



h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
        margin: 0;
        padding: 0;
        font-style: normal;
        font-weight: normal;
        text-align: left;
        list-style-type: none;
        border: none;
}



textarea { font-size: 100%; }


hr { display: none; }

.clear {
	position: relative;
	clear: both;
	display: block;
	margin: 0;
	line-height: 1px;
	font-size: 1px;
	overflow: hidden;
}


/* main
---------------------------------------------------------- */

div#main{
	width: 950px;
        text-align: left;
}

div#main-detail{
	width: 950px;
	height: 500px;
	background-color: #ffffff;
}


/* menu
---------------------------------------------------------- */
div#menu {
	overflow: hidden;
	height: 50px;
	margin-top: 10px;
	background-color: #252549;
}
div#menu ul {
	width: 950px;
	height: 50px;
}
div#menu ul li {
	float: left;
	height: 50px;
	text-indent: -9999px;
}
div#menu ul li a {
	display: block;
	height: 50px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	outline: none;
}
div#menu ul li a:hover{
	background-position: 0 100%;
}

div#menu ul li a:focus{
	background-position: 0 100%;
}

div#menu ul li#toppage a {
	background-image: url(images/b-top.gif);
	width: 156px;
}
div#menu ul li#news a {
	background-image: url(images/b-news.gif);
	width: 99px;
}
div#menu ul li#room a {
	background-image: url(images/b-room.gif);
	width: 101px;
}
div#menu ul li#food a {
	background-image: url(images/b-food.gif);
	width: 113px;
}
div#menu ul li#service a {
	background-image: url(images/b-service.gif);
	width: 117px;
}
div#menu ul li#system a {
	background-image: url(images/b-system.gif);
	width: 119px;
}
div#menu ul li#members a {
	background-image: url(images/b-members.gif);
	width: 133px;
}

div#menu ul li#map a {
	background-image: url(images/b-map.gif);
	width: 112px;
}


div#menu ul li#toppage{
	background-image: url(images/b-top.gif);
	width: 156px;
	background-position: 0 100%;
}
div#menu ul li#news{
	background-image: url(images/b-news.gif);
	width: 99px;
	background-position: 0 100%;
}
div#menu ul li#room{
	background-image: url(images/b-room.gif);
	width: 101px;
	background-position: 0 100%;
}
div#menu ul li#food{
	background-image: url(images/b-food.gif);
	width: 113px;
	background-position: 0 100%;
}
div#menu ul li#service{
	background-image: url(images/b-service.gif);
	width: 117px;
	background-position: 0 100%;
}
div#menu ul li#system{
	background-image: url(images/b-system.gif);
	width: 119px;
	background-position: 0 100%;
}
div#menu ul li#members{
	background-image: url(images/b-members.gif);
	width: 133px;
	background-position: 0 100%;
}

div#menu ul li#map{
	background-image: url(images/b-map.gif);
	width: 112px;
	background-position: 0 100%;
}


/* =========================================================
■ サブページタイトル周り
========================================================= */

div#s-title{
	width: 950px;
	padding-top: 20px;
	background-color: #ffffff;
	height: 77px;
}


div#s-title h1{
	width: 70px;
	height: 27px;
	background: url(images/s-title.gif) no-repeat;
	display: block;
	text-indent: -9999px;
	outline: none;
	float: left;
	margin: 7px 0 10px 30px;
}


div#s-title div{
	padding-top:15px;
	float: left;
}

div#s-title h2{
	padding: 10px 30px 10px 0;
	float: right;
}

#copy{
	margin:3px 0px 5px 5px;
}