@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: #DDDBD7 url(../images/body_bg.jpg) top repeat-x; }


a:link {color: #CC9933;text-decoration: none;}
a:visited {text-decoration: none;color: #cc9933;}
a:hover {text-decoration: none;color: #cc9933;}
a:active {text-decoration: none;color: #cc9933;}


#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y;
	width: 810px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0;
	padding: 0;
	background: #352521;
	}

#content {
	width: 590px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #000;
	background: #fff;
	padding: 1em 0 1em 0;
	margin: 5px 5px 5px 0;
	}

*html #content {
	margin: 5px 3px 5px 0;
	}

/*---------- 03  Header -----------*/

#index #header {
	background: url(../images/header_bg_i.jpg) 0 bottom no-repeat;
	height: 120px;
	width: 810px;
	}
	
#header {
	background: url(../images/header_bg.jpg) 0 bottom no-repeat;
	height: 124px;
	width: 810px;
	margin: 0;
	padding: 0;
	position: relative;
	}
	
#header .description {
	position: absolute;
	top: 6px;
	left: 6px;
	margin: 0;
	color:#fff;
	font-size: 11px;
	width: 400px;
	height: 20px;
    }
		
#header .description02 {
	position: absolute;
	top: 6px;
	left: 572px;
	margin: 0;
	color:#fff;
	font-size: 11px;
    }
#apDiv1{
	width: 350px;
	height: 40px;
	line-height: 1.0;
	float: left;
}	

h1 a {
	display: block;
	width: 400px;
	height: 40px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header .section {
	width: 199px;
	float: right;
	margin: 49px 0 0 0;
	padding: 0;
	}
	
#header #nav_mail a {
	background:url(../images/header_mail.jpg) 0 0 no-repeat;
	width:177px;
	height:22px;
	text-indent:-9999px;
	display:block;
	padding:0;
	margin: 0;
	}
#header #nav_mail a:hover {
	background:url(../images/header_mail.jpg) 0 -22px no-repeat;
	}


#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: 810px;
	height: 58px;
	background:url(../images/header_nav_bg.jpg) 0 40px no-repeat;
	}
#header_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 810px;
	height: 38px;
	}

#header_nav li {
	height: 38px;
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 38px;
	}

#nav01,
#nav02,
#nav03 { width: 201px; }
#nav04 { width: 207px; }

#nav01 a {background: url(../images/header_nav.jpg) 0 0 no-repeat;}
#nav02 a {background: url(../images/header_nav.jpg) -201px 0 no-repeat;}
#nav03 a {background: url(../images/header_nav.jpg) -402px 0 no-repeat;}
#nav04 a {background: url(../images/header_nav.jpg) -603px 0 no-repeat;}

#nav01 a:hover {background: url(../images/header_nav.jpg) 0 -38px no-repeat;}
#nav02 a:hover {background: url(../images/header_nav.jpg) -201px -38px no-repeat;}
#nav03 a:hover {background: url(../images/header_nav.jpg) -402px -38px no-repeat;}
#nav04 a:hover {background: url(../images/header_nav.jpg) -603px -38px no-repeat;}

#header_img {
	width:810px;
	margin: 0;
	padding: 0;
	background: #FFF;
	}
#index #header_img p{
	margin: 0;
	padding: 0;
	height: 301px;
	}

/*----------04  Navigation -----------*/

#nav {
	width: 202px;
	float: left;
	padding: 0;
	margin: 5px 0 5px 5px;
	}
*html #nav {
	margin: 5px 0 5px 3px;
	}
	
#nav .info {
	width: 200px;
	background: #FFF;
	margin: 0 0 5px 0;
	padding: 2px 2px 5px 2px;
	}

#nav .info p{
	margin: 0;
	padding: 0;
	}
#nav .info dl{
	margin: 5px 10px;
	padding: 0;
	}
#nav .info dt{
	ccolor:#221815;
	}
#nav .info dd{
	ccolor:#000;
	margin-left:10px;
	}
	
#nav ul{
	margin: 0;
	padding: 0 0 2px 0;
	list-style: none;
	}
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	text-indent: -9999px;
	background: url(../images/nav.jpg) 0 0 no-repeat;
	}

#nav .internal li a {
	display: block;
	height: 30px;
	}

