@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Select_clinic               */
/*                 09  Recognition                 */
/*                 10  System                      */
/*                 11  Price                       */
/*                 12  Dr_and_staff                */
/*                 13  Select_point                */
/*                 14  Q_and_a                     */
/*                 15  Clinic                      */
/*                 16  Mailform                    */
/*                 17  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: url(../images/body_bg.jpg) top repeat-x; }

#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y;
	width: 802px;
	margin: 10px auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0;
	background: url(../images/main_bg.jpg) repeat-y;
	}

#content {
	width: 580px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	margin:0 2px 0 5px;
	padding: 0.5em 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) top no-repeat;
	height: 101px;
	width: 802px;
	margin: 0;
	padding: 0;
	}

h1 {
	text-indent: -9999px;
	width: 350px;
	height: 60px;
	line-height: 1.0;
	float: left;
	margin: 35px 0 0 30px;
	}
* html body h1 { margin: 35px 0 0 15px; } /*  for IE6 only */
	
h1 a {
	display: block;
	width: 350px;
	height: 60px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header .section {
	width: 196px;
	float: right;
	margin: 16px 0 0 0;
	padding: 0;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	height: 61px;
	}
#header p.tel img { display: block; }

#header_nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px;
	height: 19px;
	}

#header_nav li {
	height: 20px;
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 1px 0 0 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 20px;
	}

#nav01 { width: 80px; }
#nav02 { width: 80px; }

#nav01 a {
	background: url(../images/header_nav.jpg) 0 0 no-repeat;
	width: 80px;
	}
#nav02 a {
	background: url(../images/header_nav.jpg) -100px 0 no-repeat;
	width: 80px;
	margin-left: 20px;
	}


/*----------04  Navigation -----------*/

#nav {
	width: 180px;
	float: left;
	padding: 5px 0 20px 10px;
	margin-top:8px;
	}

* html #nav{
	padding: 5px 0 20px 0;
	margin-left:5px;
    }

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	height: 30px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 30px;
	}
#nav .internal2 li {
	height: 30px;
	text-indent: -9999px;
	margin-top:5px;
	}

#nav .internal2 li a {
	display: block;
	height: 30px;
	}

#nav03 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -30px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -60px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -90px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -120px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -155px no-repeat;}
#nav09 a { background: url(../images/nav.jpg) 0 -190px no-repeat;}
#nav10 a { background: url(../images/nav.jpg) 0 -225px no-repeat;}
#nav11 a { background: url(../images/nav.jpg) 0 -260px no-repeat;}

#nav03 a:hover { background: url(../images/nav.jpg) -180px 0 no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -180px -30px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -180px -60px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -180px -90px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -180px -120px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -180px -155px no-repeat;}
#nav09 a:hover { background: url(../images/nav.jpg) -180px -190px no-repeat;}
#nav10 a:hover { background: url(../images/nav.jpg) -180px -225px no-repeat;}
#nav11 a:hover { background: url(../images/nav.jpg) -180px -260px no-repeat;}

#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 0;
	height:70px;
	background: #fff url(../images/footer_bg.jpg) bottom repeat-x;
	font-size: 85%;
	text-align: right;
	color: #DD4F84;
	}
*: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: #DD4F84;
	}
#footer a:hover { text-decoration: underline; }

#footer ul {
	margin: 0 1em 0 1em;
	padding: 7px 0 0 0 ;
	list-style: none;
	clear: both;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address { margin: 8px 1em ; }

/*---------- 06  Contents -----------*/

.section { padding: .5em 20px 0 5px; }
.section .section { padding: .2em 10px; }

p.center { text-align: center; }

#content h2 {
	height: 46px;
	text-indent: -9999px;
	margin-top:5px;
	}
* html #content h2 {
	margin-top:12px;
	}
*:first-child+html #content h2 {
	margin-top:12px;
    }

	
#content h3 {
	clear: both;
	height: 38px;
	text-indent: -9999px;
	margin-left:2px;
	}
#content h4 {
	height: 23px;
	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.gif) 0 4px no-repeat;
	padding-left: 15px;
	}
#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;
	padding-top: 10px;
	}

.image_r {
	float: right;
	margin: 0 0 16px 16px;
	}

.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.jpg) center center no-repeat;
	}
.case img {
	display: block;
	}

.case .caption {
	text-align: center;
	border-top: 2px solid #ccc;
	}


#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 76px;
	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/totop.gif) 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;
	}
p.answer{
    color:#4499af;
    padding-bottom: 5px;
    }	
p.question:first-letter {
	display: block;
	padding: 2px;
	background: #D17878;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #ccc;
	margin: 0 5px 0 0;
	float: left;
	}
