@charset "Shift_JIS";

html{overflow-y:scroll;}

/* 全ての要素の余白をゼロに指定 */

body {
	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: #dec7b0;
	text-align: center;
	font-family: ＭＳ Ｐゴシック;
	margin-top: 0px;
}

h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style: none;
}

img {
	border: none;
	vertical-align: top;
}

/* ■テキスト */

h1{
	color: #ffffff;
	font-size: 12px;
	text-align: left;
	font-weight:lighter;
	letter-spacing:0.05em;
	padding: 4px 0 0 20px;
}

h2{
	font-size:12px;
}

.info{
	font-size: 12px;
	padding: 2px 0 0 0;
}

address{
	color: #ffffff;
	font-size: 12px;
	font-style: normal;
	margin: 0 auto;
	padding: 0  0 2px 0;
}

/*■リンクテキスト*/

.info_link{
	font-size: 12px;
	padding: 2px 0 0 0;
}

.info_link a:link {
	color: #663300;
	text-decoration: none;
}
.info_link a:visited {
	color: #663300;
	text-decoration: none;
}
.info_link a:hover {
	color: #cc0000;
	text-decoration: none;
}
.info_link a:active {
	color: #663300;
	text-decoration: none;
}

/*■コンテナ*/

#container {
	text-align: left;
	width: 1000px;
	margin: 0 auto;
	border: 1px solid #999999;
	background: #ffffff;
}

/*■ヘッダー*/

#header {
	background-image: url(images/top/header.jpg) ;
	background-repeat: no-repeat;
	width: 1000px;
	height: 20px;
}

#header_title {
	width: 1000px;
	height: 70px;
}

/*■左コンテンツ*/

#left-content {
	float: left;
	width: 730px;
	height: 720px;
}

.flash {
	width: 730px;
	height: 310px;
}

.miryoku {
	width: 730px;
	height: 295px;
	background-image: url(images/top/left_1.jpg) ;
	background-repeat: no-repeat;
}

.news_area {
	width: 730px;
	height: 115px;
	background-image: url(images/top/left_2.jpg) ;
	background-repeat: no-repeat;
}

.news {
	width: 670px;
	height: 60px;
	overflow: auto;
	margin-left: 35px;
}

.left_table {
	margin: 0 15px 0 15px;
}

/*■右コンテンツ*/

#right-content {
	float: right;
	width: 270px;
	height: 720px;
	text-align: center;
	background-image: url(images/top/right.jpg) ;
	background-repeat: no-repeat;
}

.right_table {
	margin: 5px 5px 0 5px;
}

/*■フッター*/

#footer-navi {
	clear: both;
	text-align: center;
	width: 1000px;
	height: 20px;
	background: url(images/top/footer_navi.jpg) ;
	background-repeat: no-repeat;
}

#footer {
	text-align: center;
	width: 1000px;
	height: 20px;
	background: url(images/top/footer.jpg) ;
	background-repeat: 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:-200px;
    overflow:hidden;
}

a.home{
    width: 200px;
    background-image:url(images/top/link/link_01.jpg);
}
a:hover.home{
    width: 200px;
    background-position:0px -50px;
}

a.rooms{
    width: 200px;
    background-image:url(images/top/link/link_02.jpg);
}
a:hover.rooms{
    width: 200px;
    background-position:0px -50px;
}

a.breakfast{
    width: 200px;
    background-image:url(images/top/link/link_03.jpg);
}
a:hover.breakfast{
    width: 200px;
    background-position:0px -50px;
}

a.facilities{
    width: 200px;
    background-image:url(images/top/link/link_04.jpg);
}
a:hover.facilities{
    width: 200px;
    background-position:0px -50px;
}

a.access{
    width: 200px;
    background-image:url(images/top/link/link_05.jpg);
}
a:hover.access{
    width: 200px;
    background-position:0px -50px;
}

/* ■サブナビ */

.menu{
	width: 690px;  
	color: #ffffff;
	font-size: 10px;
	margin: 0 auto;
	padding: 6px 0 0 0;
}

.menu ul,.menu li{
	text-align: center;
        margin: 0;
	padding: 0;
	list-style: none;
}

.menu li{
	float:left;
}


.menu a:link {
	color: #ffffff;
	text-decoration: none;
}
.menu a:visited {
	color: #ffffff;
	text-decoration: none;
}
.menu a:hover {
	color: #ffff99;
	text-decoration: none;
}
.menu a:active {
	color: #ffffff;
	text-decoration: none;
}
