@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Condition                   */
/*                 09  Whitening                   */
/*                 10  Ortho                       */
/*                 11  Implant                     */
/*                 12  Aesthe                      */
/*                 13  Charge                      */
/*                 14  Faq                         */
/*                 15  Clinic                      */
/*                 16  About                       */
/*                 17  Sitemap                     */
/*                 18  Contact                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Blue (濃い方)  #0063b7      */
/*        Main Color - Blue（薄い方） #118bbc      */
/*        Main Color - White          #ffffff      */
/*                                                 */
/*==================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: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	border-left: 5px solid #0063b7;
	border-right: 5px solid #0063b7;
	}
* html body #wrapper { width: 810px; }

#main {
	margin: 0;
	background: url(../images/main_bg.png) repeat-y;
	}

#content {
	width: 620px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff url(../images/content_bg.png) 0 0 no-repeat;
	padding: 0 0 1em 0;
	margin: 0;
	}
/*#content {
	width: 620px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff url(../images/content_bg.png) 0 0 no-repeat;
	padding: 0 0 1em 0;
	}*/


/*---------- 03  Header -----------*/

#header {
	position:relative;
	background: url(../images/header_bg.png) 0 0 no-repeat;
	height: 94px;
	width: 800px;
	margin: 0;
	padding: 0;
	}

#header p.logo {
	/*text-indent: -9999px;*/
	width: 520px;
	height: 58px;
	margin: 0;
	padding: 0;
	/*line-height: 1.0;*/
	float: left;
	}

h1  {
	position:absolute;
	float:left;
	font-size:75%;
	font-weight:normal;
	/*width: 520px;*/
	top:8px;
	left:8px;
	padding: 0;
	margin: 0;
	line-height: 1.3;
	}
/* for IE7 */
/**:first-child+html body { font-size: 70%;}*/

/* for IE 6 */
/** html body { font-size: 70%;}*/
	
/*h1 {
	text-indent: -9999px;
	width: 520px;
	height: 58px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 520px;
	height: 58px;
	background: url(../images/h1.png) 0 0 no-repeat;
	}*/

#header .section {
	width: 270px;
	float: right;
	margin: 0 3px 0 0;
	padding: 0;
	}

#header p.banner {
	margin: 8px 0 2px 0;
	padding: 0;
	height: 52px;
	}
* html body #header p.banner { height: 57px; padding: 0;}

#header_nav {
	margin: 8px 0 0 0;
	padding: 0;
	clear: both;
	float: right;
	list-style: none;
	width: 190px;
	height: 24px;
	}
* html body #header_nav {
	margin: 0;
	padding: 0;
	clear: both;
	list-style: none;
	width: 190px;
	height: 20px;
	}

#header_nav li {
	height: 20px;
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 20px;
	}

#nav01 { width: 80px; }
#nav02 { width: 110px; }

#nav01 a {
	background: url(../images/header_nav.png) 0 0 no-repeat;
	width: 80px;
	}
#nav02 a {
	background: url(../images/header_nav.png) -80px 0 no-repeat;
	width: 110px;
	}


/*----------04  Navigation -----------*/


#nav {
	width: 180px;
	float: left;
	padding: 0 0 10px 0;
	}

#nav h2 {
	margin: 0;
	padding: 0;
	height: 30px;
	/*text-indent: -9999px;*/
	/*background: url(../images/nav_h2.png) 0 0 no-repeat;*/
	}
/*#nav h2 {
	margin: 0;
	padding: 0;
	height: 30px;
	text-indent: -9999px;
	background: url(../images/nav_h2.png) 0 0 no-repeat;
	}*/

#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav ul.internal { margin: 0 0 20px 0; }

#nav ul.external { margin: 0 0 0 4px; }


#nav .internal li {
	height: 40px;
	text-indent: -9999px;
	}

#nav .external li { margin: 0 0 6px 0; }
#nav .external li.center { margin: 0 0 6px 0; text-align: center; }
/**/


#nav .internal li a {
	display: block;
	height: 40px;
	}

