@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
html , body {height:100%;}
body > #wrapper {height:auto;}
#wrapper {
	height:100%;/* for IE6 */
	min-height:100%;
	background-color:#fff;
}
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
}
body {
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.6;
        letter-spacing:0.1em;
	color: #333333;
	background: #FCE5DF url(../gif/n001.gif) top center repeat-x;
	text-align: center;
}
a:{ text-decoration: none; 
}
a:link { color: #333333; text-decoration: none;
 }
a:visited { color: #660066; text-decoration: none;
 }
a:hover { color: #333333; text-decoration: underline;
 }
a:active { color: #ff0000; text-decoration: underline;
 }
a img { border: none;
 }
img {
	border: none;
}
/* ヘッダー、ロゴ、ラッパー
---------------------------------------------*/
#header {
        position: relative;
	width: 100%;
	text-align: left;
}
#header h1 {
	position: absolute;
	font-weight: normal;
	left: 8px;
}
#info {
	position: absolute;
	margin-top: -72px;
	left: 385px;
}
#reservation {
	position: absolute;
	margin-top: -34px;
	left: 390px;
}
#consultation {
	position: absolute;
	margin-top: -34px;
	right: 118px;
}
#headernav01 {
	position: absolute;
	background: url(../gif2/arrow.gif) left no-repeat;
	margin-top: 16px;
	padding-left: 19px;
	right: 25px;
}
#headernav02 {
	position: absolute;
	background: url(../gif2/arrow.gif) left no-repeat;
	margin-top: 34px;
	padding-left: 19px;
	right: 65px;
}
#headernav03 {
	position: absolute;
	background: url(../gif2/arrow.gif) left no-repeat;
	margin-top: 52px;
	padding-left: 18px;
	right: 12px;
}
#wrapper {
	width: 848px;
	background: #FFFFFF;
        margin: 0 auto;
	text-align: left;
	background: #FFFFFF url(../gif/n006.gif) left top no-repeat;
}
/* ナビゲーション
---------------------------------------------*/
#globalNav {
	position: absolute;
	top: 87px;
	width: 848px;
	height: 33px;
	list-style-type: none;
}
#globalNav li {
	float: left;
	width: 121px;
}
#globalNav li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:33px;
	padding-top: 33px;
	background-image: url(../gif/n005.gif);
	color: #FFFFFF;
}
#menu {
	font-size: 88%;
	padding: 5px 5px;
	margin: 0;
	color: #999999;
}
/*  背景画像の位置
---------------------------------------------*/
	
	/* 通常 */
	#nav01 a { background-position:  0     0; }
	#nav02 a { background-position: -121px 0; }
	#nav03 a { background-position: -242px 0; }
	#nav04 a { background-position: -363px 0; }
	#nav05 a { background-position: -484px 0; }
	#nav06 a { background-position: -605px 0; }
	#nav07 a { background-position: -726px 0; }
	
	/* 現在位置 */
	#nav01 a.stay { background-position:  0     -66px; }
	#nav02 a.stay { background-position: -121px -66px; }
	#nav03 a.stay { background-position: -242px -66px; }
	#nav04 a.stay { background-position: -363px -66px; }
	#nav05 a.stay { background-position: -484px -66px; }
	#nav06 a.stay { background-position: -605px -66px; }
	#nav07 a.stay { background-position: -726px -66px; }

	/* オンマウス */
	#nav01 a:hover { background-position:  0     -33px; }
	#nav02 a:hover { background-position: -121px -33px; }
	#nav03 a:hover { background-position: -242px -33px; }
	#nav04 a:hover { background-position: -363px -33px; }
	#nav05 a:hover { background-position: -484px -33px; }
	#nav06 a:hover { background-position: -605px -33px; }
	#nav07 a:hover { background-position: -726px -33px; }

/* メインイメージと2段組
---------------------------------------------*/
#content {
	position: relative;
	overflow: auto !important;
	overflow /**/: hidden;
	top: 32px;
	border-top: 3px solid #CCFF66;
	width: 100%;
	background: #FFFFFF;
	padding-bottom: 30px;
}
/* プライマリー
---------------------------------------------*/
#primary {
	float: right;
	width: 640px;
}
#primary h2 {
	background: url(../gif/n012.gif) left no-repeat;
	text-align: left;
	font-weight: normal;
	padding: 0px 0px 7px 28px;
	color: #333333;
	margin: 0px 0px 0px 15px;
        line-height: 1.5;
	font-size: 120%;
}
#primary h3 {
	background: url(../gif/n015.gif) left no-repeat;
	text-align: left;
	font-weight: normal;
	padding: 0px 0px 7px 28px;
	color: #333333;
	margin: 0px 0px 0px 15px;
        line-height: 1.5;
	font-size: 120%;
}
#primary h4 {
	background: url(../gif/020.gif) left no-repeat;
	text-align: left;
	font-weight: normal;
	padding: 0px 0px 7px 20px;
	color: #333333;
	margin: 0px 0px 0px 15px;
        line-height: 1.5;
	font-size: 110%;
}

