@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Concept                     */
/*                 09  Salon                       */
/*                 10  Staff                       */
/*                 11  Facial                      */
/*                 12  Treatment                   */
/*                 13  Ion                         */
/*                 14  Hollywood                   */
/*                 15  Ladies                      */
/*                 16  Mens                        */
/*                 17  Other                       */
/*                 18  Campaign                    */
/*                 19  Inquiry                     */
/*                 20  Company                     */
/*                 21  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: #341c00 url(../images/bg.jpg) 0 20px repeat-x; }

#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y;
	width: 800px;
	margin: 0 auto;
	padding: 0 0 40px;
	text-align: left;
	}

#main {
	margin: 0;
	background: #fff;
	}

#main_image {
	margin: 0;
	}

#content {
	width: 600px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 10px 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 20px no-repeat;
	height: 160px;
	width: 800px;
	margin: 0;
	padding: 0;
	}

h1 {
	text-indent: -9999px;
	width: 140px;
	height: 110px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 125px;
	height: 70px;
	margin: 40px 0 0 15px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header .section {
	width: 430px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	float: right;
	margin: 0;
	padding: 0 10px 0 0;
	height: 50px;
	}
#header .section img { display: block; }

#header p.free_tel {
	float: right;
	margin: 0;
	padding: 0 10px 0 0;
	height: 40px;
	}

#header .section .header_info {
	background: url(../images/header_tel_bg.jpg) 0 5px no-repeat;
	font-size: 85%;
	padding: 5px 0 0;
	margin: 0;
	}

#header .section .header_info .description {
	margin: 0;
	padding: 8px 8px 0;
	color: #6f4723;
	}

*:first-child+html #header .section .header_info { font-size: 9px; } /*  for IE7 only */
* html body #header .section .header_info { font-size: 9px; } /*  for IE6 only */

#header_nav01 {
	margin: 0 0 0 200px;
	padding: 0;
	list-style: none;
	width: 215px;
	height: 20px;
	}

#header_nav01 li {
	float: left;
	list-style: none;
	width: 100px;
	margin: 0;
	padding: 0;
	}
#header_nav01 #nav01 {
	width: 115px;
	}
#header_nav01 li a {
	display: block;
	text-indent: -9999px;
	height: 18px;
	}
#header_nav01 #nav01 a {
	width: 100px;
	}

#nav01 a { background: url(../images/header_nav01.jpg) 0 0 no-repeat; }
#nav02 a { background: url(../images/header_nav01.jpg) -100px 0 no-repeat; }
#nav01 a:hover { background: url(../images/header_nav01.jpg) 0 -18px no-repeat; }
#nav02 a:hover { background: url(../images/header_nav01.jpg) -100px -18px no-repeat; }

#header_nav02 {
	clear: both;
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
	width: 790px;
	height: 30px;
	}

#header_nav02 li {
	float: left;
	list-style: none;
	width: 195px;
	margin: 0;
	padding: 0;
	}

#header_nav02 li a {
	display: block;
	text-indent: -9999px;
	list-style: none;
	margin-left: 5px;
	height: 30px;
	}

#header_nav02 #header_nav02_01 a { background: url(../images/header_nav02.jpg) 0 0 no-repeat; }
#header_nav02 #header_nav02_02 a { background: url(../images/header_nav02.jpg) -190px 0 no-repeat; }
#header_nav02 #header_nav02_03 a { background: url(../images/header_nav02.jpg) -380px 0 no-repeat; }
#header_nav02 #header_nav02_04 a { background: url(../images/header_nav02.jpg) -570px 0 no-repeat; }

#header_nav02 #header_nav02_01 a:hover { background: url(../images/header_nav02.jpg) 0 -30px no-repeat; }
#header_nav02 #header_nav02_02 a:hover { background: url(../images/header_nav02.jpg) -190px -30px no-repeat; }
#header_nav02 #header_nav02_03 a:hover { background: url(../images/header_nav02.jpg) -380px -30px no-repeat; }
#header_nav02 #header_nav02_04 a:hover { background: url(../images/header_nav02.jpg) -570px -30px no-repeat; }

/*----------04  Navigation -----------*/

#nav {
	width: 200px;
	float: left;
	padding: 15px 0 20px 0;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal {
	margin: 0 0 10px;
	}

#nav .internal li {
	margin-left: 10px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 30px;
	}

