@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                                                 */
/*=======================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: #fff ; }

#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y;
	width: 810px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0 5px;
	background: url(../images/main_bg.png) repeat-y;
	width: 800px;
	float: right;
		}

#content {
	width: 600px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding:0 0 1em 0;
	}



#contents {
	width: 590px;
	float: right;
	padding:0 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) right 0 no-repeat;
	height: 90px;
	width: 800px;
	margin: 0 5px;
	padding: 0;
	}

h1 {
	text-indent: -9999px;
	width: 220px;
	height: 85px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 200px;
	height: 80px;
	background: url(../images/h1.gif) 0 0 no-repeat;
	margin: 5px 0 0 20px;
	}

#header .section {
	width: 225px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	margin: 5px 0 0;
	padding: 0;
	height: 65px;
	}
#header p.tel img { display: block; }

#header_nav {
	margin-top: 10px;
	padding: 0;
	list-style: none;
	width: 225px;
	height: 17px;
	}

#header_nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 17px;
	text-indent: -9999px;
	}

#nav01 { width: 110px; }
#nav02 { width: 110px; }

#nav01 a { background: url(../images/header_nav.gif) 0 0 no-repeat; }
#nav02 a { background: url(../images/header_nav.gif) -110px 0 no-repeat; }

#nav01 a:hover { background: url(../images/header_nav.gif) 0 -20px no-repeat; }
#nav02 a:hover { background: url(../images/header_nav.gif) -110px -20px no-repeat; }


/*----------04  Navigation -----------*/

#nav {
	float: left;
	padding:0;
	margin:0;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	width: 200px;
	height: 40px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 40px;
	}

#nav03 a { background: url(../images/nav.jpg) 0 0 no-repeat;}
#nav04 a { background: url(../images/nav.jpg) 0 -40px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -80px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -120px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -160px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -200px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -240px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -280px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -320px no-repeat; }
#nav12 a { background: url(../images/nav.jpg) 0 -360px no-repeat; }
#nav13 a { background: url(../images/nav.jpg) 0 -400px no-repeat; }


#nav03 a:hover { background: url(../images/nav.jpg) -200px 0 no-repeat;}
#nav04 a:hover { background: url(../images/nav.jpg) -200px -40px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -200px -80px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -200px -120px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -200px -160px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -200px -200px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -200px -240px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -200px -280px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -200px -320px no-repeat; }
#nav12 a:hover { background: url(../images/nav.jpg) -200px -360px no-repeat; }
#nav13 a:hover { background: url(../images/nav.jpg) -200px -400px no-repeat; }


#nav .navout{
	margin:0;
	padding:0;
	display:block;
	background: url(../images/nav_bg.jpg) 0 0 no-repeat;
}

#nav .navout02{
	margin:0;
	padding:0;
	display:block;
}


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 0;
	margin: 0 5px;
	background: #f3f3f3 ;
	font-size: 85%;
	text-align: center;
	color: #6699ff;
	}
*: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: #6699ff;
	}
#footer a:hover {

	text-decoration: underline;
	}

#footer ul { 
	list-style: none;
	margin: 0 1em;
	padding: 2em 0 0;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address { 
	padding: 5px 0;
	margin: 0px;
	background: #728194;
	color:#ffffff;
 }

#footer address a{
 	text-decoration: none;
	color:#ffffff;
	}


#footer address a:hover {
 	text-decoration: none;
	color:#ffffff;
	}


/*---------- 06  Contents -----------*/

.section { padding: .5em 15px .5em 0 ; }
.section .section { padding: .5em 10px; }

p.center { text-align: center; }

#content h2 {
	height: 41px;
	text-indent: -9999px;
	margin: 0;
	padding:0;
	}
#content h3 {
	clear: both;
	height: 38px;
	text-indent: -9999px;
	margin: 5px 0;
	}
#content h4 {
	height: 24px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 108%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	}

#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: #028eaf;
	outline: none;
	}
a:hover { color: #de91a2; }

#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;
	}

.case .alpha,   
.case .beta {   
    float: left;   
    margin: 0 15px 15px 0;   
    }   
.case .gamma {   
    float: left;   
    margin: 0 0 15px 0;   
    }  

.case02 {
	margin: 10px 20px;
	}
.case02 img {
	display: block;
	}

.case02 .caption {
	text-align: center;
	border-top: 2px solid #ccc;
	}

