@charset "Shift_JIS";

html{overflow-y:scroll;}

/* 全ての要素の余白をゼロに指定 */

* {
  padding: 0;
  margin: 0;
}



/* ■ボディ */

html, body {
	scrollbar-base-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-shadow-color: #cccccc;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-arrow-color: #cccccc;
	background-color: #ffffff;
	text-align: center;
	font-family: ＭＳ Ｐゴシック;
	margin-top: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

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: #66cccc;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}

/* ■テキスト */

h1{
	color: #666666;
	font-size: 10px;
	text-align: right;
	font-weight: lighter;
	letter-spacing: 0.05em;
	padding: 5px 18px 0 0;
}

.news {
	width: 610px;
	height: 295px;
	overflow: auto;
	margin: 35px 0 0 25px;
}

.tn1 {
	color: #996633;
	font-size:12px;
	text-align:left;
	line-height: 13px;
	padding: 3px 0 0 28px;
	margin: 0 0 3px 0;
	letter-spacing: 0.05em;
	background-image: url(images/top/icon.png);
	background-repeat: no-repeat;
}

.tn2 {
	color: #666666;
	font-size:12px;
	text-align:left;
	line-height: 13px;
	padding: 2px 0 0 28px;
	margin: 0 0 7px 0;
	letter-spacing: 0.05em;
}


address{
	color: #666666;
	font-size: 12px;
	font-style: normal;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

/*■コンテナ*/

#container {
	text-align: left;
	width: 1000px;
	margin: 0 auto;
	background: #ffffff;
}

/*■ヘッダー*/

#header {
	background-image: url(images/top/header.jpg) ;
	background-repeat: no-repeat;
	width: 1000px;
	height: 30px;
	position: relative;
}

#flash {
	width: 1000px;
	height: 320px;
}

/*■左コンテンツ*/

#left-content {
	float: left;
	width: 670px;
	height: 350px;
	display: inline;
	background-image: url(images/top/news.jpg) ;
	background-repeat: no-repeat;
}

/*■右コンテンツ*/

#right-content {
	float: right;
	width: 330px;
	height: 350px;
	display: inline;
}

.bana1 {
	margin: 6px 0 0 0;
}

.bana2 {
	margin: 16px 0 0 0;
}

.bana3 {
	margin: 10px 0 0 0;
}

/*■フッター*/

#footer-navi {
	clear: both;
	text-align: center;
	width: 1000px;
	height: 20px;
}

#footer {
	text-align: center;
	width: 1000px;
	height: 30px;
	background: url(images/top/footer.jpg) no-repeat;
}

/* ■メインナビ */

#navi{
	width: 1000px;
	height: 50px; 
}

ul#menu_top{
    list-style:none;
    width: 1000px;
}

ul#menu_top li{
    list-style:none;
    float:left;
}

ul#menu_top a{
    display:block;
    height: 50px;
    text-indent:-300px;
    overflow:hidden;
}

a.home{
    width: 120px;
    background-image:url(images/top/link/1.jpg);
}
a:hover.home{
    width: 120px;
    background-position:0px -50px;
}

a.room{
    width: 110px;
    background-image:url(images/top/link/2.jpg);
}
a:hover.room{
    width: 110px;
    background-position:0px -50px;
}

a.system{
    width: 115px;
    background-image:url(images/top/link/3.jpg);
}
a:hover.system{
    width: 115px;
    background-position:0px -50px;
}

a.service{
    width: 120px;
    background-image:url(images/top/link/4.jpg);
}
a:hover.service{
    width: 120px;
    background-position:0px -50px;
}

a.members{
    width: 140px;
    background-image:url(images/top/link/5.jpg);
}
a:hover.members{
    width: 140px;
    background-position:0px -50px;
}

a.coupon{
    width: 135px;
    background-image:url(images/top/link/6.jpg);
}
a:hover.coupon{
    width: 135px;
    background-position:0px -50px;
}

a.contact{
    width: 130px;
    background-image:url(images/top/link/7.jpg);
}
a:hover.contact{
    width: 130px;
    background-position:0px -50px;
}

a.access{
    width: 130px;
    background-image:url(images/top/link/8.jpg);
}
a:hover.access{
    width: 130px;
    background-position:0px -50px;
}

/* ■サブナビ */

.menu{
	width: 565px;  
	color: #663300;
	font-size: 10px;
	margin: 0 auto;

}

.menu ul,.menu li{
	text-align: center;
        margin: 0;
	padding: 0;
	list-style: none;
}

.menu li{
	float:left;
}

