@charset "utf-8";



/* 後ろに指定したスタイルが優先されるので、必ず下記のように「:link」→「:visited」→「:hover」→「active」の順で設定する事 */

/* 1) 未訪問の色 */
a:link {
	color:#555555;
	text-decoration:none;
}
/* 2) 既訪問の色 */
a:visited {
	color:#888888;
	text-decoration:none;
}
/* 3) リンク上にカーソルがある時の色 */
a:hover {
	color:#ff6600;
	text-decoration:none;
}
/* 4) リンク文字がアクティブ状態時の色（マウスクリックして離すまでの時間） */
a:active {
	color:#000000;
	text-decoration:none;
}


/*	ブログリンク：オレンジ色、マウスオーバーで下線  ↓↓↓*/
.blog_title_link a {
	color: #ff6600;
	text-decoration:none;
}
.blog_title_link a:visited {
	color:#ff6600;
	text-decoration:none;
}
.blog_title_link a:hover {
	color:#ff6600;
	text-decoration:underline;
}
.blog_title_link a:active {
	color:#ff6600;
	text-decoration:none;
}
/*	ブログリンク：オレンジ色、マウスオーバーでオレンジ、下線あり  ↑↑↑*/


/*	強調部分リンク：太字ピンク、マウスオーバーでオレンジ、下線あり  ↓↓↓*/
.pink_link a {
	color: #F69;
	text-decoration:underline;
}
.pink_link a:visited {
	color:#F69;
	text-decoration:underline;
}
.pink_link a:hover {
	color:#ff6600;
	text-decoration:underline;
}
.pink_link a:active {
	color:#000000;
	text-decoration:underline;
}
/*	強調部分リンク：太字ピンク、マウスオーバーでオレンジ、下線あり  ↑↑↑*/

/*	その他リンク：緑、マウスオーバーでオレンジ、下線なし  ↓↓↓*/
.green_link a {
	color: #099;
}
.green_link a:visited {
	color:#099;
	text-decoration:none;
}
.green_link a:hover {
	color:#ff6600;
	text-decoration:none;
}
.green_link a:active {
	color:#000000;
	text-decoration:none;
}
/*	その他リンク：緑、マウスオーバーでオレンジ、下線なし  ↑↑↑*/

.link_comment {
	font-size: 11pt;
	margin: 0px;
	padding:0 80px 5px 20px;
	line-height: 25px;
}

.color_pink {
	color: #FF6699;
}
.underline {
	text-decoration: underline;
}

#body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	font-family: "ＭＳ Ｐゴシック";
	font-size: 100%;
	background-color: #FFF;
}
#container {
}
#page_body {
	width: 900px;
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: left;
	position:relative;
	background-color: #FFFFFF;
}
#header {
	font-size: 10pt;
	width: auto;
	background-color: transparent;
	padding: 0px 10px 40px 10px;
}
#header ul {
	margin: 0;
	padding: 0;
	position: absolute;				/* 絶対座標定義 */
	top: 1px;
	right: 0px;
	list-style: none;
	line-height: 20px;
}
#header li {
	float: left;
	margin: 0px 10px 0px 0px;		/* top right bottom left*/
	padding: 0px 0px 0px 0px;		/* top right bottom left*/
}
#logo_fuji_wellness {
	width: 150px;
	height: 20px;
}
#kaisyagaiyou, #otoiawase, #access_map{
	text-transform: capitalize;		/* 先頭の文字のみ大文字に変換 */
	margin: 0px 0px 0px 0px;		/* top right bottom left*/
	padding: 0px 0px 0px 0px;		/* top right bottom left*/
	position: absolute;				/* 絶対座標定義 */
	top: 23px;
}
#kaisyagaiyou {
	right: 170px;
}
#kaisyagaiyou a, #otoiawase a, #access_map a {
	background-image: url(../image/icon_arrow_02.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 13px;
}
#otoiawase {
	right: 100px;
}
#access_map {
	right: 10px;
}
#flash {
}

/* ↓ドロップダウンメニュー表示用 */
/* ナビゲーション */
#menu_continer {
	position: relative;
	z-index:100;
	width: 900px;
	height:30px;
}
#menu {
	position: absolute;
	top: 0px;
	left: 20px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	color: #ffffff;
	float: left;
	width: 168px;
	height: 30px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}