#nav03 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -30px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -60px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -90px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -120px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -480px no-repeat; height: 34px !important; }
#nav09 a { background: url(../images/nav.jpg) 0 -514px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -544px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -574px no-repeat; height: 34px !important;  }
#nav12 a { background: url(../images/nav.jpg) 0 -270px no-repeat; }
#nav13 a { background: url(../images/nav.jpg) 0 -300px no-repeat; }
#nav14 a { background: url(../images/nav.jpg) 0 -330px no-repeat; }
#nav15 a { background: url(../images/nav.jpg) 0 -360px no-repeat; }
#nav16 a { background: url(../images/nav.jpg) 0 -390px no-repeat; }
#nav17 a { background: url(../images/nav.jpg) 0 -420px no-repeat; }
#nav18 a { background: url(../images/nav.jpg) 0 -450px no-repeat; }

#nav03 a:hover { background: url(../images/nav.jpg) -190px 0 no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -190px -30px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -190px -60px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -190px -90px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -190px -120px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -190px -480px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -190px -514px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -190px -544px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -190px -574px no-repeat; }
#nav12 a:hover { background: url(../images/nav.jpg) -190px -270px no-repeat; }
#nav13 a:hover { background: url(../images/nav.jpg) -190px -300px no-repeat; }
#nav14 a:hover { background: url(../images/nav.jpg) -190px -330px no-repeat; }
#nav15 a:hover { background: url(../images/nav.jpg) -190px -360px no-repeat; }
#nav16 a:hover { background: url(../images/nav.jpg) -190px -390px no-repeat; }
#nav17 a:hover { background: url(../images/nav.jpg) -190px -420px no-repeat; }
#nav18 a:hover { background: url(../images/nav.jpg) -190px -450px no-repeat; }

#nav h3 {
	margin-left: 10px;
	height: 30px;
	text-indent: -9999px;
	}

#nav #nav_title01 { background: url(../images/nav_h3-01.jpg) 0 0 no-repeat; }
#nav #nav_title02 { background: url(../images/nav_h3-02.jpg) 0 0 no-repeat; }
#nav #nav_title03 { background: url(../images/nav_h3-03.jpg) 0 0 no-repeat; }

#nav p { padding-left: 10px; }

#nav .information {
	margin-left: 10px;
	background: #341c00 url(../images/nav_information_h.jpg) 0 0 no-repeat;
	color: #fff;
	padding: 10px 0 0;
	}

#nav .information p {
	text-align: left;
	margin: 0;
	padding: 2px 10px;
	}
#nav .information .center {
	text-align: center;
	}
#nav .information .footer {
	padding: 2px 10px 10px;
	background: url(../images/nav_information_b.jpg) 0 bottom no-repeat;
	}

/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 10px 0 0 0;
	margin: 0;
	background: #fff url(../images/footer_bg.jpg) bottom repeat-x;
	font-size: 85%;
	text-align: left;
	color: #94774d;
	}
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */

#footer a {
	text-decoration: none;
	color: #eae2cd;
	}
#footer a:hover { text-decoration: underline; }

#footer ul { 
	list-style: none;
	margin: 0 0 0 220px;
	padding: 0;
	line-height: 1.5;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer .copyright {
	clear: both;
	height: 33px;
	margin: 0;
	padding: 0;
	}

#footer .copyright address {
	text-align: right;
	margin: 0;
	padding: 1em;
	}
#footer .copyright .image_l {
	margin: 0;
	padding: 0 0 0 10px;
	}

#footer .footer_tel {
	float: left;
	color: #fff;
	width: 220px;
	margin: 0;
	padding: 0;
	}

#footer .footer_tel p {
	margin: 0 0 0 10px;
	}


/*---------- 06  Contents -----------*/

.section { padding: .5em 15px; }
.section .section { padding: .5em 10px; }

p.center { text-align: center; }

#content h2 {
	height: 70px;
	text-indent: -9999px;
	margin: 0 15px;
	}
#content h3 {
	height: 50px;
	text-indent: -9999px;
	margin-left: -10px;
	}
#content h4 {
	height: 40px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 5px;
	border: 1px solid #ccc;
	}

#content ul li {
	list-style: none;
	background: url(../images/list.jpg) 0 4px no-repeat;
	padding-left: 20px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { font-weight: bold; }

