@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Staff                       */
/*                 09  Clinic                      */
/*                 10  General                     */
/*                 11  Implant                     */
/*                 12  Whitening                   */
/*                 13  Aesthe                      */
/*                 14  Perio                       */
/*                 15  Child                       */
/*                 16  Access                      */
/*                 17  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Deep Green     #167a5b      */
/*        Main Color - Dark Green     #0b513a      */
/*        Main Color - Emerald Green  #34b285      */
/*                                                 */
/*        Sub Color  - Yellow Orange  #ff8500      */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: #bcddcd; }

#wrapper {
	background: #fff;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0;
	background: url(../images/main_bg.jpg) right bottom no-repeat;
	}

#content {
	width: 620px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	padding: 2em 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: #fff url(../images/header_bg.jpg) bottom repeat-x;
	height: 90px;
	width: 800px;
	margin: 0;
	padding: 0;
	}

h1 {
	text-indent: -9999px;
	padding: 7px 0 0 17px;
	width: 350px;
	height: 72px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 350px;
	height: 72px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header .section {
	width: 194px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	margin: 0;
	padding: 0 0 0 0;
	height: 63px;
	}
#header p.tel img { display: block; }

#header_nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 194px;
	height: 23px;
	}

#header_nav li {
	height: 23px;
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 23px;
	}

#nav01 { width: 99px; }
#nav02 { width: 95px; }

#nav01 a {
	background: url(../images/header_nav.jpg) 0px 0 no-repeat;
	width: 99px;
	}
#nav02 a {
	background: url(../images/header_nav.jpg) -99px 0 no-repeat;
	width: 95px;
	}

p#top_img {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	}
p#top_img img { display: block; }


/*----------04  Navigation -----------*/

#nav {
	width: 180px;
	float: left;
	padding: 0 0 20px 0;
	}

#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;
	}

#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 -150px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -180px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -210px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -240px no-repeat; }
#nav12 a { background: url(../images/nav.jpg) 0 -300px 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 -150px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -180px -180px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -180px -210px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -180px -240px no-repeat; }
#nav12 a:hover { background: url(../images/nav.jpg) -180px -300px no-repeat; }

#nav .nav-contact { padding: 20px 0 10px 10px }

#nav h3 {
	height: 36px;
	text-indent: -9999px;
	background: url(../images/nav_h3.jpg) 0 0 no-repeat;
	}

#nav #nav_info {
	font-size: 85%;
	color: #555;
	}
*:first-child+html #nav #nav_info { font-size: 9px; }
* html body #nav #nav_info { font-size: 9px; }

#nav #nav_info dt {
	width: 3em;
	float: left;
	}
#nav #nav_info dd { margin-left: 3em; }

#nav p { text-align: center; }

#nav .nav-contact .qr { font-size: 10px; text-align: center; }
*:first-child+html #nav .nav-contact { font-size: 9px; }
* html body #nav .nav-contact { font-size: 9px;}

#nav .nav-contact .qr img { text-align: center;}

/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 12px 0 10px 0;
	margin: 0;
	background: #e8f7f0 url(../images/footer_bg.jpg) top repeat-x;
	font-size: 85%;
	text-align: center;
	color: #999;
	}
*:first-child+html #footer { font-size: 9px; }
* html body #footer { font-size: 9px; }

#footer a {
	text-decoration: none;
	color: #34b285;
	}
#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 30px; }
.section .section { padding: .5em 10px; }

.r_bold{ font-weight: bold; color: #FF0000;}
.red{ color: #FF0000;}
.redbold14{ color: #FF0000; font-weight: bold; font-size:14px; text-decoration: blink;}


p.center { text-align: center; }

#content h2#title01{
	height: 42px;
	text-indent: -9999px;
	margin: 0 15px;
}
#content h3 {
	clear: both;
	height: 46px;
	text-indent: -9999px;
	margin-left: -10px;
	}
#content h4 {
	height: 30px;
	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.png) 0 2px 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: #34b285; }
a:hover { color: #167a5b; }

#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 40% no-repeat;
	}
.case img {
	display: block;
	}

.caption { text-align: center; }


#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 5em;
	margin: 0;
	padding: 0;
	float: right;
	background-image: none;
	background: #fff;
	}
#content ul.totop li a {
	padding: 0 0 0 15px;
	text-decoration: none;
	background: url(../images/to_top.png) 0 0 no-repeat;
	font-weight: bold;
	}

p.caution {
	padding-left: 24px;
	background: url(../images/caution.png) 0 center no-repeat;
	}

.center { text-align: center; }

a .raquo {
	font-weight: bold;
	font-size: 124%;
	}

#content ul li.detail {
	text-align: right;
	background-image: none;
	background: #fff;
	}


/*---------- 07  Index -----------*/

#index h2#title01 {
	background: url(../images/index_h2-01.jpg) 0 0 no-repeat;
	height: 60px;
	text-indent: -9999px;
	margin:0 0 0 15px ;
	}
