@charset "utf-8";
/* CSS Document */

/* cssリセット */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {margin:0;padding:0}
table {border-collapse:collapse;border-spacing:0;}
fieldset, img {border:0;}
address, caption, cite, code, dfn, em, strong, th, var {font-style:normal;font-weight:normal;}
ol, ul {list-style:none;}
caption, th {text-align:left;}
h1, h2, h3, h4, h5, h6 {font-size:100%;line-height: 0.5em;}
q:before, q:after {c ontent:'';}

/* 基本設定 */

body {
	font-family: Arial, Helvetica, sans-serif, "ＭＳゴシック", "Meiryo", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.8em;
	line-height: 1.6em;
	color: #000000;
	background: #d9d100 url(images/bg.jpg);
	margin: 0px;
}

p {
	margin-bottom: 1.0em;
}

.txt-bold {
	font-weight: bold;
}

strong{
	font-weight: bold;
}

.txt-red{
	color: #DB0005;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #000000;
	text-decoration: underline;
}

img.float-right {
	float: right;
	margin-left: 20px;
	margin-bottom:20px;
	display:block;
}

img.float-left {
	float: left;
	margin-right: 20px;
	margin-bottom:20px;
	display:block;
}

#box-bg-content {
	width: 100%;
	background: url(images/bg_content.jpg);
}

#box-bg-gradation {
	width: 100%;
	background: url(images/bg_gradation.jpg) repeat-x;
}

#box-kei {
	background: url(images/bg_kei.jpg) no-repeat;
	overflow:auto;/*背景表示用*/
	width: 820px;
}

#box-kei-index {
	overflow:auto;/*背景表示用*/
	width: 100%;
	background-image: url(images/bg_index.jpg);
	background-repeat: no-repeat;
}

#box-body {
	text-align: left;
	width: 680px;
	float: right;
}

#box-body-index{
	width: 680px;
	padding-bottom: 10px;
	padding-left: 140px;
}

#box-body-index ul {
	margin-bottom: 30px;
}

#box-side {
	width: 167px;
	clear: left;
	float: left;
	margin-left: 12px;
	display:block;
}

* html #box-side {
	margin-left: 6px;
}

#box-content {
	text-align: left;
	width: 459px;
	float: left;
	margin-left: 31px;
}

#box-innner-content {
	margin:0px auto;
	width: 439px;
}

.box-ownner {
	width:276px;
	float:right;
	clear:right;
}

.box-info-article {
	width: 439px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 1.5em;
	padding-left: 10px;
}

.box-info-article p {
	margin-bottom: 0.2em;
}

/*ヘッダー*/

#box-header {
	height: 119px;
	width: 680px;
}

h1#salon-logo a {
	background: url(images/shwin_logo.jpg) no-repeat;
	text-indent: -999px;
	float: left;
	height: 119px;
	width: 355px;
}

#header-info {
	background: url(images/header_info.gif) no-repeat bottom;
	text-indent: -9999px;
	float: right;
	height: 98px;
	width: 163px;
}

/*メニュー*/

#box-menu {
	display:block;
	background: url(images/bg_menu.gif) no-repeat;
	height: 28px;
	width: 680px;
	float: left;
	clear: right;
}

ul#box-menu li {/*IE用横並びのため*/
	display:block;
	float: left;
	overflow: hidden;
}

.info a,
.info-on a,
.about a,
.about-on a,
.menu a,
.menu-on a,
.access a,
.access-on a,
.contact a,
.contact-on a,
.press a,
.press-on a {
	text-indent: -999px;
	float: left;
	height: 20px;
	clear: left;
}

.info a {
	background: url(images/btn_info.gif) no-repeat 0px -20px;
	margin: 4px 0px 0px 13px;
	width: 84px;
}

.info-on a {
	background: url(images/btn_info.gif) ;
	margin: 4px 0px 0px 13px;
	width: 84px;
}

.info a:hover {
	background: url(images/btn_info.gif);
}

.about a {
	background: url(images/btn_about.gif) no-repeat 0px -20px;
	margin: 4px 0px 0px 19px;
	width: 106px;
}

.about-on a {
	background: url(images/btn_about.gif);
	margin: 4px 0px 0px 19px;
	width: 106px;
}

.about-on a,
.about a:hover {
	background: url(images/btn_about.gif);
}

.menu a {
	background: url(images/btn_menu.gif) no-repeat 0px -20px;
	margin: 4px 0px 0px 19px;
	width: 103px;
}

.menu-on a {
	background: url(images/btn_menu.gif);
	margin: 4px 0px 0px 19px;
	width: 103px;
}