#menu li a {
	color: #ffffff;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0px 0px;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
}
#menu li a:hover {
	color: #ffffff;
}
/* サブメニュー */
#menu ul.sub {
}
#menu ul.sub li {
	float: none;
}
#menu ul.sub li a {
	color: #666666;
	background: none;
	font-size: 10pt;
	font-weight: normal;
	padding: 0px 0px;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background-color: #eeeeee;
}
#menu ul.sub li a:hover {
	color: #ffffff;
	background-color: #ff9900;
}
#menu ul li.menu_off ul {
	display: none;
}
#menu ul li.menu_on ul {
	display: block;
}
#menu li.menu_off{		/*メインメニューの定義*/
}
#menu li.menu_on{		/*メインメニューの定義*/
}
/* メニュー画像 */
#menu_img_0100 {
	background: url(../image/navi0100top_on.png) left top no-repeat;
}
#menu_img_0200 {
	background: url(../image/navi0200goriyouannai_on.png) left top no-repeat;
}
#menu_img_0300 {
	background: url(../image/navi0300sisetsuannai_on.png) left top no-repeat;
}
#menu_img_0400 {
	background: url(../image/navi0400osyokuji_on.png) left top no-repeat;
}
#menu_img_0500 {
	background: url(../image/navi0500tyounaisenjyou_on.png) left top no-repeat;
}
/* ↑ドロップダウンメニュー表示用 */
#top_main_content {
	background-color: transparent;
	position: relative;
	padding: 10px;
}
#main_content {
	background-color: transparent;
	font-size:9pt;
	margin:10px 0 0 0;
}
#main_content strong {
	color: #F69;
}
#pr_comment {
	font-weight: bold;
}
#blog_link_block {
	padding-top:10px;
	border-top:1px solid #cccccc;
}
#blog {
	width: 500px;
	height: 300px;
	margin: 0px;
	padding: 0px;
	float:left;
	border-right:1px solid #cccccc;
}
#blog_frame {
	font-size: 11pt;
	margin: 0px;
	padding: 0px;
	height: 500px;
}
#blog_frame dt {
	color: #663300;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;		/* 日付の左横に区切りイメージを貼付け */
	background-image:url(../image/icon_arrow_03.gif);
	background-repeat: no-repeat;
	background-position: center left;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
#blogcontent {
	line-height:135%;
}
#blog_frame dd {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
	height:17px;
	overflow:hidden;
}

#blog_frame p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#link_block {
	font-size: 11pt;
	width: 378px;
	height: 275px;
	padding: 0px;
	float: left;
}
#link_block dd {
	padding: 5px;
	margin:20px 0 0 40px;
}
#link_block a {
	padding-top: 15px;
	padding-bottom: 15px;
}
#link_seikenkai a {
	background-image:url(../image/logo_seikenkai.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 90px;
}
#link_marinya a {
	background-image:url(../image/logo_marinya.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 90px;
}
#link_akatame a {
	background-image:url(../image/logo_akatame.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 90px;
}
#link_simonton a {
	background-image:url(../image/logo_simonton.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 90px;
}
#footer {
	clear:both;
	background:#FFFFFF;
	width:auto;
	height: 30px;
	padding: 20px 10px 0px 10px;
	vertical-align: middle;
}
#footer p {
	font-size: 9pt;
	margin: 0px;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#goto_top {
	height: 30px;
	font-size: 9pt;
	text-align: right;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	line-height:30px;
}
#goto_top a {
	background-image: url(../image/icon_arrow_01.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 13px;
}

.title, #title_blog {
	color: #FFF;
	font-size: 14pt;
	font-weight: bold;
	margin: 10px 0 10px 10px;
	padding:3px 0 3px 10px;
	background:#099;
}
#title_blog {
	color: #099;
	margin: 0 0 0 0;
	padding: 10px 10px 10px 10px;
	background:#FFF;
}
.comment, #attention, #course_menu {
	font-size: 11pt;
	margin: 0px;
	padding:0 80px 5px 20px;
	line-height: 25px;
}

.comment_strong, #comment_strong_nyukai {
	font-size: 12pt;
	margin: 0px;
	padding-top: 0px;
	padding-right: 100px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 25px;
	color: #F69;
	font-weight: bold;
}
.list, .list_gaiyou, #course_list, #staff_mail_list, #kodawari_list {
	background-image:url(../image/icon_arrow_03.gif);
	background-repeat: no-repeat;
	background-position: center left;
	margin: 10px 0 3px 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 13px;
	color:#663300;
}

