@charset "Shift_JIS";

/* Reset
------------------------------------------------------------------------------------------------------------*/


html,body,div,
ul,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td,img {
	margin: 0px;
	padding: 0px;
}
table {
	border:0;
	border-spacing:0;
	border-collapse:collapse;
}
img,fieldset { 
	border:0;
	cellspacing:0;
	cellpadding:0;
}
address,em,strong {
	font-style:normal;
	font-weight:normal;
}
input ,textarea {
	font-size:0.75em;
}
ol,ul,dl {
	list-style:none;
}
h1,h2,h3,h4,h5,h6,a,p,ul,li,ol,th,tr,td,dl,dt,dd,textarea,input,optgroup {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",san-serif,Arial,monospace;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
}
html{
	overflow-y: scroll;
}



/* 全体構成
------------------------------------------------------------------------------------------------------------*/

body {
	margin:0;
	padding:0;
	text-align: center;
	background-color: #655d4b;
	behavior:url(csshover2.htc);
}
h1,h2,h3,h4,a,p,ul,ol,li {
	color: #655d4b;
}
h1 { font-size: 18px;}
h2 { font-size: 15px;}
h3 { font-size: 14px;}
h4,p,li,textarea,input { font-size: 12px;}

#building {
	width: 760px;
	height: auto;
	background-color: #fcf3de;
	text-align: left;
	margin: 0 auto;
}
#container {
	width: 760px;
	height: auto;
}


/* ヘッダー
------------------------------------------------------------------------------------------------------------*/

#header {
	width: 730px;
	padding: 10px 0 0 15px;
	background-color: #fcf3de;
}
#logo {
	float: left;
}
#telephone {
	float: right;
	width: 193px;
}

/* sub_nav
------------------------------------------------------------------------------------------------------------*/

#sub_nav {
	clear:both;
}
#sub_nav ul {
	margin-top: 5px;
	padding-bottom:4px;
	font-size:10px;
	float: left;
	vertical-align: top;
	background-color: #fcf3de;
}
#sub_nav li{
	display: inline;
	margin-right: 10px;
}


/* global_nav
------------------------------------------------------------------------------------------------------------*/

#global_nav ul {
	clear:both;
	width: 730px;
	height:24px;
}
#global_nav li{
	float:left;
	width:91px;
}
#global_nav li a {
	display:block;
	height:24px;
}

#welcome { width: 91px; background: url(../images/globalmenu.gif) no-repeat 0 0; }
#onsen { width: 91px; background: url(../images/globalmenu.gif) no-repeat -91px 0; }
#dish { width: 91px; background: url(../images/globalmenu.gif) no-repeat -182px 0; }
#room { width: 91px; background: url(../images/globalmenu.gif) no-repeat -273px 0; }
#sightseeing { width: 91px; background: url(../images/globalmenu.gif) no-repeat -364px 0; }
#plan { width: 91px; background: url(../images/globalmenu.gif) no-repeat -455px 0; }
#reserve { width: 91px; background: url(../images/globalmenu.gif) no-repeat -546px 0; }
#news { width: 93px; background: url(../images/globalmenu.gif) no-repeat -637px 0; }

a:hover#welcome { width:91px; background:url(../images/globalmenu.gif) no-repeat 0 -24px; }
a:hover#onsen  { width:91px; background:url(../images/globalmenu.gif) no-repeat -91px -24px; }
a:hover#dish { width:91px; background:url(../images/globalmenu.gif) no-repeat -182px -24px; }
a:hover#room { width:91px; background:url(../images/globalmenu.gif) no-repeat -273px -24px; }
a:hover#sightseeing { width:91px; background:url(../images/globalmenu.gif) no-repeat -364px -24px; }
a:hover#plan { width:91px; background:url(../images/globalmenu.gif) no-repeat -455px -24px; }
a:hover#reserve { width:91px; background:url(../images/globalmenu.gif) no-repeat -546px -24px; }
a:hover#news  { width:93px; background:url(../images/globalmenu.gif) no-repeat -637px -24px; }



/* gotop_in
------------------------------------------------------------------------------------------------------------*/

#gotop_in {
	clear:both;
	float:right;
	margin-top: 10px;
	margin-bottom:10px;
}


/* gotop
------------------------------------------------------------------------------------------------------------*/

#gotop {
	clear:both;
	float:right;
	padding-right:15px;
	margin-top: 10px;
	margin-bottom:5px;
}


/* フッター
------------------------------------------------------------------------------------------------------------*/

#footer {
	font-size: 12px;
	float: left;
	text-align:left;
	width: 730px;
	height: auto;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #fcf3de;
}
#footer ul{
	padding: 3px 0;
	border-top:1px solid #655d4b;
	border-bottom:1px solid #655d4b;
}
#footer ul li {
	display:inline;
}
#address {
	float:left;	
	margin-top: 2px;
}
#copy {
	float:right;
	margin-bottom:0;
}


/* リンクの設定
------------------------------------------------------------------------------------------------------------*/

a:link {
	color: #6eaa00;
	text-decoration: none;
}
a:visited {
	color: #6eaa00;
	text-decoration: none;
}
a:hover, a:active{
	color: #663333;
	text-decoration: underline;
}
#contents a:hover img {
	opacity: 0.6; /* for Opera,Firefox,Safari */
	filter: alpha(opacity=60);
	
	
}


/* マイナスインデントの設定
------------------------------------------------------------------------------------------------------------*/

.m_indent {
	text-indent:-9999px;
	voice-family: "\"}\"";
	voice-family:inherit;
	overflow: hidden;
}



/* clearfixの設定
------------------------------------------------------------------------------------------------------------*/

.wel_back:after { /*-- for modern browser --*/
	content: url("../images/spacer.gif");
	display: block;
	clear: both;
	height: 0;
}

.clearfix{ /*-- for IE 5.5-7 --*/
	zoom:1;
}

/* span class
------------------------------------------------------------------------------------------------------------*/

.akamoji{
	color:#CC3333;
}
.akamoji-b{
	color:#ff8300;
	font-weight: bold;
}

.batsu {
	text-decoration: line-through;
}