.case02 .alpha,   
.case02 .beta {   
    float: left;   
    margin: 0 15px 15px 0;   
    }   
.case02 .gamma {   
    float: left;   
    margin: 0 0 15px 0;   
    }  


#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 136px;
	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 */

#banner{
	clear:both;
}

#banner .image_l{
	float: left;
	margin: 0 10px 10px 0;
}

#content .topimg{
	margin:0;
	padding:0;
	display:block;
}

/*---------- 07  Index -----------*/

#index #message {
	padding:0 0 0 130px;
	background: url(../images/index__greeting.jpg) no-repeat 0 0;
	display:block;
	margin:0;
}

#index #message p{
	padding:0;
	margin:0;
}

#index #pic{
 margin-left:10px;
}


#index #pic ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#index #pic li {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 570px;
	height: 108px;
  text-algin:center;
	}

#index #pic li a {
	display: block;
	height: 108px;
	text-indent: -9999px;
	}

#pic01 a { background: url(../images/index_banner_pmtc.jpg) 0 0 no-repeat;}
#pic01 a:hover { background: url(../images/index_banner_pmtc.jpg) -570px 0 no-repeat;}

#pic02 a { background: url(../images/index_banner_white.jpg) 0 0 no-repeat;}
#pic02 a:hover { background: url(../images/index_banner_white.jpg) -570px 0 no-repeat;}

#pic03 a { background: url(../images/index_banner_ceramic.jpg) 0 0 no-repeat;}
#pic03 a:hover { background: url(../images/index_banner_ceramic.jpg) -570px 0 no-repeat;}


/*---------- 07 Esthe -----------*/
#esthe #title01 {background: url(../images/esthe_h2-01.jpg) no-repeat 0 0;}
#esthe #title02 {background: url(../images/esthe_h3-01.jpg) no-repeat 0 0;}
#esthe #title03 {background: url(../images/esthe_h4-01.jpg) no-repeat 0 0;}
#esthe #title04 {background: url(../images/esthe_h3-02.jpg) no-repeat 0 0;}

#esthe .section li{
	color:#006699;
	font-size: 108%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
}


/*---------- 08 PMTC -----------*/
#pmtc #title01 {background: url(../images/pmtc_h2-01.jpg) no-repeat 0 0;}
#pmtc #title02 {background: url(../images/pmtc_h3-01.jpg) no-repeat 0 0;}
#pmtc #title03 {background: url(../images/pmtc_h4-01.jpg) no-repeat 0 0;}
#pmtc #title04 {background: url(../images/pmtc_h3-02.jpg) no-repeat 0 0;}
#pmtc #title05 {background: url(../images/pmtc_h3-03.jpg) no-repeat 0 0;}

#pmtc  dt{
	color:#006699;
	font-weight: bold;
}



/*---------- 09 Aboutwhite -----------*/
#aboutwhite #title01 {background: url(../images/aboutwhite_h2-01.jpg) no-repeat 0 0;}
#aboutwhite #title02 {background: url(../images/aboutwhite_h3-01.jpg) no-repeat 0 0;}
#aboutwhite #title03 {background: url(../images/aboutwhite_h3-02.jpg) no-repeat 0 0;}
#aboutwhite #title04 {background: url(../images/aboutwhite_h3-03.jpg) no-repeat 0 0;}


/*---------- 10 White -----------*/
#white #title01 {background: url(../images/white_h2-01.jpg) no-repeat 0 0;}
#white #title02 {background: url(../images/white_h3-01.jpg) no-repeat 0 0;}
#white #title03 {background: url(../images/white_h4-01.jpg) no-repeat 0 0;}
#white #title04 {background: url(../images/white_h4-02.jpg) no-repeat 0 0;}
#white #title05 {background: url(../images/white_h3-02.jpg) no-repeat 0 0;}
#white #title06 {background: url(../images/white_h3-03.jpg) no-repeat 0 0;}
#white #title07 {background: url(../images/white_h4-03.jpg) no-repeat 0 0;}
#white #title08 {background: url(../images/white_h4-04.jpg) no-repeat 0 0;}
#white #title09 {background: url(../images/white_h4-05.jpg) no-repeat 0 0;}
#white #title10 {background: url(../images/white_h4-06.jpg) no-repeat 0 0;}

#white .me{
	color:#ff3366;
	font-weight: bold;
}

