@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Concept                     */
/*                 09  Staff                       */
/*                 10  Clinic                      */
/*                 11  Recruit                     */
/*                 12  Perio                       */
/*                 13  Prevent                     */
/*                 14  Laser                       */
/*                 15  Child                       */
/*                 16  Ortho                       */
/*                 17  Aesthe                      */
/*                 18  Implant                     */
/*                 19  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Pink           #de91a2      */
/*        Main Color - Light Pink     #fce6e6      */
/*        Main Color - Fresh Pink     #f94956      */
/*                                                 */
/*        Sub Color  - Yellow Green   #7ac300      */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: url(../images/body_bg.jpg) top repeat-x; }

#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y;
	width: 820px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0;
	background: url(../images/main_bg.jpg) repeat-y;
	}

#content {
	width: 820px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 0 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 20px no-repeat;
	height: 80px;
	width: 820px;
	margin: 0;
	padding: 0;
    position: relative;
	}

h1 {
	text-indent: -9999px;
	width: 430px;
	height: 40px;
	line-height: 1.0;
	float: left;
	margin:30px 0 0 200px;
	}
	

*html h1 {margin:30px 0 0 100px;}
	
h1 a {
	display: block;
	width: 430px;
	height: 40px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}


#header .description {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    }

#header .section {
	width: 150px;
	float: right;
	margin: 20px 0 0 0;
	padding: 0;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	height: 61px;
	}
#header p.tel img { display: block; }

#header_nav {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
	height: 15px;
	width: 140px;
	}

#header_nav li {
	height: 15px;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 15px;
	}

#nav01 a {background: url(../images/header_nav.jpg) 0 0 no-repeat;}
#nav02 a {background: url(../images/header_nav.jpg) 0 -15px no-repeat;}
#nav03 a {background: url(../images/header_nav.jpg) 0 -30px no-repeat;}

#nav01 a:hover {background: url(../images/header_nav.jpg) -150px 0 no-repeat;}
#nav02 a:hover {background: url(../images/header_nav.jpg) -150px -15px no-repeat;}
#nav03 a:hover {background: url(../images/header_nav.jpg) -150px -30px no-repeat;}

#header_img{width:820px; margin:0; padding:0;}


/*----------04  Navigation -----------*/

#nav {
	width: 820px;
	padding: 0 0 0 0;
	}
*html #nav{margin:-12px 0 0 0;}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	height: 28px;
	text-indent: -9999px;
	float: left;
	width:164px;
	}

#nav .internal li a {
	display: block;
	height: 28px;
	width:164px;
	}

#nav04 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav05 a { background: url(../images/nav.jpg) -164px 0 no-repeat; }
#nav06 a { background: url(../images/nav.jpg) -328px 0 no-repeat; }
#nav07 a { background: url(../images/nav.jpg) -492px 0 no-repeat; }
#nav08 a { background: url(../images/nav.jpg) -656px 0 no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -28px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) -164px -28px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) -328px -28px no-repeat; }
#nav12 a { background: url(../images/nav.jpg) -492px -28px no-repeat; }
#nav13 a { background: url(../images/nav.jpg) -656px -28px no-repeat; }
#nav14 a { background: url(../images/nav.jpg) 0 -56px no-repeat; }
#nav15 a { background: url(../images/nav.jpg) -164px -56px no-repeat; }
#nav16 a { background: url(../images/nav.jpg) -328px -56px no-repeat; }
#nav17 a { background: url(../images/nav.jpg) -492px -56px no-repeat; }
#nav18 a { background: url(../images/nav.jpg) -656px -56px no-repeat; }

#nav04 a:hover { background: url(../images/nav.jpg) 0 -84px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -164px -84px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -328px -84px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -492px -84px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -656px -84px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) 0 -112px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -164px -112px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -328px -112px no-repeat; }
#nav12 a:hover { background: url(../images/nav.jpg) -492px -112px no-repeat; }
#nav13 a:hover { background: url(../images/nav.jpg) -656px -112px no-repeat; }
#nav14 a:hover { background: url(../images/nav.jpg) 0 -140px no-repeat; }
#nav15 a:hover { background: url(../images/nav.jpg) -164px -140px no-repeat; }
#nav16 a:hover { background: url(../images/nav.jpg) -328px -140px no-repeat; }
#nav17 a:hover { background: url(../images/nav.jpg) -492px -140px no-repeat; }
#nav18 a:hover { background: url(../images/nav.jpg) -656px -140px no-repeat; }

