@charset "UTF-8";
@import url("menu.css");

/*****************************************************************************
全てに影響を与える設定
 *****************************************************************************/
 
* {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

/*****************************************************************************
body設定
 *****************************************************************************/
 
body {
	text-align: center;
	color: #444;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.8em;
}

/*****************************************************************************
リンクなどの色の設定
 *****************************************************************************/
 
a:link {
	color: #5884B0;
	text-decoration: none;
}

a:visited {
	color: #146A72;
	text-decoration: none;
}

a:active {
	color: #FC0;
	text-decoration: none;
}

a:hover {
	color: #06C;
	text-decoration: underline;
}

/*店舗詳細へのボタン*/
.details_btn a {
	background-image: url(../salon/img/details_btn.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 112px;
	display: block;
	text-indent: -9999px;
	float: right;
	margin-top: -70px;
}

/*店舗詳細へのボタンロールオーバー*/
.details_btn a:hover {
	background-image: url(../salon/img/details_btn_f2.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 112px;
	display: block;
	text-indent: -9999px;
	float: right;
	margin-top: -70px;
}

/*****************************************************************************
背景ごとに全体を分割
 *****************************************************************************/


#area_h1 {
	width: 100%;
	height: 25px;
}

#area_header {
	width: 100%;
	height: 60px;
	background-image: url(../img_com/back_header.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#area_flash {
	width: 100%;
	height: 290px;
	background-image: url(../img_com/back_main.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#area_global_menu {
	width: 100%;
	height: 48px;
	background-image: url(../img_com/back_global_menu.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#area_main_top {
	width: 100%;
	background-image: url(../img_com/back_main_top.jpg);
	background-repeat: repeat-x;
}

/*下層ページの背景*/
#area_main_sub {
	width: 100%;
	background-image: url(../img_com/back_sub.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#area_main {
	width: 100%;
	background-image: url(../img_com/back_main.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#area_footer {
	width: 100%;
	height: 160px;
	background-image: url(../img_com/back_footer.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

/*****************************************************************************
コンテンツを入れるwrapの設定
 *****************************************************************************/

#wrap_h1 {
	width: 900px;
	height: 25px;
	text-align: right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
}

#wrap_header {
	width: 900px;
	height: 60px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#wrap_flash {
	width: 880px;
	height: 290px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding-top: 10px;
}

#wrap_global_menu {
	width: 900px;
	height: 48px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}

#wrap_main {
	width: 900px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}

#wrap_footer {
	width: 900px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}

/*****************************************************************************
ヘッダー内のboxの設定
 *****************************************************************************/

#box_header_left {
	width: 450px;
	height: 60px;
	text-align: left;
	float: left;
}

#box_header_right {
	width: 450px;
	height: 60px;
	text-align: right;
	float: left;
}

/*****************************************************************************
メイン内のboxの設定
 *****************************************************************************/

#box_main_navi {
	width: 900px;
	height: 50px;
	text-align: left;
	padding-left: 10px;
}

#box_main_submenu {
	width: 200px;
	text-align: left;
	float: left;
	padding-left: 10px;
}

#box_main_submenu_top {
	width: 200px;
	text-align: left;
	float: left;
	padding-left: 10px;
	margin-top: 40px;
}

#box_main_contents {
	width: 676px;
	text-align: left;
	float: right;
	position: relative;
}

#box_main_contents_top {
	width: 676px;
	text-align: left;
	float: right;
	margin-top: 40px;
}

#box_main_bottom_link {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*サロン右側に画像を並べるboxの設定*/
#salon_photo {
	display: block;
	float: right;
	width: 300px;
	margin-right: 6px;
	margin-left: 20px;
	margin-top: 20px;
}

/*サロン左側のboxの設定*/
#salon_info {
	width: 340px;
	padding-left: 10px;
}

/*****************************************************************************
コンテンツを囲む汎用boxの設定
 *****************************************************************************/