#nav05 { background: url(../images/nav.jpg) 0 0 no-repeat; height: 34px; }
#nav06 a { background: url(../images/nav.jpg) 0 -34px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -64px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -94px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -124px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -154px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -184px no-repeat; }
#nav12 a { background: url(../images/nav.jpg) 0 -214px no-repeat; }
#nav13 a { background: url(../images/nav.jpg) 0 -244px no-repeat; }
#nav14 a { background: url(../images/nav.jpg) 0 -274px no-repeat; }
#nav15 a { background: url(../images/nav.jpg) 0 -304px no-repeat; }
#nav16 a { background: url(../images/nav.jpg) 0 -334px no-repeat; }
#nav17 a { background: url(../images/nav.jpg) 0 -364px no-repeat; }

#nav06 a:hover { background: url(../images/nav.jpg) -202px -34px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -202px -64px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -202px -94px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -202px -124px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -202px -154px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -202px -184px no-repeat; }
#nav12 a:hover { background: url(../images/nav.jpg) -202px -214px no-repeat; }
#nav13 a:hover { background: url(../images/nav.jpg) -202px -244px no-repeat; }
#nav14 a:hover { background: url(../images/nav.jpg) -202px -274px no-repeat; }
#nav15 a:hover { background: url(../images/nav.jpg) -202px -304px no-repeat; }
#nav16 a:hover { background: url(../images/nav.jpg) -202px -334px no-repeat; }
#nav17 a:hover { background: url(../images/nav.jpg) -202px -364px no-repeat; }

#nav p { text-align: center; }

	
#nav .info_nav a {
	background:url(../images/nav_click.jpg) 0 0 no-repeat;
	width:151px;
	height:26px;
	text-indent:-9999px;
	display:block;
	padding:0;
	margin: 0 auto;
	}
#nav .info_nav a:hover {
	background:url(../images/nav_click.jpg) 0 -26px no-repeat;
	}
/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 14px 0 14px 0;
	margin: 0;
	background: #DDDBD7 url(../images/footer_bg.jpg) 0 14px repeat-x;
	font-size: 12px;
	text-align: center;
	color: #FFF;
	}

#footer .f_box {
	width: 810px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#footer .f_banner {
	margin: 0;
	padding: 10px 0;
	width: 810px;
	}
#footer .f_banner .image_l  {
	float: left;
	margin: 0 8px 5px 0;
	}

#footer a {
	text-decoration: none;
	color: #000;
	}
#footer a:hover { text-decoration: underline; }

#footer #f_nav {
	width:450px;
	float: right;
	height:38px;
	color: #000;
	}

#footer ul { 
	list-style: none;
	margin: 0 0 2px 0;
	padding: 0;
	clear: both;
	height:38px;
	width:450px;
	}

#footer ul li {
	display: inline;
	margin: 12px 0 0 0;
	padding:  0;
	float:left;
	}
#footer #f_nav li#page_top {
	padding:0;
	margin: 0 0 0 10px;
	}
#footer #f_nav li#page_top a{
	background:url(../images/to_top.jpg) 0 0 no-repeat;
	width:98px;
	height:38px;
	text-indent:-9999px;
	display:block;
	padding:0;
	margin: 0;
	} 

#footer address { margin: 8px 1em; color:#C1B8AE; }


/*---------- 06  Contents -----------*/

.section { padding: .5em 10px 1em 10px; }
.section .section { padding: .5em 10px 1em 10px; }


.center { text-align: center; }

#content h2 {
	height: 110px;
	margin: 0 10px;
	}
#content h3 {
	clear: both;
	height: 35px;
	}
#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 6px no-repeat;
	padding-left: 12px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}
	
#content table ul li {
	background: url(../images/li_bg_table.jpg) 0 6px no-repeat;
	}

#content dt { font-weight: bold; }

#content a { text-decoration: underline; }

a {
	color: #784F02;
	outline: none;
	}
a:hover { color: #784F02; }

#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.jpg) center center no-repeat;
	}

.case-narrow {
	margin: 10px 40px;
	background: url(../images/arrow.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:collapse;
	border: 1px solid #3F2D2D;
	font-size: 100%;
	color: #333;
	margin-left: 10px;
	}

#content table th,
#content table td {
	padding: 4px 6px;
	border: 1px solid #3F2D2D;
	}

#content table th {
	background: #CFCAC6;
	color: #3D2F2B;
	}
#content table td {
	background: #F0F0F0;
	}

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}

.text_line {
	border-bottom: dotted 1px #C1B8AE ;
	padding-bottom:10px;
	}

.banner_shika a {
	background:url(../images/banner_shika.jpg) 0 0 no-repeat;
	width:567px;
	height:82px;
	text-indent:-9999px;
	display:block;
	padding:0;
	margin: 0;
	}