#nav03 a { background: url(../images/nav.png) 0 0 no-repeat; }
#nav04 a { background: url(../images/nav.png) 0 -40px no-repeat; }
#nav05 a { background: url(../images/nav.png) 0 -80px no-repeat; }
#nav06 a { background: url(../images/nav.png) 0 -120px no-repeat; }
#nav07 a { background: url(../images/nav.png) 0 -160px no-repeat; }
#nav08 a { background: url(../images/nav.png) 0 -200px no-repeat; }
#nav09 a { background: url(../images/nav.png) 0 -240px no-repeat; }
#nav10 a { background: url(../images/nav.png) 0 -280px no-repeat; }
#nav11 a { background: url(../images/nav.png) 0 -320px no-repeat; }
#nav12 a { background: url(../images/nav.png) 0 -360px no-repeat; }

#nav03 a:hover { background: url(../images/nav.png) -180px 0 no-repeat; }
#nav04 a:hover { background: url(../images/nav.png) -180px -40px no-repeat; }
#nav05 a:hover { background: url(../images/nav.png) -180px -80px no-repeat; }
#nav06 a:hover { background: url(../images/nav.png) -180px -120px no-repeat; }
#nav07 a:hover { background: url(../images/nav.png) -180px -160px no-repeat; }
#nav08 a:hover { background: url(../images/nav.png) -180px -200px no-repeat; }
#nav09 a:hover { background: url(../images/nav.png) -180px -240px no-repeat; }
#nav10 a:hover { background: url(../images/nav.png) -180px -280px no-repeat; }
#nav11 a:hover { background: url(../images/nav.png) -180px -320px no-repeat; }
#nav12 a:hover { background: url(../images/nav.png) -180px -360px no-repeat; }

#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 12px 0 14px 180px;
	margin: 0;
	background: url(../images/footer_bg.png) repeat-y;
	font-size: 85%;
	text-align: left;
	color: #118bbc;
	}
*: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: #0063b7;
	}
#footer a:hover { text-decoration: underline; }

#footer ul { 
	list-style: none;
	margin: 0 1em 2px 2em;
	padding: 0;
	clear: both;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address { margin: 12px 1em 2px 2em; }


/*---------- 06  Contents -----------*/

.section { padding: .5em 30px; }
.section .section { padding: .5em 5px; }




p.center { text-align: center; }

#content #top_img {
	margin: 10px 20px 20px 20px;
	padding: 0;
	}
#content #top_img img { display: block; }


#top_img_02 img{
		margin: -5px 20px -10px 22px;
		padding: 0;
	}


#content h2 {
	height: 50px;
	text-indent: -9999px;
	margin: 0 15px;
	}
#content h3 {
	clear: both;
	height: 45px;
	text-indent: -9999px;
	margin-left: -15px;
	}
#content h4 {
	height: 32px;
	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/li_bg.png) 0 5px no-repeat;
	padding-left: 18px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { font-weight: bold; }

#content a { text-decoration: underline; }
a {
	color: #0063b7;
	outline: none;
	}
a:hover { color: #118bbc; }

#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;
	}
	

.sr_image_l  {
	float: left;
	margin: 0 16px 16px 0;
	line-height:10px;
	text-align:center;
	}

.sr_image_r {
	float: right;
	margin: 0 0 16px 16px;
	line-height:10px;
	text-align:center;
	}
	
#index #greeting p.sr_image_r_01 {
	float: right;
	margin: 0 53px 5px 60px;
	
	}
	
	
* html #index #greeting p.sr_image_r_01 {
	float: right;
	margin: 0 56px 5px 60px;
	
	}
	
#index #greeting p.sr_mrgT{ margin-top:20px;}	
	
		
.boxsori {
width: 510px;
height: 100px;
border:1px #666666 solid;
padding: 10px;

}



.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.png) center center no-repeat;
	}
.case2 {
	margin: 20px 20px 10px;
	background: url(../images/arrow_h.png) center center no-repeat;
	}
	
.case img {
	display: block;
	}

.case .caption {
	text-align: center;
	border-top: 2px solid #ccc;
	}

.case2 img {
	display: block;
	margin-top: 20px;
	}

.case2 .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: 95px;
	height: 20px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 20px;
	background: url(../images/to_top.png) 0 0 no-repeat;
	}

p.caution {
	padding-left: 20px;
	background: url(../images/caution.png) 0 3px no-repeat;
	}

.off { color: red; }

