@charset "Shift_JIS";

html{overflow-y:scroll;}

/* 全ての要素の余白をゼロに指定 */

* {
  padding: 0;
  margin: 0;
}



/* ■ボディ */

html, body {
	scrollbar-base-color: #f8f4dc;
	scrollbar-track-color: #f8f4dc;
	scrollbar-shadow-color: #cccccc;
	scrollbar-darkshadow-color: #f8f4dc;
	scrollbar-arrow-color: #cccccc;
	background-color: #f8f4dc;
	text-align: center;
	font-family: ＭＳ Ｐゴシック;
	margin-top: 5px;
}

h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style: none;
}

img {
	border: none;
	vertical-align: top;
}

/* ■リンク */

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #996600;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}

/* ■テキスト */

h1{
	color: #996600;
	font-size: 10px;
	text-align: center;
	font-weight: lighter;
	letter-spacing: 0.05em;
	padding: 15px 0 0 0;
}

.news {
	width: 494px;
	height: 260px;
	overflow: auto;
	margin: 40px 0 0 36px;
}

.tn1 {
	color: #663300;
	font-size:12px;
	text-align:left;
	line-height: 13px;
	padding: 3px 0 0 22px;
	margin: 0 0 3px 0;
	background-image: url(images/top/icon.jpg);
	background-repeat: no-repeat;
}

.tn2 {
	color: #cc0000;
	font-size:12px;
	text-align:left;
	line-height: 13px;
	padding: 0 0 0 22px;
	margin: 0 0 7px 0;
}
.bana{
	margin-left:25px;
}

address{
	color: #ffffff;
	font-size: 10px;
	font-style: normal;
	margin: 0 auto;
	padding: 8px 0 0 0;
}

/*■コンテナ*/

#container {
	text-align: left;
	width: 700px;
	margin: 0 auto;
	background: #f8f4dc;
}

/*■ヘッダー*/

#header {
	background-image: url(images/top/header.jpg) ;
	background-repeat: no-repeat;
	width: 700px;
	height: 30px;
	position: relative;
}

#flash {
	width: 700px;
	height: 350px;
}

/*■左コンテンツ*/

#left-content {
	float: left;
	width: 540px;
	height: 330px;
	display: inline;
	background-image: url(images/top/left.jpg) ;
}


/*■右コンテンツ*/

#right-content {
	float: right;
	width: 160px;
	height: 330px;
	display: inline;
	background-image: url(images/top/right.jpg) ;
}

/*■フッター*/

#footer-navi {
	clear: both;
	text-align: center;
	width: 700px;
	height: 20px;
	background: url(images/top/navi.jpg) no-repeat;
}

#footer {
	text-align: center;
	width: 700px;
	height: 30px;
	background: url(images/top/footer.jpg) no-repeat;
}

/* ■メインナビ */

#navi{
	width: 700px;
	height: 40px; 
}

ul#menu_top{
    list-style:none;
    width: 700px;
}

ul#menu_top li{
    list-style:none;
    float:left;
}

ul#menu_top a{
    display:block;
    height: 40px;
    text-indent:-200px;
    overflow:hidden;
}
.b{
	width:88px;
	text-align:center;
}
a.room{
    width: 100px;
    background-image:url(images/top/link/link_01.jpg);
}
a:hover.room{
    width: 100px;
    background-position:0px -40px;
}

a.system{
    width: 100px;
    background-image:url(images/top/link/link_02.jpg);
}
a:hover.system{
    width: 100px;
    background-position:0px -40px;
}

a.service{
    width: 100px;
    background-image:url(images/top/link/link_03.jpg);
}
a:hover.service{
    width: 100px;
    background-position:0px -40px;
}

a.members{
    width: 100px;
    background-image:url(images/top/link/link_04.jpg);
}
a:hover.members{
    width: 100px;
    background-position:0px -40px;
}

a.coupon{
    width: 100px;
    background-image:url(images/top/link/link_05.jpg);
}
a:hover.coupon{
    width: 100px;
    background-position:0px -40px;
}

a.contact{
    width: 100px;
    background-image:url(images/top/link/link_06.jpg);
}
a:hover.contact{
    width: 100px;
    background-position:0px -40px;
}

a.access{
    width: 100px;
    background-image:url(images/top/link/link_07.jpg);
}
a:hover.access{
    width: 100px;
    background-position:0px -40px;
}

/* ■サブナビ */

.menu{
	width: 612px;  
	color: #663300;
	font-size: 10px;
	margin: 0 auto;
	padding: 5px 0 0 110px;
}

.menu ul,.menu li{
	text-align: center;
        margin: 0;
	padding: 0;
	list-style: none;
}

.menu li{
	float:left;
}
