/* -----------------------------------------------------------

 CSS Information
 File name:      default.css
 Style Info:     デフォルトのスタイルのリセット及び基本設定

----------------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

html {
	overflow-y: scroll;
	overflow-x: hidden;
}

/*iframe {
	overflow-y: scroll;
	overflow-x: hidden;
}*/



body {
	width: 100%;
	font-size: 12px;/* 文字サイズ計算＝【基本サイズ ÷ 表示したいサイズ * 100 （小数点以下切り上げ） */
	font-family: "Osaka","ＭＳ Ｐゴシック",Arial,sans-serif;
	color: #6f4d03;
	text-align: center;
	line-height: 1.6;
	background: url(../data/img/bg.jpg) repeat-x #FCF8ED;
}

/* for IE6 【12÷(10×100)】*/
* html body {
	font-size: 75%;
}

/* for IE7 */
*:first-child+html body {
	font-size: 75%;
}

/* for IE8 */
html>/**/body {
  font-size/*\**/: 75%\9;
}

div,table {
	text-align: left;
	border-spacing: 0;
	border-collapse: collapse;
}

/*body *,*/
body p {
	line-height: 1.6;
}

table {
	font-size: 1em;
}

br {
	vertical-align: middle;/* FFで改行あるなしで高さが微妙に変わるのを回避 */
}

h1,h2,h3,h4,h5,h6 {
	/*line-height: 1;*/
	font-size: 100%;
	font-weight:normal;

}

p {
	margin: 10px 0;
}

ul,ol,li {
	list-style: none;
}

fieldset,img/*,input*/ { 
	border: 0;
	vertical-align: bottom;
}

iframe {
	overflow-x: hidden;
}

/*
img {
	behavior: expression(IEPNGFIX.fix(this));
}*/

address,caption,cite,code,dfn,em,var {
	font-style: normal;
	font-weight: normal;
}

form label {
	cursor : pointer;
}

select {
	font-family: "Osaka","ＭＳ Ｐゴシック",Arial,sans-serif;
}

select option {
	padding : 0 5px;
}

q: before,q: after {
	content: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

a {
	cursor:pointer;
}


/*リンク表示方法*/
a:link {
	text-decoration: underline;
	color: #DF6989;
}

a:visited {
	text-decoration: underline;
	color: #DF6989;
}

a:active {
	text-decoration: none;
	color: #DF6989;
}

a:hover {
	text-decoration: none;
	color: #DF6989;
}

/*a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}*/

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

#header {
	width: 850px;
	height: 120px;
	background: url(../data/img/header.jpg) no-repeat;
}

#header h1 {
	height: 25px;
	font-weight: normal;
	text-align: left;
	color: #FFFFFF;
}

#header .logo {
	float: left;
	width: 545px;
}

#header .logo {
	margin-top: 2px;
	width: 230px;
	height: 80px;
	display: block;
	overflow: hidden;
}

#header .logo a {
	height: 100%;
	display: block;
	text-indent: -9000px;
}

/*---------- 左ナビ ----------*/

#leftNavi {
	width: 240px;
	margin-right: 20px;
	margin-bottom: 50px;
	clear: both;
}

#leftNavi .lnbg {
	background: url(../data/img/ln1_bg.jpg) no-repeat;
	background-repeat: no-repeat;
	height: 350px;
	padding: 10px ;
	margin-bottom: 10px;
}

#leftNavi .lnbg ul li{
	font-size: 0;
}

#leftNavi .lnkya {
	background: url(../data/img/ln_bg_kya.jpg) no-repeat 0% 40px;
	margin-bottom: 10px;
}


#leftNavi .lnkya dt {
	font-size: 0;
}

#leftNavi .lnkya dd {
	margin-bottom: 5px;
	text-align: center;
	font-size: 0;
}
#leftNavi .lnkya dd.last {
	background: url(../data/img/lnkya_waku.jpg) no-repeat 0 100%;
	padding-bottom: 10px;
	margin-bottom: 0;
}

#leftNavi .lnba li {
	margin-bottom: 10px;
}
#leftNavi .lnba li a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.lastbg {
	background: url(../data/img/ln_last_bgx.gif) repeat-y;
}
.lnAddress {
	width: 240px;
	background: url(../data/img/ln_last_bg.jpg) no-repeat;
}

.lnAddress p {
	color: #FFFFFF;
	margin: 0;
	padding: 10px 10px 5px;
}