#nav #nav_menu {
	background: url(../images/nav_menu_bg.jpg) 0 0 repeat-y;
	margin: 0 4px;
	width: 172px;
	}

#nav #nav_menu h3 {
	height: 38px;
	text-indent: -9999px;
	background: url(../images/nav_h3-01.jpg) 0 0 no-repeat;
	}
#nav #nav_menu h3#nav_menu-01 { background: url(../images/nav_menu_h3-01.jpg) 0 0 no-repeat; }
#nav #nav_menu .section {
	background: url(../images/nav_menu_bottom.jpg) bottom no-repeat;
	margin: 0;
	padding: 0 0 10px;
	}
#nav #nav_menu .section h4 {
	height: 28px;
	text-indent: -9999px;
	margin: 0;
	}
#nav #nav_menu .section h4#nav_menu-02 { background: url(../images/nav_menu_h4-01.jpg) 0 0 no-repeat; }
#nav #nav_menu .section ul {
	margin: 0;
	padding: 5px;
	}

#nav #nav_menu .section ul li {
	margin: 0;
	padding: 0;
	width: 80px;
	float: left;
	}
#nav #nav_menu .section ul li.leftside {
	text-indent: 10px;
	}

#content .detail {
	width: 200px;
	}
#content .detail a {
	display: block;
	height: 60px;
	background: url(../images/bt_detail.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}
#content .detail a:hover { background: url(../images/bt_detail.jpg) 0 -60px no-repeat; }

#content .sr_detail {
	width: 200px;
	height:60px;
	}
#content .sr_detail a {
	display: block;
	height: 60px;
	background: url(../images/bt_detail.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}
#content .sr_detail a:hover { background: url(../images/bt_detail.jpg) 0 -60px no-repeat; }


#content .sr_detail01 {
	width: 170px;
	height:40px;
	}
#content .sr_detail01 a {
	display: block;
	height: 40px;
	background: url(../images/bt_detail1.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	margin-top:17px;
	}
	
* html #content .sr_detail01 a {
	display: block;
	height: 40px;
	background: url(../images/bt_detail1.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	margin-top:7px;
	}	
	
*:first-child+html #content .sr_detail01 a {
	display: block;
	height: 40px;
	background: url(../images/bt_detail1.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	margin-top:7px;
	}		
	
#content .sr_detail01 a:hover { background: url(../images/bt_detail1.jpg) 0 -40px no-repeat; }


#content .bt_right {
	float: right;
	height: 60px;
	}

/*---------- 07  Index -----------*/


#index h2#title01 {
	margin: 10px 20px 20px 20px;
	padding: 0;
	/*background: url(../images/index_top-image.jpg) 0 0 no-repeat;*/
	width: 580px;
	height: 300px;
	text-indent: 0;
	}
/*#index h2#title01 {
	margin: 10px 20px 20px 20px;
	padding: 0;
	background: url(../images/index_top-image.jpg) 0 0 no-repeat;
	width: 580px;
	height: 300px;
	}
	*/
	
*html body#index h2#title01 {
	padding: 0px;
}

#index #wrapper #main #content h3#greet {
	/*background: url(../images/index_h3-02.png) 0 0 no-repeat;*/
	height: 50px;
	margin: 0;
	padding: 0;
	text-indent: 0;
	width: 500px;
	}

#index #wrapper #main #content h3#greet img { margin: 0; padding: 0; text-indent: 0; border: none;}

#index #wrapper #main #content h3#sr_ttl {
	/*background: url(../images/index_h3-02.png) 0 0 no-repeat;*/
	height: 50px;
	margin: 0;
	padding: 0;
	text-indent: 0;
	width: 500px;
	}

#index #wrapper #main #content h3#sr_ttl img { margin: 0; padding: 0; text-indent: 0; border: none;}

/*#index h3#title02 {
	background: url(../images/index_h3-02.png) 0 0 no-repeat;
	height: 50px;
	margin: 0;
	text-indent: 0px;
	}*/
	
#index table.greeting{ border: 1px solid #999999;}
#index table.greeting td{ border: none; vertical-align: top; padding: 10px 0 10px 30px;; width: 300px; font-size: 13px;}
#index table.greeting td.center{ margin: 0; padding: 0 0 0 70px;}
#index table.greeting td.center02{ padding-left: 150px;}