#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 12px 0 14px 0;
	margin: 0;
	background: #000;
	font-size: 85%;
	text-align: center;
	color: #999;
	}
*: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: #999;
	}
#footer a:hover { text-decoration: underline; }

#footer ul { 
	list-style: none;
	margin: 0 1em 2px 1em;
	padding: 0;
	clear: both;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address { margin: 8px 1em; }


/*---------- 06  Contents -----------*/

.section { padding: 1em 30px 1.5em 30px; }
.section .section { padding: .5em 10px 1em 10px; }

.center { text-align: center; }

#content h2 {
	height: 50px;
	margin: 15px 0;
	}
#content h3 {
	clear: both;
	height: 38px;
	}
#content h4 {
	height: 20px;
	}

#content h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	}

#content ul li {
	list-style: none;
	background: url(../images/li_bg.jpg) 0 8px no-repeat;
	padding-left: 10px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}
#content ul.link{
	list-style:none;
	margin:0;
}
#content ul.link li{
	float:left;
	margin:0 10px 0 0;
	list-style:none;
	background:none;
	padding:0;
}


#content dt { font-weight: bold; }

#content a { text-decoration: underline; }

a {
	color: #666;
	outline: none;
	}
a:hover { color: #999; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_l  {
	float: left;
	margin: 0 16px 8px 0;
	}
.image_l02  {
	float: left;
	margin: 0 16px 8px 20px;
	_margin: 0 16px 8px 10px;
	}
	
.image_r {
	float: right;
	margin: 0 0 8px 16px;
	}
.image_r02 {
	float: right;
	margin: 10px 0 8px 16px;
	}
*html .image_r02 {
	float: right;
	margin: 0 0 8px 16px;
	}
.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.jpg) center center no-repeat;
	}

.case-narrow {
	margin: 10px 40px;
	background: url(../images/arrow_h.jpg) center center no-repeat;
	}

.case-noimg { margin: 10px 20px; }

.case img,
.case-narrow img,
.case-noimg img { display: block; }

.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: 100px;
	height: 16px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 16px;
	background: url(../images/to_top.jpg) 0 0 no-repeat;
	}

p.caution {
	padding-left: 24px;
	background: url(../images/caution.jpg) 0 1px no-repeat;
	}

/* 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 table {
	width:650px;
	border-collapse:collapse;
	border: 1px solid #666;
	font-size: 100%;
	color: #666;
	margin: 10px 0 10px 20px;
	}

#content table th,
#content table td {
	padding: 4px 6px;
	border: 1px solid #666;
	}

#content table th {
	background: #F7DEDA;
	color: #993333;
	}

input.submit {
	margin-right: 1.5em;
	}
	
#content .link_bg a{background:url(../images/link_bg.jpg) 0 4px no-repeat; padding-left:15px;}

#content .flow ul{ margin:10px; list-style:none;width:700px;}
#content .flow li{
	padding:10px 10px 40px 10px;
	background:url(../images/flow_bg01.jpg) center bottom no-repeat #F0F0F0;
	margin-bottom:10px;
	}
#content .flow li.last{
	padding:10px 10px 20px 10px;
	background:url(../images/flow_bg02.jpg) bottom repeat-x #F0F0F0;}

/*---------- 07  Index -----------*/
#index #header_img h2#title01{
	background:url(../images/index_h2-01.jpg) 0 0 no-repeat;
	height:387px;
	text-indent:-9999px;
	margin:0;}

#index h3#title02{background:url(../images/index_h3-02.jpg) -1px -1px no-repeat;}
#index h3#title03{background:url(../images/index_h3-03.jpg) 0 0 no-repeat;}
#index h3#title04{background:url(../images/index_h3-04.jpg) 0 0 no-repeat;}
#index h3#title05{background:url(../images/index_h3-05.jpg) 0 0 no-repeat;}

#index h3{height:35px;}

#index .section { padding: 0 0 1.5em 0; }

#index .box_l{ margin-top:1em; width:400px; float:left;}
#index .box_r{ margin-top:1em; width:400px; float:right;}

