/* CSS Document */

/* common
------------------------------------------------------------------*/

*{
font-size:12px;
}

/* IE7paddingw */
*:first-child+html body {
padding-left: 1px;
}


body {
color:#725a30;
background: url(/common/img/bg01.png) repeat-x 0 152px;
}

.clear{
clear:both;
}

.clearfix:after {
content: "." ;
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {
display: inline-block;
}

/* Hides from IE-mac _*/
* html.clearfix {
height: 1%;
}

 h1, h2, h3, h4, h5, h6, form, ul, ol, li, dl, dt, dd, p {
margin: 0;
padding: 0;
line-height:160%;
text-align:left;
}

.clearfix {
display: block;
}


/*////////////////////////////////////////

Container Setting

/////////////////////////////////////// */

div#container {
width:1000px;
margin:0 auto;
padding:0;
}

/*////////////////////////////////////////

Container1 Setting

/////////////////////////////////////// */

div#container1 {
width:850px;
margin:25px auto 40px;
padding:0;
}


/*////////////////////////////////////////

Header Setting

/////////////////////////////////////// */
#gHeader {
	background:url(/common/img/bg_gnavi.png) repeat-x 0 bottom;
}
#gHeader > div,
#gNav{
	overflow:hidden;
	width:850px;
	margin:0 auto;
}
#logo {
	float:left;
	margin:25px 0;
}
#logo img{
	vertical-align:baseline;
}
#logo h1,
#logo p{
	display:inline;
	margin:10px;
}
#hdRight{
	float:right;
	text-align:right;
}
#hdRight .eng{
	margin:10px 0;
}
#gNav li{
	float:left;
	overflow:hidden;
	text-indent: -100%;
}
#gNav li a{
	display:block;
	background-image:url(/common/img/gnavi.png);
	width:170px;
	height: 56px;
	text-indent: -100%;
}
#gNav #gNavTop a{
	background-position:0 0;
}
#gNav #gNavFacilities a{
	background-position:-170px 0;
}
#gNav #gNavStay a{
	background-position:-340px 0;
}
#gNav #gNavBanquet a{
	background-position:-510px 0;
}
#gNav #gNavEvent a{
	background-position:-680px 0;
}
#home #gNavTop a,
#gNav #gNavTop a:hover{
	background-position:0 bottom;
}
#facilities #gNav #gNavFacilities a,
#gNav #gNavFacilities a:hover{
	background-position:-170px bottom;
}
#charge #gNav #gNavStay a,
#gNav #gNavStay a:hover{
	background-position:-340px bottom;
}
#feast #gNav #gNavBanquet a,
#gNav #gNavBanquet a:hover{
	background-position:-510px bottom;
}
#event #gNav #gNavEvent a,
#gNav #gNavEvent a:hover{
	background-position:-680px bottom;
}


/*////////////////////////////////////////

top_navi Setting

/////////////////////////////////////// */


div#top_navi{
background:url('../../com_img/top_navi.jpg') no-repeat;
width:850px;
height:53px;
margin:0;
padding: 0;
text-indent: -9999px;
}

ul#hn_navi {
width:846px;
height:53px;
margin:0 0 0 1px;
padding:0;
}

#hn_navi li {
float: left;
width: 141px;
height:53px;
margin:0;
padding: 0;
font-size: 77%;
line-height: 100%;
text-indent: -9999px;
overflow: hidden;
}

#hn_navi li a {
display: block;
width: 141px;
height:53px;
margin: 0;
padding: 0;
}

div#index_img {
width:850px;
height:305px;
margin:0;
padding: 0;
}



/*////////////////////////////////////////

contents Setting

/////////////////////////////////////// */

div#contents {
float:left;
width:591px;
height:auto;
text-align:left;
}



/*////////////////////////////////////////

side_navi Setting

/////////////////////////////////////// */
#side {
	width:229px;
	float: right;
	height:auto;
	color:#444;
	font-size:93%;
}

#side > *{
	margin:0 0 15px;
}

#quickSearch > div,
.consultation > div,
.feast > div{
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	width: 195px;
}

#quickSearch > div,
.consultation > div{
	padding:0 15px;
}
.feast > div{
	padding:15px 15px 0px;
}
#quickSearch li{
	overflow:hidden;
	border-bottom:1px dashed #ccc;
	padding:9px 0;
}
#quickSearch li .tit{
	float:left;
	padding:0 10px 0 0;
	width:70px;
}
#quickSearch #quickStart .input{
	float:left;
	margin:7px 0 0;
}
#quickSearch .btn,
.consultation .btn,
.feast .btn{
	margin:15px 0;
	text-align:center;
}
#quickSearch .btn input[disabled]{
	opacity:0.7;
	cursor: default;
}

