@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                                                 */
/*=======================TOC-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;z
		background: #ffe5c0;
 }

#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y;
	width: 802px;
	margin: 12px auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0;
	padding-right: 10px;
	}

#content {
	width: 590px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	}

* html body .content02 {
	margin-right:-12px;
	}
* html body .content03 {
	margin-right:-3px;
	}
* html body .content04 {
	margin-right:-6px;
	}
/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 95px;
	width: 802px;
	margin: 0;
	padding: 0;
	}
* html body #header { height: 81px; } /*  for IE6 only */

h1 {
	width: 269px;
	line-height: 1.3;
	float: left;
	font-size:10px;
	position:absolute;
	top: -0px;
	color:#555555;
	padding:0 0 0 3px;
	}

*html h1 {
	width: 269px;
	line-height: 1.3;
	float: left;
	font-size:9px;
	position:absolute;
	top: -0px;
	color:#555555;
	padding:2px 0 0 3px;
	}

*+html h1 {
	width: 269px;
	line-height: 1.3;
	float: left;
	font-size:9px;
	position:absolute;
	top: -0px;
	color:#555555;
	padding:2px 0 0 3px;
	}

#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: 198px;
	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; }

#header_nav #nav01 a {
	background: url(../images/header_nav.jpg) -20px 0 no-repeat;
	width: 80px;
	}
#header_nav #nav02 a {
	background: url(../images/header_nav.jpg) -100px 0 no-repeat;
	width: 100px;
	}

.logo{
	padding:9px 0 0 0;
	position:absolute;
	top: 3px;
}

*html .logo{
	padding:7px 0 0 0;
	position:absolute;
	top: 4px;
}

*+html .logo{
	padding:7px 0 0 0;
	position:absolute;
	top: 4px;
}


/*----------04  Navigation -----------*/

#nav {
	width: 200px;
	float: left;
	padding: 5px 0 40px 0;
	}
	
* html body #nav {
	width: 200px;
	float: left;
	padding: 5px 0 100px 0;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	height: 30px;
	width: 200px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	width: 200px;
	height: 30px;
	}

#nav01 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav02 a { background: url(../images/nav.jpg) 0 -30px no-repeat; }
#nav03 a { background: url(../images/nav.jpg) 0 -60px no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -90px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -120px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -150px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -180px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -210px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -240px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -270px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -270px no-repeat; }

#nav01 a:hover { background: url(../images/nav.jpg) -200px 0 no-repeat; }
#nav02 a:hover { background: url(../images/nav.jpg) -200px -30px no-repeat; }
#nav03 a:hover { background: url(../images/nav.jpg) -200px -60px no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -200px -90px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -200px -120px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -200px -150px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -200px -180px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -200px -210px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -200px -240px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -200px -270px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -200px -270px no-repeat; }

#nav .bn{width:180px;text-align: center; margin:0 10px;}

#nav p { text-align: center; }

#nav h3#title{background:url(../images/nav_title.jpg) 10px 0 no-repeat; width:80px; height:15px; text-indent:-9999px;}
#nav .time { text-align: left; margin:5px 10px; font-size:10px;}
#nav table {
	text-align: left;	
	background-color:#FFF;
	border:none;
	font-size:10px;
	color: #666;
	margin:5px 10px;
	padding:0;
}
#nav table th {
	text-align: left;
	width: 50px;
	vertical-align: top;
	border:none;
	margin:0;
	padding:5px 0;
}
#nav table td {
	text-align: left;	
	width: 130px;
	border:none;
	margin:0;
	padding:5px 0;
}

.acsess{
  padding: 20px 0 0 50px;
}


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 12px 0 14px 0;
	margin: 0;
	background: #fff url(../images/footer_bg.jpg) bottom repeat-x;
	font-size: 85%;
	text-align: center;
	color: #de91a2;
	}
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */

#footer .no{float:left; margin:-50px 0 0 0; width:200px; text-align: center}
#footer a {
	text-decoration: none;
	color: #f94956;
	}
#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: 8px 1em; }


/*---------- 06  Contents -----------*/

.section { padding: .5em 10px; }
.section .section { padding: .5em 15px; }

p.center { text-align: center; }

#content h2 {
	height: 46px;
	text-indent: -9999px;
	margin: 0 15px;
	}
#content h3 {
	clear: both;
	height: 38px;
	text-indent: -9999px;
	margin-left: -10px;
	}
#content h4 {
	height: 22px;
	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.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_l01  {
	float: left;
	width: 240px;
	padding-left: 35px;
	}
	
	

.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;   
    }  


#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 */

h3#info {
	width:570px;
	height:30px;
	background-image: url(../images/title_info.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* tiny */

#tiny table { border: none;}
#tiny table td { border: none;}


/*---------- 07  Index -----------*/
#index h2#title01 { 
	background: url(../images/index_img01.jpg) 0 0 no-repeat;
	width:582px;
	height:267px;
	text-indent: 0px;
 }