#index h3#title03 {
	display: block;
	height: 33px;
	margin: 0;
	padding: 0;
	text-indent: 0px;
	}
#index h3#title03 a {
	display: block;
	height: 33px;
	margin: 0;
	padding: 0;
	text-indent: 0px;
	}
/*#index h3#title03 a {
	display: block;
	height: 33px;
	background: url(../images/index_h3-03.png) 0 0 no-repeat;
	}*/

#index h3#title04 {
	display: block;
	height: 33px;
	margin: 0;
	padding: 0;
	text-indent: 0px;
	}
#index h3#title04 a {
	display: block;
	height: 33px;
	margin: 0;
	padding: 0;
	text-indent: 0px;
	}
/*#index h3#title04 a {
	display: block;
	height: 33px;
	background: url(../images/index_h3-04.png) 0 0 no-repeat;
	}*/

#index h3#title05 {
	height: 33px;
	display: block;
	padding: 0;
	text-indent: 0px;
	margin: 0;
	}
#index h3#title05 a {
	height: 33px;
	display: block;
	padding: 0;
	text-indent: 0px;
	margin: 0;
	}
/*#index h3#title05 a {
	display: block;
	height: 33px;
	background: url(../images/index_h3-05.png) 0 0 no-repeat;
	}*/
#index h3#title06 {
	height: 33px;
	display: block;
	text-indent: 0px;
	padding: 0;
	margin: 0;
	}
#index h3#title06 a {
	height: 33px;
	display: block;
	text-indent: 0px;
	padding: 0;
	margin: 0;
	}
/*#index h3#title06 a {
	display: block;
	height: 33px;
	background: url(../images/index_h3-06.png) 0 0 no-repeat;
	}*/
h3#title08 {
	height: 33px;
	display: block;
	padding: 0;
	text-indent: -99999px;
	margin-left:-15px;
	}
#ban_01{
	margin:0 0 10px 45px;
	}	
	
	
	h3#title09 {
	height: 33px;
	display: block;
	padding: 0;
	text-indent: -99999px;
	margin-left:-15px;
	}

/*#index h3#title03 {
	height: 33px;
	margin: 0;
	}
#index h3#title03 a {
	display: block;
	height: 33px;
	background: url(../images/index_h3-03.png) 0 0 no-repeat;
	}


#index h3#title04 {
	height: 33px;
	margin: 0;
	}
#index h3#title04 a {
	display: block;
	height: 33px;
	background: url(../images/index_h3-04.png) 0 0 no-repeat;
	}

#index h3#title05 {
	height: 33px;
	margin: 0;
	}
#index h3#title05 a {
	display: block;
	height: 33px;
	background: url(../images/index_h3-05.png) 0 0 no-repeat;
	}

#index h3#title06 {
	height: 33px;
	margin: 0;
	}
#index h3#title06 a {
	display: block;
	height: 33px;
	background: url(../images/index_h3-06.png) 0 0 no-repeat;
	}
*/

#index #greeting p { margin: 0 20px 10px 20px; }

#index #pckp.section { 
	padding: .5em 20px 20px 30px; }


#index #content ul {
	margin: 0;
	padding: 0;
	}

#index #content ul li {
	background-image: none;
	line-height: 1.4;
	margin: 0 10px 10px 0;
	padding: 0;
	width: 270px;
	height: 145px;
	border: 1px solid #047391;
	float: left;
	}
#index #content ul li p { margin: 5px; }
#index #content ul li p img {
	display: block;
	margin: 0 10px 0 0;
	float: left;
	}

.information{
	padding: 0 30px;
	*padding-bottom:10px;
	}

.schedule{
	margin-top:0;
	}

/*---------- 08  Condition -----------*/

#condition h2#title01 { background: url(../images/condition_h2-01.png) 0 0 no-repeat; }
#condition h3#title02 { background: url(../images/condition_h3-02.png) 0 0 no-repeat; }
#condition h4#title03 { background: url(../images/condition_h4-03.png) 0 0 no-repeat; }
#condition h4#title04 { background: url(../images/condition_h4-04.png) 0 0 no-repeat; }
#condition h4#title05 { background: url(../images/condition_h4-05.png) 0 0 no-repeat; }
#condition h4#title06 { background: url(../images/condition_h4-06.png) 0 0 no-repeat; }
#condition h4#title07 { background: url(../images/condition_h4-07.png) 0 0 no-repeat; }