.lnAddress span.waku {
	background: url(../data/img/ln_btm_area.gif) no-repeat;
	height: 5px;
	font-size: 0;
	display: block;
}

/*---------- フッター設定 ----------*/

#footer {
	clear: both;
	width: 850px;
	margin-top: 20px;
	margin-bottom:10px;
	overflow: hidden;
	color: #666666;
}

#footer .fn {
	float: left;
	width: 480px;
	margin-bottom: 10px;
	padding: 0px 10px;
	text-align: center;
}

#footer ul {
	clear: both;
	margin-bottom: 3px;
	padding: 5px;
}

#footer li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 3px 0;
	padding: 0px 6px;
	border-right: 1px solid #DF6989;
	line-height: 1em;
	vertical-align: middle;
}

#footer .last {
	border: none;
}

#footer li a {
	zoom: 1;
	padding: 2px 0;
}

#footer address.fAddress{
}

#footer p.ext {
}

#footer p.ext a {
	color: #666666;
	text-decoration: none;
}

#footer .figRight {
	float: right;
}

/*---------- プライバシーポリシー ----------*/

.Privacy dt {
	font-weight: bold;
}

.Privacy dd {
	padding-bottom: 30px;
}

.Privacy dd ul {
	padding-left: 30px;
}

.Privacy dd ul li {
	list-style-type: decimal;
}


/*ボーダー写真*/

.nm_style4 img {
	background: #FFFFFF;
	padding: 4px;
	border: #CCCCCC solid 1px;
}

/*お問い合わせ＆予約フォーム*/

.nm_style8 table {
	width: 560px;
	margin-top: 20px;
}

.nm_style8 .cart_border1 {

}

.nm_style8 .cart_border2 {
	width: 400px;
}

.nm_style8 input,
.nm_style8 select,
.nm_style8 textarea {
	margin: 5px;
	vertical-align: middle;
}



.nm_style8 .cart_input {
	vertical-align: middle;
}
.nm_style8 .cart_border4 {
	background: #FCF8ED;
	border: none;
	border-top: solid 1px #D7C8B3;
	padding-bottom: 30px;
}

.nm_style8 .cart_border4 input {
	vertical-align: middle;
	font-size: 100%;
}

.nm_style8 .cart_head {
	background: #E7EBD0;
}

/*-----アンダーバーの表-----*/

.nm_style10 table {
	background: url(../data/img/contents_f_bg2.gif) no-repeat 95% 95%;
	border-top: 3px double #E7EBD0;
	width: 560px;
	margin: 10px auto;
}
.nm_style10 .csttbl_border1 {
	padding: 10px 5px;
	border-bottom: 3px double #E7EBD0;
}

.nm_style10 .csttbl_border2 {
	border-bottom: 3px double #E7EBD0;
	padding: 10px 5px;
	width: 450px;
	
}

.nm_style10 .csttbl_border4 {
	border-bottom: 3px double #E7EBD0;
	padding: 10px 5px;
	width: 450px;
	
}


.nm_style10 .csttbl_border3 {
	border-bottom: 3px double #E7EBD0;
	padding: 10px 5px;
	width: 450px;
	
}

.nm_style10 .csttbl_head {
	width: 30%;
	padding: 10px;
	font-weight: bold;
	
}
/*img透過の設定*/
.nm_style11 a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/*テーブル2の設定*/
.nm_style13 table {
	border-top: 1px solid #CCCCCC;
	width: 560px;
	margin: 20px auto;
}
.nm_style13 .csttbl_border1 {
	padding: 10px;
	border-bottom: 1px solid #CCCCCC;
}

.nm_style13 .csttbl_border2 {
	border-bottom: 1px solid #CCCCCC;
	padding: 10px;
}

.nm_style13 .csttbl_border4 {
	border-bottom: 1px solid #CCCCCC;
	padding: 10px;
}


.nm_style13 .csttbl_border3 {
	border-bottom: 1px solid #CCCCCC;
	padding: 10px;
	
}

.nm_style13 .csttbl_head {
	font-weight: bold;
	
}

/*新着情報の設定*/
.nm_style14 iframe {
	overflow-x: hidden;
}

.nm_style14 {

}

.nm_style14 .csttbl_head {
	height: 30px;
	background: url(../data/img/icon_new.gif) no-repeat 10px;
	padding-left: 60px;
}

/*の設定*/
/*の設定*/
/*の設定*/