#index h3#title02 { background:url(../images/index_h3-02.jpg) 0 0 no-repeat; width:570px; height:50px;}
#index h4#title03 { background:url(../images/index_h4-03.jpg) 0 0 no-repeat; width:270px; height:30px;}
#index h4#title04 { background:url(../images/index_h4-04.jpg) 0 0 no-repeat; width:270px; height:30px;}
#index h4#title05 { background:url(../images/index_h4-05.jpg) 0 0 no-repeat; width:570px; height:30px;}
#index h4#title06 { background:url(../images/index_h4-06.jpg) 0 0 no-repeat; width:570px; height:30px;}


#index .alpha,   
#index .beta {   
    float: left;   
    margin: 0 15px 15px 0; 
	width:270px; 
    } 

#index .alpha strong,   
#index .beta strong{color:#FF9900;}

* html body #index .section { padding: .5em 5px; }
* html body #index .section .section { padding: .5em 15px; }

.red{
	color: #FF0000;
}


/*---------- 08  clinic  -----------*/
#clinic h2#title01 { background: url(../images/clinic_h2.jpg) 0 0 no-repeat; }
#clinic h3#title02 { background: url(../images/clinic_h3-01.jpg) 0 0 no-repeat; }
#clinic h4#title03 { background: url(../images/clinic_h4-01.jpg) 0 0 no-repeat; }
#clinic h4#title04 { background: url(../images/clinic_h4-02.jpg) 0 0 no-repeat; }
#clinic h4#title05 { background: url(../images/clinic_h4-03.jpg) 0 0 no-repeat; }
#clinic h4#title06 { background: url(../images/clinic_h4-04.jpg) 0 0 no-repeat; }
#clinic h4#title07 { background: url(../images/clinic_h4-05.jpg) 0 0 no-repeat; }
#clinic h3#title08 { background: url(../images/clinic_h3-02.jpg) 0 0 no-repeat; }
#clinic h4#title09 { background: url(../images/clinic_h4-06.jpg) 0 0 no-repeat; }
#clinic h3#title10 { background: url(../images/clinic_h3-03.jpg) 0 0 no-repeat; }
#clinic h4#title11 { background: url(../images/clinic_h4-07.jpg) 0 0 no-repeat; }
#clinic h4#title12 { background: url(../images/clinic_h4-08.jpg) 0 0 no-repeat; }
#clinic h3#title13 { background: url(../images/clinic_h3-04.jpg) 0 0 no-repeat; }
#clinic h3#title14 { background: url(../images/clinic_h3-05.jpg) 0 0 no-repeat; }
#clinic h4#title15 { background: url(../images/clinic_h4-09.jpg) 0 0 no-repeat; }
#clinic h4#title16 { background: url(../images/clinic_h4-10.jpg) 0 0 no-repeat; }
#clinic h4#title17 { background: url(../images/clinic_h4-11.jpg) 0 0 no-repeat; }
#clinic h4#title18 { background: url(../images/clinic_h4-12.jpg) 0 0 no-repeat; }


#clinic .image_l,
#clinic .image_r,
#clinic .image_l02 p{text-align:center;}

#clinic .orange strong{color:#FF9900;}

#clinic .image_l02  {
	float: left;
	margin: 0 16px 16px 0;
	}
#clinic .dr{float:left;}
#clinic .flow{float:left; width:340px;}

/*---------- 09 prevent -----------*/
#prevent h2#title01 { background: url(../images/prevent_h2.jpg) 0 0 no-repeat; }
#prevent h3#title02 { background: url(../images/prevent_h3-01.jpg) 0 0 no-repeat; }
#prevent h3#title03 { background: url(../images/prevent_h3-02.jpg) 0 0 no-repeat; }
#prevent h3#title04 { background: url(../images/prevent_h3-03.jpg) 0 0 no-repeat; }
#prevent h4#title05 { background: url(../images/prevent_h4-01.jpg) 0 0 no-repeat; }
#prevent h3#title06 { background: url(../images/prevent_h3-04.jpg) 0 0 no-repeat; }


/*---------- 10 child -----------*/
#child h2#title01 { background: url(../images/child_h2.jpg) 0 0 no-repeat; }
#child h3#title02 { background: url(../images/child_h3-01.jpg) 0 0 no-repeat; }
#child h4#title03 { background: url(../images/child_h4-01.jpg) 0 0 no-repeat; }
#child h3#title04 { background: url(../images/child_h3-02.jpg) 0 0 no-repeat; }
#child h4#title05 { background: url(../images/child_h4-02.jpg) 0 0 no-repeat; }
#child h4#title06 { background: url(../images/child_h4-03.jpg) 0 0 no-repeat; }
#child h4#title07 { background: url(../images/child_h4-04.jpg) 0 0 no-repeat; }
#child h3#title08 { background: url(../images/child_h3-04.jpg) 0 0 no-repeat; }
#child h3#title09 { background: url(../images/child_h3-05.jpg) 0 0 no-repeat; }