.menu a:hover {
	background: url(images/btn_menu.gif);
}

.access a {
	background: url(images/btn_access.gif) no-repeat 0px -20px;
	margin: 4px 0px 0px 19px;
	width: 84px;
}

.access-on a {
	background: url(images/btn_access.gif);
	margin: 4px 0px 0px 19px;
	width: 84px;
}

.access a:hover {
	background: url(images/btn_access.gif);
}

.contact a {
	background: url(images/btn_contact.gif) no-repeat 0px -20px;
	margin: 4px 0px 0px 19px;
	width: 96px;
}

.contact-on a {
	background: url(images/btn_contact.gif);
	margin: 4px 0px 0px 19px;
	width: 96px;
}

.contact a:hover {
	background: url(images/btn_contact.gif);
}

.press a {
	background: url(images/btn_press.gif) no-repeat 0px -20px;
	margin: 4px 0px 0px 19px;
	width: 84px;
}

.press-on a {
	background: url(images/btn_press.gif);
	margin: 4px 0px 0px 19px;
	width: 84px;
}

.press a:hover {
	background: url(images/btn_press.gif);
}

/*バナー、本の紹介*/

.box-banner {
	margin-bottom: 10px;
	text-align: center;
}

.box-banner img {
	margin-bottom: 5px;
}

.box-book-top {
	background: url(images/book_r_top.gif) no-repeat;
	height: 25px;
	width: 168px;
	text-indent: -999px;
}

.box-book {
	background: #e9e566 url(images/book_r_bottom.gif) no-repeat center bottom;
	width: 148px;
	text-align: center;
	padding: 10px;
	line-height: 1.2em;
	margin-bottom: 15px;
}

.box-book a:link,
.box-book a:visited {
	text-decoration: none;
}

.box-book a:hover,
.box-book a:active {
	text-decoration: underline;
}

.box-book img {
	margin-bottom: 5px;
}

.box-240-left {
	width:240px;
}

.box-240-right {
	float:right;
	width:240px;
}


/*ページタイトル*/

h2#page-title {
	margin: 26px 0px 17px 12px;
	height: 47px;
	width: 300px;
	text-indent: -999px;
	float: left;
	clear: left;
}

* html h2#page-title {
	margin: 26px 0px 17px 6px;
}

.title-info {
	background: url(images/title_info.gif) no-repeat;
}

.title-about {
	background: url(images/title_about.gif) no-repeat;
}

.title-menu {
	background: url(images/title_menu.gif) no-repeat;
}

.title-access {
	background: url(images/title_access.gif) no-repeat;
}

.title-contact {
	background: url(images/title_contact.gif) no-repeat;
}

.title-link {
	background: url(images/title_link.gif) no-repeat;
}

.title-press {
	background: url(images/title_press.gif) no-repeat;
}

/*サブメニュー*/

#box-submanu1,
#box-submanu2 {
	width: 156px;
	margin-bottom: 0px;
	padding: 12px 0px 0px 11px;
}

#box-submanu1 {
	background: url(images/bg_sidemenu1.jpg);
	height: 318px;
}

#box-submanu2 {
	background: url(images/bg_sidemenu2.jpg);
	height: 428px;
}

.info-side a,
.access-side a,
.contact-side a,
.link-side a,
.press-side a,
.info-side1-on a,
.access-side-on a,
.contact-side-on a,
.link-side-on a,
.press-side-on a {
	display:block;
	text-indent: -999px;
	height: 27px;
	width: 144px;
}

.info-side1 a,
.info-side2 a,
.info-side3 a,
.info-side4 a,
.info-side5 a,
.info-side6 a,
.about-side1 a,
.about-side2 a,
.about-side3 a,
.about-side4 a,
.about-side5 a,
.about-side6 a,
.menu-side1 a,
.menu-side2 a,
.menu-side3 a,
.menu-side4 a,
.menu-side5 a,
.menu-side6 a,
.menu-side7 a,
.menu-side8 a,
.menu-side9 a,
.menu-side10 a,
.menu-side11 a,
.menu-side12 a,
.menu-side13 a,
.info-side1-on a,
.info-side2-on a,
.info-side3-on a,
.info-side4-on a,
.info-side5-on a,
.info-side6-on a,
.about-side1-on a,
.about-side2-on a,
.about-side3-on a,
.about-side4-on a,
.about-side5-on a,
.about-side6-on a,
.menu-side1-on a,
.menu-side2-on a,
.menu-side3-on a,
.menu-side4-on a,
.menu-side5-on a,
.menu-side6-on a,
.menu-side7-on a,
.menu-side8-on a,
.menu-side9-on a,
.menu-side10-on a,
.menu-side11-on a,
.menu-side12-on a,
.menu-side13-on a {
	display:block;
	text-indent: -999px;
	height: 30px;
	width: 144px;
}