/*---------- 09  Whitening -----------*/

#whitening h2#title01 { background: url(../images/whitening_h2-01.png) 0 0 no-repeat; }
#whitening h4#title03 { background: url(../images/whitening_h4-03.png) 0 0 no-repeat; }
#whitening h4#title04 { background: url(../images/whitening_h4-04.png) 0 0 no-repeat; }
#whitening h4#title05 { background: url(../images/whitening_h4-05.png) 0 0 no-repeat; }
#whitening h4#title06 { background: url(../images/whitening_h4-06.png) 0 0 no-repeat; }
#whitening h4#title07 { background: url(../images/whitening_h4-07.png) 0 0 no-repeat; }
#whitening h3#title02 { background: url(../images/whitening_h3-02.png) 0 0 no-repeat; }
#whitening h4#title08 { background: url(../images/whitening_h4-08.png) 0 0 no-repeat; }
#whitening h4#title09 { background: url(../images/whitening_h4-09.png) 0 0 no-repeat; }
#whitening h4#title10 { background: url(../images/whitening_h4-10.png) 0 0 no-repeat; }
#whitening h4#title11 { background: url(../images/whitening_h4-11.png) 0 0 no-repeat; }
#whitening h3#title03 { background: url(../images/whitening_h3-03.png) 0 0 no-repeat; }
#whitening h3#title04 { background: url(../images/whitening_h3-04.png) 0 0 no-repeat; }
#whitening h3#title05 { background: url(../images/whitening_h3-05.png) 0 0 no-repeat; }
#whitening h3#title06 { background: url(../images/whitening_h3-06.png) 0 0 no-repeat; }

.soritd {
background-color: #E8F1F9;
}

.red_l { 
  color:#FF0000;
	font-size: 130%;
	font-weight:bold;
	}

.font_s { 
  display: block;
  font-size: 85%;
	text-align: center;
	margin-top: -5px;
	}

.font_s2 { 
  display: block;
  font-size: 85%;
	text-align: left;
	margin-top: -5px;
	font-weight: normal;
	}


*html body .font_s { 
  margin-top: 0px;
	}
*:first-child+html .font_s { 
  margin-top: 0px;
	}


.mtm20 { margin-top: -20px;}

/*---------- 10  Ortho -----------*/

#ortho h2#title01 { background: url(../images/ortho_h2-01.png) 0 0 no-repeat; }
#ortho h3#title02 { background: url(../images/ortho_h3-02.png) 0 0 no-repeat; }
#ortho h3#title03 { background: url(../images/ortho_h3-03.png) 0 0 no-repeat; }
#ortho h4#title04 { background: url(../images/ortho_h4-04.png) 0 0 no-repeat; }
#ortho h4#title05 { background: url(../images/ortho_h4-05.png) 0 0 no-repeat; }
#ortho h4#title06 { background: url(../images/ortho_h4-06.png) 0 0 no-repeat; }
#ortho h4#title07 { background: url(../images/ortho_h4-07.png) 0 0 no-repeat; }
#ortho h4#title08 { background: url(../images/ortho_h4-08.png) 0 0 no-repeat; }
#ortho h4#title09 { background: url(../images/ortho_h4-09.png) 0 0 no-repeat; }
#ortho h4#title10 { background: url(../images/ortho_h4-10.png) 0 0 no-repeat; }

#ortho #content .anchor_link {
	background: #eef6ff;
	padding: 10px;
	margin-bottom: 10px;
	}

/*---------- 11  Implant -----------*/

#implant h2#title01 { background: url(../images/implant_h2-01.png) 0 0 no-repeat; }
#implant h3#title02 { background: url(../images/implant_h3-02.png) 0 0 no-repeat; }
#implant h3#title03 { background: url(../images/implant_h3-03.png) 0 0 no-repeat; }
#implant h3#title08 { background: url(../images/implant_h3-10.png) 0 0 no-repeat; }
#implant h3#title09 { background: url(../images/implant_h3-11.png) 0 0 no-repeat; }
#implant h4#title04 { background: url(../images/implant_h4-04.png) 0 0 no-repeat; }
#implant h4#title05 { background: url(../images/implant_h4-05.png) 0 0 no-repeat; }
#implant h4#title06 { background: url(../images/implant_h4-06.png) 0 0 no-repeat; }
#implant h4#title07 { background: url(../images/about_h4-10.png) 0 5px no-repeat; }

