@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); }

#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y;
	width: 940px;
	margin: 10px auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0;
	padding:0 10px;
	background: url(../images/footer_bg.jpg) bottom no-repeat;
	}

#content {
	width: 700px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	padding: 0 0 2em 0;
	}

#index #content {
	width: 700px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	padding: 0 0 1em 0;
	margin:0 0 10px 0;
	background:url(../images/index_bg02.jpg) right repeat-y;
	}



/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 85px;
	width: 940px;
	margin: 0;
	padding: 0;
	}

h1 {
	text-indent: -9999px;
	width: 530px;
	height: 50px;
	line-height: 1.0;
	float: left;
	margin: 30px 10px 0 10px;
	}
h1 a {
	display: block;
	width: 530px;
	height: 50px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}
h1 span {
	display: block;
	width: 530px;
	height: 50px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header .section {
	width: 200px;
	float: right;
	margin: 13px 20px;
	padding: 0;
	text-align:right;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	height: 61px;
	}
#header p.tel img { display: block; }

#header_nav {
	margin: 0 0 10px 0;
	padding: 0;
	height: 35px;
	width:940px;
	background:url(../images/header_nav_bg.jpg) 0 0 no-repeat;
	}
	
#header_nav ul{
    float:right;
	margin:5px 15px 0 15px;
	width:600px;
	padding:0;
	height: 25px;
	}

#header_nav li {
	height: 25px;
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	width:150px;
	}
#header_nav li a {
	margin: 0;
	padding: 0;
	display: block;
	height: 25px;
	width:150px;
	}

#nav01 a {background: url(../images/header_nav.jpg) 0 0 no-repeat;}
#nav02 a {background: url(../images/header_nav.jpg) -150px 0 no-repeat;}
#nav03 a {background: url(../images/header_nav.jpg) -300px 0 no-repeat;}
#nav04 a {background: url(../images/header_nav.jpg) -450px 0 no-repeat;}

#nav01:hover a {background: url(../images/header_nav.jpg) 0 -25px no-repeat;}
#nav02:hover a {background: url(../images/header_nav.jpg) -150px -25px no-repeat;}
#nav03:hover a {background: url(../images/header_nav.jpg) -300px -25px no-repeat;}
#nav04:hover a {background: url(../images/header_nav.jpg) -450px -25px no-repeat;}


/*----------04  Navigation -----------*/

#nav {
	width: 200px;
	float: left;
	padding: 0 0 20px 0;
	margin: 0 10px;
	}
	
#nav {
	width: 200px;
	float: left;
	padding: 0 0 20px 0;
	margin: 0 5px;
	}
	
#nav ul,
#nav li{list-style: none;}

#nav ul.nav_01{
	margin: 0 0 10px 0;
	padding: 0;
	}

#nav .nav_01 li {
	height: 62px;
	text-indent: -9999px;
	margin: 0 0 5px 0;
	}

#nav .nav_01 li a {
	display: block;
	height: 62px;
	margin: 0 0 5px 0;
	}
	
#nav05 a { background: url(../images/nav_01.jpg) 0 0 no-repeat; }
#nav06 a { background: url(../images/nav_01.jpg) 0 -62px no-repeat; }
#nav07 a { background: url(../images/nav_01.jpg) 0 -124px no-repeat; }
#nav08 a { background: url(../images/nav_01.jpg) 0 -186px no-repeat; }

#nav05 a:hover { background: url(../images/nav_01.jpg) -200px 0 no-repeat; }
#nav06 a:hover { background: url(../images/nav_01.jpg) -200px -62px no-repeat; }
#nav07 a:hover { background: url(../images/nav_01.jpg) -200px -124px no-repeat; }
#nav08 a:hover { background: url(../images/nav_01.jpg) -200px -186px no-repeat; }


#nav ul.nav_02{
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	list-style: none;
	background:#EEEEEE url(../images/nav_bg.jpg) bottom no-repeat;}

#nav .nav_02 li {
	height: 30px;
	text-indent: -9999px;
	margin: 0 0 5px 0;
	}