p.question{
	color: #D17878;
    padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
    }
/* End hide from IE-mac */


.alpha,
.beta {
	float: left;
	margin: 0 15px 15px 0;
	}
.gamma {
	float: left;
	margin: 0 15px 15px 0;
	}

.text_link {
    text-align:right;
    }
.text_link a{
    color:#CC4466
    }
.text_link a:hover{
    color:#EEA9C3
    }

#nav_ban ul{
   margin:0;
   padding:0;
   }
#nav_ban ul li{
   margin:0;
   padding:0;
   }
   
#nav #nav_ban{
   margin-top:10px;
   } 

.img_border{
  border:1px solid #ccc;
  }

.comment{
  color:#57BA4A;
  }

#content table {
    background:#ffffff;
    }
* html #content table {font-size:95%;color:#666;}
    
#content table th{
    text-align:center;
    background:#FAEADA;
    color:#CC4466;
    }
#content table span {
    color:#E2775A;
    }
#content table,tr,th,td {
    border-color:#EBBFC0;
    }
   
/*-------- 07  Index --------*/
#index h2 {
	height: 30px;
	text-indent: -9999px;
	margin:10px 0 0 0 ;
	width:348px;
	}
#index h2#title01 {background:url(../images/index_h2-01.png) 0 0 no-repeat; }

#index .pkup{
	background: url(../images/pkup_bg.jpg) top no-repeat;
    width:800px;
    height:250px;
    margin:0 0 0 1px;
    }
#index .pkup ul,
#index .pkup li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: -9999px;
	}
#index .pkup ul{
    float:right;
    margin:-5px 25px 0 0;
    padding:0;
    }
* html #index .pkup ul{
    margin:-5px 13px 0 0;
    }
     
#index .pkup li {
	height: 100px;
	width:250px;
	margin-top:20px;
	text-indent: -9999px;
	}
#index .pkup li a {
	display: block;
	height: 100px;
	width:250px;
	}
	    
#pkup01 a { background: url(../images/topic01.jpg) 0 0 no-repeat;}
#pkup02 a { background: url(../images/topic02.jpg) 0 0 no-repeat;}

#index .greeting{
    margin-left:20px;
    width:290px;
    }
#index .alpha {
	float: left;
	margin: 0 15px 15px 10px;
	}
#index .gamma {
	float: right;
	margin: 5px 10px 15px 0;
	}

/*-------- 08  Select_clinic --------*/
#select_clinic h2#title01 {background:url(../images/select_clinic_h2-01.png) 0 0 no-repeat; }
#select_clinic h3#title02 {background:url(../images/select_clinic_h3-02.png) 0 0 no-repeat; }
#select_clinic h4#title03 {background:url(../images/select_clinic_h4-03.png) 0 0 no-repeat; }
#select_clinic h4#title04 {background:url(../images/select_clinic_h4-04.png) 0 0 no-repeat; }
#select_clinic h4#title05 {background:url(../images/select_clinic_h4-05.png) 0 0 no-repeat; }
#select_clinic h4#title06 {background:url(../images/select_clinic_h4-06.png) 0 0 no-repeat; }


/*-------- 09  Recognition --------*/
#recognition h2#title01 {background:url(../images/recognition_h2-01.png) 0 0 no-repeat; }
#recognition h3#title02 {background:url(../images/recognition_h3-02.png) 0 0 no-repeat; }
#recognition h4#title03 {background:url(../images/recognition_h4-03.png) 0 0 no-repeat; }
#recognition h4#title04 {background:url(../images/recognition_h4-04.png) 0 0 no-repeat; }
#recognition h3#title05 {background:url(../images/recognition_h3-05.png) 0 0 no-repeat; margin-top:5px;}
#recognition h3#title06 {background:url(../images/recognition_h3-06.png) 0 0 no-repeat; margin-top:10px;}

#recognition .text01 { padding: 0 20px 20px 5px; }


/*-------- 10  System --------*/
#system h2#title01 {background:url(../images/system_h2-01.png) 0 0 no-repeat; }
#system h3#title02 {background:url(../images/system_h3-02.png) 0 0 no-repeat; }
#system h4#title03 {background:url(../images/system_h4-03.png) 0 0 no-repeat; }
#system h4#title04 {background:url(../images/system_h4-04.png) 0 0 no-repeat; }
#system h3#title05 {background:url(../images/system_h3-05.png) 0 0 no-repeat; }

#system .text01 { padding: 0 20px 20px 5px; }

