@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-image: url(../images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #F9F5ED;
}

#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y;
	background-color:#FFFFFF;
	width: 800px;
	margin: 10px auto 10px auto;
	padding: 0;
	text-align: left;
	border: 1px solid #666666;
	}
* html body #wrapper {width: 802px;}

#main {
	margin: 0;
	background: url(../images/main_bg.png) repeat-y;
	}

#content {
	width: 600px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 10px 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 repeat-x;
	height: 60px;
	width: 800px;
	margin: 0;
	padding: 0;
	}
* html body #header { height: 60px; } /*  for IE6 only */

h1 {
	text-indent: -9999px;
	width: 360px;
	height: 50px;
	margin:5px 10px 5px 10px;
	float: left;
	}
h1 a {
	display: block;
	width: 360px;
	height: 50px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header .section {
	width: 230px;
	float: right;
	margin: 4px;
	padding: 0;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	height: 50px;
	}
#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;
	}

#header_img{margin:0; padding:0;}

/*----------04  Navigation -----------*/

#nav_01 {
	height:30px;
	padding: 0;
	}

#nav_01 ul,
#nav_01 li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav_01 .internal01 li {
	width: 200px;
	text-indent: -9999px;
	float:left;
	height:30px;
	}

#nav_01 .internal01 li a {
	display: block;
	width: 200px;	height:30px;
	}
	
#nav01_01 a { background: url(../images/nav_01.jpg) 0 0 no-repeat; }
#nav01_02 a { background: url(../images/nav_01.jpg) -200px 0 no-repeat; }
#nav01_03 a { background: url(../images/nav_01.jpg) -400px 0 no-repeat; }
#nav01_04 a { background: url(../images/nav_01.jpg) -600px 0 no-repeat; }

#nav01_01 a:hover { background: url(../images/nav_01.jpg) 0 -30px no-repeat; }
#nav01_02 a:hover { background: url(../images/nav_01.jpg) -200px -30px no-repeat; }
#nav01_03 a:hover { background: url(../images/nav_01.jpg) -400px -30px no-repeat; }
#nav01_04 a:hover { background: url(../images/nav_01.jpg) -600px -30px no-repeat; }


#nav {width:180px; margin:10px;}

#nav_02 {
	width: 180px;
	float: left;
	padding: 0;
	}

#nav_02 ul,
#nav_02 li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav_02 .internal02 li {
	height: 29px;
	text-indent: -9999px;
	}

#nav_02 .internal02 li a {
	display: block;
	height: 29px;
	}

#nav02_01 a { background: url(../images/nav_02.jpg) 0 0 no-repeat; }
#nav02_02 a { background: url(../images/nav_02.jpg) 0 -29px no-repeat;}

#nav02_01 a:hover { background: url(../images/nav_02.jpg) -180px 0 no-repeat; }
#nav02_02 a:hover { background: url(../images/nav_02.jpg) -180px -29px no-repeat;}

#nav p { text-align: center; margin:10px 0 0 0;}

#nav_03 {
	width: 180px;
	float: left;
	padding: 0;
	}

#nav_03 ul,
#nav_03 li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav_03 .internal03 li {
	height: 29px;
	text-indent: -9999px;
	}

#nav_03 .internal03 li a {
	display: block;
	height: 29px;
	}

#nav03_01 a { background: url(../images/nav_03.jpg) 0 0 no-repeat; }
#nav03_02 a { background: url(../images/nav_03.jpg) 0 -29px no-repeat;}
#nav03_03 a { background: url(../images/nav_03.jpg) 0 -58px no-repeat;}
#nav03_04 a { background: url(../images/nav_03.jpg) 0 -87px no-repeat;}
#nav03_05 a { background: url(../images/nav_03.jpg) 0 -116px no-repeat;}
#nav03_06 a { background: url(../images/nav_03.jpg) 0 -145px no-repeat;}
#nav03_07 a { background: url(../images/nav_03.jpg) 0 -174px no-repeat;}