#index .box_line{border: 1px solid #CCC; margin-bottom:20px;}

#new {margin:0; padding:0;}

#new table {border:none; margin:0 0 0 5px; font-size:100%;}
#new table th{
	border:none;
	background: url(../images/new_th_bg.jpg) 5px 3px no-repeat #999;
	color:#FFF;
	padding:1px 0 0 18px;
	width:380px;
	text-align:left;
	}
#new table td{
	border:none;
	color:#000;
	padding:2px 3px;
	width:380px;
	text-align:left;
	}

#index #content ul#topics {width:400px; list-style:none; margin:0; padding:0;}
#index #content #topics li{height:50px; list-style:none; margin:0 0 10px 0; padding:0;}
#index #content #topics li a{display: block; width:400px;height:50px;}

#index li#topics01 a{ background:url(../images/index_topics.jpg) 0 0 no-repeat;}
#index li#topics02 a{ background:url(../images/index_topics.jpg) 0 -38px no-repeat;}
#index li#topics03 a{ background:url(../images/index_topics.jpg) 0 -76px no-repeat;}
#index li#topics04 a{ background:url(../images/index_topics.jpg) 0 -114px no-repeat;}

#index li#topics01 a:hover{ background:url(../images/index_topics.jpg) -400px 0 no-repeat;}
#index li#topics02 a:hover{ background:url(../images/index_topics.jpg) -400px -38px no-repeat;}
#index li#topics03 a:hover{ background:url(../images/index_topics.jpg) -400px -76px no-repeat;}
#index li#topics04 a:hover{ background:url(../images/index_topics.jpg) -400px -114px no-repeat;}

#index #content ul#pickup {width:400px; list-style:none; margin:0 0 0 5px; padding:0;}
#index #content #pickup li{height:175px; list-style:none; margin:0 5px 10px 5px; padding:0; float:left;}
#index #pickup li a{display: block;width:180px;height:175px;}

#index li#pickup01 a{ background:url(../images/index_pickup.jpg) 0 0 no-repeat;}
#index li#pickup02 a{ background:url(../images/index_pickup.jpg) 0 -175px no-repeat;}
#index li#pickup03 a{ background:url(../images/index_pickup.jpg) 0 -350px no-repeat;}
#index li#pickup04 a{ background:url(../images/index_pickup.jpg) 0 -525px no-repeat;}

#index li#pickup01 a:hover{ background:url(../images/index_pickup.jpg) -180px 0 no-repeat;}
#index li#pickup02 a:hover{ background:url(../images/index_pickup.jpg) -180px -175px no-repeat;}
#index li#pickup03 a:hover{ background:url(../images/index_pickup.jpg) -180px -350px no-repeat;}
#index li#pickup04 a:hover{ background:url(../images/index_pickup.jpg) -180px -525px no-repeat;}

#index ul#banner {width:820px; list-style:none; margin:0; padding:0;}
#index #banner li{height:105px; list-style:none; margin:0 0 10px 0; padding:0; float:left; text-indent: -9999px;}
#index #banner li a{display: block; width:820px; height:105px;}

#index li#banner01 a{ background:url(../images/index_banner01.jpg) 0 0 no-repeat;}
#index li#banner02 a{ background:url(../images/index_banner02.jpg) 0 0 no-repeat;}

#index li#banner01 a:hover{ background:url(../images/index_banner01.jpg) -820px 0 no-repeat;}
#index li#banner02 a:hover{ background:url(../images/index_banner02.jpg) -820px 0 no-repeat;}


/*---------- 08  obf -----------*/
#obf h2#title01{background:url(../images/obf_h2-01.jpg) 0 0 no-repeat;}
#obf h3#title02{background:url(../images/obf_h3-02.jpg) 0 0 no-repeat;}
#obf h4#title03{background:url(../images/obf_h4-03.jpg) 0 0 no-repeat;}
#obf h4#title04{background:url(../images/obf_h4-04.jpg) 0 0 no-repeat;}
#obf h3#title05{background:url(../images/obf_h3-05.jpg) 0 0 no-repeat;}
#obf h4#title06{background:url(../images/obf_h4-06.jpg) 0 0 no-repeat;}

#obf #content ul#obf_list {width:700px; list-style:none; margin:0; padding:0;}
#obf #content #obf_list li{
	height:50px;
	list-style:none;
	margin:0 0 10px 0;
	padding:0;
	text-indent: -9999px;
	display: block;
	}