#content a { text-decoration: underline; }
a {
	color: #93731e;
	outline: none;
	}
a:hover { color: #b3a133; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_l  {
	float: left;
	margin: 0 16px 16px 0;
	}

.image_r {
	float: right;
	margin: 0 0 16px 16px;
	}

.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.jpg) center center no-repeat;
	}
.case img {
	display: block;
	}

.case .caption {
	text-align: center;
	border-top: 2px solid #ccc;
	}


#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 150px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 30px;
	background: url(../images/pagetop.jpg) 0 0 no-repeat;
	}

p.caution {
	text-align: right;
	color: #724212;
	}

/* Hides from IE-mac \*/
p.answer:first-letter {
	display: block;
	padding: 2px;
	background: #4499af;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #ccc;
	margin: 0 5px 0 0;
	float: left;
	}
/* End hide from IE-mac */

#content .pagebanner { width: 570px; }
#content .pagebanner a {
	display: block;
	height: 210px;
	text-indent: -9999px;
	background: url(../images/pagebanner.jpg) 0 0 no-repeat;
	}
#content .pagebanner a:hover { background: url(../images/pagebanner.jpg) 0 -210px no-repeat; }

table {
	font-size: 100%;
	color: #666;
	border: 3px solid #f0cde0;
	}
table tr th,
table tr td {
	border: 1px solid #f0cde0;
	background: #fef0f3;
	}

/*-------- 07  Index --------*/


#index #content #title01 { background: url(../images/index_h2-01.jpg) 0 0 no-repeat; }
#index #content #title02 { background: url(../images/index_h3-02.jpg) 0 0 no-repeat; }
#index #content #title03 {
	background: url(../images/index_h3-03.jpg) 0 0 no-repeat;
	float: right;
	width: 20px;
	height: 90px;
	padding: 0;
	margin-top: 19px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}
#index #content h4 {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 5px;
	border: 1px solid #ccc;
	text-indent: 0;
	width: auto;
	height: auto;
	}

#index #content .banner01 { width: 570px; }
#index #content .banner01 a {
	display: block;
	height: 240px;
	text-indent: -9999px;
	background: url(../images/index_banner04.jpg) 0 0 no-repeat;
	}
#index #content .banner01 a:hover { background: url(../images/index_banner04.jpg) 0 -240px no-repeat; }


#index #content .banner01_1 {
	width: 570px;
	margin-left: 15px;
}
#index #content .banner01_1 a {
	display: block;
	height: 250px;
	text-indent: -9999px;
	background: url(../images/index_banner04.jpg) 0 0 no-repeat;
	}
#index #content .banner01_1 a:hover { background: url(../images/index_banner04.jpg) 0 -250px no-repeat; }


#index #content .greeting {
	background: url(../images/greeting_bg.jpg) center bottom no-repeat;
	color: #71442d;
	}
#index #content .greeting li {
	background: url(../images/list_square.jpg) 0 center no-repeat;
	}
#index #content .greeting dl {
	margin: 0;
	}
#index #content .greeting dl dt {
	float: left;
	width: 110px;
	margin: 0;
	font-weight: 100;
	}
#index #content .greeting dl dd {
	margin-left: 120px;
	}

#index #content .information {
	background: url(../images/information_bg.jpg) 0 0 no-repeat;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 29px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
#index #content .information dl {
	width: 520px;
	height: 70px;
	overflow: auto;
	margin: 0;
	padding: 0;
	}
#index #content .information dl dt {
	float: left;
	width: 110px;
	margin: 0;
	text-indent: 20px;
	background: url(../images/information_dt.jpg) 0 center no-repeat;
	font-weight: 100;
	}
#index #content .information dl dd {
	margin-left: 120px;
	color: #6e4622;
	}

#index #content .banner02,
#index #content .banner03 { width: 570px; }
#index #content .banner02 a,
#index #content .banner03 a {
	display: block;
	height: 150px;
	text-indent: -9999px;
	}
#index #content .banner02 a { background: url(../images/main_banner01.jpg) 0 0 no-repeat; }
#index #content .banner03 a { background: url(../images/main_banner02.jpg) 0 0 no-repeat; }
#index #content .banner02 a:hover { background: url(../images/main_banner01.jpg) 0 -150px no-repeat; }
#index #content .banner03 a:hover { background: url(../images/main_banner02.jpg) 0 -150px no-repeat; }