#nav03_01 a:hover { background: url(../images/nav_03.jpg) -180px 0 no-repeat; }
#nav03_02 a:hover { background: url(../images/nav_03.jpg) -180px -29px no-repeat;}
#nav03_03 a:hover { background: url(../images/nav_03.jpg) -180px -58px no-repeat;}
#nav03_04 a:hover { background: url(../images/nav_03.jpg) -180px -87px no-repeat;}
#nav03_05 a:hover { background: url(../images/nav_03.jpg) -180px -116px no-repeat;}
#nav03_06 a:hover { background: url(../images/nav_03.jpg) -180px -145px no-repeat;}
#nav03_07 a:hover { background: url(../images/nav_03.jpg) -180px -174px no-repeat;}



/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 10px;
	margin: 0;
	background: #fff url(../images/footer_bg.jpg) bottom repeat-x;
	font-size: 85%;
	text-align: center;
	color: #845017;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #646464;
	}
*: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: #505050;
	}
#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: 10px 15px; }
.section .section { padding: .5em 10px; }

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: 26px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 108%;
	font-weight: bold;
	background-image: url(../images/icon01.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	text-indent:15px;
	vertical-align: middle;
	color:#845017;
	}

#content ul li {
	list-style: none;
	background: url(../images/icon02.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: #845017;
	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_r {
	float: right;
	margin: 0 0 16px 16px;
	}

.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.png) 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: 109px;
	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/pagetop.jpg) 0 0 no-repeat;
	}

p.caution {
	padding-left: 24px;
	background: url(../images/caution.png) 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 */



/*---------- 07  Index -----------*/

#index h2#title01 { background: url(../images/index_h2-01.jpg) 0 0 no-repeat; }
#index h3#title02 { background: url(../images/index_h3-02.jpg) 0 0 no-repeat; }
#index h3#title03 { background: url(../images/index_h3-03.jpg) 0 0 no-repeat; }

#index .pickup {
	width:570px;
	background-color:#FFEBC8;
	border: 1px solid #FFCC33;
	padding:10px ;
	margin:0 auto 10px auto;
	height:350px;}

#index .pickup_l{float:left; width:146px;}
*html #index .pickup_l{float:left; width:140px;}
#index .pickup_r{float:right; width:130px;}
#index .pickup a img{margin:0; padding:0;}

#index .map{ float:right; width:320px;}

#index dl{margin:0;}
#index dl dt{
	width: 6em;
	float: left;
	font-weight: bold;
	background-image: url(../images/icon01.jpg);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left:15px;
	color:#845017;
	vertical-align: top;
	margin:0;
}
#index dl dd{overflow:hidden; margin:0;}

#index .index_bg{
	padding:0 180px 0 10px;
	background:url(../images/index_bg.jpg) right top no-repeat;
}


/*---------- 08  Access -----------*/

#access h2#title01 { background: url(../images/access_h2-01.jpg) 0 0 no-repeat; }
#access h3#title02 { background: url(../images/access_h3-02.jpg) 0 0 no-repeat; }
#access h3#title03 { background: url(../images/access_h3-03.jpg) 0 0 no-repeat; }
#access h3#title05 { background: url(../images/access_h3-05.jpg) 0 0 no-repeat; }

#access #content table {
	text-align: left;	
	background-color:#845017;
	border:none;
	font-size:12px;
	color: #666;
}
#access #content table th {
	background-color: #E6D9CC;	
	text-align: left;	
	color:#646464;
	width: 150px;
}
#access #content table td {
	background-color: #FFFFFF;
	text-align: left;	
	width: 350px;
}
#access #content td,
#access #content th,{
	border-color:#646464;
}

#map {
	width: 500px;
	height: 360px;
	border: 2px solid #E6D9CC;
	margin-bottom: 18px;
	}

#access #map .InfoWin { width: 240px; }
#access #map .InfoWin p {
	margin-left: 24px;
	font-size: 108%;
	color: #646464;
	letter-spacing: 1px;
	} 


/*---------- 09  Staff -----------*/

#staff h2#title01 { background: url(../images/staff_h2-01.jpg) 0 0 no-repeat; }
#staff h3#title02 { background: url(../images/staff_h3-02.jpg) 0 0 no-repeat; }
#staff h3#title03 { background: url(../images/staff_h3-03.jpg) 0 0 no-repeat; }
#staff h3#title04 { background: url(../images/staff_h3-04.jpg) 0 0 no-repeat; }