#obf #content li#li01 { background:url(../images/obf_li01.jpg) 0 0 no-repeat;}
#obf #content li#li02 { background:url(../images/obf_li02.jpg) 0 0 no-repeat;}
#obf #content li#li03 { background:url(../images/obf_li03.jpg) 0 0 no-repeat;}
#obf #content li#li04 { background:url(../images/obf_li04.jpg) 0 0 no-repeat;}
#obf #content li#li05 { background:url(../images/obf_li05.jpg) 0 0 no-repeat;}
#obf #content li#li06 { background:url(../images/obf_li06.jpg) 0 0 no-repeat;}

#obf #content th{width:150px; text-align:left;}
#obf #content td{width:500px;}

/*---------- 09  member -----------*/
#member h2#title01{background:url(../images/member_h2-01.jpg) 0 0 no-repeat;}
#member h3#title02{background:url(../images/member_h3-02.jpg) 0 0 no-repeat;}
#member h3#title03{background:url(../images/member_h3-03.jpg) 0 0 no-repeat;}

#member #text_link li {background:url(../images/link_bg.jpg) 0 6px no-repeat; padding-left:15px;}

#member table th.name{
	background:#000000;
	color:#FFFFFF;
}

/*---------- 10  thought -----------*/
#thought h2#title01{background:url(../images/thought_h2-01.jpg) 0 0 no-repeat;}
#thought h3#title02{background:url(../images/thought_h3-02.jpg) 0 0 no-repeat;}
#thought h4#title03{background:url(../images/thought_h4-03.jpg) 0 0 no-repeat;}
#thought h4#title04{background:url(../images/thought_h4-04.jpg) 0 0 no-repeat;}
#thought h3#title05{background:url(../images/thought_h3-05.jpg) 0 0 no-repeat;}
#thought h4#title06{background:url(../images/thought_h4-06.jpg) 0 0 no-repeat;}
#thought h4#title07{background:url(../images/thought_h4-07.jpg) 0 0 no-repeat;}
#thought h4#title08{background:url(../images/thought_h4-08.jpg) 0 0 no-repeat;}

#thought .text_img{
	background:url(../images/thought02.jpg) 0 0 no-repeat;
	width:340px;
	height:30px;
	margin-left:20px;
	}


/*---------- 11  obf_merit -----------*/
#obf_merit h2#title01{background:url(../images/obf_merit_h2-01.jpg) 0 0 no-repeat;}
#obf_merit h3#title02{background:url(../images/obf_merit_h3-02.jpg) 0 0 no-repeat;}
#obf_merit h4#title03{background:url(../images/obf_merit_h4-03.jpg) 0 0 no-repeat;}
#obf_merit h4#title04{background:url(../images/obf_merit_h4-04.jpg) 0 0 no-repeat;}
#obf_merit h4#title05{background:url(../images/obf_merit_h4-05.jpg) 0 0 no-repeat;}
#obf_merit h4#title06{background:url(../images/obf_merit_h4-06.jpg) 0 0 no-repeat;}
#obf_merit h4#title07{background:url(../images/obf_merit_h4-07.jpg) 0 0 no-repeat;}
#obf_merit h4#title08{background:url(../images/obf_merit_h4-08.jpg) 0 0 no-repeat;}
#obf_merit h2#title09{background:url(../images/obf_merit_h2-01.jpg) 0 0 no-repeat; margin:-20px 0 0 0;}
* html #obf_merit h2#title09{background:url(../images/obf_merit_h2-01.jpg) 0 0 no-repeat; margin:-10px 0 0 0;}

#obf_merit dl#obf_merit_list {width:700px; list-style:none; margin:10px; padding:0;}
#obf_merit #obf_merit_list dt{
	height:50px;
	list-style:none;
	margin:0;
	padding:0;
	text-indent: -9999px;
	display: block;
	}
#obf_merit #obf_merit_list dd{margin:0 0 10px 0; background:#F0F0F0; padding:10px;}