#side .bnr{
	background:#f4f4e5;
	background:#eed;
	padding:10px 10px 5px;
}
#side .bnr li{
	margin:0 0 5px;
}
#side .bnr2 li{
	margin:5px 0;
}
.consultation ul {
	padding:10px 0 0;
}
.consultation li {
	font-weight:bold;
}
.consultation li span {
	color:#a88e4c;
	position: relative;
	top: -8px;
	margin: 5px;
}
.consultation .btn,
.feast .btn {
	border-top:1px dashed #ccc;
	padding:9px 0 0;
}


#sdCertificate {
	width:168px;
	margin:0 auto;
}

.voice > div{
	overflow: hidden;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:0 15px;
	width: 195px;
}
.voice iframe{
	overflow:hidden;
	border:none;
	height:180px;
}
.voice .copy{
	padding: 0 10px;
	color:#999;
	font-size:77%;
}
.voice .txt{
	margin:10px 0;
	font-size:77%;
}
.voice .txt a:link,
.voice .txt a:visited{
	color:#444;
}


/*////////////////////////////////////////

Container2 Setting

/////////////////////////////////////// */

div#container2 {
background:url('../../com_img/btm_bg.jpg') repeat-x;
margin:0 auto;
padding:0;
}


/*////////////////////////////////////////

footer Setting

/////////////////////////////////////// */
#googleMap {
	width:100%;
	height:332px;
}

#gFooter {
	background:#3d4528;
	clear:both;
}

#gFooter #ftNav{
	border-bottom:1px solid #664;
}

#gFooter #ftNav ul,
#gFooter > div{
	overflow:hidden;
	width:850px;
	margin:0 auto;
}

#gFooter #ftNav li{
	float:left;
	margin:5px 17px 15px 0;
}

#gFooter div .left,
#gFooter div address{
	padding:20px 0;
}
#gFooter div .left{
	float:left;
}
#gFooter div .left p{
	float:left;
	margin:5px 20px 0 0;
}

#gFooter div address{
	float:right;
	line-height:1.27;
	color:#fff;
	font-size:92%;
}

.copyright{
	background:#221;
	padding:10px;
	text-align:center;
	color:#fff;
	font-size:83%;
}

/*////////////////////////////////////////

text Setting

/////////////////////////////////////// */

.text_set001 {
padding:0 0 15px 0;
line-height:160%;
}

.text_set002 {
padding:0 10px 15px 10px;
line-height:160%;
}

.text_set002 span {
color:red;
font-weight:bold;
}

.text_set {
color:#ff0000;
}


.btm_center {
text-align:center;
}

.tab_001{
border:1px #dcd9bc solid;
margin:0 0 30px 0;
line-height: 18px;
border-bottom:none;
}

.tab_002{
border:1px #dcd9bc solid;
margin:0 0 5px 0;
line-height: 18px;
border-bottom:none;
}

.tab_001 th, .tab_002 th{
border-right:1px solid #dcd9bc;
border-bottom:1px solid #dcd9bc;
width:160px;
font-size: 87%;
padding:0.6em 1em;
background:#ebe9d8;
}

.tab_001 td, .tab_002 td{
background:#FFF;
padding:0.6em 1em;
width:380px;
font-size: 87%;
border-bottom:1px solid #dcd9bc;
text-align:left;
}

.tab_001 span,  .tab_002 span, .tab_003 span {
color:red;
}

.p_form01 {
font-size:90%;
margin:0 0 40px 0;
}

a:link{
color:de0c0c;
}


.mg_10{
margin-bottom:10px;
}

.mg_20{
margin-bottom:20px;
}

.mg_30{
margin-bottom:30px;
}


.mg_40{
margin-bottom:40px;
}

.mg_50{
margin-bottom:50px;
}


a{
color:#725a30;
}

ul.btn_confset {
width:470px;
height:34px;
padding:0;
margin:0 0 0 65px;
}

li.bmc1 {
float:left;
height:34px;
padding:0;
margin:0;
}

li.bmc2 {
float:right;
height:34px;
padding:0;
margin:0;
}

.error{
	background: #FFEDED none repeat scroll 0 0;
	border: 1px doted #CCCCCC;
	margin: 0;
	padding: 3px;	
}

.roominfo{
	background: #e0f1ff none repeat scroll 0 0;
	border: 1px doted #CCCCCC;
	margin: 0;
	padding: 3px;	
}

.holiday {
background:#ffead3;
}

.saturday {
background:#e0f1ff;
}

.disp {
text-indent:-9999px;
font-size:1px;
line-height:1%;
}

.btncenter {
margin:0 auto;
width: 300px;
text-align:center;
}


/*////////////////////////////////////////

form

/////////////////////////////////////// */
input[size="64"] {
    width: 416px;
}
input[size="40"] {
    width: 310px;
}
input[size="30"] {
    width: 230px;
}
input[size="20"] {
    width: 155px;
}
.hasDatepicker,
input[size="14"] {
    width: 110px;
}