@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: 824px;
	margin: 10px auto;
	padding: 0;
	text-align: left;
	}

#main {
	background: url(../images/main_bg.jpg) 0 0 no-repeat;
	margin: 0 0 0 0;
	}

#content {
	width: 594px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	padding: 2em 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 121px;
	width: 824px;
	margin: 0;
	padding: 0;
	position:relative;
	}


/*---- #header h1 {font-size:80%; position:absolute; top:13px; left:117px; width:auto; height:auto;}------*/

#header h1 {font-size:80%; padding:13px 0 0 117px ;width:auto; height:auto;}


#header .rogo {
	width: 430px;
	height: 80px;
	line-height: 1.0;
	float: left;
	position:absolute; top:20px; left:25px;
	}

#header .section {
	width: 200px;
	float: right;
	margin: 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: 19px;
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 19px;
	}

#nav01 { width: 80px; }
#nav02 { width: 100px; }

#nav01 a {
	background: url(../images/header_nav.jpg) -20px 0 no-repeat;
	width: 80px;
	}
#nav02 a {
	background: url(../images/header_nav.jpg) -100px 0 no-repeat;
	width: 100px;
	}


/*----------04  Navigation -----------*/

#nav {
	width: 230px;
	float: left;
	padding: 0 0 20px 0;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	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; }
#nav14 a { background: url(../images/nav.jpg) 0 -440px no-repeat; }

#nav03 a:hover { background: url(../images/nav.jpg) -230px 0 no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -230px -40px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -230px -80px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -230px -120px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -230px -160px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -230px -200px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -230px -240px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -230px -280px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -230px -320px no-repeat; }
#nav12 a:hover { background: url(../images/nav.jpg) -230px -360px no-repeat; }
#nav13 a:hover { background: url(../images/nav.jpg) -230px -400px no-repeat; }
#nav14 a:hover { background: url(../images/nav.jpg) -230px -440px no-repeat; }

#nav p { text-align: center; }


#upper_nav {
	margin: 0px;
	padding: 0 0 10px 0;
	list-style: none;
	width: 823px;
	height: 31px;
	background: url(../images/global_nav_bg.jpg) 0 0 repeat-y;
	float:right;
	}

#upper_nav ul{
margin:0 0 0 68px;
}

#upper_nav li {
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	background: url(../images/g_nav.jpg) 0 0 no-repeat;
	}

#upper_nav li a {
	display: block;
	height: 31px;
	}

#gnav01 { width: 167px; }
#gnav02 { width: 167px; }
#gnav03 { width: 167px; }
#gnav04 { width: 167px; }

#gnav01 a {
	width: 167px;
	background: url(../images/g_nav.jpg) 0 0 no-repeat;
	}
#gnav02 a {
	width: 167px;
	background: url(../images/g_nav.jpg) -169px 0 no-repeat;
	}
#gnav03 a {
	width: 167px;
	background: url(../images/g_nav.jpg) -338px 0 no-repeat;
	}
#gnav04 a {
	width: 167px;
	background: url(../images/g_nav.jpg) -507px 0 no-repeat;
	}

#gnav01 a:hover { background: url(../images/g_nav.jpg) 0 -31px no-repeat; }
#gnav02 a:hover { background: url(../images/g_nav.jpg) -169px -31px no-repeat; }
#gnav03 a:hover { background: url(../images/g_nav.jpg) -338px -31px no-repeat; }
#gnav04 a:hover { background: url(../images/g_nav.jpg) -507px -31px no-repeat; }




/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 0;
	margin: 0;
	background: #fff url(../images/footer_bg.jpg) bottom repeat-x;
	font-size: 85%;
	text-align: center;
	height:81px;
	color: lightyellow;
	}
*: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: white;
	}
#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:0; 
	padding:52px 0 0 0;
}


/*---------- 06  Contents -----------*/

.section { padding: .5em 25px 1em 25px; }
.section .section { padding: .5em 10px 1em 10px; }