#child strong{
	font-size: 124%;
	font-weight: bold;
	color: #ff6600;
}

#child .image_l,
#child .image_r p{text-align:center;}


/*---------- 11 ortho -----------*/
#ortho h2#title01 { background: url(../images/ortho_h2.jpg) 0 0 no-repeat; }
#ortho h3#title02 { background: url(../images/ortho_h3-01.jpg) 0 0 no-repeat; }
#ortho h4#title03 { background: url(../images/ortho_h4-01.jpg) 0 0 no-repeat; }
#ortho h4#title04 { background: url(../images/ortho_h4-02.jpg) 0 0 no-repeat; }


#ortho strong{
	font-size: 124%;
	font-weight: bold;
	color: #ff6600;
}



/*---------- 12 perio -----------*/
#perio h2#title01 { background: url(../images/perio_h2.jpg) 0 0 no-repeat; }
#perio h3#title02 { background: url(../images/perio_h3-01.jpg) 0 0 no-repeat; }
#perio h4#title03 { background: url(../images/perio_h4-01.jpg) 0 0 no-repeat; }
#perio h3#title04 { background: url(../images/perio_h3-02.jpg) 0 0 no-repeat; }
#perio h4#title05 { background: url(../images/perio_h4-02.jpg) 0 0 no-repeat; }
#perio h4#title06 { background: url(../images/perio_h4-03.jpg) 0 0 no-repeat; }
#perio h4#title07 { background: url(../images/perio_h4-04.jpg) 0 0 no-repeat; }

#perio ul li{
	color: #ff6600;
}


/*---------- 13 implant -----------*/
#implant h2#title01 { background: url(../images/implant_h2.jpg) 0 0 no-repeat; }
#implant h3#title02 { background: url(../images/implant_h3-01.jpg) 0 0 no-repeat; }
#implant h4#title03 { background: url(../images/implant_h4-01.jpg) 0 0 no-repeat; }
#implant h4#title04 { background: url(../images/implant_h4-02.jpg) 0 0 no-repeat; }
#implant h4#title05 { background: url(../images/implant_h4-03.jpg) 0 0 no-repeat; }

#implant strong{
	font-size: 124%;
	font-weight: bold;
	color: #ff6600;
}

/*---------- 14 white -----------*/
#white h2#title01 { background: url(../images/white_h2.jpg) 0 0 no-repeat; }
#white h3#title02 { background: url(../images/white_h3-01.jpg) 0 0 no-repeat; }
#white h3#title03 { background: url(../images/white_h3-02.jpg) 0 0 no-repeat; }
#white h3#title04 { background: url(../images/white_h3-03.jpg) 0 0 no-repeat; }

#white dt{
	font-weight: bold;
	color: #ff6600;
	font-size: 124%;
}




/*---------- 15 esthe -----------*/
#esthe h2#title01 { background: url(../images/esthe_h2.jpg) 0 0 no-repeat; }
#esthe h3#title02 { background: url(../images/esthe_h3-01.jpg) 0 0 no-repeat; }
#esthe h3#title03 { background: url(../images/esthe_h3-02.jpg) 0 0 no-repeat; }
#esthe h4#title04 { background: url(../images/esthe_h4-01.jpg) 0 0 no-repeat; }
#esthe h4#title05 { background: url(../images/esthe_h4-02.jpg) 0 0 no-repeat; }
#esthe h4#title06 { background: url(../images/esthe_h4-03.jpg) 0 0 no-repeat; }

#esthe strong{
	font-weight: bold;
	color: #ff6600;
}


/*---------- 16 recruit -----------*/
#recruit h2#title01 { background: url(../images/recruit_h2.jpg) 0 0 no-repeat; }
#recruit h3#title02 { background: url(../images/recruit_h3-01.jpg) 0 0 no-repeat; }


#recruit table.job{
	margin: 0 20px;
	font-size: 100%;
}
#recruit table.job th,
#recruit table.job td{border: solid 1px #CC6600;}
#recruit table.job th{
	background-color:#FFCC66;
	color:#FF6600;
	width:100px;
	text-align:left;}
#recruit table.job td{width:420px; background-color:#FFF;}

#recruit strong{
	font-size: 124%;
	font-weight: bold;
	color: #ff6600;
}


/*---------- 14 sitemap -----------*/
#sitemap h2#title01 { background: url(../images/sitemap_h2.jpg) 0 0 no-repeat; }
#sitemap dl{margin:10px 0 0 10px;}
#sitemap dl dt{font-size: 108%;
	           background: url(../images/sitemap_bg.jpg) 0 7px no-repeat;
			   padding-left:15px;}
#sitemap dl dd {margin: 0 0 15px 20px;}



/*---------- 中ページ -----------*/

.ｔR{
	text-align: right;
}

.pnon01{
	padding: 0px;
	margin: 10px 0px 0px 0px;
}

.tR_non01{
	padding: 0px 20px 0px 0px;
	margin: 0px;
	text-align: right;
}