#obf_merit dt#dt01 { background:url(../images/obf_merit_dt01.jpg) 0 0 no-repeat;}
#obf_merit dt#dt02 { background:url(../images/obf_merit_dt02.jpg) 0 0 no-repeat;}
#obf_merit dt#dt03 { background:url(../images/obf_merit_dt03.jpg) 0 0 no-repeat;}
#obf_merit dt#dt04 { background:url(../images/obf_merit_dt04.jpg) 0 0 no-repeat;}

#obf_merit .ban_contact04 a{
	width:400px;
	height:60px;
	display:block;
	margin:0 190px;
	text-indent:-9999px;
	background:url(../images/ban_contact04.jpg);
}
#obf_merit .ban_contact04 a:hover{
	background-position:0 100%;
}

/*---------- 12  offer_merit -----------*/
#offer_merit h2#title01{background:url(../images/offer_merit_h2-01.jpg) 0 0 no-repeat;}
#offer_merit h3#title02{background:url(../images/offer_merit_h3-02.jpg) 0 0 no-repeat;}
#offer_merit h4#title03{background:url(../images/offer_merit_h4-03.jpg) 0 0 no-repeat;}
#offer_merit h4#title04{background:url(../images/offer_merit_h4-04.jpg) 0 0 no-repeat;}
#offer_merit h4#title05{background:url(../images/offer_merit_h4-05.jpg) 0 0 no-repeat;}

#offer_merit strong{color:#444444; font-size:108%;}


/*---------- 13  visit -----------*/
#visit h2#title01{background:url(../images/visit_h2-01.jpg) 0 0 no-repeat;}
#visit h3#title02{background:url(../images/visit_h3-02.jpg) 0 0 no-repeat;}


/*---------- 14  dental_spa -----------*/
#dental_spa h2#title01{background:url(../images/dental_spa_h2-01.jpg) 0 0 no-repeat;}
#dental_spa h3#title02{background:url(../images/dental_spa_h3-02.jpg) 0 0 no-repeat;}
#dental_spa h3#title03{background:url(../images/dental_spa_h3-03.jpg) 0 0 no-repeat;}
#dental_spa h3#title04{background:url(../images/dental_spa_h3-04.jpg) 0 0 no-repeat;}
#dental_spa h4#title05{background:url(../images/dental_spa_h4-05.jpg) 0 0 no-repeat;}
#dental_spa h3#title06{background:url(../images/dental_spa_h3-06.jpg) 0 0 no-repeat;}

#dental_spa h2#title07{background:url(../images/point_h2-01.jpg) 0 0 no-repeat;}
#dental_spa h3#title08{background:url(../images/point_h3-02.jpg) 0 0 no-repeat;}
#dental_spa h3#title09{background:url(../images/point_h3-03.jpg) 0 0 no-repeat;}
#dental_spa h3#title10{background:url(../images/point_h3-04.jpg) 0 0 no-repeat;}

#dental_spa .text_img{
	background:url(../images/dental_spa01.jpg) 0 0 no-repeat;
	width:670px;
	height:40px;
	margin-left:20px;
	}
#dental_spa strong{color:#444444; font-size:108%;}

#dental_spa #content table th {
	text-align:left;
	width:350px;
	}
#dental_spa #content table th.price {
	text-align:right;
	width:150px;
	color:#444444;
	background:#F0F0F0;
	}
#dental_spa #content table td{width: 500px;}


#dental_spa #content .option table th {
	text-align:left;
	width:550px;
	}
#dental_spa #content .option table th.price {
	text-align:right;
	width:150px;
	color:#444444;
	background:#F0F0F0;
	}
	


#dental_spa #content ul#point_list {width:700px; list-style:none; margin:0; padding:0;}
#dental_spa #content #point_list li{
	height:50px;
	list-style:none;
	margin:0 0 10px 0;
	padding:0;
	display: block;
	}

#dental_spa #content li#li01 { background:url(../images/point_li01.jpg) 0 0 no-repeat;}
#dental_spa #content li#li02 { background:url(../images/point_li02.jpg) 0 0 no-repeat;}
#dental_spa #content li#li03 { background:url(../images/point_li03.jpg) 0 0 no-repeat;}

#dental_spa #content .flow strong{color: #993333;}

#ban_rupo a{
	width:760px;
	height:180px;
	margin:0;
	text-indent:-9999px;
	display:block;
	background:url(../images/ban_rupo.jpg);
}
#ban_rupo a:hover{
	background-position:0 100%;
}

