@charset "Shift_JIS";
@import './common.css';

img.pict{
	float:left;
	margin-right:2px;
}
table, h3{
	clear:both;
}



/* -- 配置 --*/

#flash{
	position:absolute;
	top:0px;
	left:195px;
}
#main{
	padding-top:380px;
}

/* -- 各プランへのリンク -- */
p#blog{
	margin-top:1em;
	float:right;
	width:140px;
	font-size:14px;
	text-align:center;
}

#planlist{
	border-bottom:1px solid #999999;
	border-top:1px solid #999999;
	font-size:14px;
	line-height: 130%;
	padding:10px;
	margin:0.5em 0 0 0;
}
#planlist h2{
	font-size:14px;
	font-weight:normal;
	margin-bottom:4px;
	padding:0;
}




/* -- 各プランコンテナ -- */
.plan{
	border-bottom:3px solid #8877dd;
	padding-bottom:10px;
	border-top:1px solid #8877dd;
	margin:25px 0 0 0;
}
.plan p{
	font-size: 13px;
	line-height: 18px;
}


/* -- ブログの新着表示 -- */

#news{
	margin:25px 0;
	border:1px solid #CC6633;
	padding:10px;
	overflow: auto;
	background: #FFE6CA;
    overflow: hidden;
}

#news:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #news {
    height: 1em;
    overflow: visible;
}
/**/

#news h3 {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	margin: 10px 0px 10px 0px;
}



#news h2 {
	font-size: 15px;
	font-weight: normal;
	color: #000099;
	text-align: left;
}

#news img{
clear:both;
float:right;
margin:0 0 10px 0;
padding:0;
	border-style: none;
}
#news p {
margin:0 0 5px 0;
}

#news p.hon{
	font-size: 12px;
	line-height: 16px;
	margin-right:20px;
}

#news p.date{
	font-size: 11px;
	color: #000000;
	text-align:right;
	margin-top: 6px;
	border-top: 1px dotted #999999;
}

/* -- おわり --*/


.sintyaku{
	font-size:12px;
}


.hon{
	font-size:85%;
}

.hon img{
	text-align:right;
}

.date{
	size:12px;
	text-align:right;
}



/* -- 本文 -- */
h2{
	font-size: 14px;
	padding:0px;
	font-weight: bold;
	margin: 10px 0px;
}
p{
	font-size:90%;
	line-height: 130%;
}
.navi-top{ /* PageTop△ のリンク */
	font-size: 11px;
	text-align: right;
	margin: 0px 0px 20px 0px;
}


/* -- 各プランの概要表組 -- */
table.planinfo{
	margin-top:15px;
}

table.planinfo th{
	font-size: 12px;
	line-height: 14px;
	background-color: #eedddd;
	text-align: center;
	white-space: normal;
	padding:4px;
	border-bottom:1px solid #999999;
	border-top:1px solid #999999;
	width:120px;
}

table.planinfo h3{
margin:0;
padding:0;
}

table.planinfo td{
	font-size: 13px;
	line-height: 18px;
	background-color: #FFFFFF;
	padding:6px;
	border-bottom:1px solid #999999;
	border-top:1px solid #999999;
	width:380px;
}

/* -- 各プランの概要表組 -- */
table.planinfo ul{
	padding-left:1em;
}
table.planinfo ul li{
	list-style-type:disc;
}


/* -- 写真説明用のテーブル -- */
table.photo{
	margin:0px;
}
table.photo td{
	font-size: 11px;
	line-height: 16px;
	padding:4px;
	border:0px;
	text-align:center;

}


/* -- 見出し装飾 -- */

.orange{ /* オレンジ＋グレーボーダー */
	margin:15px 0 5px 0;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	font-weight:bold;
	padding:4px;
	border-bottom:1px solid #999999;
	border-top:1px solid #999999;
	background-color:#FF6633;
	color:#fff;
}


.style1 {color: #FF0000}

/* -- 汎用性の薄い装飾 -- */

#seikan h2{
	font-size: 16px;
	color:#c00;
}
#seikan h2 em{
	font-size: 20px;
	margin: 10px;
	font-style:normal;
	display:block;
}
#seikan h3{
	font-size: 13px;
	line-height: 18px;
	margin-top:10px;
}
#seikan #konshin{
	border-top:1px solid #999999;
	margin-top:10px;
	color:#006633;
	font-size: 13px;
}