/*-------- 11  Price --------*/
#price h2#title01 {background:url(../images/price_h2-01.png) 0 0 no-repeat; }
#price h3#title02 {background:url(../images/price_h3-02.png) 0 0 no-repeat; }
#price h3#title03 {background:url(../images/price_h3-03.png) 0 0 no-repeat; }
#price h4#title04 {background:url(../images/price_h4-04.png) 0 0 no-repeat; }
#price h4#title05 {background:url(../images/price_h4-05.png) 0 0 no-repeat; }
#price h4#title06 {background:url(../images/price_h4-06.png) 0 0 no-repeat; }
#price h4#title07 {background:url(../images/price_h4-07.png) 0 0 no-repeat; }

#price .mb01{
    margin-bottom:10px;
    }

/*-------- 12  Dr_and_staff --------*/
#dr_and_staff h2#title01 {background:url(../images/dr_and_staff_h2-01.png) 0 0 no-repeat; }
#dr_and_staff h3#title02 {background:url(../images/dr_and_staff_h3-02.png) 0 0 no-repeat; }

/*-------- 13  Select_point --------*/
#select_point h2#title01 {background:url(../images/select_point_h2-01.png) 0 0 no-repeat; }
#select_point h3#title02 {background:url(../images/select_point_h3-02.png) 0 0 no-repeat; }
#select_point h4#title03 {background:url(../images/select_point_h4-03.png) 0 0 no-repeat; }
#select_point h4#title04 {background:url(../images/select_point_h4-04.png) 0 0 no-repeat; }
#select_point h4#title05 {background:url(../images/select_point_h4-05.png) 0 0 no-repeat; }
#select_point h4#title06 {background:url(../images/select_point_h4-06.png) 0 0 no-repeat; }
#select_point h4#title07 {background:url(../images/select_point_h4-07.png) 0 0 no-repeat; }
#select_point h4#title08 {background:url(../images/select_point_h4-08.png) 0 0 no-repeat; }
#select_point h4#title09 {background:url(../images/select_point_h4-09.png) 0 0 no-repeat; }
#select_point h4#title10 {background:url(../images/select_point_h4-10.png) 0 0 no-repeat; }
#select_point .select_items {
    border:1px dotted #ccc;
    padding:8px;
    }

#select_point .mb01{
    margin-bottom:10px;
    }

/*-------- 14  Q_and_a --------*/
#q_and_a h2#title01 {background:url(../images/q_and_a_h2-01.png) 0 0 no-repeat; }
#q_and_a h3#title02 {background:url(../images/q_and_a_h3-02.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; width:300px;}
#clinic h4#title04 {background:url(../images/clinic_h4-04.png) 0 0 no-repeat; width:300px;}
#clinic h3#title05 {background:url(../images/clinic_h3-05.png) 0 0 no-repeat; }
#clinic h4#title06 {background:url(../images/clinic_h4-06.png) 0 0 no-repeat; }
#clinic #map { 
   margin: 0 auto 30px;
   }
*:first-child+html #clinic #map {
   padding-left:20px;
   }

#clinic #map iframe {width: 425px;  
   height: 350px;  
   border: 2px solid #ccc;  
   }  
#clinic .section table{
   margin-top:15px;
   margin-left:120px;
   }

#clinic .section table dl{
   margin:0;
   }
#clinic  .alpha{
    width:220px;
	float: left;
	margin: 0 0 15px 10px;
	}
#clinic .gamma {
	float: right;
	margin: 0 0 15px 0;
	}
#clinic .alpha img{
    padding:0;
    margin:0;
    }

#clinic .img01{
   margin-bottom:45px;
   }
   
#clinic .official_link{
   background:url(../images/clinic_h4-06.png) 0 0 no-repeat;
   text-indent:23px;
   font-weight:bold;
   font-size:105%;
   }
  
#clinic .official_link a{
   color:#FF917B;
   }

#clinic .official_link a:hover{
   color:#EEA9C3;
   }

/*-------- 16  Mailform --------*/
#mailform h2#title01 {background:url(../images/mailform_h2-01.png) 0 0 no-repeat; }
#mailform h3#title02 {background:url(../images/mailform_h3-02.png) 0 0 no-repeat; }
#mailform h4#title03 {background:url(../images/mailform_h4-03.png) 0 0 no-repeat; }
#mailform .mail_info{
    width:530px;
    margin-left:10px;
    }
#mailform .mail_info th{
    width:210px;
    }
#mailform .mail_info img{
    margin-top:15px;
    margin-left:55px;
    }



/*-------- 17  Sitemap --------*/
#sitemap h2#title01 {background:url(../images/sitemap_h2-01.png) 0 0 no-repeat; }
#sitemap dt{
	background: url(../images/clinic_h4-06.png) 0 0 no-repeat;
    text-indent:25px;
    height:30px;
    }
#sitemap dd ul{
    margin:0 0 10px 5px;
    }