/*---------- 15  man -----------*/
#man h2#title01{background:url(../images/man_h2-01.jpg) 0 0 no-repeat;}
#man h3#title02{background:url(../images/man_h3-02.jpg) 0 0 no-repeat;}


/*---------- 16  kids -----------*/
#kids h2#title01{background:url(../images/kids_h2-01.jpg) 0 0 no-repeat;}
#kids h3#title02{background:url(../images/kids_h3-02.jpg) 0 0 no-repeat;}
#kids h4#title03{background:url(../images/kids_h4-03.jpg) 0 0 no-repeat;}
#kids h3#title04{background:url(../images/kids_h3-04.jpg) 0 0 no-repeat;}

#kids  #content table th {
	text-align:left;
	width:330px;
	}
#kids  #content table th.price {
	text-align:right;
	width:150px;
	color:#444444;
	background:#F0F0F0;
	}
#kids #content table td{width: 500px;}


/*---------- 17  point -----------*/
#point h2#title01{background:url(../images/point_h2-01.jpg) 0 0 no-repeat;}
#point h3#title02{background:url(../images/point_h3-02.jpg) 0 0 no-repeat;}
#point h3#title03{background:url(../images/point_h3-03.jpg) 0 0 no-repeat;}
#point h3#title04{background:url(../images/point_h3-04.jpg) 0 0 no-repeat;}

#point h2#title05{background:url(../images/point_h2-05.jpg) 0 0 no-repeat;}
#point h3#title06{background:url(../images/point_h3-06.jpg) 0 0 no-repeat;}
#point h3#title07{background:url(../images/point_h3-07.jpg) 0 0 no-repeat;}
#point h3#title08{background:url(../images/point_h3-08.jpg) 0 0 no-repeat;}

#point #content ul#point_list {width:700px; list-style:none; margin:0; padding:0;}
#point #content #point_list li{
	height:50px;
	list-style:none;
	margin:0 0 10px 0;
	padding:0;
	text-indent: -9999px;
	display: block;
	}

#point #content li#li01 { background:url(../images/point_li01.jpg) 0 0 no-repeat;}
#point #content li#li02 { background:url(../images/point_li02.jpg) 0 0 no-repeat;}
#point #content li#li03 { background:url(../images/point_li03.jpg) 0 0 no-repeat;}

#point #content .flow strong{color: #993333;}
#point .large{
	font-size:16px;
	font-weight:bold;
}
#point #content table {
	width:700px;
	border-collapse:collapse;
	border: 1px solid #666;
	font-size: 100%;
	color: #666;
	margin: 10px auto 10px 20px;
	}

#point #content table th,
#point #content table td {
	padding: 4px 6px;
	border: 1px solid #666;
	}

#point #content table th {
	width:130px;
	background: #F7DEDA;
	color: #993333;
	}

#point .ban_contact03 a{
	width:500px;
	height:60px;
	display:block;
	margin:0 120px;
	text-indent:-9999px;
	background:url(../images/ban_contact03.jpg) no-repeat;
}
#point .ban_contact03 a:hover{
	background-position:0 100%;
}
	
/*---------- 18  recruit -----------*/
#recruit h2#title01{background:url(../images/recruit_h2-01.jpg) 0 0 no-repeat;}
#recruit h3#title02{background:url(../images/recruit_h3-02.jpg) 0 0 no-repeat;}
#recruit h4#title03{background:url(../images/contact_h4-03.jpg) 0 0 no-repeat;}
#recruit h3#title04{background:url(../images/contact_h3-04.jpg) 0 0 no-repeat;}
#recruit h3#title05{background:url(../images/contact_h3-05.jpg) 0 0 no-repeat;}

#recruit #content th{width:150px; text-align:left;}
#recruit #content td{width:500px;}
#recruit #content td.require{width:15px;}

#recruit #content table.iin th{background:#F7DEDA; color:#993333;}
#recruit #content table.iin td{width:260px;}
#recruit #content table.iin{
	float:right;
}
#recruit #content .float_l{
	float:left;
}

#recruit #interview{
	background:#efefef;
	padding:15px 15px 0 15px;
	width:730px;
	height:345px;
	margin:0 auto;
}
#recruit #interview .ti{
	width:440px;
	background:#333333;
	padding:5px;
	font-weight:bold;
	color:#fff;
}	
#recruit #coment{
	width:730px;
	_width:760px;
	background:#efefef;
	padding:0 15px 0 15px;
	border:#999999 1px solid;
	margin-bottom:20px;
}