#staff h4 {
	font-size: 108%;
	font-weight: bold;
	background: url(../images/icon01.jpg) no-repeat 215px 3px;
	text-indent:15px;
	vertical-align: middle;
	color:#845017;
	}
*html #staff h4{
	font-size: 108%;
	font-weight: bold;
	background: url(../images/icon01.jpg) no-repeat left 3px;
	text-indent:15px;
	vertical-align: middle;
	color:#845017;
	}

/*---------- 09  general -----------*/

#general h2#title01 { background: url(../images/general_h2-01.jpg) 0 0 no-repeat; }
#general h3#title02 { background: url(../images/general_h3-02.jpg) 0 0 no-repeat; }
#general h3#title03 { background: url(../images/general_h3-03.jpg) 0 0 no-repeat; }
#general h3#title04 { background: url(../images/general_h3-04.jpg) 0 0 no-repeat; }

/*---------- 10  child -----------*/

#child h2#title01 { background: url(../images/child_h2-01.jpg) 0 0 no-repeat; }
#child h3#title02 { background: url(../images/child_h3-02.jpg) 0 0 no-repeat; }
#child h3#title03 { background: url(../images/child_h3-03.jpg) 0 0 no-repeat; }
#child h3#title04 { background: url(../images/child_h3-04.jpg) 0 0 no-repeat; }

/*---------- 11  prevent -----------*/

#prevent h2#title01 { background: url(../images/prevent_h2-01.jpg) 0 0 no-repeat; }
#prevent h3#title02 { background: url(../images/prevent_h3-02.jpg) 0 0 no-repeat; }
#prevent h3#title03 { background: url(../images/prevent_h3-03.jpg) 0 0 no-repeat; }
#prevent h3#title04 { background: url(../images/prevent_h3-04.jpg) 0 0 no-repeat; }

/*---------- 12  aesthe -----------*/

#aesthe h2#title01 { background: url(../images/aesthe_h2-01.jpg) 0 0 no-repeat; }
#aesthe h3#title02 { background: url(../images/aesthe_h3-02.jpg) 0 0 no-repeat; }
#aesthe h3#title03 { background: url(../images/aesthe_h3-03.jpg) 0 0 no-repeat; }
#aesthe h3#title04 { background: url(../images/aesthe_h3-04.jpg) 0 0 no-repeat; }
#aesthe h3#title05 { background: url(../images/aesthe_h3-05.jpg) 0 0 no-repeat; }


/*---------- 13  whitening -----------*/

#whitening h2#title01 { background: url(../images/whitening_h2-01.jpg) 0 0 no-repeat; }
#whitening h3#title02 { background: url(../images/whitening_h3-02.jpg) 0 0 no-repeat; }
#whitening h4#title03 { background: url(../images/whitening_h4-03.jpg) 0 0 no-repeat; }
#whitening h4#title04 { background: url(../images/whitening_h4-04.jpg) 0 0 no-repeat; }
#whitening h4#title05 { background: url(../images/whitening_h4-05.jpg) 0 0 no-repeat; }

#whitening .section .section .section {font-size:85%;}

/*---------- 14  denture -----------*/

#denture h2#title01 { background: url(../images/denture_h2-01.jpg) 0 0 no-repeat; }
#denture h3#title02 { background: url(../images/denture_h3-02.jpg) 0 0 no-repeat; }
#denture h3#title03 { background: url(../images/denture_h3-03.jpg) 0 0 no-repeat; }
#denture h4#title04 { background: url(../images/denture_h4-04.jpg) 0 0 no-repeat; }
#denture h4#title05 { background: url(../images/denture_h4-05.jpg) 0 0 no-repeat; }

#denture .merit{ float:right; width:340px; margin-top:10px;}

/*---------- 15  sitemap -----------*/

#sitemap h2#title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }
#sitemap h3#title02 { background: url(../images/sitemap_h3-02.jpg) 0 0 no-repeat; }
#sitemap h3#title03 { background: url(../images/sitemap_h3-03.jpg) 0 0 no-repeat; }