#nav .nav_02 li a,
#nav .nav_02 li a:hover {
	display: block;
	height: 30px;
	margin: 0 0 5px 0;
	}
	
#nav09 { background: url(../images/nav_02.jpg) 0 0 no-repeat; }
#nav10 a { background: url(../images/nav_02.jpg) 0 -30px no-repeat; }
#nav11 a { background: url(../images/nav_02.jpg) 0 -60px no-repeat; }
#nav12 a { background: url(../images/nav_02.jpg) 0 -90px no-repeat; }
#nav13 { background: url(../images/nav_02.jpg) 0 -120px no-repeat; }
#nav14 a { background: url(../images/nav_02.jpg) 0 -150px no-repeat; }
#nav15 a { background: url(../images/nav_02.jpg) 0 -180px no-repeat; }
#nav16 a { background: url(../images/nav_02.jpg) 0 -210px no-repeat; }
#nav17 a { background: url(../images/nav_02.jpg) 0 -240px no-repeat; }
#nav18 a { background: url(../images/nav_02.jpg) 0 -270px no-repeat; }
#nav19 a { background: url(../images/nav_02.jpg) 0 -300px no-repeat; }
#nav20 a { background: url(../images/nav_02.jpg) 0 -330px no-repeat; }
#nav21 a { background: url(../images/nav_02.jpg) 0 -360px no-repeat; }
#nav22 a { background: url(../images/nav_02.jpg) 0 -390px no-repeat; }
#nav23 a { background: url(../images/nav_02.jpg) 0 -420px no-repeat; }

#nav10 a:hover { background: url(../images/nav_02.jpg) -200px -30px no-repeat; }
#nav11 a:hover { background: url(../images/nav_02.jpg) -200px -60px no-repeat; }
#nav12 a:hover { background: url(../images/nav_02.jpg) -200px -90px no-repeat; }
#nav14 a:hover { background: url(../images/nav_02.jpg) -200px -150px no-repeat; }
#nav15 a:hover { background: url(../images/nav_02.jpg) -200px -180px no-repeat; }
#nav16 a:hover { background: url(../images/nav_02.jpg) -200px -210px no-repeat; }
#nav17 a:hover { background: url(../images/nav_02.jpg) -200px -240px no-repeat; }
#nav18 a:hover { background: url(../images/nav_02.jpg) -200px -270px no-repeat; }
#nav19 a:hover { background: url(../images/nav_02.jpg) -200px -300px no-repeat; }
#nav20 a:hover { background: url(../images/nav_02.jpg) -200px -330px no-repeat; }
#nav21 a:hover { background: url(../images/nav_02.jpg) -200px -360px no-repeat; }
#nav22 a:hover { background: url(../images/nav_02.jpg) -200px -390px no-repeat; }
#nav23 a:hover { background: url(../images/nav_02.jpg) -200px -420px no-repeat; }

#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
	width:920px;
	clear: both;
	padding: 0 0 10px 0;
	margin: 0 auto;
	font-size: 85%;
	color: #FFF;
	text-align:left;
	}
*: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: #FFF;
	}
#footer a:hover { text-decoration: underline; color: #FFF; }

#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; color:#FF99CC; }
#footer address a { margin: 8px 1em; color:#FF99CC; }


/*---------- 06  Contents -----------*/

.section { padding: .5em 25px 1em 25px; }
.section .section { padding: .5em 10px 1em 10px; }

.center { text-align: center; }

#content h2 {
	height: 46px;
	text-indent: -9999px;
	margin: 0 15px;
	}
#content h3 {
	clear: both;
	height: 38px;
	text-indent: -9999px;
	}
#content h4 {
	height: 20px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 .3em .3em;
	}

#content ul li {
	list-style: none;
	background: url(../images/li_bg.jpg) 0 6px no-repeat;
	padding-left: 10px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { font-weight: bold; }

#content a { text-decoration: underline; }

a {
	color: #009900;
	outline: none;
	}
a:hover { color: #66CC33; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_l  {
	float: left;
	margin: 0 10px 8px 0;
	}

.image_r {
	float: right;
	margin: 0 0 8px 10px;
	}

.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: 10px;
	}