#index h3#title02 { background: url(../images/index_h3-02.png) 0 0 no-repeat; }

#index #content .section { padding: .5em 20px; }
#index #pckp ul,
#index #pckp li {
	margin: 0;
	padding: 0;
	background-image: none;
	}

#index #pckp li#pckp01 {
	width: 290px;
	float: left;
	}
#index #pckp li#pckp02 {
	width: 280px;
	float: left;
	}

	#s_bnr_l {
		float: left;
		margin-top: 10px;
	}
	
		#s_bnr_l a {
			outline: 0;
		}
	
	#s_bnr_r {
		float: left;
		margin: 20px 0 0 10px;
	}
	
		#s_bnr_r a {
			outline: 0;
		}

#content h2.t-span{
margin:10px 0px 11px 0;
padding:0 0 0 0;
font-size:13px;
}

.pinkBold{ color: #FF0099; font-weight: bold; margin: 0 0 0 20px;}

/*---------- 08  Staff -----------*/

#staff h2#title01 { background: url(../images/staff_h2-01.png) 0 0 no-repeat; }
#staff h3#title02 { background: url(../images/staff_h3-02.png) 0 0 no-repeat; }
#staff h3#title03 { background: url(../images/staff_h3-03.png) 0 0 no-repeat; }
#staff h4#title04 { background: url(../images/staff_h4-04.png) 0 0 no-repeat; }
#staff h4#title05 { background: url(../images/staff_h4-05.png) 0 0 no-repeat; }
#staff h4#title06 { background: url(../images/staff_h4-06.png) 0 0 no-repeat; }

#staff #content .alpha {
	width; 220px;
	float: left;
	}
#staff #content .beta {
	width: 320px;
	float: right;
	}

#staff #content .beta dt {
	width: 4em;
	float: left;
	}
#staff #content .beta dd { margin-left: 4em; }

/*---------- 09  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; }
#clinic h4#title04 { background: url(../images/clinic_h4-04.png) 0 0 no-repeat; }
#clinic h4#title05 { background: url(../images/clinic_h4-05.png) 0 0 no-repeat; }
#clinic h4#title06 { background: url(../images/clinic_h4-06.png) 0 0 no-repeat; }
#clinic h4#title07 { background: url(../images/clinic_h4-07.png) 0 0 no-repeat; }


/*---------- 10  General -----------*/

#general h2#title01 { background: url(../images/general_h2-01.png) 0 0 no-repeat; }
#general h3#title02 { background: url(../images/general_h3-02.png) 0 0 no-repeat; }
#general h4#title03 { background: url(../images/general_h4-03.png) 0 0 no-repeat; }
#general h4#title04 { background: url(../images/general_h4-04.png) 0 0 no-repeat; }
#general h4#title05 { background: url(../images/general_h4-05.png) 0 0 no-repeat; }
#general h4#title06 { background: url(../images/general_h4-06.png) 0 0 no-repeat; }
#general h4#title07 { background: url(../images/general_h4-07.png) 0 0 no-repeat; }

#general #content .alpha {
	width: 280px;;
	float: left;
	}
#general #content .beta {
	width: 200px;
	float: right;
	}


/*---------- 11  Implant -----------*/

#implant h2#title01 { background: url(../images/implant_h2-01.png) 0 0 no-repeat; }
#implant h3#title02 { background: url(../images/implant_h3-02.png) 0 0 no-repeat; }
#implant h3#title03 { background: url(../images/implant_h3-03.png) 0 0 no-repeat; }
#implant h3#title04 { background: url(../images/implant_h3-04.png) 0 0 no-repeat; }
#implant h4#title05 { background: url(../images/implant_h4-05.png) 0 0 no-repeat; }
#implant h4#title06 { background: url(../images/implant_h4-06.png) 0 0 no-repeat; }
#implant h4#title07 { background: url(../images/implant_h4-07.png) 0 0 no-repeat; }
#implant h4#title08 { background: url(../images/implant_h4-08.png) 0 0 no-repeat; }
#implant h4#title09 { background: url(../images/implant_h4-09.png) 0 0 no-repeat; }
#implant h4#title10 { background: url(../images/implant_h4-10.png) 0 0 no-repeat; }
#implant h4#title11 { background: url(../images/implant_h4-11.png) 0 0 no-repeat; }
#implant h4#title12 { background: url(../images/implant_h4-12.png) 0 0 no-repeat; }

#implant #content ol li {
	list-style: none;
	margin-left: 0;
	}


/*---------- 12  Whitening -----------*/

#whitening h2#title01 { background: url(../images/whitening_h2-01.png) 0 0 no-repeat; }
#whitening h3#title02 { background: url(../images/whitening_h3-02.png) 0 0 no-repeat; }
#whitening h3#title03 { background: url(../images/whitening_h3-03.png) 0 0 no-repeat; }
#whitening h3#title04 { background: url(../images/whitening_h3-04.png) 0 0 no-repeat; }