#index #content #bnr_movie{
/*	border: 1px solid #FF0000;*/
	width: 570px;
	padding: 10px 0 0 0;
}



/*-------- 08  Concept --------*/

#concept #content #title01 { background: url(../images/concept_h2-01.jpg) 0 0 no-repeat; }
#concept #content #title02 { background: url(../images/concept_h3-02.jpg) 0 0 no-repeat; }
#concept #content #title03 { background: url(../images/concept_h4-03.jpg) 0 0 no-repeat; }
#concept #content #title04 { background: url(../images/concept_h4-04.jpg) 0 0 no-repeat; }

#concept #content .colored {
	background: #f5f1e8;
	list-style-position: inside;
	padding: 20px;
	margin: 0;
	}
#concept #content .colored li {
	list-style-position: inside;
	}

/*-------- 09  Salon --------*/

#salon #content #title01 { background: url(../images/salon_h2-01.jpg) 0 0 no-repeat; }
#salon #content #title02 { background: url(../images/salon_h3-02.jpg) 0 0 no-repeat; }
#salon #content #title03 { background: url(../images/salon_h4-03.jpg) 0 0 no-repeat; }
#salon #content #title04 { background: url(../images/salon_h4-04.jpg) 0 0 no-repeat; }
#salon #content #title05 { background: url(../images/salon_h4-05.jpg) 0 0 no-repeat; }
#salon #content #title06 { background: url(../images/salon_h4-06.jpg) 0 0 no-repeat; }
#salon #content #title07 { background: url(../images/salon_h4-07.jpg) 0 0 no-repeat; }
#salon #content #title08 { background: url(../images/salon_h4-08.jpg) 0 0 no-repeat; }
#salon #content #title09 { background: url(../images/salon_h4-09.jpg) 0 0 no-repeat; }
#salon #content #title10 { background: url(../images/salon_h3-10.jpg) 0 0 no-repeat; }
#salon #content #title11 { background: url(../images/salon_h4-11.jpg) 0 0 no-repeat; }
#salon #content #title12 { background: url(../images/salon_h4-12.jpg) 0 0 no-repeat; }
#salon #content #title13 { background: url(../images/salon_h4-13.jpg) 0 0 no-repeat; }


#salon #content .rightbox {
	margin-left: 166px;
	}
#salon #content .clear_r {
	clear: right;
	}
#salon #content dl {
	margin: 0;
	}
#salon #content dl dt {
	float: left;
	width: 110px;
	margin: 0;
	font-weight: 100;
	}
#salon #content dl dd {
	margin-left: 120px;
	}



/*-------- 10  Staff --------*/

#staff #content #title01 { background: url(../images/staff_h2-01.jpg) 0 0 no-repeat; }
#staff #content #title02 { background: url(../images/staff_h3-02.jpg) 0 0 no-repeat; }
#staff #content #title03 { background: url(../images/staff_h4-03.jpg) 0 0 no-repeat; }

#staff #content .rightbox {
	margin-left: 166px;
	}
#staff #content .name {
	
	}
#staff #content .name p {
	width: 250px;
	height: 60px;
	text-indent: -9999px;
	}
#staff #content .name .name01 {
	float: left;
	background: url(../images/staff_name01.jpg) 0 0 no-repeat;
	}
#staff #content .name .name02 {
	float: left;
	background: url(../images/staff_name02.jpg) 0 0 no-repeat;
	}

/*-------- 11  Facial --------*/

#facial #content #title01 { background: url(../images/facial_h2-01.jpg) 0 0 no-repeat; }
#facial #content #title02 { background: url(../images/facial_h3-02.jpg) 0 0 no-repeat; }
#facial #content #title03 { background: url(../images/facial_h4-03.jpg) 0 0 no-repeat; }
#facial #content #title04 { background: url(../images/facial_h4-04.jpg) 0 0 no-repeat; }
#facial #content #title05 { background: url(../images/facial_h4-05.jpg) 0 0 no-repeat; }
#facial #content #title06 { background: url(../images/facial_h4-06.jpg) 0 0 no-repeat; }
#facial #content #title07 { background: url(../images/facial_h4-07.jpg) 0 0 no-repeat; }
#facial #content #title08 { background: url(../images/facial_h4-08.jpg) 0 0 no-repeat; }
#facial #content #title09 { background: url(../images/facial_h4-09.jpg) 0 0 no-repeat; }
#facial #content #title10 { background: url(../images/facial_h4-10.jpg) 0 0 no-repeat; }
#facial #content #title14 { background: url(../images/optionf.jpg) 0 0 no-repeat; }