.center { text-align: center; }

#content h2 {
	height: 74px;
	text-indent: -9999px;
	margin: 0 15px;
	}
#content h3 {
	clear: both;
	height: 28px;
	text-indent: -9999px;
	margin-left: -10px;
	}
#content h4 {
	height: 26px;
	text-indent: -9999px;
	}

#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 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 8px 0;
	}

.image_r {
	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: 14px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 14px;
	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 {
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #d0d0ff;
	font-size: 100%;
	color: #666;
	width: 500px;
	margin-left: 40px;
	}

#content table th,
#content table td {
	padding: 4px 12px;
	border: 1px solid #ddddff;
	}

#content table th {
	background: #efefff;
	color: #636570;
	width: 130px;
	}

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}





/*---------- 07  Index -----------*/

#index h2#title02{background: url(../images/index_h2-01.jpg) 0 0 no-repeat;
	width:547px;
	height:289px;
}

#index h3#title02{background: url(../images/index_h3-02.jpg) 0 0 no-repeat;}

#index #news{
	overflow: auto;
	width: 530px;
	height: 90px;
	margin:0;
	background:#fffeff;
	border: 1px solid #fea9bc;
	}

#index #news li{
background: url(../images/index_list.jpg) 5px 5px no-repeat;
}


#index #news .cob01{ color: #FF0033; font-weight: bold;}





#index #alpha {
	width: 254px;
	margin: 0 20px 0 10px;
	padding: 0;
	float:left;
}

*html body#index div#alpha {
  margin: 0 5px 0 5px;
}


#index #info01 {
background: url(../images/index_info01.jpg) 0 0 no-repeat;
height: 58px;
width:254px;
}

#index #info02{
background: url(../images/index_info02.jpg) 0 0 no-repeat;
height: 68px;
width:254px;
}

#index #alpha dt{
	text-indent: -9999px;
}


#index #beta {
	float: left;
	width:251px;
	margin: 0 ;
	padding: 0;
}

#index #info03{
background: url(../images/index_info03.jpg) 0 0 no-repeat;
height: 130px;
width:251px;
}

#info03 dt{
	text-indent: -9999px;
}
#info03 dd{
	text-indent: -9999px;
}

.staff {
	text-align:center;
	margin-right:15px;
}
	

/*---------- 09  Staff -----------*/

#ortho #title01{background: url(../images/ortho_h2-01.jpg) 0 0 no-repeat;}
#ortho #title02{background: url(../images/ortho_h3-02.jpg) 0 0 no-repeat;}
#ortho #title03{background: url(../images/ortho_h3-03.jpg) 0 0 no-repeat;}
#ortho #title04{background: url(../images/ortho_h4-04.jpg) 0 0 no-repeat;}
#ortho #title05{background: url(../images/ortho_h4-05.jpg) 0 0 no-repeat;}
#ortho #title06{background: url(../images/ortho_h4-06.jpg) 0 0 no-repeat;}
#ortho #title07{background: url(../images/ortho_h4-07.jpg) 0 0 no-repeat;}
#ortho #title08{background: url(../images/ortho_h3-08.jpg) 0 0 no-repeat;}
#ortho #title09{background: url(../images/ortho_h3-09.jpg) 0 0 no-repeat;}
#ortho #title10{background: url(../images/ortho_h4-10.jpg) 0 0 no-repeat;}
#ortho #title11{background: url(../images/ortho_h4-11.jpg) 0 0 no-repeat;}
#ortho #title12{background: url(../images/ortho_h4-12.jpg) 0 0 no-repeat;}
#ortho #title13{background: url(../images/ortho_h4-13.jpg) 0 0 no-repeat;}
#ortho #title14{background: url(../images/ortho_h4-14.jpg) 0 0 no-repeat;}
#ortho #title15{background: url(../images/ortho_h3-15.jpg) 0 0 no-repeat;}
#ortho #title16{background: url(../images/ortho_h4-16.jpg) 0 0 no-repeat;}
#ortho #title17{background: url(../images/ortho_h4-17.jpg) 0 0 no-repeat;}