/*---------- 13  Aesthe -----------*/

#aesthe h2#title01 { background: url(../images/aesthe_h2-01.png) 0 0 no-repeat; }
#aesthe h3#title02 { background: url(../images/aesthe_h3-02.png) 0 0 no-repeat; }
#aesthe h4#title03 { background: url(../images/aesthe_h4-03.png) 0 0 no-repeat; }
#aesthe h4#title04 { background: url(../images/aesthe_h4-04.png) 0 0 no-repeat; }
#aesthe h4#title05 { background: url(../images/aesthe_h4-05.png) 0 0 no-repeat; }
#aesthe h4#title06 { background: url(../images/aesthe_h4-06.png) 0 0 no-repeat; }


/*---------- 14  Perio -----------*/

#perio h2#title01 { background: url(../images/perio_h2-01.png) 0 0 no-repeat; }
#perio h3#title02 { background: url(../images/perio_h3-02.png) 0 0 no-repeat; }
#perio h3#title03 { background: url(../images/perio_h3-03.png) 0 0 no-repeat; }
#perio h4#title04 { background: url(../images/perio_h4-04.png) 0 0 no-repeat; }
#perio h4#title05 { background: url(../images/perio_h4-05.png) 0 0 no-repeat; }

#perio .chart {
	text-align: center;
	background: #fff;
	}


/*---------- 15  Child -----------*/

#child h2#title01 { background: url(../images/child_h2-01.png) 0 0 no-repeat; }
#child h3#title02 { background: url(../images/child_h3-02.png) 0 0 no-repeat; }
#child h3#title03 { background: url(../images/child_h3-03.png) 0 0 no-repeat; }
#child h4#title04 { background: url(../images/child_h4-04.png) 0 0 no-repeat; }
#child h4#title05 { background: url(../images/child_h4-05.png) 0 0 no-repeat; }
#child h4#title06 { background: url(../images/child_h4-06.png) 0 0 no-repeat; }


/*---------- 16  Access -----------*/

#access h2#title01 { background: url(../images/access_h2-01.png) 0 0 no-repeat; }
#access h3#title02 { background: url(../images/access_h3-02.png) 0 0 no-repeat; }

#access #content .alpha {
	width: 300px;
	float: left;
	}

#access #content .beta {
	width: 260px;
	float: right;
	}
	
#access #content .beta dt {
	background: url(../images/li_bg.png) 0 2px no-repeat;
	padding-left: 20px;
	}

#access #content table {
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #e7e7e7;
	margin: 1em 0;
	width: 280px;
	font-size: 100%;
	color: #666;
	}
#access #content table th,
#access #content table td {
	padding: 2px 3px;
	border: 1px solid #eee;
	}
#access #content table th { background: #eee; }

#access #content table td abbr {
	display: block;
	height: 18px;
	width: 18px;
	text-indent: -9999px;
	border-bottom: 0;
	}

#access #content table td abbr.open { background: url(../images/open.png) 0 0 no-repeat; }
#access #content table td abbr.close { background: url(../images/close.png) 0 0 no-repeat; }

#access #content table td.time {
	padding: 0px;
	margin: 0px;
	width: 24px;
	font-size: 10px;
}

#access #content .alpha .mapbox{
	background: url(../images/map.jpg) 0 0 no-repeat;
	padding: 182px 0 10px 115px;
	}

#access #content .alpha .mapbox .pplink a{
	display: block;
	background: url(../images/map_link.gif) 0 0 no-repeat;
	width: 18px;
	height: 18px;
	text-indent: -9999px;
}

/*
#access #content .alpha .mapbox .pplink a:hover{
	background: url(../images/map_link_ov.jpg) 0 0 no-repeat;
}
*/


.m01{ margin: 0px 0 20px 0;}
.pt01{ padding: 30px 0 0 0;}

.orange01{ color: #FF6600; font-weight: bold;}

/*---------- 17  Sitemap -----------*/

#sitemap h2#title01 { background: url(../images/sitemap_h2-01.png) 0 0 no-repeat; }


/*---------- 18  Recruit -----------*/

#recruit h2#title01 { background: url(../images/recruit_h2-01.png) 0 0 no-repeat; }

#recruit #content table {
	text-align: left;
	border: 2px solid #FF8500;
	border-spacing: 1px;
	margin: 1em 0;
	width: 550px;
	font-size: 100%;
	color: #666;
	}
#recruit #content table th,
#recruit #content table td {
	padding: 3px;
	margin:1px;
	border: 1px solid #FFCC99;
	}
#recruit #content table th {
	background-color: #FFEBB8;
	color: #FF6633;
	width: 150px;
	text-align: left;}
	
#recruit #content table td { 
    width: 400px;
	background-color: #FFF;
	text-align: left;}
	