#white .de{
	color:#003399;
	font-weight: bold;
}


/*---------- 11 Ceramic -----------*/
#ceramic #title01 {background: url(../images/ceramic_h2-01.jpg) no-repeat 0 0;}
#ceramic #title02 {background: url(../images/ceramic_h3-01.jpg) no-repeat 0 0;}
#ceramic #title03 {background: url(../images/ceramic_h3-02.jpg) no-repeat 0 0;}
#ceramic #title04 {background: url(../images/ceramic_h3-03.jpg) no-repeat 0 0;}
#ceramic #title05 {background: url(../images/ceramic_h4-03.jpg) no-repeat 0 0;}
#ceramic #title06 {background: url(../images/ceramic_h4-04.jpg) no-repeat 0 0;}
#ceramic #title07 {background: url(../images/ceramic_h3-02.jpg) no-repeat 0 0;}
#ceramic #title08 {background: url(../images/ceramic_h3-04.jpg) no-repeat 0 0;}
#ceramic #title09 {background: url(../images/ceramic_h4-05.jpg) no-repeat 0 0;}

/*---------- 12 Case -----------*/
#case #title01 {background: url(../images/case_h2-01.jpg) no-repeat 0 0;}
#case #title02 {background: url(../images/case_h3-01.jpg) no-repeat 0 0;}
#case .pics { padding:.5em 15px .5em 0;
width:570px;
}
#case .pics-left { float:left;
width:280px;
height:330px;
margin-left:20px;
background:url(../images/pics-lb.gif);
}
#case .pics-right { float:left;
width:220px;
height:330px;
margin-right:10px;
background:url(../images/pics-rb.gif);
}
.marB30 { margin-bottom:30px;}
/*---------- 13 Price -----------*/
#price #title01 {background: url(../images/price_h2-01.jpg) no-repeat 0 0;}

/*---------- 14 Clinic -----------*/


#clinic #title01 {background: url(../images/clinic_h2-01.jpg) no-repeat 0 0;}
#clinic #title02 {background: url(../images/clinic_h3-01.jpg) no-repeat 0 0;}
#clinic #title03 {background: url(../images/clinic_h3-02.jpg) no-repeat 0 0;}
#clinic #title04 {background: url(../images/clinic_h3-03.jpg) no-repeat 0 0;}
#clinic #title05 {background: url(../images/clinic_h4-01.jpg) no-repeat 0 0;}
#clinic #title06 {background: url(../images/clinic_h4-02.jpg) no-repeat 0 0;}
#clinic #title07 {background: url(../images/clinic_h4-03.jpg) no-repeat 0 0;}
#clinic #title08 {background: url(../images/clinic_h4-04.jpg) no-repeat 0 0;}
#clinic #title09 {background: url(../images/clinic_h4-05.jpg) no-repeat 0 0;}
#clinic #title10 {background: url(../images/clinic_h4-06.jpg) no-repeat 0 0;}
#clinic #title11 {background: url(../images/clinic_h4-07.jpg) no-repeat 0 0;}
#clinic #title12 {background: url(../images/clinic_h4-08.jpg) no-repeat 0 0;}

#clinic h4{
	margin-left:250px;
}


/*---------- 15 Counsel -----------*/
#counsel #title01 {background: url(../images/counsel_h2-01.jpg) no-repeat 0 0;}
#counsel #title02 {background: url(../images/counsel_h3-01.jpg) no-repeat 0 0;}



/*---------- 16 Counsel -----------*/
#sitemap #title01 {background: url(../images/sitemap_h2-01.jpg) no-repeat 0 0;}

/*---------- 17 Reborn -----------*/

#reborn #title01 {background: url(../images/reborn_h2-01.jpg) no-repeat 0 0;}
#reborn #title02 {background: url(../images/reborn_h3-01.jpg) no-repeat 0 0;}
#reborn #title03 {background: url(../images/reborn_h4-01.jpg) no-repeat 0 0;}
#reborn #title04 {background: url(../images/reborn_h4-02.jpg) no-repeat 0 0;}

.bold {font-weight: bold;}

/*---------- 18 new -----------*/
#new #title01 {background: url(../images/new_h2-01.jpg) no-repeat 0 0;}
#new #title02 {background: url(../images/new_h3-01.jpg) no-repeat 0 0;}
#new #title03 {background: url(../images/new_h4-01.jpg) no-repeat 0 0;}