#facial #content div.center {
	text-align: center;
	}
#facial #content table {
	margin: 5px auto;
	text-align: left;
	width: 520px;
	}
#facial #content table tr th {
	width: 160px;
	}


/*-------- 12  Treatment --------*/

#treatment #content #title01 { background: url(../images/treatment_h2-01.jpg) 0 0 no-repeat; }
#treatment #content #title02 { background: url(../images/treatment_h3-02.jpg) 0 0 no-repeat; }
#treatment #content #title03 { background: url(../images/treatment_h3-03.jpg) 0 0 no-repeat; }
#treatment #content #title04 { background: url(../images/treatment_h4-04.jpg) 0 0 no-repeat; }
#treatment #content #title05 { background: url(../images/treatment_h4-05.jpg) 0 0 no-repeat; }
#treatment #content #title06 { background: url(../images/treatment_h4-06.jpg) 0 0 no-repeat; }
#treatment #content #title07 { background: url(../images/treatment_h3-07.jpg) 0 0 no-repeat; }
#treatment #content #title08 { background: url(../images/treatment_h4-08.jpg) 0 0 no-repeat; }

#treatment #content div.center {
	text-align: center;
	}
#treatment #content table {
	margin: 5px auto;
	text-align: left;
	width: 520px;
	}
#treatment #content table tr th {
	width: 160px;
	}

#treatment #content .colored {
	background: #f5f1e8;
	padding: 10px;
	margin: 0;
	}
#treatment #content ol li span {
	display: block;
	}
#treatment #content .rightbox {
	margin-left: 216px;
	}
#treatment #content .list_dl dl {
	margin: 0 20px;
	}
#treatment #content .list_dl dl dt {
	float: left;
	width: 120px;
	color: #6e4622;
	text-indent: 20px;
	background: url(../images/list.jpg) 0 4px no-repeat;
	}
#treatment #content .list_dl dl dd {
	margin-left: 160px;
	}



/*-------- 13  Ion --------*/

#ion #content #title01 { background: url(../images/ion_h2-01.jpg) 0 0 no-repeat; }
#ion #content #title02 { background: url(../images/ion_h3-02.jpg) 0 0 no-repeat; }
#ion #content #title03 { background: url(../images/ion_h4-03.jpg) 0 0 no-repeat; }
#ion #content #title04 { background: url(../images/ion_h4-04.jpg) 0 0 no-repeat; }
#ion #content #title05 { background: url(../images/ion_h4-05.jpg) 0 0 no-repeat; }
#ion #content #title06 { background: url(../images/ion_h3-03.jpg) 0 0 no-repeat; }
#ion #content #title07 { background: url(../images/ion_h3-04.jpg) 0 0 no-repeat; }

#ion #content div.center {
	text-align: center;
	}
#ion #content table {
	}
#ion #content div.center table {
	margin: 5px auto;
	text-align: left;
	width: 520px;
	}
#ion #content table tr th {
	width: 160px;
	}



/*-------- 14  Hollywood --------*/

#hollywood #content #title01 { background: url(../images/hollywood_h2-01.jpg) 0 0 no-repeat; }
#hollywood #content #title02 { background: url(../images/hollywood_h3-02.jpg) 0 0 no-repeat; }
#hollywood #content #title03 { background: url(../images/hollywood_h4-03.jpg) 0 0 no-repeat; }
#hollywood #content #title04 { background: url(../images/hollywood_h3-04.jpg) 0 0 no-repeat; }
#hollywood #content #title05 { background: url(../images/hollywood_h3-05.jpg) 0 0 no-repeat; }
#hollywood #content #title06 { background: url(../images/hollywood_h3-06.jpg) 0 0 no-repeat; }

#hollywood #content div.center {
	text-align: center;
	}
#hollywood #content table {
	margin: 5px auto;
	text-align: left;
	width: 520px;
	}
#hollywood #content table tr th {
	width: 160px;
	}

#hollywood #content .horizon {
	padding-left: 10px;
	}
