@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;
}

/* ■リンク */

a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ffff99;
	text-decoration: none;
}
a:active {
	color: #ffffff;
	text-decoration: none;
}

/* ■テキスト */

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;
}

address{
	color: #ffffff;
	font-size: 12px;
	font-style: normal;
	margin: 0 auto;
	padding: 0  0 2px 0;
}

/* ■テキスト2 */

.t1{
	color: #336600;
	font-size: 14px;
	text-align: left;
	font-weight:lighter;
	padding: 4px 0 4px 0;
}

.t2{
	color: #333333;
	font-size: 12px;
	text-align: left;
	padding: 4px 0 4px 0;
}

.t3{
	color: #333333;
	font-size: 12px;
	text-align: center;
	padding: 4px 0 4px 0;
}

.t4{
	color: #333333;
	font-size: 12px;
	text-align: left;
	padding: 4px 0 4px 0;
}

.t1_mark{
	color: #663300;
	font-size: 14px;
	text-align: left;
	background-image: url(images/sub/other/text_bg.gif) ;
	background-repeat: no-repeat;
	padding: 7px 0 6px 30px;
}

/*■コンテナ*/

#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: auto;
}

.midashi {
	width: 730px;
	height: 50px;
	padding: 0;
}

.left_table {
	width: 700px;
	border: none;
	margin: 15px;
}

/*■右コンテンツ*/

#right-content {
	float: right;
	width: 270px;
	height: auto;
	text-align: center;
	background-color: #fdfcfa;
	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;
}