.banner_shika a:hover {
	background:url(../images/banner_shika.jpg) 0 -82px no-repeat;
	}


/*---------- 07  Index -----------*/
#index h2 {height:51px;}
#index h3 {height:35px;}
#index h4 {height:35px;}

#index h4#title03 {background:url(../images/index_h4-03.jpg) 0 0 no-repeat;}
#index h4#title04 {background:url(../images/index_h4-04.jpg) 0 0 no-repeat;}
#index h4#title05 {background:url(../images/index_h4-05.jpg) 0 0 no-repeat;}
#index h4#title06 {background:url(../images/index_h4-06.jpg) 0 0 no-repeat;}

#index .pickup {
	background:#C1B8AE;
	margin:5px 15px;
	padding:5px;
	}
#index .pickup .box{
	padding:10px 2px 0 2px;
	}
	
#index .pickup .box p.text {padding:0 10px;}

#index .pickup .box_l{
	padding:2px;
	border: 1px solid #6E5841;
	width:263px;
	float:left;
	background:#F6F6F6;
	}
#index .pickup .box_r{
	padding:2px;
	border: 1px solid #6E5841;
	width:263px;
	float:right;
	background:#F6F6F6;
	}
#index .pickup .box a{
	width:252px;
	height:26px;
	text-indent:-9999px;
	display:block;
	padding:0 0 0 0;
	margin: 5px 0 5px 5px;
	}
#apDiv1 {
	position:absolute;
	left:333px;
	top:885px;
	width:458px;
	height:16px;
	z-index:1;
}
#apDivx {
	width: 350px;
	height: 40px;
	line-height: 1.0;
	float: left;
	margin: 45px 0 0 25px;
}
#apDiv2 {
	position:absolute;
	left:464px;
	top:1819px;
	width:341px;
	height:20px;
	z-index:2;
	margin-bottom: auto;
	margin-top: auto;
}
.style6 {font-size: 10px;font-weight: bold;}
.style7 {font-size: 12px;color:#FFF;}

.style7 a:link{color:#ffffff; text-decoration:none;}
.style7 a:visited{color:#ffffff; text-decoration:none;}
.style7 a:hover{color:#ffffff; text-decoration:none;}
.style7 a:active{color:#ffffff; text-decoration:none;}

#index .pickup01 a {background:url(../images/index_pickup01.jpg) 0 0 no-repeat;}
#index .pickup02 a {background:url(../images/index_pickup02.jpg) 0 0 no-repeat;}
#index .pickup03 a {background:url(../images/index_pickup03.jpg) 0 0 no-repeat;}
#index .pickup04 a {background:url(../images/index_pickup04.jpg) 0 0 no-repeat;}

#index .pickup01 a:hover {background:url(../images/index_pickup01.jpg) 0 -26px no-repeat;}
#index .pickup02 a:hover {background:url(../images/index_pickup02.jpg) 0 -26px no-repeat;}
#index .pickup03 a:hover {background:url(../images/index_pickup03.jpg) 0 -26px no-repeat;}
#index .pickup04 a:hover {background:url(../images/index_pickup04.jpg) 0 -26px no-repeat;}

		
/*---------- 08  clinic -----------*/
#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 h4#title08 {background:url(../images/clinic_h4-06.jpg) 0 0 no-repeat;}

#clinic th {width:120px;}
#clinic td {width:400px;}

.box { padding: .5em 5px 1em 5px; }

/*---------- 09  staff -----------*/
#staff h4#title03 {background:url(../images/staff_h4-01.jpg) 0 0 no-repeat;}
#staff h4#title04 {background:url(../images/staff_h4-02.jpg) 0 0 no-repeat;}
#staff h4#title05 {background:url(../images/staff_h4-03.jpg) 0 0 no-repeat;}
#staff h4#title06 {background:url(../images/staff_h4-04.jpg) 0 0 no-repeat;}


#staff .box {
	width:340px;
	float:right;
	}

#staff .box h4{ height:60px; }

#staff th{width:70px;}
#staff td{width:260px;}

#staff td dl,
#staff td ul {
	margin:3px;
	}

#staff #content .image_l{
	float: left;
	border: 1px solid #ccc;
	background-color:#fff;
	padding:4px;
	line-height:1%;
	margin-right:27px;
	margin:0;	
	}
	
/*---------- 10  pricelist -----------*/
#pricelist h4#title03 {background:url(../images/pricelist_h4-01.jpg) 0 0 no-repeat;}
#pricelist h4#title04 {background:url(../images/pricelist_h4-02.jpg) 0 0 no-repeat;}
#pricelist h4#title05 {background:url(../images/pricelist_h4-03.jpg) 0 0 no-repeat;}
#pricelist h4#title06 {background:url(../images/pricelist_h4-04.jpg) 0 0 no-repeat;}
#pricelist h4#title07 {background:url(../images/pricelist_h4-05.jpg) 0 0 no-repeat;}
#pricelist h4#title08 {background:url(../images/pricelist_h4-06.jpg) 0 0 no-repeat;}
#pricelist h4#title09 {background:url(../images/pricelist_h4-07.jpg) 0 0 no-repeat;}
#pricelist h4#title10 {background:url(../images/pricelist_h4-08.jpg) 0 0 no-repeat;}

#pricelist #content ul {
	margin:0; padding: 0;
	list-style:none;
}

#pricelist #content ul li{
	margin:4px 0 0 0; padding:0;
	background:url(../images/icon_02.jpg) no-repeat 0 0;
	padding:0px 0px 0px 14px;
}