/*コンテンツを囲んで整えるboxの設定（店舗料金用）*/
.box_layout_01 {
	width: 650px;
	background-color: #FBFCF6;
	background-image: url(../img_com/price_box_top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.box_layout_01_01 { /*期間限定キャンペーン用*/
	width: 608px;
	background-color: #FBFCF6;
	background-image: url(../img_com/price_box_top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}

/*コンテンツを囲んで整えるboxの設定（店舗index用）*/
.box_layout_02 {
	width: 650px;
	background-image: url(../salon/img/salon_name_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
}

/*コンテンツを囲んで整えるboxの設定（店舗staff用）*/
.box_layout_03 {
	width: 670px;
	background-image: url(../salon/img/back_staff_01.gif);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/*コンテンツを囲んで整えるboxの設定（商品紹介用）*/
.box_layout_04 {
	width: 650px;
	background-image: url(../img_com/products_box_top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px dotted #DEDEDE;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

/*コンテンツを囲んで整えるboxの設定（店舗料金用：背景が白）*/
.box_layout_05 {
	width: 650px;
	background-image: url(../img_com/price_box_top_white.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*コンテンツを囲んで整えるboxの設定（キャンペーン用）*/
.box_layout_06 {
	width: 650px;
	background-image: url(../salon/img/salon_name_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
	float: none;
	padding: 0px 10px 20px;
}

/*コンテンツを囲んで整えるboxの設定（店舗gallery用）*/
.box_layout_07 {
	width: 670px;
	background-image: url(../gallery/img/back_gallery_01.gif);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/*コンテンツを囲んで整えるboxの設定（photo gallery用）*/
.box_layout_08 {
	float: left;
	width: 167px;
	height: 227px;
}

/*スタッフ右側コンテンツを囲むboxの設定（店舗staff用）*/
.box_staff_01 {
	float: left;
	padding-left: 5px;
	width: 490px;
}

/*スタッフ右側コンテンツを囲むboxの設定（店舗staff横長用）*/
.box_staff_02 {
	float: left;
	padding-left: 5px;
	width: 389px;
}

/*商品紹介1商品を囲むboxの設定（商品紹介用）*/
.box_products_00 {
	display: block;
	margin: 0;
	padding: 0px;
	clear: both;
	float: none;
}

.box_products_00_2 {
	display: block;
	margin: 0;
	padding: 0px 0px 30px;
	clear: both;
	float: none;
}


/*商品紹介右側コンテンツを囲むboxの設定（商品紹介用）*/
.box_products_01 {
	float: left;
	width: 500px;
}

/*右フロート：コンテンツを囲むboxの設定（汎用）*/
.box_float_right_01 {
	float: right;
	width: 400px;
	margin-bottom: 20px;
	margin-left: 25px;
}

/*左フロート：コンテンツを囲むboxの設定（汎用）*/
.box_float_right_02 {
	float: right;
	display: block;
}

/*****************************************************************************
画像を囲むbox
 *****************************************************************************/

/*画像を囲むboxの設定（店舗staff用）*/
.img_box_staff {
	width: 133px;
	height: 224px;
	background-image: url(../img_com/back_pic_staff.gif);
	background-repeat: no-repeat;
	padding: 5px;
	float: left;
}

/*画像を囲むboxの設定（店舗staff横長用）*/
.img_box_staff_02 {
	width: 234px;
	height: 165px;
	float: left;
	background: url(../img_com/back_pic_staff_02.gif) no-repeat;
	padding-top: 5px;
	padding-left: 7px;
}

/*画像を囲むboxの設定（商品紹介用）*/
.img_box_products {
	width: 120px;
	text-align: center;
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/*画像を囲むboxの設定（中央寄せ）*/
.img_box_center {
	text-align: center;
	margin-bottom: 20px;
}

/*画像を囲むboxの設定（矢印用：余白少なめ）*/
.img_box_arrow {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*画像を囲むboxの設定（矢印用：余白多め）*/
.img_box_arrow_02 {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

/*新着情報のboxを囲む設定*/
.box_01 {
	width: 676px;
	background-image: url(../img_com/main_back_01.jpg);
	background-repeat: no-repeat;
	padding: 20px;
	height: 400px;
}

/*新着情報のテーブルを入れるboxの設定*/
.box_table_info {
	margin-right: 5px;
	margin-left: auto;
	overflow: auto;
	margin-bottom: 20px;
	height: 400px;
}

/*囲みboxの設定*/
.box_02 {
	width: 600px;
	background-color: #EBF5F2;
	border: 1px dotted #DEDEDE;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/*囲みboxの設定*/
.box_03 {
	width: 630px;
	background-color: #FFFAF4;
	border: 1px dotted #DEDEDE;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/*囲みboxの設定*/
.box_04 {
	width: 630px;
	border: 1px dotted #DEDEDE;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #F7FFF7;
}

/*囲みboxの設定：センター寄せ専用*/
.box_05 {
	width: 580px;
	background-color: #EBF5F2;
	border: 1px dotted #DEDEDE;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

/*囲みboxの設定：商品紹介：センター寄せ*/
.box_06 {
	background-color: #FFFCFB;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-left: 13px;
}

/*囲みboxの設定：安城エコ*/
.box_07 {
	width: 320px;
	float: left;
	padding-bottom: 10px;
}

/*囲みboxの設定：安城エコ外枠*/
.box_08 {
	width: 640px;
	padding: 20px 20px 10px;
	margin-bottom: 20px;
	background-color: #EFF4FF;
}

.box_09 {
	background-color: #FFFCFB;
	margin-bottom: 10px;
	margin-left: 13px;
	padding: 0px 10px 10px;
}

.box_10 { /*ギャラリーの拡大時の大枠*/
	background-color: #FFFCFB;
	padding: 0px;
	margin: 0px;
	width: 303px;
}

.box_11 { /*ギャラリーのスタッフ2人大枠*/
	background-color: #FFFCFB;
	padding: 0px;
	margin: 0px;
	width: 303px;
}

.box_12 { /*ギャラリーのスタッフ1人分の枠*/
	background-color: #FFFCFB;
	padding: 0px;
	margin: 0px;
	width: 151px;
	float: left;
}

/*囲みboxの設定：一社誕生*/
.box_13 {
	width: 640px;
	float: left;
	padding-bottom: 10px;
}

/*要素のない囲い*/
.box_14 {
}


/*****************************************************************************
フッタ内のboxの設定
 *****************************************************************************/

#box_footer_left {
	width: 355px;
	height: 110px;
	text-align: left;
	float: left;
	padding-top: 10px;
	font-size: 85%;
}

#box_footer_right {
	width: 545px;
	height: 110px;
	text-align: left;
	float: left;
	padding-top: 25px;
}

/*****************************************************************************
hタグ（見出し）の設定
 *****************************************************************************/

h1 {
	font-weight: normal;
	font-size: 0.90em;
}

h2 {
	font-size: 115%;
	color: #0C5E50;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #0B5E50;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-left: 5px;
}

.h2_img {
	border: none;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-left: 0px;
	margin-left: -24px;
	position: relative;
}

.h2_page_title {
	padding-bottom: 20px;
	padding-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 30px;
	padding-left: 0px;
}

/*サイトマップ用*/
.h2_page_title_02 {
	padding-bottom: 20px;
	padding-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 0px;
}

/*竜美丘のみ*/
.h2_title {
	background-image: url(../img_com/h2_title_bg.gif);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 670px;
	margin: 0px;
	padding: 2px 0px 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 130%;
	text-shadow: #999 1px 2px 3px;
}

.h2_title_02 {
	background-image: url(../img_com/h2_title_02_bg.gif);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 670px;
	margin: 0px;
	padding: 2px 0px 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 130%;
	text-shadow: #999 1px 2px 3px;
}

.h2_title_03 {
	background-image: url(../img_com/h2_title_02_bg.gif);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 670px;
	margin: 30px 0px 0px;
	padding: 2px 0px 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-shadow: #999 1px 2px 3px;
	font: 130% "Times New Roman", Times, serif;
}

.h2_price {
	color: #947F49;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.h2_celebration {
	color: #947F49;
	margin: 0px 0px 20px;
	padding: 0px;
	border-style: none;
	text-shadow: #FFF 1px 1px 1px;
	font-size: 105%;
}

.h2_eco {
	color: #1F944B;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 90%;
	margin: 0px 0px 5px;
	text-shadow: #FFF 1px 1px 1px;

}


.h2_products {
	color: #930;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 110%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*汎用の画像表示*/
.h2_img_common {
	border: none;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-left: 0px;
}

/*h2がコンテンツのトップに来る場合専用*/
.h2_common_top {
	color: #0C5E50;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #0B5E50;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 0px;
}

h3 {
	font-size: 110%;
	color: #0C5E50;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #0B5E50;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-left: 5px;
}

.h3_price {
	color: #BAA06B;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 98%;
}

.h3_celebration {
	color: #245850;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 98%;
}


/*店舗詳細indexの店名*/
.h3_salon_title {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/*スタッフ肩書画像*/
.h3_title_staff {
	border: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
}

/*商品紹介*/
.h3_products_title {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #F33;
}

/*汎用の画像表示*/
.h3_img_common {
	border: none;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-left: 0px;
}

/*ギャラリータイトル*/
.h3_title_gallery {
	border: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	font-size: 105%;
}


h4 {
	font-size: 105%;
	color: #0C5E50;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-left: 13px;
}

.h4_price {
	color: #000;
	font-size: 95%;
	padding-top: 0px;
	padding-left: 5px;
}

/*商品紹介の金額*/
.h4_products_price {
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	color: #000;
	font-size: 110%;
	margin-bottom: 10px;
}

/*メーカー名*/
.h4_products_name {
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	color: #000;
	font-size: 120%;
	margin-bottom: 10px;
}

/*汎用の画像表示*/
.h4_img_common {
	border: none;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-left: 0px;
}

.h4_arrow {
	font-size: 105%;
	color: #000;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-left: 15px;
	background-image: url(../img_com/listmark_01.gif);
	background-repeat: no-repeat;
	margin-left: 15px;
	background-position: left;
}

h5 {
	color: #000;
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 100%;
	padding-left: 13px;
}

h6 {
	color: #000;
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 95%;
	padding-left: 13px;
}

.h5_price {
}

.h6_price {
}

/*****************************************************************************
段落の設定
 *****************************************************************************/

p {
	left: 30px;
	line-height: 1.6;
	padding-right: 20px;
	padding-left: 13px;
	margin-bottom: 10px;
}

.p_01 {
	left: 0px;
	line-height: 1.2;
	color: #88A2AD;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 95%;
}

.p_02 {
	left: 0px;
	line-height: 1.6;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
	font-size: 95%;
}

.p_03 { /*ギャラリーのコメント*/
	left: 0px;
	color: #666;
	margin: 0px;
	padding: 0px 0px 15px;
	font-size: 85%;
	display: block;
	width: 303px;
}

.p_address {
	left: 30px;
	line-height: 1.3;
	padding-left: 0px;
	margin-bottom: 10px;
	margin-top: -5px;
	color: #999;
}

.p_eco {
	left: 30px;
	line-height: 1.5;
	padding-left: 0px;
	margin-bottom: 10px;
	color: #666;
	font-size: 90%;
	padding-right: 10px;
}

.lead01 {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.5;
	color: #666;
	padding-left: 10px;
}

.lead02 {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #296E7E;
	padding-left: 10px;
	line-height: 1.2;
}

.p_back_top a {
	background-image: url(../img_com/back_to_page_top.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: none;
	margin-right: 0px;
	text-indent: -9999px;
	display: block;
	height: 20px;
	width: 165px;
	float: right;
}

.p_back_top a:hover {
	background-image: url(../img_com/back_to_page_top_f2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: none;
	margin-right: 0px;
	text-indent: -9999px;
	display: block;
	height: 20px;
	width: 165px;
	float: right;
}

.p_right {
	text-align: right;
}

.p_price {
	margin-bottom: 5px;
	margin-right: 13px;
	font-size: 95%;
}

.p_staff {
	left: 0px;
	line-height: 1.6;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
}

.p_pdct_cate {
	left: 0px;
	line-height: 2;
	font-weight: bold;
	color: #947F49;
	padding: 0px;
	margin: 0px 0px 30px;
	border-bottom: 1px solid #947F49;
}

.p_staff_gallery {
	left: 0px;
	line-height: 1.6;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	color: #999;
	font-size: 90%;
}

.p_staff_gallery_02 {
	left: 0px;
	line-height: 1.6;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	color: #999;
	font-size: 80%;
}

.p_staff_gallery_name {
	left: 0px;
	line-height: 1.6;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
	color: #666;
	font-size: 90%;
	font-weight: bold;
}

.p_staff_gallery_name_02 {
	left: 0px;
	line-height: 1.6;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
	color: #666;
	font-size: 80%;
	font-weight: bold;
}

.p_spa_esthe {
	left: 0px;
	line-height: 1.8;
	padding-left: 10px;
	margin-bottom: 10px;
	display: block;
	color: #666;
	font-size: 95%;
}

.p_salon_name {
	left: 0px;
	line-height: 1.8;
	padding-left: 10px;
	margin-bottom: 10px;
	display: block;
	color: #999;
	font-size: 95%;
}

.p_salon_name_02 {
	left: 0px;
	line-height: 1.3;
	padding-left: 10px;
	color: #999;
	font-size: 90%;
}


/*****************************************************************************
画像の設定
 *****************************************************************************/

.img_main_title {
	display: block;
}

.img_footer_logo {
	display: block;
}

.img_footer_title {
	margin-left: 14px;
	display: block;
}

.img_salon_photo {
	background-color: #F6FCFF;
	clear: both;
	float: none;
	margin-bottom: 20px;
}

.img_photo_common_01 {
	margin-bottom: 20px;
	border: 1px solid #CCC;
	padding: 10px;
}

.img_float_right {
	float: right;
	padding-left: 25px;
	padding-bottom: 20px;
}

.img_float_right_border_01 {
	float: right;
	background-color: #F1F1F1;
	padding: 3px;
	border: 1px solid #E5E6ED;
	margin-left: 20px;
}

.img_float_right_border_02 {
	border: 1px solid #CCC;
	padding: 5px;
	background-color: #E6F3FF;
	float: right;
	margin-left: 30px;
}

.img_float_left_border_01 {
	float: left;
	background-color: #FFFFF7;
	padding: 0px;
	margin-right: 3px;
}

.img_float_left_border_02 {
	border: 1px solid #CCC;
	padding: 5px;
	margin-right: 30px;
	background-color: #E6F3FF;
	float: left;
}

.img_f_player {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.img_float_left {
	float: left;
	padding-right: 25px;
	padding-bottom: 20px;
}

/*****************************************************************************
ulの設定
 *****************************************************************************/
 
#ul_head_fontsize {
	height: 30px;
}

#ul_navi {
	line-height: 50px;
	font-size: 95%;
}

.ul_common {
	line-height: 1.8;
	list-style-type: disc;
}

.ul_nest_01 {
	padding-left: 20px;
}

.ul_margin_01 {
	padding: 5px 10px 5px 30px;
	line-height: 1.8;
	list-style-type: disc;
	color: #666;
	font-weight: normal;
}

.ul_margin_02 {
	padding: 5px 10px 5px 40px;
	line-height: 1.8;
	list-style-type: disc;
}

.ul_align_center {
	text-align: center;
	line-height: 2;
	list-style-type: none;
}

/*****************************************************************************
olの設定
 *****************************************************************************/
 
.ol_common {
	padding-left: 40px;
	line-height: 1.8;
}

/*****************************************************************************
liの設定
 *****************************************************************************/
 
.li_fontsize {
	list-style-type: none;
	display: inline;
	padding-left: 3px;
}

.li_flat_text {
	list-style-type: none;
	display: inline;
}

.li_flat_menu {
	list-style-type: none;
	float: left;
}

.li_arrow_01 {
	background-image: url(../img_com/arrow_01.gif);
	background-position: left;
	background-repeat: no-repeat;
	list-style-type: none;
	text-indent: 15px;
}

.li_arrow_02 {
	background-image: url(../img_com/listmark_01.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	list-style-type: none;
	text-indent: 0px;
	padding-left: 15px;
	padding-bottom: 20px;
	font-size: 110%;
}

.ol_li_common {
	padding-top: 8px;
}

.li_staff {
	list-style-type: none;
	/*width: 475px;*/
	line-height: 1.3em;
}

/*****************************************************************************
説明やワンポイントなどの設定
 *****************************************************************************/
 
.caption_td_price {
	color: #333;
	display: block;
	margin-left: 10px;
	margin-top: 5px;
}

.caption_01 {
	color: #333;
	display: block;
	margin-left: 20px;
}

.caption_02 {
	font-size: 90%;
	color: #666;
	display: block;
	margin-left: 20px;
}

.caption_03 {
	font-size: 90%;
	color: #666;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-right: 40px;
}

.caption_05 {
	font-size: 90%;
	color: #666;
	display: block;
	margin-left: 20px;
}


/*ギャラリーのコメント*/
.caption_05 {
	font-size: 85%;
	color: #666;
	display: block;
	margin-right: 40px;
}

/*ギャラリーのコメント*/
.caption_06 {
	font-size: 85%;
	color: #AA9351;
	display: block;
	margin-right: 40px;
	font-weight: bold;
}

/*ギャラリーのコメント*/
.caption_06_2 {
	font-size: 85%;
	color: #AA9351;
	display: block;
	margin-right: 40px;
	font-weight: bold;
	padding: 0px;
}

/*成人式価格表のコメント*/
.caption_07 {
	font-size: 85%;
	color: #666;
}

.caption_08 { /*3Dボディデザイン料金表のコメント*/
	font-size: 85%;
	color: #666;
	font-weight: normal;
	line-height: 1.8;
}

.caption_09 {
	font-size: 85%;
	font-weight: normal;
	padding-left: 30px;
}

.caption_10 {
	font-size: 90%;
	color: #999;
	display: block;
	padding: 0px;
	margin: 0px 0px 8px;
	line-height: 1.4;
}

.caption_11 {
	font-size: 90%;
	color: #666;
	display: block;
	padding: 8px;
	border: 1px dotted #CCC;
	background: #FFF9E6;
	margin-top: 5px;
}


/*****************************************************************************
dlの設定
 *****************************************************************************/

.dl_common {
	padding-left: 40px;
	clear: both;
	float: none;
}

.dl_02 {
	padding-left: 10px;
}

/*****************************************************************************
dt・ddの設定
 *****************************************************************************/

.dt_news {
	color: #12667F;
	list-style-type: none;
	font-weight: bold;
}

.dd_news {
	list-style-type: none;
	background-image: url(../img_com/listmark_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DEDEDE;
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-top: 8px;
	width: 636px;
}

.dt_price {
	color: #12667F;
	list-style-type: none;
	font-weight: bold;
}

.dd_price {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DEDEDE;
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-top: 8px;
	width: 636px;
}

.dt_profile {
	color: #2B5D88;
	list-style-type: none;
	display: block;
	width: 80px;
	float: left;
	text-align: right;
	padding-right: 8px;
}

.dd_profile {
	float: left;
	display: block;
	width: 510px;
	margin-bottom: 20px;
	padding-left: 8px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #B6D1D6;
}

.dt_01 {
	color: #12667F;
	list-style-type: none;
	padding: 5px;
	margin: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.dd_01 {
	list-style-type: none;
	padding: 10px;
	margin: 10px;
	line-height: 1.3em;
}

.dt_02 {
	color: #2B5D88;
	list-style-type: none;
	font-weight: bold;
	width: 110px;
	float: left;
	text-align: right;
	padding-right: 8px;
	line-height: 1.3em;
}

.dd_02 {
	float: left;
	width: 500px;
	margin-bottom: 20px;
	padding-left: 8px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #B6D1D6;
	line-height: 1.3em;
}

.dt_03 {
	list-style-type: none;
	margin-bottom: 5px;
}

.dd_03 {
	margin-bottom: 25px;
	line-height: 1.6em;
	padding-right: 20px;
	padding-left: 20px;
}

.dd_03_flv {
	margin-bottom: 5px;
	line-height: 1.6em;
	padding-right: 20px;
	padding-left: 20px;
}


/*****************************************************************************
tableの設定
 *****************************************************************************/

.table_price {
	border: none;
	padding-left: 13px;
	width: 95%;
	margin-bottom: 15px;
	margin-top: 0px;
}

.table_price_02 {
	border: none;
	padding-left: 13px;
	width: 95%;
	margin-bottom: 5px;
	margin-top: 0px;
}

.table_price_celebration {
	border: none;
	padding-left: 13px;
	width: 95%;
	margin-bottom: 15px;
	margin-top: 0px;
}


.table_products {
	border: none;
	width: 90%;
	margin-bottom: 15px;
	margin-left: 15px;
}

.th_price {
	text-align: left;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 1.5em;
}

.td_price_left {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding: 5px 5px 5px 10px;
	background: url(../img_com/arrow_02.gif) no-repeat 0px 7px;
	vertical-align: top;
}

.td_price_left_noback {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding: 5px;
	text-indent: 5px;
}

.td_price_right {
	text-align: right;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-weight: bold;
	color: #000;
	white-space: nowrap;
}

.table_info {

}

.table_info td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 8px;
	padding-top: 5px;
	padding-left: 20px;
}

.table_info p {
	font-size: 97%;
	line-height: 1.7;
	margin: 0px;
	padding: 0px;
	color: #666;
}

/*****************************************************************************
フロート解除（不可視）
 *****************************************************************************/
/******************
clearfix
 ******************/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}

* html .clearfix             { zoom: 1; } /* IE6 */

*:first-child+html .clearfix { zoom: 1; } /* IE7 */


.clear {
	clear: both;
	visibility: hidden;
}

.clear_02 {
	clear: both;
	visibility: hidden;
	margin-bottom: 20px;
}

/*****************************************************************************
下方向間隔調整（不可視）
 *****************************************************************************/
 
.sp_small {
	clear: both;
	visibility: hidden;
	height: 10px;
}

.sp_middle {
	clear: both;
	visibility: hidden;
	height: 20px;
}

.sp_large {
	clear: both;
	visibility: hidden;
	height: 30px;
}

/*****************************************************************************
仕切り線デザイン
 *****************************************************************************/
 
hr {
	color: #BBB;
}

.hr_common {
	height: 1px;
	margin-bottom: 30px;
	clear: both;
}

.hr_groove { /*スタッフ紹介境界線用*/
	background-image: url(../img_com/line_groove_01.gif);
	background-repeat: repeat-x;
	height: 2px;
	width: 475px;
	text-indent: -9999px;
	margin-bottom: 10px;
}

.hr_groove_02 { /*スタッフ紹介境界線横長用*/
	background-image: url(../img_com/line_groove_01.gif);
	background-repeat: repeat-x;
	height: 2px;
	width: 374px;
	text-indent: -9999px;
	margin-bottom: 10px;
}

.hr_groove_products {
	background-image: url(../img_com/line_groove_01.gif);
	background-repeat: repeat-x;
	height: 2px;
	width: 465px;
	text-indent: -9999px;
	margin-bottom: 10px;
}

.hr_groove_products_02 {
	height: 2px;
	width: 465px;
	text-indent: -9999px;
	margin-bottom: 10px;
	border-top: 1px solid #CCC;
}

/*****************************************************************************
強調の設定
 *****************************************************************************/
 
.strong_01 {
	font-weight: bold;
	color: #2148AE;
}

.strong_02 {
	font-weight: bold;
	color: #333;
}

.strong_03 {
	font-size: 120%;
	font-weight: bold;
	color: #2295AE;
}

.strong_04 {
	font-size: 220%;
	font-weight: bold;
	text-shadow: #999 1px 2px 3px;
	font-family: "Times New Roman", Times, serif;
	color: #2295AE;
}

.strong_07 {
	font-weight: bold;
	color: #2148AE;
	font-size: 100%;
}

.strong_info_date {
	font-weight: bold;
	color: #2148AE;
	padding-bottom: 3px;
	background-image: url(../img_com/listmark_01.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	margin-right: 10px;
	padding-left: 20px;
}

.strong_back_01 {
	font-weight: bold;
	background-color: #FFF4C8;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.strong_back_02 {
	font-weight: bold;
	background-color: #EBFCFA;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.strong_back_03 {
	font-weight: bold;
	background-color: #E6EEFF;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.strong_back_04 {
	font-weight: bold;
	background-color: #F8E8FF;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.strong_back_05 {
	font-weight: bold;
	background-color: #FCFDC4;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.strong_06 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #4D7A8B;
	font-weight: bold;
	line-height: 1.3;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px 0px 5px;
	font-size: 110%;
}

.red {
	color: #CF1E2E;
}

.small_01 {
	color: #666;
	font-weight: normal;
}

.small_02 {
	color: #666;
	font-size: 90%;
	line-height: 1.4;
}


/*****************************************************************************
余白用
 *****************************************************************************/

.padding_left_01 {
	padding-left: 20px;
}

/*****************************************************************************
ページ内ナビゲーション
 *****************************************************************************/

.page_navi {
	text-align: center;
	display: block;
	padding: 5px;
}

.spa_esthe {
	display: block;
	clear: both;
	float: none;
	padding-bottom: 50px;
}

.h4_menu {
	color: #947F49;
	border-bottom-style: solid;
	font-size: 100%;
	display: block;
	padding: 0px 0px 0px 10px;
	width: 400px;
	border-bottom-width: 1px;
	border-bottom-color: #E6E6E6;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../img_com/arrow_04.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}
.box_gallery_stylist {
	display: block;
	float: left;
	margin-right: 10px;
	width: 200px;
}

.margin_01 {
	padding-left: 2em;
}

.p_02 strong {
	color: #8E5919;
}

.box {
	padding-bottom: 20px;
}

