@charset "UTF-8";

/* --- 全体の背景・テキスト --- */

body {
margin: 0;
padding: 0;
background-image:url(button/bg.jpg) ;
background-repeat:repeat-x;
background-color: #ffffff; /* ページの背景色 */
color: #000000; /* 全体の文字色 */
font-size: 100%; /* 全体の文字サイズ */
font-family: ＭＳ Ｐゴシック, Time;
}

img { display: block; }

/* --- 全体のリンクテキスト --- */
a:link { color: #006633; }
a:visited { color: #009966; }
a:hover { color: #006633; }
a:active { color: #ff0000; }

ul { list-style:none;
     margin-top:0px;
	 margin-left:0px;
	 margin-right:0px;
	 margin-bottom:0px;
     padding-left:12px;
	 padding-top:0px;
	 padding-right:0px;
	 padding-bottom:0px;
 }
	
li {line-height:0px;
    vertical-align:bottom;
}

iframe src{
margin-top:555px;
margin-left:50px
}


/* --- コンテナ --- */
#container {
width: 799px; /* ページの幅 */
margin: 0px auto 0px auto; /* センタリング */
background-color: #ffffff; /* メインカラムの背景色 */
border-left: 0px #c0c0c0 solid; /* 左の境界線 */
border-right: 0px #c0c0c0 solid; /* 右の境界線 */
}


/* --- ヘッダ --- */
#header {
background-color: #ffffff; /* ヘッダの背景色 */
background-image:url(button/index_r1_c2.jpg);
width :799px;
height:72px;

}

/* --- ナビゲーション --- */
#nav {
float: left;
width: 178px; /* サイドバーの幅 */
height:846px;
background-color:#D5E8BA;
background-image:url(button/side.jpg);
background-repeat:no-repeat;
}

/* --- メインカラム --- */
#content {
display:block;
float:left;
position: relative;
background-image:url(button/main4.jpg);
width: 621px;
height:846px; 
margin: 0;
padding: 0;
}

#content #box1{
float:left;
height:670px;
width:621px;
}

#content #hotel{
    position: absolute;
	top: 98px;
	left: 400px;
	height: 35px;
	width: 180px;
}

#content #hotel a{
	display: block;
	top: 98px;
	left: 400px;
    width: 100%;
    height: 100%;
	text-indent: -9999px;
}


#content #box2{
position: relative;
float:left;
height:178px;
width:339px;
}

#content #box3{
position: relative;
float:right;
height:154px;
width:282px;
}

#iframe{
	position:absolute;
	padding-top:37px;
	padding-left:15px;
	left: -11px;
	top: -1px;
	width: 320px;
}

#font{
	position:absolute;
	padding-top:37px;
	padding-left:30px;
	line-height:15px;
	left: -3px;
	top: 0px;
}

/* --- フッタ --- */
#footer {
background-image:url(button/footer.jpg);
background-repeat:no-repeat;
clear: left; /* フロートのクリア */
width: 100%;
height:45px;
background-color: #ffe080; /* フッタの背景色 */
}