#pricelist th {
	width:400px;
	text-align: left;
	}
#pricelist td {width:120px; text-align:right;}

#pricelist .table02 th {width:120px;}
#pricelist .table02 td {width:400px;}

#pricelist th.th02{background:#DDC890;}
#pricelist td.td02{background:#FFF; color:#784F02;}

	
/*---------- 11  implant -----------*/
#implant h4#title04 {background:url(../images/implant_h4-01.jpg) 0 0 no-repeat;}
#implant h4#title06 {background:url(../images/implant_h4-02.jpg) 0 0 no-repeat;}

#implant th{
	width:280px;
	}
#implant td{
	width:280px;
	vertical-align:top;
	}

#implant th.th02{background:#DDC890;}
#implant td.td02{background:#FFF;}



/*---------- 12  flow -----------*/




/*---------- 13  novel -----------*/
#novel h4#title05 { background:url(../images/novel_h4-05.jpg) 0 0 no-repeat ;}
#novel h4#title06 { background:url(../images/novel_h4-06.jpg) 0 0 no-repeat ;}
#novel h4#title07 { background:url(../images/novel_h4-07.jpg) 0 0 no-repeat ;}
#novel h4#title10 { background:url(../images/novel07.jpg) 0 0 no-repeat ;}

#novel #content dl.merit{margin:0;}
#novel #content .merit dt {
	margin:0;
	background:url(../images/icon_01.jpg) no-repeat 0 0;
	padding:2px 0px 0px 20px;
	color:#60452a;
	font-weight:bold;
}


/*---------- 14  success -----------*/
#success h4#title04 { background:url(../images/success_h4-01.jpg) 0 0 no-repeat ;}
#success h4#title05 { background:url(../images/success_h4-02.jpg) 0 0 no-repeat ;}
#success h4#title06 { background:url(../images/success_h4-03.jpg) 0 0 no-repeat ;}

#success th{
	width:280px;
	}
#success td{
	width:280px;
	vertical-align:top;
	}

#success th.th02{background:#DDC890;}
#success td.td02{background:#FFF;}



/*---------- 15  maintenance -----------*/
#maintenance h4#title05 {background:url(../images/maintenance_01.jpg) 0 0 no-repeat;}
#maintenance h4#title06 {background:url(../images/maintenance_02.jpg) 0 0 no-repeat;}



/*---------- 16  qanda -----------*/


/*---------- 17  case -----------*/
#case h4#title03 {background:url(../images/case_h4-01.jpg) 0 0 no-repeat;}



/*---------- 18  anesthesia -----------*/
#anesthesia h4#title03 { background:url(../images/anesthesia_h4-01.jpg) 0 0 no-repeat ;}


/*---------- 19  esthe -----------*/
#esthe h4#title03 { background:url(../images/esthe_h4-01.jpg) 0 0 no-repeat ;}

#esthe th {width:120px;}
#esthe td {width:400px;}

#esthe .box {
	border: 1px #CCC solid;
	background:#EEE;
	}

/*---------- 20  treatment -----------*/
#treatment h4#title03 { background:url(../images/treatment_h4-01.jpg) 0 0 no-repeat ;}
#treatment h4#title04 { background:url(../images/treatment_h4-02.jpg) 0 0 no-repeat ;}

#treatment .box .image_l{
	width:150px;
	}

#treatment .box {
	padding:5px 30px;
	}


/*---------- 21  guarantee -----------*/


#guarantee th {width:420px; text-align:left; }
#guarantee td {width:100px; text-align:center; }