#content ul.totop li {
	list-style: none;
	width: 71px;
	height: 10px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 10px;
	background: url(../images/to_top.jpg) 0 0 no-repeat;
	}

p.caution {
	padding-left: 24px;
	background: url(../images/caution.jpg) 0 1px no-repeat;
	}

#content table {
	border-collapse:collapse;
	font-size: 100%;
	color: #666;
	margin:0;
	}

#content table th,
#content table td {
	padding: 4px 12px;
	border: 1px solid #CCC;
	margin:0;
	}

#content table th {
	background: #FFF0F2;
	color: #FF6699;
	}

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}

.box01{width:370px; float:right;}
.box02{width:450px; float:right;}
.box03{ padding:10px; margin:10px; border:#FF6699 solid 1px;}


/*---------- 07  Index -----------*/
#index h2#title01{
	background: url(../images/index_h2-01.jpg) 0 0 no-repeat;
	width:500px;
	height:320px;
	margin:0;}
	
#index h3#title02{ background:url(../images/index_h3-02.jpg) 0 0 no-repeat;}
#index h4#title03{ background:url(../images/index_h4-03.jpg) 0 0 no-repeat;height:15px;}
#index h4#title04{ background:url(../images/index_h4-04.jpg) 0 0 no-repeat; height:15px;}
#index h4#title05{ background:url(../images/index_h4-05.jpg) 0 0 no-repeat;height:15px;}
#index h4#title06{ background:url(../images/index_h4-06.jpg) 0 0 no-repeat;height:25px;}
#index h4#title07{ background:url(../images/index_h4-07.jpg) 0 0 no-repeat;height:25px;}
#index h4#title08{ background:url(../images/index_h4-08.jpg) 0 0 no-repeat;height:25px;}
#index h4#title09{ background:url(../images/index_h4-09.jpg) 0 0 no-repeat;height:25px;}

#index h4#title03 a{display:block;height:15px;}
#index h4#title04 a{display:block;height:15px;}
#index h4#title05 a{display:block;height:15px;}

#index h4#title06 a{display:block;height:25px;}
#index h4#title07 a{display:block;height:25px;}
#index h4#title08 a{display:block;height:25px;}
#index h4#title09 a{display:block;height:25px;}

#index #content_l {width:500px; float:left;}
#index #content_r {width:180px; float:right; background:#EEE; padding:5px;}
#index .pickup{
	border:#CCC solid 1px;
	background:url(../images/index_pickup_bg.jpg) bottom repeat-x #FFF;
	width:178px;
	margin:10px 0;}
#index .pickup p{padding:0 8px;}
#index #content_l .box{
	background:url(../images/index_bg01.jpg) top no-repeat;
	padding:30px 10px 5px 10px; margin:10px 0;}
#index #content_l .box01{width:265px; float:right;}
#index #content_l .box02{width:290px; float:right;}

#index p.text{padding:0; margin:0; clear: both;}

#index #content_r p.banner{padding:0;}


/*---------- 08  Clinic -----------*/
#clinic h2#title01{background:url(../images/clinic_h2-01.jpg) 0 0 no-repeat;}
#clinic h3#title02{background:url(../images/clinic_h3-02.jpg) 0 0 no-repeat;}
#clinic h4#title03{background:url(../images/clinic_h4-03.jpg) 0 0 no-repeat;}
#clinic h4#title04{background:url(../images/clinic_h4-04.jpg) 0 0 no-repeat;}
#clinic h4#title05{background:url(../images/clinic_h4-05.jpg) 0 0 no-repeat;}
#clinic h4#title06{background:url(../images/clinic_h4-06.jpg) 0 0 no-repeat;}
#clinic h4#title07{background:url(../images/clinic_h4-07.jpg) 0 0 no-repeat;}


/*---------- 09  access -----------*/
#access h2#title01{background:url(../images/access_h2-01.jpg) 0 0 no-repeat;}
#access h3#title02{background:url(../images/access_h3-02.jpg) 0 0 no-repeat;}
#access h3#title03{background:url(../images/access_h3-03.jpg) 0 0 no-repeat;}
#access h4#title04{background:url(../images/access_h4-04.jpg) 0 0 no-repeat;}
#access h3#title05{background:url(../images/access_h3-05.jpg) 0 0 no-repeat;}

