@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: #fffaf3;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	margin-top: 0px;
}

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: #ff9900;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}

/* ■テキスト */

h1{
	color: #ffffff;
	font-size: 10px;
	text-align: left;
	font-weight: lighter;
	letter-spacing: 0.05em;
	padding: 12px 10px 0 225px;
}

h2{
	font-size:12px;
}

address{
	color: #ff0066;
	font-size: 12px;
	font-style: normal;
	margin: 0 auto;
	padding: 10px  0 0 0;
}

/*■新着用テキスト*/

.a1 {
	color: #996633;
	font-size:12px;
	text-align:left;
	line-height: 13px;
	padding: 12px 0 6px 32px;
	margin: 0 0 0 20px;
	background-image: url(images/top/icon/a.png);
	background-repeat: no-repeat;
}
.a2 {
	color: #666666;
	font-size:12px;
	text-align:left;
	line-height: 13px;
	padding: 2px 0 0 32px;
	margin: 0 0 8px 20px;
}

.b1 {
	color: #cc9933;
	font-size:12px;
	text-align:left;
	line-height: 13px;
	padding: 12px 0 6px 32px;
	margin: 0 0 0 20px;
	background-image: url(images/top/icon/b.png);
	background-repeat: no-repeat;
}

.c1 {
	color: #996633;
	font-size:12px;
	text-align:left;
	line-height: 13px;
	padding: 12px 0 6px 32px;
	margin: 0 0 0 20px;
	background-image: url(images/top/icon/c.png);
	background-repeat: no-repeat;
}

.d1 {
	color: #cc9933;
	font-size:12px;
	text-align:left;
	line-height: 13px;
	padding: 12px 0 6px 32px;
	margin: 0 0 0 20px;
	background-image: url(images/top/icon/d.png);
	background-repeat: no-repeat;
}

.e1 {
	color: #cc6666;
	font-size:12px;
	text-align:left;
	line-height: 13px;
	padding: 12px 0 6px 32px;
	margin: 0 0 0 20px;
	background-image: url(images/top/icon/e.png);
	background-repeat: no-repeat;
}

.red {
	color: #ff0000;
}

.redbig {
    font-weight:bold;
    text-align:center;
    font-size:18px;
	color: #ff0000;
}

/*■コンテナ*/

#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: 50px;
}

/*■左コンテンツ*/

#left-content {
	float: left;
	width: 800px;
	height: auto;
}

.flash {
	float: left;
	width: 800px;
	height: 260px;
}

.news_area {
	width: 800px;
	height: 800px;
}

.news {
	width: 390px;
	height: 725px;
	overflow: auto;
	margin: 10px 0 0 0;
}

.box_1{
	float: left;
	width: 400px;
	height: 800px;
	background-color: #ffffff;
	text-align: left;
}

.box_2{
	float: right;
	width: 400px;
	height: 800px;
	background-color: #ffffff;
	text-align: left;
	background-image: url(images/top/bg_1.jpg) ;
}

/*■右コンテンツ*/

#right-content {
	float: right;
	width: 200px;
	height: 1060px;
	text-align: center;
	margin: 0 auto;
	background-color: #ffffff;
}

.bana_area{
	width: 200px;
	height: auto;
	text-align: center;
	margin-top: 10px
}

.bana_ht{
	width: 200px;
	height: auto;
	text-align: center;
	margin-top: 10px
}

.tw{
	width: 180px;
	height: auto;
	margin: 0 10px;
}

/*■フッター*/

#footer-navi {
	clear: both;
	text-align: center;
	width: 1000px;
	height: 20px;
}

#footer {
	text-align: center;
	width: 1000px;
	height: 30px;
}

/* ■メインナビ */

.navi{
	width: 200px;
	height: 224px; 
	margin: 0 0 0 0;
}

ul.menu_top{
    list-style:none;
    width: 200px;
}

ul.menu_top li{
    list-style:none;
    float:left;
}

ul.menu_top a{
    display:block;
    height: 32px;
    text-indent:-300px;
    overflow:hidden;
}

a.ticket{
    width: 200px;
    height: 32px;
    background-image:url(images/top/link/1.jpg);
}
a:hover.ticket{
    width: 200px;
    height: 32px;
    background-position: 200px 0px;
}

a.sm{
    width: 200px;
    height: 32px;
    background-image:url(images/top/link/2.jpg);
}
a:hover.sm{
    width: 200px;
    height: 32px;
    background-position: 200px 0px;
}

a.resertvation{
    width: 200px;
    height: 32px;
    background-image:url(images/top/link/3.jpg);
}
a:hover.resertvation{
    width: 200px;
    height: 32px;
    background-position: 200px 0px;
}

a.room{
    width: 200px;
    height: 32px;
    background-image:url(images/top/link/4.jpg);
}
a:hover.room{
    width: 200px;
    height: 32px;
    background-position: 200px 0px;
}

a.system{
    width: 200px;
    height: 32px;
    background-image:url(images/top/link/5.jpg);
}
a:hover.system{
    width: 200px;
    height: 32px;
    background-position: 200px 0px;
}

a.contact{
    width: 200px;
    height: 32px;
    background-image:url(images/top/link/6.jpg);
}
a:hover.contact{
    width: 200px;
    height: 32px;
    background-position: 200px 0px;
}

a.access{
    width: 200px;
    height: 32px;
    background-image:url(images/top/link/7.jpg);
}
a:hover.access{
    width: 200px;
    height: 32px;
    background-position: 200px 0px;
}

a.space{
    width: 200px;
    height: 32px;
    background-image:url(images/top/link/.jpg);
}

/* ■サブナビ */

.menu{
	width: 410px;  
	color: #663300;
	font-size: 10px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

.menu ul,.menu li{
	text-align: center;
        margin: 0;
	padding: 0;
	list-style: none;
}

.menu li{
	float:left;
}