.comment strong {
	color: #F69;
}

#photo {
	width:400px;
	height:300px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}

#photo_wide{
	width:500px;
	height:206px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	border:1px solid #cccccc;
}

.photo_small {
	width:200px;
	height:140px;
}

.list_gaiyou {
	float:left;
	line-height:100%;
	margin:0;
}

.comment_gaiyou {
	padding:0 0 0 120px;
	line-height:100%;
}

#attention {
	font-size:9pt;
	text-indent:20px;
}

#map {
	margin:10px 0 0 20px;
}

.list_comment, .course_list_comment {
	text-indent:26px;
	margin:0 0 5px 0;
}

/*コース ↓ 0202course_ryoukin */
#course_select {
	width:100%;
	height:100px;
	padding: 0px 0px 0px 170px;		/* top right bottom left*/
}

#course_select ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#course_select li {
	float: left;
	width: 256px;
	height: 88px;
	margin: 0px 10px 0px 0px;		/* top right bottom left*/
	padding: 0px 0px 0px 0px;		/* top right bottom left*/
}

#course_select li a {
	display: block;
	width: 100%;
	height: 100%;
}

/* コース選択の背景設定 */
#course_select li.course_select_def #course_select_img_5haku6ka {
	background: url(../image/button_5haku6ka_def.png) left top no-repeat;
}
#course_select li.course_select_over #course_select_img_5haku6ka {
	background: url(../image/button_5haku6ka_over.png) left top no-repeat;
}
#course_select li.course_select_def #course_select_img_2haku3ka {
	background: url(../image/button_2haku3ka_def.png) left top no-repeat;
}
#course_select li.course_select_over #course_select_img_2haku3ka {
	background: url(../image/button_2haku3ka_over.png) left top no-repeat;
}

#course_menu {
	width:600px;
	padding:0 0 0 20px;
}

.list_box {
	margin:20px 0 0 0;
}

/*コース56*/
#schedule_56_head, #schedule_23_head {
	width:900px;
}
#schedule_56_left, #schedule_23_left {
	width:300px;
	float:left;
}

#schedule_56_right, #schedule_23_right {
	width:580px;
	float:right;
	margin:0 0 0 20px;
}

.schedule_56_title, .schedule_23_title {
	text-align:center;
	margin:0;
	font-weight:bold;
	font-size:12pt;
	color:#099;
}
.schedule_56_comment, .schedule_23_comment {
	font-size: 11pt;
	margin: 0px;
	line-height: 1.2em;
}
.schedule_56_content, .schedule_23_content {
	font-size: 11pt;
	margin: 0px;
	line-height:25px;
	border:1px solid #000;
	padding:0 0 0 10px;
}

.schedule_56_list, .schedule_23_list {
	float:left;
	line-height:25px;
	margin:0;
	color: #663300;
	font-size:12pt;
}

.schedule_56_list_comment, .schedule_56_list_comment_syokuji, .schedule_23_list_comment, .schedule_23_list_comment_syokuji {
	padding:0 0 0 70px;
	line-height:25px;
	margin:0;
}
.schedule_56_list_comment_syokuji, .schedule_23_list_comment_syokuji {
	color:#333399;
}

.course_56_time, .course_23_time {
	margin:10px 0 0 0;
}
.course_box {
	clear:both;
	width:900px;
}

.course_56_photo, .course_23_photo {
	width:300px;
	float:left;
	margin:10px 0 0 0;
}
.course_56_shinsa, .course_23_shinsa {
	width:580px;
	float:right;
	margin:0 0 0 20px;
}
.course_56_photo_size, .course_23_photo_size {
	width:300px;
	height:225px;
}

#course_56_tokuten {
	clear:both;
	width:900px;
}
#course_56_tokuten_left {
	width:300px;
	float:left;
}

#course_56_tokuten_right {
	width:580px;
	float:right;
	margin:0 0 0 20px;
}

#course_56_comment, #course_23_comment, .syokuji_comment, #staff_head_comment, #pr_comment {
	font-size: 12pt;
	margin: 0px;
	padding:0 80px 5px 20px;
	line-height: 25px;
	color: #663300;
}

#course_56_tokuten_comment {
	font-size: 11pt;
	margin: 0px;
	padding:0 80px 5px 35px;
	line-height: 20px;
}
#course_56_title_kasokudo, #course_56_title_kekkan, #course_56_title_sanka, #course_56_title_setumei, #course_56_title_jiritu {
	color: #FFF;
	font-size: 14pt;
	font-weight: bold;
	margin: 10px 0 10px 10px;
	padding:3px 0 3px 10px;
	background:#099;
}