#access table {
	text-align: left;	
	background-color:#FFF;
	border:none;
	font-size:12px;
	color: #666;
	border-collapse:collapse;
}
#access table th {
	text-align: left;	
	width: 200px;
}
#access td {
	background-color:#FFFFFF;
	width: 400px;
	vertical-align: top;
}

#access td,
#access th,{
	border: 1px solid #CCC;
}

#access table ul{margin:0;}


#map {
	width: 650px;
	height: 400px;
	}

#access #content #map .InfoWin { width: 240px; }
#access #content #map .InfoWin p {
	margin-left: 24px;
	font-size: 108%;
	color: #de91a2;
	letter-spacing: 1px;
	} 

/*---------- 10  concept -----------*/
#concept h2#title01{background:url(../images/concept_h2-01.jpg) 0 0 no-repeat;}
#concept h3#title02{background:url(../images/concept_h3-02.jpg) 0 0 no-repeat;}


/*---------- 11  general -----------*/
#general h2#title01{background:url(../images/general_h2-01.jpg) 0 0 no-repeat;}
#general h3#title02{background:url(../images/general_h3-02.jpg) 0 0 no-repeat;}
#general h3#title03{background:url(../images/general_h3-03.jpg) 0 0 no-repeat;}
#general h4#title04{background:url(../images/general_h4-04.jpg) 0 0 no-repeat;}
#general h5#title05{background:url(../images/general_h5-05.jpg) 0 0 no-repeat;}
#general h5#title06{background:url(../images/general_h5-06.jpg) 0 0 no-repeat;}
#general h4#title07{background:url(../images/general_h4-07.jpg) 0 0 no-repeat;}
#general h5#title08{background:url(../images/general_h5-08.jpg) 0 0 no-repeat;}
#general h5#title09{background:url(../images/general_h5-09.jpg) 0 0 no-repeat;}
#general h4#title10{background:url(../images/general_h4-10.jpg) 0 0 no-repeat;}
#general h5#title11{background:url(../images/general_h5-11.jpg) 0 0 no-repeat;}
#general h5#title12{background:url(../images/general_h5-12.jpg) 0 0 no-repeat;}
#general h4#title13{background:url(../images/general_h4-13.jpg) 0 0 no-repeat;}
#general h5#title14{background:url(../images/general_h5-14.jpg) 0 0 no-repeat;}
#general h5#title15{background:url(../images/general_h5-15.jpg) 0 0 no-repeat;}
#general h4#title16{background:url(../images/general_h4-16.jpg) 0 0 no-repeat;}
#general h5#title17{background:url(../images/general_h5-17.jpg) 0 0 no-repeat;}
#general h5#title18{background:url(../images/general_h5-18.jpg) 0 0 no-repeat;}

#general h5{text-indent:-9999px; height:15px;}


/*---------- 12  child -----------*/
#child h2#title01{background:url(../images/child_h2-01.jpg) 0 0 no-repeat;}
#child h3#title02{background:url(../images/child_h3-02.jpg) 0 0 no-repeat;}
#child h3#title03{background:url(../images/child_h3-03.jpg) 0 0 no-repeat;}
#child h4#title04{background:url(../images/child_h4-04.jpg) 0 0 no-repeat;}
#child h4#title05{background:url(../images/child_h4-05.jpg) 0 0 no-repeat;}
#child h3#title06{background:url(../images/child_h3-06.jpg) 0 0 no-repeat;}
#child h4#title07{background:url(../images/child_h4-07.jpg) 0 0 no-repeat;}
#child h5#title08{background:url(../images/child_h5-08.jpg) 0 0 no-repeat;}
#child h5#title09{background:url(../images/child_h5-09.jpg) 0 0 no-repeat;}
#child h5#title10{background:url(../images/child_h5-10.jpg) 0 0 no-repeat;}
#child h5#title11{background:url(../images/child_h5-11.jpg) 0 0 no-repeat;}
#child h5#title12{background:url(../images/child_h5-12.jpg) 0 0 no-repeat;}
#child h3#title13{background:url(../images/child_h3-13.jpg) 0 0 no-repeat;}
#child h4#title14{background:url(../images/child_h4-14.jpg) 0 0 no-repeat;}
#child h4#title15{background:url(../images/child_h4-15.jpg) 0 0 no-repeat;}
#child h4#title16{background:url(../images/child_h4-16.jpg) 0 0 no-repeat;}