.info-side1 a {
	background: url(images/btn_info_side.jpg);
}

.info-side1-on a,
.info-side1 a:hover {
	background: url(images/btn_info_side.jpg) -144px 0px;
}

.info-side2 a {
	background: url(images/btn_info_side.jpg) 0px -30px;
}

.info-side2-on a,
.info-side2 a:hover {
	background: url(images/btn_info_side.jpg) -144px -30px;
}

.info-side3 a {
	background: url(images/btn_info_side.jpg) 0px -60px;
}

.info-side3-on a,
.info-side3 a:hover {
	background: url(images/btn_info_side.jpg) -144px -60px;
}

.info-side4 a {
	background: url(images/btn_info_side.jpg) 0px -90px;
}

.info-side4-on a,
.info-side4 a:hover {
	background: url(images/btn_info_side.jpg) -144px -90px;
}

.info-side5 a {
	background: url(images/btn_info_side.jpg) 0px -120px;
}

.info-side5-on a,
.info-side5 a:hover {
	background: url(images/btn_info_side.jpg) -144px -120px;
}

.info-side6 a {
	background: url(images/btn_info_side.jpg) 0px -150px;
}

.info-side6-on a,
.info-side6 a:hover {
	background: url(images/btn_info_side.jpg) -144px -150px;
}


.access-side a,
.access-side-on a {
	background: url(images/btn_access_side.jpg) -144px 0px;
}

.contact-side a,
.contact-side-on a {
	background: url(images/btn_contact_side.jpg) -144px 0px;
}

.link-side a,
.link-side-on a {
	background: url(images/btn_link_side.jpg) -144px 0px;
}

.press-side a,
.press-side-on a {
	background: url(images/btn_press_side.jpg) -144px 0px;
}


.about-side1 a {
	background: url(images/btn_about_side.jpg);
}

.about-side1-on a,
.about-side1 a:hover {
	background: url(images/btn_about_side.jpg) -144px 0px;
}

.about-side2 a {
	background: url(images/btn_about_side.jpg) 0px -30px;
}

.about-side2-on a,
.about-side2 a:hover {
	background: url(images/btn_about_side.jpg) -144px -30px;
}

.about-side3 a {
	background: url(images/btn_about_side.jpg) 0px -60px;
}

.about-side3-on a,
.about-side3 a:hover {
	background: url(images/btn_about_side.jpg) -144px -60px;
}

.about-side4 a {
	background: url(images/btn_about_side.jpg) 0px -90px;
}

.about-side4-on a,
.about-side4 a:hover {
	background: url(images/btn_about_side.jpg) -144px -90px;
}

.about-side5 a {
	background: url(images/btn_about_side.jpg) 0px -120px;
}

.about-side5-on a,
.about-side5 a:hover {
	background: url(images/btn_about_side.jpg) -144px -120px;
}

.about-side6 a {
	background: url(images/btn_about_side.jpg) 0px -150px;
}

.about-side6-on a,
.about-side6 a:hover {
	background: url(images/btn_about_side.jpg) -144px -150px;
}

.menu-side1 a {
	background: url(images/btn_menu_side.jpg);
}

.menu-side1-on a,
.menu-side1 a:hover {
	background: url(images/btn_menu_side.jpg) -144px 0px;
}

.menu-side2 a {
	background: url(images/btn_menu_side.jpg) 0px -30px;
}

.menu-side2-on a,
.menu-side2 a:hover {
	background: url(images/btn_menu_side.jpg) -144px -30px;
}

.menu-side3 a {
	background: url(images/btn_menu_side.jpg) 0px -60px;
}

.menu-side3-on a,
.menu-side3 a:hover {
	background: url(images/btn_menu_side.jpg) -144px -60px;
}

.menu-side4 a {
	background: url(images/btn_menu_side.jpg) 0px -90px;
}

.menu-side4-on a,
.menu-side4 a:hover {
	background: url(images/btn_menu_side.jpg) -144px -90px;
}

.menu-side5 a {
	background: url(images/btn_menu_side.jpg) 0px -120px;
}

.menu-side5-on a,
.menu-side5 a:hover {
	background: url(images/btn_menu_side.jpg) -144px -120px;
}

.menu-side6 a {
	background: url(images/btn_menu_side.jpg) 0px -150px;
}

.menu-side6-on a,
.menu-side6 a:hover {
	background: url(images/btn_menu_side.jpg) -144px -150px;
}

