@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	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: #2735b6; 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;
}
/* プロダクトリスト
---------------------------------------------*/

#productList li {
	float: left;
	width: 181px;
	margin: 10px 10px 0 0;
	text-align: center;
}

#productList dl {
	margin: 1px 0;
	font-size: 90%;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#productList dt {
	padding: 2px 0;
	text-align: center;
	background: #F7E8E0;
	border-top: 1px solid #EDD1C2;
}
#productList dd {
	padding: 2px 0;
	text-align: center;
	border-top: 1px solid #EDD1C2;
}
#productList2 {
	margin-top: 230px;
}
#productList2 li {
	float: left;
	width: 181px;
	margin: 10px 10px 0 0;
	text-align: center;
}

#productList2 dl {
	margin: 1px 0;
	font-size: 90%;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#productList2 dt {
	padding: 2px 0;
	text-align: center;
	background: #F7E8E0;
	border-top: 1px solid #EDD1C2;
}
#productList2 dd {
	padding: 2px 0;
	text-align: center;
	border-top: 1px solid #EDD1C2;
}
#productList3 {
	margin-top: 245px;
}

/* ナビゲーション
---------------------------------------------*/
#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/n013.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 .item {
	margin: 0;
	padding: 0;
}
#primary .section {
	margin: 5px 18px 0 22px;
}
#primary .section_migiyose {
	margin: 0 0 0 9px;
}
#primary .section_migiyose2 {
	margin: 10px 0 15px 29px;
}
#primary .section p {
	margin: 10px 0;
	padding-left: 15px;
}
#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 {
	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 {
	padding: 5px 15px;
}
/* セコンダリー
---------------------------------------------*/
#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: 0px; 
}
.bdr2 {
        border: 1px solid #66BFD5;
        padding: 0px; 
}
.yaji {
	background: url(../gif/003.gif) left center no-repeat;
	margin: 0 10px 0 5px;
	padding-left: 15px;
}