#hollywood #content .horizon li {
	float: left;
	background: none;
	}



/*-------- 15  Ladies --------*/

#ladies #content #title01 { background: url(../images/ladies_h2-01.jpg) 0 0 no-repeat; }
#ladies #content #title02 { background: url(../images/ladies_h3-02.jpg) 0 0 no-repeat; }
#ladies #content #title03 { background: url(../images/ladies_h3-03.jpg) 0 0 no-repeat; }
#ladies #content #title04 { background: url(../images/ladies_h3-04.jpg) 0 0 no-repeat; }
#ladies #content #title05 { background: url(../images/ladies_h4-05.jpg) 0 0 no-repeat; }
#ladies #content #title06 { background: url(../images/ladies_h4-06.jpg) 0 0 no-repeat; }
#ladies #content #title07 { background: url(../images/ladies_h4-07.jpg) 0 0 no-repeat; }
#ladies #content #title08 { background: url(../images/ladies_h4-08.jpg) 0 0 no-repeat; }


#ladies #content .rightbox {
	margin-left: 216px;
	}
#ladies #content div.center {
	text-align: center;
	}
#ladies #content table {
	margin: 5px auto;
	text-align: left;
	width: 520px;
	}
#ladies #content table tr th {
	width: 160px;
	}


/*-------- 16  Mens --------*/

#mens #content #title01 { background: url(../images/mens_h2-01.jpg) 0 0 no-repeat; }
#mens #content #title02 { background: url(../images/mens_h3-02.jpg) 0 0 no-repeat; }
#mens #content #title03 { background: url(../images/mens_h3-03.jpg) 0 0 no-repeat; }
#mens #content #title04 { background: url(../images/mens_h3-04.jpg) 0 0 no-repeat; }

#mens #content div.center {
	text-align: center;
	}
#mens #content table {
	margin: 5px auto;
	text-align: left;
	width: 520px;
	}
#mens #content table tr th {
	width: 160px;
	}


/*-------- 17  Other --------*/





/*-------- 18  Campaign --------*/

#campaign #content #title01 { background: url(../images/campaign_h2-01.jpg) 0 0 no-repeat; }
#campaign #content #title02 { background: url(../images/campaign_h3-02.jpg) 0 0 no-repeat; }
#campaign #content #title03 { background: url(../images/campaign_h4-03.jpg) 0 0 no-repeat; }

#campaign #content div.center {
	text-align: center;
	}
#campaign #content table {
	margin: 5px auto;
	text-align: left;
	width: 520px;
	}
#campaign #content .emphasys {
	font-size: 150%;
	font-weight: 900;
	color: #dd4400;
	}

#campaign #content .catch {
	text-indent: -9999px;
	height: 60px;
	background: url(../images/campaign_catchcopy01.jpg) 0 center no-repeat;
	}


/*-------- 19  Inquiry --------*/

#inquiry #content #title01 { background: url(../images/inquiry_h2-01.jpg) 0 0 no-repeat; }
#inquiry #content #title02 { background: url(../images/inquiry_h3-02.jpg) 0 0 no-repeat; }

#inquiry #content div.center {
	text-align: center;
	}
#inquiry #content table {
	margin: 5px auto;
	text-align: left;
	width: 550px;
	}
#inquiry #content table tr th {
	text-align: left;
	}
#inquiry #content table tr td input,
#inquiry #content table tr td textarea {
	border: 1px solid #f0cde0;
	color: #666;
	}
#inquiry #content table tr td .long {
	width: 300px;
	}

#inquiry #content .colored {
	background: #f5f1e8;
	padding: 10px;
	margin: 0;
	}

/*-------- 20  Company --------*/

#company #content #title01 { background: url(../images/company_h2-01.jpg) 0 0 no-repeat; }
#company #content #title02 { background: url(../images/company_h3-02.jpg) 0 0 no-repeat; }
#company #content #title03 { background: url(../images/company_h3-03.jpg) 0 0 no-repeat; }
#company #content #title04 { background: url(../images/company_h3-04.jpg) 0 0 no-repeat; }

#company #content .rightbox {
	margin-left: 216px;
	}
#company #content .rightbox dl {
	margin: 0;
	}
#company #content .rightbox dl dt {
	float: left;
	width: 80px;
	color: #93731e;
	font-weight: 100;
	}