.menu-side7 a {
	background: url(images/btn_menu_side.jpg) 0px -180px;
}

.menu-side7-on a,
.menu-side7 a:hover {
	background: url(images/btn_menu_side.jpg) -144px -180px;
}

.menu-side8 a {
	background: url(images/btn_menu_side.jpg) 0px -210px;
}

.menu-side8-on a,
.menu-side8 a:hover {
	background: url(images/btn_menu_side.jpg) -144px -210px;
}

.menu-side9 a {
	background: url(images/btn_menu_side.jpg) 0px -240px;
}

.menu-side9-on a,
.menu-side9 a:hover {
	background: url(images/btn_menu_side.jpg) -144px -240px;
}

.menu-side10 a {
	background: url(images/btn_menu_side.jpg) 0px -270px;
}

.menu-side10-on a,
.menu-side10 a:hover {
	background: url(images/btn_menu_side.jpg) -144px -270px;
}

.menu-side11 a {
	background: url(images/btn_menu_side.jpg) 0px -300px;
}

.menu-side11-on a,
.menu-side11 a:hover {
	background: url(images/btn_menu_side.jpg) -144px -300px;
}

.menu-side12 a {
	background: url(images/btn_menu_side.jpg) 0px -330px;
}

.menu-side12-on a,
.menu-side12 a:hover {
	background: url(images/btn_menu_side.jpg) -144px -330px;
}

.menu-side13 a {
	background: url(images/btn_menu_side.jpg) 0px -360px;
}

.menu-side13-on a,
.menu-side13 a:hover {
	background: url(images/btn_menu_side.jpg) -144px -360px;
}

/*見出し*/


h3#header-title {
	display: block;
	height: 31px;
	width: 459px;
	text-indent: -999px;
	clear:both;
}

h3#header-title-ownner {
	display: block;
	height: 31px;
	width: 276x;
	text-indent: -999px;
}

.header-info {
	background-image: url(images/info_r_top.gif);
	background-repeat: no-repeat;
	background-color: #514a01;
	width: 439px;
	padding: 7px 10px 3px 10px;
}

.header-info-bottom {
	background-image: url(images/info_r_bottom.gif);
	height: 3px;
	width: 459px;
	background-repeat: no-repeat;
	margin-bottom: 1.5em;
}

.info-article-titile {
	color: #a8a800;
	font-weight: normal;
	color: #FFFFFF;
	display: block;
	width: 350px;
	line-height: 1.1em;
}

.info-date {
	font-size: 0.8em;
	color: #a8a800;
	float: right;
	padding-top: 0.4em;
	font-weight: normal;
}


.header-about_the_salon {
	background: url(images/header_about_the_salon.gif);
}

.header-ownner {
	background: url(images/header_ownner.gif);
}

.header-linen_goods {
	background: url(images/header_linen_goods.gif);
}

.header-cosmetics {
	background: url(images/header_cosmetics.gif);
}

.header-babysitting {
	background: url(images/header_babysitting.gif);
}

.header-press {
	background: url(images/header_press.gif);
}

.header-menu-herb {
	background: url(images/header_menu_herb.gif);
}

.header-menu-rose_energy {
	background: url(images/header_menu_rose_energy.gif);
}

.header-menu-signature {
	background: url(images/header_menu_signature.gif);
}

.header-menu-tanaka {
	background: url(images/header_menu_tanaka.gif);
}

.header-menu-detox {
	background: url(images/header_menu_detox.gif);
}

.header-menu-celebrity {
	background: url(images/header_menu_celebrity.gif);
}

.header-menu-energy {
	background: url(images/header_menu_energy.gif);
}

.header-menu-sliming {
	background: url(images/header_menu_sliming.gif);
}

.header-menu-bridal_maternity {
	background: url(images/header_menu_bridal_maternity.gif);
}

.header-menu-feminine {
	background: url(images/header_menu_feminine.gif);
}

.header-menu-options {
	background: url(images/header_menu_options.gif);
}

.header-menu-facial {
	background: url(images/header_menu_facial.gif);
}

.header-menu-others {
	background: url(images/header_menu_others.gif);
}

.header-access {
	background: url(images/header_access.gif);
}

.header-contact {
	background: url(images/header_contact.gif);
}

.header-link {
	background: url(images/header_link.gif);
}

/*キャッチコピー*/

h4#copy,
h4#copy2 {
	height: 20px;
	width: 439px;
	text-indent: -999px;
	margin: 20px 0px 17px;
}

h4#copy-ownner {
	height: 47px;
	width: 125px;
	text-indent: -999px;
	margin: 20px 0px 15px;
}