#tyuusyoku h3{
	border-top:1px solid #999999;
	margin-top:15px;
	padding-top:10px;
}
#main p.catch {
	font: bolder 16px "ＭＳ Ｐ明朝", "細明朝体";
	color: #993366;
}
#main p.read{
	font: bold 12px/16px "ＭＳ Ｐ明朝", "細明朝体";
}
#main p.catch a,
#main p.catch a:link,
#main p.catch a:visited,
#main p.catch a:active,
#main p.catcha:hover{
color: #993366;
	text-decoration:none;
	
}





/* -- 特別プランへのリンクインデックス --*/

.special {
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	padding: 4px;
	height: auto;
	margin-bottom: 12px;
	border-top: 1px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.special img {
	float: right;
	border-style: none;
	padding-left: 10px;
}
.special dt {
	color: #990033;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 4px;
	padding-left: 6px;
}
.special dd {
	padding-left: 20px;
}
.special dd a,
.special dd a:link,
.special dd a:visited{
color: #000000;
	text-decoration:underline;
	
}


.special dd a:active,
.special dd a:hover{
color: #FF0000;
	text-decoration:underline;
	
}

/* -- スペシャルのタイトル --*/


.special dt a,
.special dt a:link,
.special dt a:visited{
	font-size: 15px;
	font-weight: bold;
	color: #37286E;
	text-decoration: underline;
}
.special dt a:active,
.special dt a:hover{
	color: #FF0000;
	text-decoration:underline;
}
.special strong {
	font-weight: normal;
	color: #8F4833;
}
/* -- スペシャル特別企画 --*/
.special .toku {
	background: url(01-sp/sp_bg.jpg) no-repeat;
	margin: 0px;
	padding: 4px;
	border: 3px solid #98BAFF;
}
.special .aki {
	background:;
	margin: 0px;
	padding: 4px;
	border: 3px solid #FF9933;
	background: #FFDFC2;
}
.special .kawamoto {
	background: #792841 url(01-sp-dentou/img/top_bg.jpg) repeat-x;
	margin: 0px;
	padding: 4px;
	border: 3px solid #CE9DC2;
	color: #FFFFFF;
}

.special .kawamoto dt a,
.special .kawamoto dt a:link,
.special .kawamoto dt a:visited{
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
}
.special .kawamoto dd a,
.special .kawamoto dd a:link,
.special .kawamoto dd a:visited{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:underline;
}

.special .toku dt a,
.special .toku dt a:link,
.special .toku dt a:visited{
	font-size: 17px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
	line-height: 20px;
}

.special .aki dt a,
.special .aki dt a:link,
.special .aki dt a:visited{
	font-size: 17px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
	line-height: 20px;
}




.special dd a,
.special dd a:link,
.special dd a:visited{
color: #000000;
	text-decoration:underline;
	
}
.special .toku strong {
	font-weight: normal;
	color: #993366;
}
.special em {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	background: #FFFFCC;
	display: block;
	margin: 0px;
	padding: 2px;
}

/* -- グルメの宿紹介 --*/

.gourmet {
	margin: 10px 0px 20px;
	background: #FFE5E3;
	padding: 10px;
}
.gourmet p {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 18px;
}
.gourmet h2 {
	color: #993366;
	font: bold 16px "ＭＳ Ｐ明朝", "細明朝体";
	margin-bottom: 6px;
}
.gourmet img {
	float: right;
	margin-left: 10px;
}

.gourmet a,
.gourmet a:link,
.gourmet a:visited,
.gourmet a:active,
.gourmet a:hover{
color: #000000;
	text-decoration:underline;
	
}

/* -- お客様の声ｓ --*/
.koe {
	font-size: 12px;
	line-height: 14px;
	padding: 6px;
	margin-bottom: 10px;
	border: 1px solid #CC99CC;
	height: 100px;
	background: #F9F1CC;
}

.koe img {
	float: right;
	padding-left: 10px;
}

.koe h4 {
	font-weight: bold;
	color: #4343AA;
	margin-bottom: 4px;
}



/* -- その他 --*/
#main h2 {
	font-family: 16;
	font-weight: bold;
	margin-bottom: 6px;
}


.migi {
	text-align: right;
	margin: 0px;
}
/* -- 表紙の懐石料理紹介、リストメニュー --*/