/*---------- 08  Concept -----------*/

#clinic #title01{background: url(../images/clinic_h2-01.jpg) 0 0 no-repeat;}
#clinic #title02{background: url(../images/clinic_h3-02.jpg) 0 0 no-repeat;}
#clinic #title03{background: url(../images/clinic_h3-03.jpg) 0 0 no-repeat;}
#clinic #title04{background: url(../images/clinic_h3-04.jpg) 0 0 no-repeat;}

#map {   
    width: 350px;   
    height: 360px;   
    border: 2px solid #ccc;   
    margin: 18px;   
    } 

/*---------- 09  Staff -----------*/

#prevent #title01{background: url(../images/prevent_h2-01.jpg) 0 0 no-repeat;}
#prevent #title02{background: url(../images/prevent_h3-02.jpg) 0 0 no-repeat;}
#prevent #title03{background: url(../images/prevent_h3-03.jpg) 0 0 no-repeat;}
#prevent #title04{background: url(../images/prevent_h4-04.jpg) 0 0 no-repeat;}
#prevent #title05{background: url(../images/prevent_h4-05.jpg) 0 0 no-repeat;}
#prevent #title06{background: url(../images/prevent_h4-06.jpg) 0 0 no-repeat;}
#prevent #title07{background: url(../images/prevent_h4-07.jpg) 0 0 no-repeat;}
#prevent #title08{background: url(../images/prevent_h4-08.jpg) 0 0 no-repeat;}



/*---------- 09  Staff -----------*/

#cost #title01{background: url(../images/cost_h2-01.jpg) 0 0 no-repeat;}
#cost #title02{background: url(../images/cost_h3-02.jpg) 0 0 no-repeat;}
#cost #title03{background: url(../images/cost_h3-03.jpg) 0 0 no-repeat;}
#cost #title04{background: url(../images/cost_h3-04.jpg) 0 0 no-repeat;}
#cost #title05{background: url(../images/cost_h3-05.jpg) 0 0 no-repeat;}

#cost #title06{background: url(../images/cost_h4-06.jpg) 0 0 no-repeat;}
#cost #title07{background: url(../images/cost_h4-07.jpg) 0 0 no-repeat;}


#cost #content table th {
	background: #efefff;
	color: #636570;
	width: 180px;
	}


/*---------- 08  Concept -----------*/
#flow #title01{background: url(../images/flow_h2-01.jpg) 0 0 no-repeat;}

/*---------- 08  Concept -----------*/
#info #title01{background: url(../images/info_h2-01.jpg) 0 0 no-repeat;}

/*---------- 08  Contact -----------*/
#contact #title01{background: url(../images/contact_h2-01.jpg) 0 0 no-repeat;}
#contact #title02{background: url(../images/contact_h3-02.jpg) 0 0 no-repeat;}
#contact #title03{background: url(../images/contact_h3-03.jpg) 0 0 no-repeat;}


/*---------- 08  Medical -----------*/
#medical #title01{background: url(../images/medical_h2-01.jpg) 0 0 no-repeat;}


/*---------- 08  Concept -----------*/
#sitemap #title01{background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat;}


/*---------- 08  Concept -----------*/
#smilegetter #title01{background: url(../images/smilegetter_h2-01.jpg) 0 0 no-repeat;}


/*---------- 08  Concept -----------*/
#faq #title01{background: url(../images/faq_h2-01.jpg) 0 0 no-repeat;}



/*---------- 09 info.html -------------*/
#info #wrapper #main #content .section .info_c {
	width: 420px;
	text-align: center;
	line-height: 15px;
	margin: 10px auto 0;
}
#info #wrapper #main #content .section .info_c tr {
	height: 40px;
}
	