#company #content .rightbox dl dd {
	margin-left: 80px;
	}
#company #content div.center {
	text-align: center;
	}
#company #content table {
	margin: 5px auto;
	text-align: left;
	width: 550px;
	}
#company #content .access dt {
	border: 1px solid #ccc;
	background: #eee;
	text-indent: 5px;
	}
#company #content .access dd {
	background: #f6f6f6;
	margin: 5px 0;
	padding: 10px;
	}
#company #content .access dd dl {
	margin: 0;
	}
#company #content .access dd dl dt {
	margin: 0;
	border: 0;
	background: transparent;
	float: left;
	width: 100px;
	}
#company #content .access dd dl dd {
	margin: 0 0 0 100px;
	padding: 0;
	}


#company .box_img{
	width: 570px;
	padding: 0 0 0 10px;
}

#company .box_img img{
	margin: 0 0 0 20px;
}

#company .box_movie{
	width: 520px;
	padding: 0 0 0 0px;
	margin:  0 0 0 30px;
	text-align: center;
}


/*-------- 21  Sitemap --------*/

#sitemap #content #title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }

#sitemap #content ul {
	margin: 0 30px;
	padding: 0;
	}
#sitemap #content ul li {
	border: 1px solid #f0cde0;
	background: #fef0f3 none;
	padding: 3px;
	margin: 5px 0;
	}
#sitemap #content dl {
	margin: 0 30px;
	padding: 0;
	}
#sitemap #content dt {
	border: 1px solid #f0cde0;
	background: #fef0f3;
	padding: 3px;
	margin: 5px 0;
	}
#sitemap #content dd {
	border-left: 3px solid #f0cde0;
	padding: 3px 6px;
	}

.marT10 {margin-top: 10px;}


.osirase{
	background: url(../images/clume_img02.jpg) 0 0 no-repeat;
	padding-top: 19px;
	margin-top: 10px;
}




#other #content #title01 { background: url(../images/other_h2-01.jpg) 0 0 no-repeat; }
#other #content #title02 { background: url(../images/other_h3-02.jpg) 0 0 no-repeat; }
#other #content #title03 { background: url(../images/other_h3-03.jpg) 0 0 no-repeat; }
#other #content #title04 { background: url(../images/other_h3-04.jpg) 0 0 no-repeat; }
#other #content #title05 { background: url(../images/other_h3-05.jpg) 0 0 no-repeat; }
#other #content #title06 { background: url(../images/other_h3-06.jpg) 0 0 no-repeat; }
#other #content #title07 { background: url(../images/other_h3-07.jpg) 0 0 no-repeat; }
#other #content #title08 { background: url(../images/other_h4-08.jpg) 0 0 no-repeat; }
#other #content #title09 { background: url(../images/other_h4-09.jpg) 0 0 no-repeat; }
#other #content #title10 { background: url(../images/other_h4-10.jpg) 0 0 no-repeat; }


.index_bn01{
	width: 280px;
	height:65px;
	background: url(../images/index_kutikomi.jpg) 0 0 no-repeat;
	margin-left: 15px;
	margin-bottom: 10px;
	float: left;
	display: block;

}

.index_bn01 a{
width: 280px;
height:65px;
display: block;
text-indent:-9999px;}

.index_bn02{
	width: 280px;
	height:65px;
	background: url(../images/index_rep.jpg) 0 0 no-repeat;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
	
}
.index_bn02 a{
width: 280px;
height:65px;
display: block;
text-indent:-9999px;}

.index_bn03{
	width: 280px;
	height:65px;
	background: url(../images/index_pul.jpg) 0 0 no-repeat;
	margin-left: 15px;
	margin-bottom: 10px;
	float: left;
	display: block;

}

.index_bn03 a{
width: 280px;
height:65px;
display: block;
text-indent:-9999px;}

.index_bn04{
	width: 280px;
	height:65px;
	background: url(../images/index_menu.jpg) 0 0 no-repeat;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
	display: block;

}

.index_bn04 a{
width: 280px;
height:65px;
display: block;
text-indent:-9999px;}

#clearTable table {
	font-size: 100%;
	/*color: #666;
	border: 3px solid #f0cde0;*/
	}

#pickupCont{width:570px; height:250px; margin-left:15px;}


#pickupCont Img{border:0;
vertical-align:top;}