#implant h4#title08 { background:url(../images/faq_h4-10.png) 0 5px no-repeat; }
#implant h4#title09 { background:url(../images/faq_h4-11.png) 0 5px no-repeat; }

/*---------- 12  Aesthe -----------*/

#aesthe h2#title01 { background: url(../images/aesthe_h2-01.png) 0 0 no-repeat; }
#aesthe h3#title02 { background: url(../images/aesthe_h3-02.png) 0 0 no-repeat; }
#aesthe h4#title03 { background: url(../images/aesthe_h4-03.png) 0 0 no-repeat; }
#aesthe h4#title04 { background: url(../images/aesthe_h4-04.png) 0 0 no-repeat; }

#aesthe #content dl { margin-left: 0; }

/*---------- 13  Charge -----------*/

#charge h2#title01 { background: url(../images/charge_h2-01.png) 0 0 no-repeat; }


/*---------- 14  Faq -----------*/

#faq h2#title01 { background: url(../images/faq_h2-01.png) 0 0 no-repeat; }
#faq h3#title02 { background: url(../images/faq_h3-02.png) 0 0 no-repeat; }
#faq h4#title03 { background: url(../images/faq_h4-03.png) 0 0 no-repeat; }
#faq h4#title04 { background: url(../images/faq_h4-04.png) 0 0 no-repeat; }
#faq h4#title05 { background: url(../images/faq_h4-05.png) 0 0 no-repeat; }
#faq h4#title06 { background: url(../images/faq_h4-06.png) 0 0 no-repeat; }


/*---------- 15  Clinic -----------*/

#clinic h2#title01 { background: url(../images/clinic_h2-01.png) 0 0 no-repeat; }
#clinic h3#title02 { background: url(../images/clinic_h3-02.png) 0 0 no-repeat; }
#clinic h4#title03 { background: url(../images/clinic_h4-03.png) 0 0 no-repeat; }
#clinic h4#title04 { background: url(../images/clinic_h4-04.png) 0 0 no-repeat; }
#clinic h4#title05 { background: url(../images/clinic_h4-05.png) 0 0 no-repeat; }
#clinic h4#title06 { background: url(../images/clinic_h4-06.png) 0 0 no-repeat; }
#clinic h4#title07 { background: url(../images/clinic_h4-07.png) 0 0 no-repeat; }
#clinic h4#title08 { background: url(../images/clinic_h4-08.png) 0 0 no-repeat; }
#clinic h4#title09 { background: url(../images/clinic_h4-09.png) 0 0 no-repeat; }
#clinic h4#title10 { background: url(../images/clinic_h4-10.png) 0 0 no-repeat; }
#clinic h4#title11 { background: url(../images/clinic_h4-11.png) 0 0 no-repeat; }


/*---------- 16  About -----------*/

#about h2#title01 { background: url(../images/about_h2-01.png) 0 0 no-repeat; }
#about h3#title02 { background: url(../images/about_h3-02.png) 0 0 no-repeat; }
#about h3#title03 { background: url(../images/about_h3-03.png) 0 0 no-repeat; }
#about h4#title04 {
	background: url(../images/about_h4-04.png) 0 0 no-repeat;
	width: 100px;
	float: left;
	}
#about h4#title05 {
	background: url(../images/about_h4-05.png) 0 0 no-repeat;
	width: 100px;
	float: left;
	}
#about h4#title06 {
	background: url(../images/about_h4-06.png) 0 0 no-repeat;
	width: 100px;
	float: left;
	}
#about h4#title07 {
	background: url(../images/about_h4-07.png) 0 0 no-repeat;
	width: 180px;
	float: left;
	}
#about h4#title08 {
	background: url(../images/about_h4-08.png) 0 0 no-repeat;
	width: 180px;
	float: left;
	}
#about h4#title09 { background: url(../images/about_h4-09.png) 0 0 no-repeat; }

#about #information .alpha {
	width: 300px;
	float: left;
	}
#about #information .beta {
	width: 220px;
	float: right;
	}