/*---------- 18  introduction -----------*/
#introduction h2#title01{background:url(../images/introduction_h2-01.jpg) 0 0 no-repeat;}
#introduction h3#title02{background:url(../images/introduction_h3-02.jpg) 0 0 no-repeat;}
#introduction h3#title03{background:url(../images/introduction_h3-03.jpg) 0 0 no-repeat;}
#introduction h3#title04{background:url(../images/contact_h3-04.jpg) 0 0 no-repeat;}
#introduction h3#title05{background:url(../images/contact_h3-05.jpg) 0 0 no-repeat;}

#introduction .ban_kako a{
	width:400px;
	height:60px;
	display:block;
	float:left;
	text-indent:-9999px;
	margin-bottom:20px;
	margin-left:50px;
	background:url(../images/ban_kako.jpg);
}
#introduction .ban_kako a:hover{
	background-position:0 100%;
}

/*---------- 19  contact -----------*/
#contact h2#title01{background:url(../images/contact_h2-01.jpg) 0 0 no-repeat;}
#contact h3#title02{background:url(../images/contact_h3-02.jpg) 0 0 no-repeat;}



#contact #content th{width:150px; text-align:left;}
#contact #content th.seminer{background:#993333; color:#FFFFFF;}
#contact #content th.seminer .small{ font-size:11px;}
#contact #content td{width:500px;}
#contact #content td.require{width:15px;}




/*---------- 20  recruit_contact -----------*/
#recruit_contact h2#title01{background:url(../images/recruit_contact_h2-01.jpg) 0 0 no-repeat;}
#recruit_contact h3#title02{background:url(../images/recruit_contact_h3-02.jpg) 0 0 no-repeat;}

#recruit_contact #content th{width:150px; text-align:left;}
#recruit_contact #content td{width:500px;}
#recruit_contact #content td.require{width:15px;}


/*---------- 21  sitemap -----------*/
#sitemap h2#title01{background:url(../images/sitemap_h2-01.jpg) 0 0 no-repeat;}
#sitemap h3#title02{background:url(../images/sitemap_h3-02.jpg) 0 0 no-repeat;}

.padL{ padding-left:18px;}
.bnr a{ 
	background:url(../images/banner01.jpg) 0 0 no-repeat; 
	width:295px; 
	height:98px; 
	text-indent:-9999px; 
	overflow:hidden; 
	display:block; 
	margin-right:35px;
	_margin-right:17px;
	float:right;}
.bnr a:hover{ background:url(../images/banner01_o.jpg) 0 0 no-repeat; }

.bnr_text{
	width:290px;
	float:right;
	margin-right:35px;
	_margin-right:17px;
}
#sitemap .spa{
	width:820px;
	height:610px;
	position:relative;
	background:url(../images/sitemap_bg.jpg);
}
#sitemap .spa .text{
	width:506px;
	height:360px;
	position:absolute;
	top:212px;
	left:36px;
}
#sitemap .ban_contact{
	width:400px;
	height:80px;
	display:block;
	margin:0 100px;
	text-indent:-9999px;
	background:url(../images/ban_contact.jpg);
}
#sitemap .ban_contact02 a{
	width:400px;
	height:60px;
	display:block;
	margin:0 100px;
	text-indent:-9999px;
	background:url(../images/ban_contact02.jpg);
}

#sitemap .ban_contact02 a:hover{
	background-position:0 100%;
}
.point{
	color:#993333;
	font-weight:bold;
}
.point02{
	color:#993333;
	font-weight:bold;
	font-size:130%;
}
.point03{
	color:#993333;
	font-weight:bold;
	font-size:200%;
}
.g_large{
	color:#666;
	text-align:center;
	font-weight:bold;
	font-size:130%;
}
.violet{
	color:#9400d3;
	font-weight:bold;
}
.name01{
	color:#9400d3;
	font-weight:bold;
	font-size:14px;
}
.name01_text{
	color:#9400d3;
}
.name02{
	color:#005A84;
	font-weight:bold;
	font-size:14px;
}
.name02_text{
	color:#005A84;
}