.copy-about_the_salon1 {
	background: url(images/copy_about_the_salon1.gif) no-repeat;
}

.copy-about_the_salon2 {
	background: url(images/copy_about_the_salon2.gif) no-repeat;
}

.copy-ownner {
	background: url(images/copy_ownner.gif) no-repeat;
}

.copy-linen_goods {
	background: url(images/copy_linen_goods.gif) no-repeat;
}

.copy-cosmetics {
	background: url(images/copy_cosmetics.gif) no-repeat;
}

.copy-babysitting {
	background: url(images/copy_babysitting.gif) no-repeat;
}

.copy-press {
	background: url(images/copy_press.gif) no-repeat;
}

.copy-menu-herb {
	background: url(images/copy_menu_herb.gif) no-repeat;
}

.copy-menu-rose_energy1 {
	background: url(images/copy_menu_rose_energy1.gif) no-repeat;
}

.copy-menu-rose_energy2 {
	background: url(images/copy_menu_rose_energy2.gif) no-repeat;
}

.copy-menu-signature {
	background: url(images/copy_menu_signature.gif) no-repeat;
}

.copy-menu-tanaka {
	background: url(images/copy_menu_tanaka.gif) no-repeat;
}

.copy-menu-detox {
	background: url(images/copy_menu_detox.gif) no-repeat;
}

.copy-menu-celebrity {
	background: url(images/copy_menu_celebrity.gif) no-repeat;
}

.copy-menu-energy {
	background: url(images/copy_menu_energy.gif) no-repeat;
}

.copy-menu-sliming {
	background: url(images/copy_menu_sliming.gif) no-repeat;
}

.copy-menu-bridal_maternity {
	background: url(images/copy_menu_bridal_maternity.gif) no-repeat;
}

.copy-menu-feminine {
	background: url(images/copy_menu_feminine.gif) no-repeat;
}

.copy-menu-options {
	background: url(images/copy_menu_options.gif) no-repeat;
}

.copy-menu-facial {
	background: url(images/copy_menu_facial.gif) no-repeat;
}

.copy-menu-others {
	background: url(images/copy_menu_others.gif) no-repeat;
}

/*各テーブル*/

table.common,
table.contact {
	line-height: 1.3em;
	margin-bottom: 0.8em;
	margin-top: 0.8em;
}

table.contact {
	width:439px;
}

table.contact input,
table.contact select {
	margin:3px 0px;
}

td.white-right,
td.white-left,
td.white-center {
	background: #FFFFFF;
	padding: 5px 10px;
	border: 1px solid #d6d100;
}

td.white-right {
	text-align: right;
}

td.green,
td.green-center {
	background: #f1efab;
	padding: 5px 13px 5px 10px;
	border: 1px solid #d6d100;
}

td.green-center  {
	text-align: center;
	padding-top: 1.0em;
}

td.green-btn {
	background-color: #777001;
	padding: 5px 13px 5px 10px;
	text-align: center;
}



/*サロンメニュー関係*/

h5 {
	margin-bottom: 1.0em;
}

.menu-section {
	background: url(images/dotline.gif) repeat-x left bottom;
	margin-bottom: 1.0em;
	padding-top: 1.0em;
	padding-bottom: 1.0em;
	overflow:auto;
	zoom:100%;
}

.box-harf-left {
	float: left;
	clear:left;
	width: 210px;
}

.box-harf-right {
	float: right;
	clear:right;
	width: 210px;
}

.box-babysitting {
	background: #e8e366;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.btn_babysitting a {
	background: url(images/btn_babysitting.gif) no-repeat;
	display: block;
	height: 20px;
	width: 159px;
	text-indent: -999px;
	margin-bottom: 1.0em;
}

.btn_babysitting a:hover {
	background: url(images/btn_babysitting.gif) no-repeat 0px -20px;
}

/*交通情報*/

.btn_map a {
	display: block;
	height: 20px;
	width: 119px;
	text-indent: -999px;
	background-image: url(images/btn_map.gif);
	background-repeat: no-repeat;
	margin-bottom: 1.0em;
}

.btn_map a:hover {
	background: url(images/btn_map.gif) no-repeat 0px -20px;
}

/*雑誌掲載*/

.press-menu {
	text-align: right;
}


/*フッター*/

#box-footer {
	background: url(images/bg_footer.jpg);
	width: 100%;
	height: 36px;
	margin-top: 40px;
}

.footer-txt {
	color: #fff95c;
	font-size: 0.8em;
	line-height: 36px;
	margin-left: 140px;
}