#about #information .alpha p,
#about #information .alpha dl { margin-left: 100px; }
#about #information .alpha dt {
	float: left;
	margin-right: 1em;
	}
#about #information .alpha dd.morning { margin-left: 4em; }
#about #information .alpha dd.afternoon { margin-left: 6em; }

#about #information .mobile-site { margin-left: 180px; }
#about #information .mobile-site dt {
	width: 5em;
	float: left;
	}
#about #information .mobile-site dd { margin-left: 6em; }



#about #access p { margin: 0; }
#about #access p img { display: block; }

#about #access .alpha {
	width: 190px;
	margin: 12px 14px 0 0;
	float: left;
	}
* html body#about #access .alpha { width: 187px; }


/*---------- 17  Sitemap -----------*/

#sitemap h2#title01 { background: url(../images/sitemap_h2-01.png) 0 0 no-repeat; }


/*---------- 18  Contact -----------*/

#contact h2#title01 { background: url(../images/contact_h2-01.png) 0 0 no-repeat; }

#contact table {
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #d0d0ff;
	font-size: 100%;
	color: #666;
	width: 500px;
	margin-left: 40px;
	}
	
#contact table th,
#contact table td {
	padding: 4px 12px;
	border: 1px solid #ddddff;
	}
	
#contact table th {
	background: #efefff;
	color: #636570;
	width: 130px;
	}
	
#contact table span,
span.require {
	font-size: 124%;
	font-weight: bold;
	color: red;
	}
input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}

/*---------- 19  Voice -----------*/
#voice h3 { height:33px;}


#voice h4{
	background: url(../images/voice_h4_bg.png) 0 0 no-repeat;
	text-indent: 25px;
	color:#0063b7;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
}

#voice h2#title01 { background: url(../images/voice_h2-01.png) 0 0 no-repeat; }
#voice h3#title02 { background: url(../images/voice_h3-01.png) 0 0 no-repeat; }

.al { text-align:center; margin-top:25px;}


#voice .section .clearfix ul.fL{
	 width: 240px;
	 margin: 20px 30px 30px 0;
}


/*---------------------------------------------------------- 080207 chaege.html -----------*/

.qc_case {
	margin: 10px 20px;
	}
	
.cl{
clear:both;}

.qctable{
	font-size: 12px;
	border: 1px solid #999999;
}

.qctable th{
	background-color: #E8F1F9;
	font-weight: bold;
	text-align: center;
	border: 1px solid #999999;
	padding: 5px;
	width: 150px;
}

.qctable td{
	border: 1px solid #999999;
}

.qc_coler{
	background-color: #ECECEC;

}

.qctd{
	text-align: right;
	width: 170px;
}

.qc_nomal{
	font-weight: normal;
}
#nav li.ali-cen { text-align:left; margin: 10px 0;}

#charge h3#title01 { background: url(../images/charge_h3-01.png) 0 0 no-repeat; }
#charge h3#title02 { background: url(../images/charge_h3-02.png) 0 0 no-repeat; }
#charge h3#title03 { background: url(../images/charge_h3-03.png) 0 0 no-repeat; }
#charge h3#title04 { background: url(../images/charge_h3-04.png) 0 0 no-repeat; }

.qc_case1 {
	margin: 0px 20px;
	width:440px;
	}
.fL  {
	float: left;
	}	
.fR  {
	float: right;
	}	
.marL10 {margin-left:10px;}
.marL20 {margin-left:10px;}

.padL30 {
padding-left:30px;
}

.text_1 {
margin-left:30px;
margin-top:20px;
}
.w150 {
width:150px;
}
.w200 {
width:200px;
}
.w140 {
width:140px;
}
.red {
color:#FF0000;
}
.blue1 {
color:#0099FF;
}
.blue2 {
color:#003399;
}
.sr_txtnone{
font-weight: normal;
font-size: 100%;
color: #000000;
}
.sr_txtR {
color:#FF0000;
font-weight:bold;
font-size: 108%;

}
.sr_txtR01 {
color:#FF0000;
font-weight:bold;
font-size: 108%;
width:315px;
}

.sr_txtB {
color#333333#;
font-weight:bold;
font-size: 108%;
}

.sr_mgB {
margin-bottom:15px;
float:right;
}