#course_title {
	color: #FFF;
	font-size: 14pt;
	font-weight: bold;
	margin: 10px 0 10px 10px;
	padding:3px 0 3px 10px;
	background:#FF9900;
}

.course_list_comment {
	text-indent:39px;
}
#course_head_title {
	background:#eee;
	padding:5px 0 5px 0;
}
/*コース ↑ 0202course_ryoukin */

#room_content, #bath_room_content, #training_room_content, #lobby_content, #osyokuji_content, #syokuzai_content, #koron_haidoro_serapii_content {
	width:900px;
	font-size:9pt;
}
/*お部屋 ↓ 0301room*/
#room {
	clear:both;
	width:900px;
}

#room_left {
	width:200px;
	float:left;
}
#room_right {
	width:700px;
	float:right;
}

#equipment {
	clear:both;
	width:900px;
}
#equipment_left {
	width:200px;
	float:left;
}
#equipment_right {
	width:700px;
	float:right;
}

#youshitu {
	width:900px;
}
#youshitu_left {
	width:200px;
	float:left;
	margin:10px 0 0 0;
}
#youshitu_right {
	width:700px;
	float:right;
}

#washitu {
	clear:both;
	width:900px;
}
#washitu_left {
	width:200px;
	float:left;
	margin:10px 0 0 0;
	
}
#washitu_right {
	width:700px;
	float:right;
}

/*お部屋 ↑ 0301room*/

/*お風呂 ↓ 0302bath_room*/
#bath_left {
	width:200px;
	float:left;
	margin:10px 0 0 0;
}
#bath_right {
	width:700px;
	float:right;
}

/*お風呂 ↑ 0302bath_room*/

/*トレーニング ↓ 0303training_room*/
#training_left {
	width:200px;
	float:left;
}
#training_right {
	width:700px;
	float:right;
}
#training_photo {
	width:200px;
	margin:10px 0 0 0;
}

#training {
	width:200px;
}

/*トレーニング ↑ 0303training_room*/

/*ロビー ↓ 0304lobby_kensyuushitsu*/

#lobby {
	width:900px;
}
#study, #zenkan {
	clear:both;
	width:900px;
}

.lobby_left {
	width:200px;
	float:left;
}

.lobby_right {
	width:700px;
	float:right;
}

.lobby_photo {
	width:200px;
	height:140px;
	margin:10px 0 0 0;
}

#comment_lobby {
	font-size: 11pt;
	margin: 0px;
	padding:0 80px 5px 33px;
	line-height: 20px;
}

/*ロビー ↑ 0304lobby_kensyuushitsu*/

/*お食事 ↓ 0401osyokuji*/
#osyokuji_left {
	width:200px;
	float:left;
}
#osyokuji_right {
	width:700px;
	float:right;
}
#comment_syokuji {
	width:700px;
	margin:10px 0 0 0;
}
#osyokuji_photo_content1, #osyokuji_photo_content2 {
	width:200px;
}
#osyokuji_photo_content1 {
	margin:10px 0 5px 0;
}

/*お食事 ↑ 0401osyokuji*/

/*食材のこだわり ↓ 0402syokuzai_no_kodawari*/
#kodawari_left {
	width:200px;
	float:left;
}
#kodawari_right {
	width:700px;
	float:right;
}

.syokuzai_photo {
	width:200px;
	margin:10px 0 0 0;
}
#kodawari_list {
	background:url(../image/icon_arrow_03.gif) no-repeat 0 8px;
}

/*食材のこだわり ↑ 0402syokuzai_no_kodawari*/

/*コロンハイドロセラピー ↓ 0502koron_haidoro_serapii */
#koron_haidoro_serapii_left {
	width:200px;
	float:left;
}
#koron_haidoro_serapii_right {
	width:700px;
	float:right;
}
#koron_haidoro_serapii_photo {
	width:200px;
	margin:10px 0 0 0;
}
/*コロンハイドロセラピー ↑ 0502koron_haidoro_serapii */

/*スタッフ ↓ 0305staff */

