@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.5;
        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;
	vertical-align: top;
}
/* ロゴ、ヘッダー
---------------------------------------------*/
#header {
        position: relative;
	width: 100%;
	text-align: left;
}
#header h1 {
	position: absolute;
	font-weight: normal;
	left: 8px;
        top: 1px
}
#info {
	position: absolute;
	margin-top: -67px;
	left: 385px;
}
#reservation {
	position: absolute;
	margin-top: -29px;
	left: 390px;
}
#consultation {
	position: absolute;
	margin-top: -29px;
	right: 118px;
}
#headernav01 {
	position: absolute;
	background: url(../gif2/arrow.gif) left no-repeat;
	margin-top: 17px;
	padding-left: 19px;
	right: 25px;
}
#headernav02 {
	position: absolute;
	background: url(../gif2/arrow.gif) left no-repeat;
	margin-top: 35px;
	padding-left: 19px;
	right: 65px;
}
#headernav03 {
	position: absolute;
	background: url(../gif2/arrow.gif) left no-repeat;
	margin-top: 53px;
	padding-left: 18px;
	right: 12px;
}
#wrapper {
	width: 848px;
	background: #FFFFFF;
        margin: 0 auto;
	text-align: left;
}
/* ナビゲーション
---------------------------------------------*/

#globalNav {
	position: absolute;
	top: 87px;
	width: 848px;
	height: 33px;
	list-style-type: none;
}
#globalgazou {
	position: absolute;
	top: 120px;
	width: 848px;
	height: 300px;
	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;
}

/*  背景画像の位置
---------------------------------------------*/
	
	/* 通常 */
	#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: 339px;
	border-top: 3px solid #CCFF66;
	width: 100%;
	background: #FFFFFF url(../gif/content_bg.gif) center top repeat-y;
	padding-bottom: 30px;
}
#primary {
	float: left;
	width: 472px;
}
#newsrelease {
	float: left;
	width: 375px;
	padding-left: 1px;
}
/* 本文のレイアウト
---------------------------------------------*/
#primary h2{
	font-weight: 700;
        font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 120%;
	padding: 10px 10px;
	background: #F993A2;
	color: #fff;
}
#newsrelease h3 {
	font-weight: 700;
        font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 120%;
	padding: 10px 10px;
	background: #F993A2;
	color: #fff;
}
#primary .section {
	margin: 16px 18px 0 18px;
	border-bottom: 1px solid #ccc;
}
#primary .section p {
	margin: 10px 0;
}
#primary .section .link {
	background: url(../gif/arrow.gif) left center no-repeat;
	padding-left: 14px;
}
#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 h4 {
	padding: 3px 10px;
	margin: 10px 17px 0px 15px;
	background-color: #F3F3F3;
	border-left: 5px solid #DB80DB;
	border-bottom: 1px solid #CCCCCC;
}
#primary .itemize{
	font-weight: 700;
	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 17px 0 25px;
	padding-left: 15px;
	background: url(../gif/arrow.gif) left center no-repeat;
	border-bottom: 1px solid #CCCCCC;
}
#primary .figure {
        border: 1px solid #ffccff;
        float: right;
	padding: 3px;
}
#primary .figure2 {
        border: 1px solid #ffccff;
	padding: 3px;
}
/* リリース
---------------------------------------------*/
#newsrelease dl {
	margin: 16px 18px 0 18px;
}
#newsrelease dl dt {
	font-size: 90%;
	color: #666666;
	margin-top: 10px;
}
#newsrelease .section {
	margin: 16px 5px 0 12px;
	border-bottom: 1px solid #ccc;
}
#newsrelease .section p {
	margin: 10px 8px;
}
#newsrelease .section .link {
	background: url(../gif/arrow.gif) left center no-repeat;
	padding-left: 14px;
}
#newsrelease h4 {
        margin: 10px 0 0 8px;
}
#newsrelease .itemize{
        margin: 10px 0 0 8px;
}