#child h5{text-indent:-9999px; height:30px;}


/*---------- 13  perio -----------*/
#perio h2#title01{background:url(../images/perio_h2-01.jpg) 0 0 no-repeat;}
#perio h3#title02{background:url(../images/perio_h3-02.jpg) 0 0 no-repeat;}
#perio h3#title03{background:url(../images/perio_h3-03.jpg) 0 0 no-repeat;}
#perio h4#title04{background:url(../images/perio_h4-04.jpg) 0 0 no-repeat;}
#perio h5#title05{background:url(../images/perio_h5-05.jpg) 0 0 no-repeat;}
#perio h5#title06{background:url(../images/perio_h5-06.jpg) 0 0 no-repeat;}
#perio h4#title07{background:url(../images/perio_h4-07.jpg) 0 0 no-repeat;}
#perio h5#title08{background:url(../images/perio_h5-08.jpg) 0 0 no-repeat;}
#perio h5#title09{background:url(../images/perio_h5-09.jpg) 0 0 no-repeat;}
#perio h4#title10{background:url(../images/perio_h4-10.jpg) 0 0 no-repeat;}
#perio h5#title11{background:url(../images/perio_h5-11.jpg) 0 0 no-repeat;}
#perio h5#title12{background:url(../images/perio_h5-12.jpg) 0 0 no-repeat;}
#perio h4#title13{background:url(../images/perio_h4-13.jpg) 0 0 no-repeat;}
#perio h5#title14{background:url(../images/perio_h5-14.jpg) 0 0 no-repeat;}
#perio h5#title15{background:url(../images/perio_h5-15.jpg) 0 0 no-repeat;}

#perio h5{text-indent:-9999px; height:15px;}


/*---------- 14  checkup -----------*/
#checkup h2#title01{background:url(../images/checkup_h2-01.jpg) 0 0 no-repeat;}
#checkup h3#title02{background:url(../images/checkup_h3-02.jpg) 0 0 no-repeat;}
#checkup h4#title03{background:url(../images/checkup_h4-03.jpg) 0 0 no-repeat;}
#checkup h3#title04{background:url(../images/checkup_h3-04.jpg) 0 0 no-repeat;}
#checkup h4#title05{background:url(../images/checkup_h4-05.jpg) 0 0 no-repeat;}
#checkup h5#title06{background:url(../images/checkup_h5-06.jpg) 0 0 no-repeat;}
#checkup h5#title07{background:url(../images/checkup_h5-07.jpg) 0 0 no-repeat;}

#checkup h5{text-indent:-9999px; height:15px;}


/*---------- 15  white -----------*/
#white h2#title01{background:url(../images/white_h2-01.jpg) 0 0 no-repeat;}
#white h3#title02{background:url(../images/white_h3-02.jpg) 0 0 no-repeat;}


/*---------- 16  esthe -----------*/
#esthe h2#title01{background:url(../images/esthe_h2-01.jpg) 0 0 no-repeat;}
#esthe h3#title02{background:url(../images/esthe_h3-02.jpg) 0 0 no-repeat;}
#esthe h4#title03{background:url(../images/esthe_h4-03.jpg) 0 0 no-repeat;}
#esthe h5#title04{background:url(../images/esthe_h5-04.jpg) 0 0 no-repeat;}
#esthe h4#title05{background:url(../images/esthe_h4-05.jpg) 0 0 no-repeat;}
#esthe h5#title06{background:url(../images/esthe_h5-06.jpg) 0 0 no-repeat;}
#esthe h5#title07{background:url(../images/esthe_h5-07.jpg) 0 0 no-repeat;}
#esthe h4#title08{background:url(../images/esthe_h4-08.jpg) 0 0 no-repeat;}
#esthe h5#title09{background:url(../images/esthe_h5-09.jpg) 0 0 no-repeat;}