#staff_content {
	width:900px;
	font-size: 9pt;
	margin:10px 0 0 0;
}
#staff_title, #staff_syoukai, .staff_box {
	clear:both;
	width:100%;
}
#staff_syotyou, #staff_ishi, #staff_kaunsera {
	clear:both;
	width:100%;
}
.staff_comment_box {
	clear:both;
	width:900px;
}
#yaku_comment_box {
	width:300px;
	float:left;
}
#staff_book_box {
	width:600px;
	float:right;
	margin:0 0 20px 0;
}
.staff_photo_content {
	width:100px;
	float:left;
	margin:0 10px 0 50px;
}
.staff_photo {
	width:100px;
	height:140px;
}
.staff_aisatu {
	width:600px;
	float:left;
	margin:0 0 0 50px;
	padding:0 0 10px 0;
	background:#eee;
}

.staff_photo_comment {
	text-align:center;
}

.staff_aisatu_title {
	font-weight:bold;
	font-size: 11pt;
	margin: 0px;
	padding:0 10px 0 10px;
	line-height: 25px;
}
.staff_aisatu_comment {
	font-size: 11pt;
	margin: 0px;
	padding:0 10px 0 20px;
	line-height: 25px;
}
#book_photo {
	width:100px;
	height:120px;
	margin:10px 0 0 150px;
}
.yaku_comment, .book_comment, .mail_comment, .mail_content_comment {
	font-size: 10pt;
	margin: 0px;
	padding:0 10px 0 50px;
	line-height: 25px;
}
.book_comment{
	font-size: 12pt;
	color: #F69;
	font-weight: bold;
	padding:0 10px 0 40px;
}
.mail_comment {
	padding:0 10px 0 40px;
}

.mail_content_comment{
	padding:0 10px 0 66px;
}
#staff_mail_list {
	margin: 10px 0 3px 53px;
}
hr {
	width:850px;
}
/*スタッフ ↑ 0305staff */
/*コース一覧 ↓ 0203course_table */
#course_table {
	border-collapse:collapse;	
	width:100%;
	font-size:11pt;
}

#course_table td{
	border:#ccc solid 1px; 
	padding:5px;
	height:30px;
}
.td1 {
	text-align:center;
}
.td2 {
	width:40px;
}
.td3 {
	width:140px;
}
#course_table_comment {
	font-weight:bold;
	font-size:11pt;
	margin:10px 0 5px 5px;
}
.td4 {
	color: #FFF;
	background:#099;

}
.td5 {
	background:#EEE;
}
.course_table_comment{
	margin:0 0 0 10px;
}
/*コース一覧 ↑ 0203course_table */

/*ご利用カレンダー ↓ 0204calendar */
#calendar_text {
	font-size:9pt;
	margin:20px 0 0 0;
}
#calendar_table_content {
	text-align:center;
	margin:20px;
	font-size:12pt;
}
.calendar{
	width:810px;
	border:none;
	margin:auto;
}
.calendar_comment {
	font-size: 11pt;
	margin: 0px;
	padding:0 80px 5px 46px;
	line-height: 25px;
}
/*年月日*/
.calendar_td1 {
	background:#EEEEEE;
	height:18px;
	color: #666666;
}
/*月～金*/
.calendar_td2 {
	width:30px;
	background:#EEEEEE;
	color: #666666;
}

/*日曜日*/
.calendar_td3 {
	width:30px;
	height:18px;
	background:#EEEEEE;
	color: #FF3300;
}
/*土曜日*/
.calendar_td4 {
	width:30px;
	background:#EEEEEE;
	color: #0000FF;
}
.calendar_td5 {
	background:#FFFFFF;
	color: #666666;
}
.calendar_td6 {
	background:#FF6699;
	color: #FFFFFF;
}
.calendar_td7 {
	height:18px;
	background:#FFFFFF;
	color: #666666;
}
.calendar_td8 {
	height:18px;
	background:#FF6699;
	color: #FFFFFF;
}
.calendar_table {
	border:none;
	background:#CCCCCC;
	color:#666666;
	margin:auto;
}
.calendar_td9, .calendar_td10 {
	height:250px;
	vertical-align:top;
}
.calendar_td11, .calendar_td12 {
	background:#FFFFFF;
}
.calendar_td12 { 
	height:18px;
}
.calendar_table td {
	height:24px;
}

/*ご利用カレンダー ↑ 0204calendar */
#nyukai_content{
	margin:10px;
}
#calendar_content {
	margin:20px 10px 10px 10px;
}

.right_move {
	margin:0 0 0 80px;
}
