@charset "utf-8"; 
/* ===================================================================
CSS information
 file name  :  default.css
 style info :  recet no thanks
=================================================================== */
/*--- reset */
html, body	{
	margin: 0;
	padding: 0;
	height:100%; 
	_height: 100%;   
	_overflow: auto;  
}

html {
	overflow-y: scroll;
	min-height:100%;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
img {
	border: 0;
	vertical-align:bottom;
}

/*--- default ----------------------------------*/
body {
	width:100%;
	text-align: justify;
	text-justify: inter-ideograph;
	text-align: left;
	font-size: 14px;
	line-height: 160%;
	color: #172B25;
	min-width: 950px;
	background: url(../img/bac.png) top center no-repeat;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #B7C5C2;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
* html body {	/* for IF6 */
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}
/*--- link 共通----------------------------------*/
a:link {
color: #FFFFFF;
text-decoration: none;

}

a:visited {
color: #FFFFFF;
text-decoration: none;
}

a:hover {
text-decoration: underline;
color: #FFFFFF;
}

a:active {
color: #FFFFFF;
}
/*--- link footer----------------------------------*/
.f_box1  a:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}
/* 透明度変化の時間を設定 */
.f_box1  a {
	/* Firefox */
    -moz-transition: 0.4s;
	/* WebKit */
    -webkit-transition: 0.4s;
	/* Opera */
    -o-transition: 0.4s;
	/* Standard */
    transition: 0.4s;
}
#f_bana  a:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}
/* 透明度変化の時間を設定 */
#f_bana  a {
	/* Firefox */
    -moz-transition: 0.4s;
	/* WebKit */
    -webkit-transition: 0.4s;
	/* Opera */
    -o-transition: 0.4s;
	/* Standard */
    transition: 0.4s;
}
/*--- link shop----------------------------------*/
.con_box_top a:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}
/* 透明度変化の時間を設定 */
.con_box_top a {
	/* Firefox */
    -moz-transition: 0.4s;
	/* WebKit */
    -webkit-transition: 0.4s;
	/* Opera */
    -o-transition: 0.4s;
	/* Standard */
    transition: 0.4s;
}
.ryokan {
	color: #ffffff;
}


.tex11 {
	padding: 0px 0 12px 30px;
	overflow: hidden;
}
.tex11 a {
	color: #333;
	text-decoration: underline;
}