#info #wrapper #main #content .section .info_c .month_12 {
	text-align: left;
	text-indent: -9999px;
	width: 414px;
	height: 30px;
	background: #fff url(../images/month_12.gif) 10px center no-repeat;
}
		
#info #wrapper #main #content .section .info_c .month_01,
#info #wrapper #main #content .section .info_c .month_02,
#info #wrapper #main #content .section .info_c .month_03,
#info #wrapper #main #content .section .info_c .month_04,
#info #wrapper #main #content .section .info_c .month_05,
#info #wrapper #main #content .section .info_c .month_06,
#info #wrapper #main #content .section .info_c .month_07,
#info #wrapper #main #content .section .info_c .month_08,
#info #wrapper #main #content .section .info_c .month_09,
#info #wrapper #main #content .section .info_c .month_10,
#info #wrapper #main #content .section .info_c .month_11,
#info #wrapper #main #content .section .info_c .month_12 {
	text-align: left;
	text-indent: -9999px;
	width: 414px;
	height: 30px;
}

#info #wrapper #main #content .section .info_c .month_01 { 
background: #fff url(../images/month_01.gif) 10px center no-repeat;}

#info #wrapper #main #content .section .info_c .month_02 { 
background: #fff url(../images/month_02.gif) 10px center no-repeat;}

#info #wrapper #main #content .section .info_c .month_03 { 
background: #fff url(../images/month_03.gif) 10px center no-repeat;}

#info #wrapper #main #content .section .info_c .month_04 { 
background: #fff url(../images/month_04.gif) 10px center no-repeat;}

#info #wrapper #main #content .section .info_c .month_05 { 
background: #fff url(../images/month_05.gif) 10px center no-repeat;}

#info #wrapper #main #content .section .info_c .month_06 { 
background: #fff url(../images/month_06.gif) 10px center no-repeat;}

#info #wrapper #main #content .section .info_c .month_07 { 
background: #fff url(../images/month_07.gif) 10px center no-repeat;}

#info #wrapper #main #content .section .info_c .month_08 { 
background: #fff url(../images/month_08.gif) 10px center no-repeat;}

#info #wrapper #main #content .section .info_c .month_09 { 
background: #fff url(../images/month_09.gif) 10px center no-repeat;}

#info #wrapper #main #content .section .info_c .month_10 { 
background: #fff url(../images/month_10.gif) 10px center no-repeat;}

#info #wrapper #main #content .section .info_c .month_11 { 
background: #fff url(../images/month_11.gif) 10px center no-repeat;}

#info #wrapper #main #content .section .info_c .month_12 { 
background: #fff url(../images/month_12.gif) 10px center no-repeat;}




		#info #wrapper #main #content .section .info_c th {
			width: 60px;
			margin: 0;
			padding: 3px 0;
		}
		
			#info #wrapper #main #content .section .info_c td {
				width: 60px;
				margin: 0;
				padding: 3px 0;
				background: #fff;
			}
			
				#info #wrapper #main #content .section .info_c .holy {
					color: #f00;
					font-weight: bold;
					background: #eaf6fb;
				}
				
				#info #wrapper #main #content .section .info_c .af_holy {
					color: #f00;
				}

				#info #wrapper #main #content .section .info_c .af_holybold {
					color: #f00;
					font-weight: bold;
				}
				
	#info #wrapper #main #content .section .cal_info {
		width: 420px;
		margin: 0 auto;
	}

.tuchiya {
  text-align: center;
}
	
.color01{ color:#FF0000;}
.color02b{ color: #FF0066; font-weight: bold; font-size: 18px;}
.color03 { color: #FF6600;}


.cal01{ color:#ff6c00;}
.bold{ font-weight: bold;}

.clinic_name { margin-left: 220px; color: #33B5CF;}

.red { color: #FF0000;}

.mt05 { margin-top: 5px;}
.pl100 { padding-left: 100px;}