#esthe h4{height:32px;}

#esthe h5{text-indent:-9999px; height:30px;}
#esthe h5 a{display:block;height:30px;}

#esthe .box03 p{background:#FFF0F2; padding:5px 10px;}

/*---------- 17  implant -----------*/
#implant h2#title01{background:url(../images/implant_h2-01.jpg) 0 0 no-repeat;}
#implant h3#title02{background:url(../images/implant_h3-02.jpg) 0 0 no-repeat;}


/*---------- 18  faq -----------*/
#faq h2#title01{background:url(../images/faq_h2-01.jpg) 0 0 no-repeat;}
#faq h3#title02{background:url(../images/faq_h3-02.jpg) 0 0 no-repeat;}
#faq h4#title03{background:url(../images/faq_h4-03.jpg) 0 0 no-repeat;}
#faq h4#title04{background:url(../images/faq_h4-04.jpg) 0 0 no-repeat;}
#faq h4#title05{background:url(../images/faq_h4-05.jpg) 0 0 no-repeat;}
#faq h4#title06{background:url(../images/faq_h4-06.jpg) 0 0 no-repeat;}
#faq h4#title07{background:url(../images/faq_h4-07.jpg) 0 0 no-repeat;}
#faq h3#title08{background:url(../images/faq_h3-08.jpg) 0 0 no-repeat;}
#faq h4#title09{background:url(../images/faq_h4-09.jpg) 0 0 no-repeat;}
#faq h4#title10{background:url(../images/faq_h4-10.jpg) 0 0 no-repeat;}
#faq h4#title11{background:url(../images/faq_h4-11.jpg) 0 0 no-repeat;}
#faq h4#title12{background:url(../images/faq_h4-12.jpg) 0 0 no-repeat;}
#faq h4#title13{background:url(../images/faq_h4-13.jpg) 0 0 no-repeat;}

#faq h4{height:50px; width:630px;}

#faq .answer{
	background:url(../images/faq_a.jpg) left top no-repeat;
	padding-left:40px;
	height:40px;}
	
#faq .box03 ul{margin:0 0 5px 0; padding:5px; background:#FFF0F2;}
#faq .box03 li{background-image:none;}
#faq .box03 li a{color:#FF3366;}

/*---------- 19  ortho -----------*/
#ortho h2#title01{background:url(../images/ortho_h2-01.jpg) 0 0 no-repeat;}
#ortho h3#title02{background:url(../images/ortho_h3-02.jpg) 0 0 no-repeat;}
#ortho h3#title03{background:url(../images/ortho_h3-03.jpg) 0 0 no-repeat;}
#ortho h4#title04{background:url(../images/ortho_h4-04.jpg) 0 0 no-repeat;}
#ortho h5#title05{background:url(../images/ortho_h5-05.jpg) 0 0 no-repeat;}
#ortho h5#title06{background:url(../images/ortho_h5-06.jpg) 0 0 no-repeat;}
#ortho h4#title07{background:url(../images/ortho_h4-07.jpg) 0 0 no-repeat;}

#ortho h5{text-indent:-9999px; height:15px;}

#ortho .section dt{
	color: #009900;
	background:url(../images/li_bg.jpg) 0 6px no-repeat;
	padding-left: 10px;}

/*---------- 20  form -----------*/
#form h2#title01{background:url(../images/form_h2-01.jpg) 0 0 no-repeat;}
#form h3#title02{background:url(../images/form_h3-02.jpg) 0 0 no-repeat;}

#form th{width:200px; text-align:left;}
#form td{width:400px;}
#form td.require{width:20px;}



/*---------- 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;}
#sitemap h3#title03{background:url(../images/sitemap_h3-03.jpg) 0 0 no-repeat;}

#sitmap dl{margin:0;}
#sitemap dt{
	background:url(../images/li_bg.jpg) 0 6px no-repeat;
	padding-left: 10px;
	margin-top:10px;
}