#primary .section {
	margin: 5px 50px 10px 22px;
}
#primary .section_migiyose {
	margin: 0 0 0 9px;
}
#primary .section_migiyose2 {
	margin: 10px 50px 15px 29px;
}
#primary .section p {
	margin: 0 10px 0 5px;
	padding-left: 7px;
}
#primary .section .link {
	background: url(../gif/arrow.gif) left center no-repeat;
	padding-left: 14px;
}
#primary .twitter {
	margin: -23px 0px 0px 450px;
}
#primary .list h3 {
	padding: 3px 10px;
	margin: 10px 17px 0px 15px;
	background-color: #F3F3F3;
	border-left: 5px solid #DB80DB;
	border-bottom: 1px solid #CCCCCC;
}
#primary .list {
	margin-bottom: 20px;
}
#primary .list li {
	margin: 5px 65px 0 25px;
	padding-left: 15px;
	background: url(../gif/arrow.gif) left center no-repeat;
	border-bottom: 1px solid #CCCCCC;
}

#primary .list2 {
	margin-bottom: 20px;
}
#primary .list2 li {
	margin: 5px 65px 0 25px;
	padding: 0 0px 0 15px;
	background: url(../gif/arrow2.gif) left center no-repeat;
	border-bottom: 1px solid #CCCCCC;
}
#primary .figure {
        border: 1px solid #ffccff;
        float: right;
	padding: 3px;

 }
#primary .figure-left {
        border: 1px solid #ffccff;
        float: left;
	padding: 3px;
 }
#primary  ul {
	margin: 0px;
	padding: 0px 0px 10px 10px;
}
#primary  ol {
        margin: 0px;
	padding: 0px 0px 10px 10px;
}

#primary  dd {
	margin-bottom: 10px;
}
/* セコンダリー
---------------------------------------------*/
#secondary {
	float: left;
	width: 200px;
	padding-left: 1px;
}
#secondary ul {
	list-style-type: none;
	margin: 0;
	padding-bottom: 30px;
}
#secondary li.side A {
	border-bottom: #cccccc 1px solid;
	padding: 5px 5px;
	margin: 0;
	BACKGROUND-COLOR: #ffffff; 
        border-LEFT: #EF858C 5px solid;
        DISPLAY: block
}
#secondary li.side A:hover {
	TEXT-DECORATION: underline;
	BACKGROUND-COLOR: #FDEEEF;
        border-LEFT: #D4364B 5px solid;
        DISPLAY: block
}
#secondary li.side2 A {
        border-bottom: #CCCCCC 1px solid;
	padding: 5px 5px;
	margin: 0;
        BACKGROUND-COLOR: #FDEEEF; 
        border-LEFT: #D4364B 5px solid;
        DISPLAY: block
}
#secondary li.side2 A:hover {
	TEXT-DECORATION: underline;
	BACKGROUND-COLOR: #ffffff;
        DISPLAY: block
}
/* その他
---------------------------------------------*/
.bdr {
        border: 1px solid #F19FF4; /* 写真の周りライン */
        padding: 5px; 
}
.bdr2 {
        border: 1px solid #66BFD5;
        padding: 0px; 
}
.yaji {
	background: url(../gif/003.gif) left center no-repeat;
	margin: 0 10px 0 5px;
	padding-left: 0px;
}
/* その他
---------------------------------------------*/
.bgw {
	background-color: #ffffff;
	padding-left: 8px;
}
.b99 {
	background-color: #990099
; }

/*------------------------------------------------------------
■フッター
-------------------------------------------------------------*/
#footer{
        position: relative;
	margin:0 auto;
	width:100%;
	clear:both;
	text-align: left;
        font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background:url(../gif2/footer-bg.gif)repeat-x;
	border-top:1px solid #ccc;
}
#footer-cover-center{
	margin:0 auto;
	width:848px;
}

#footer .footer-side{overflow:hidden;}

#footer-bar1{
	float:left;
	width:220px;
	overflow:hidden;
	margin:20px 21px 20px 20px;
}
.footer-bar2{
	float:left;
	width:174px;
	overflow:hidden;
	margin:20px 20px 20px 0;
}
#footer-bar1 .nene{
	margin:0 0 5px;
	padding:0 0 0 0px;
	line-height:30px;
	font-size:1em;
	font-weight:700;
	color:#fff;
	background:url(../image/footer-220.png) no-repeat;

}
.footer-bar2 .meme{
	margin:0 0 5px;
	padding:0 0 0 15px;
	line-height:30px;
	font-size:1em;
	font-weight:700;
	color:#fff;
	background:url(../image/footer-h.png) no-repeat;
}
#footer-bar1 .nene,.footer-bar2 .nene{
	margin:0 0 7px;
	text-align:center;
	line-height:30px;
	font-size:1.1em;
	color:#fff;
}
#footer-bar1 li li a,.footer-bar2 li li a{
	display:block;
	line-height:normal;
	padding:5px 0 5px 17px;
	border-bottom:1px dashed #777;
	color:#fff;
	font-size:.9em;
	text-decoration:none;
	background:url(../image/list.png) no-repeat 1px 50%;
}
#footer-bar1 li li a:hover,.footer-bar2 li li a:hover{
	border-bottom:1px dashed #333;
	color:#333;
	background:url(../image/list.png) no-repeat #f9f9f9 3px 50%;
}