#key {
	margin: 10px 0px;
	padding: 8px;
	border: 3px double #EBD077;
	background: #FFFFFF url(04-syokuji/img/kabe.gif);
}
#key li {
	font-size: 12px;
	line-height: 14px;
	margin-left: 10px;
	list-style: circle;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 0px;
}
#key ul {
	padding-left: 10px;
}
#key h2 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体";
	font-weight: bold;
	color: #993333;
	padding: 6px;
}
#key img {
	float: right;
	margin-left: 10px;
	margin-right: 6px;
}
#key h2 a,
#key h2 a:link,
#key h2 a:visited,
#key h2 a:active,
#key h2 a:hover{
color: #993333;
	text-decoration:none;
	color: #993333;
}
#key li a,
#key li a:link,
#key li a:visited,
#key li a:active,
#key li a:hover{
color: #000000;
	text-decoration:underline;
	
}
#sonota {
	height: 81px;
	width: 500px;
	background: url(img/sonota.jpg) no-repeat 0px 0px;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	margin-bottom: 20px;
}
#sonota .space {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 190px;
}
#sonota h3 {
	font-size: 16px;
	line-height: 18px;
	margin: 0px 0px 6px;
	padding: 0px;
	font-weight: bold;
}
#sonota a,#sonota a:link,#sonota a:visited{
	color: #990033;
}
#sonota a:active,#sonota a:hover{}
.syokuji2 img {
	display: block;
	float: right;
	margin-left: 10px;
}

.syokuji2 {
	margin: 10px 0px;
	padding: 8px;
	border: 6px double #EBD077;
	background: #FFFFFF url(04-syokuji/img/kabe.gif);
	font-size: 14px;
	line-height: 22px;
}
.syokuji2 h3 {
	font-size: 20px;
	font-weight: bold;
	color: #990033;
}
.syokuji3 {
	margin: 10px 0px;
	padding: 8px;
	border: 6px double #EBD077;
	background: #FFFFFF url(04-syokuji/img/kabe.gif);
	font-size: 14px;
	line-height: 22px;
}

#hana {
	height: 130px;
	width: 500px;
	background: url(img/fujimidai.jpg) no-repeat 0px 0px;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	margin-bottom: 20px;
}
#hana .space {
	padding-top: 10px;
	padding-left: 10px;
}
#hana h3 {
	font-size: 15px;
	line-height: 18px;
	margin: 0px 0px 6px;
	padding: 0px;
	font-weight: bold;
}
#hana a,#hana a:link,#hana a:visited{
	color: #003300;
}
.red {
	color: #FF0000;
}
#presents {
	margin-top: 30px;
	margin-bottom: 40px;
	border: 4px double #996699;
}
#presents .hon{
	margin: 10px;
	font-size: 12px;
	line-height: 20px;
}
#presents h3{
}
#presents h3 img{
	padding: 10px 8px 0px;
}
#presents .hon h4{
	color: #000000;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
	background: url(img/midasibase.gif) no-repeat left top;
	height: 30px;
	padding-top: 6px;
	padding-left: 6px;
}
#presents .hon h5{
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 6px;
}

#presents .hon img{
	display: block;
	float: right;
	margin-left: 10px;
}
.special2 {
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	padding: 8px;
	height: auto;
	margin-bottom: 30px;
	border-top: 6px solid #FFB264;
	border-right: none;
	border-bottom: 1px solid #333333;
	border-left: none;
	background: #FFFFFF;
}

.special2 img {
	float: right;
	border-style: none;
	padding-left: 10px;
}
.special2 dt {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 4px;
	padding-left: 0px;
	line-height: 22px;
	margin: 0px;
}
.special2 dd {
	padding-left: 20px;
}
.special2 dt a,
.special2 dt a:link,
.special2 dt a:visited{
color: #000000;
	text-decoration:underline;
	
}


.special2 dt a:active,
.special2 dt a:hover{
	color: #000000;
	text-decoration:underline;
	background: #F5DB94;
	
}
.special2 dd a,
.special2 dd a:link,
.special2 dd a:visited{
color: #000000;
	text-decoration:underline;
	
}


.special2 dd a:active,
.special2 dd a:hover{
color: #FF0000;
	text-decoration:underline;
	
}
.special2 strong {
	font-weight: normal;
	color: #FF3300;
}
.renewal {
margin:0 0 20px 0;
padding:20px 15px 15px 15px;
border:#FFCC00 5px solid;
}
.renewal p {
font-size:1.2em;
}
p.new-link {
text-align:right;
}