@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Concept                     */
/*                 09  Clinic                      */
/*                 10  Treatment                   */
/*                 11  General                     */
/*                 12  Denture                     */
/*                 13  Perio                       */
/*                 14  Esthe                       */
/*                 15  Recruit                     */
/*                 16  Access                      */
/*                 17  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: #fff; }

#wrapper {
	background: url(../images/bg.jpg) repeat-y;
	width: 820px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0 30px 0 10px;
	background: url(../images/main_bg.jpg) repeat-y;
	}

#content {
	width: 570px;
	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.jpg) 0 0 repeat-x;
	height: 80px;
	width: 800px;
	margin: 0 10px 1px;
	padding: 2px 0 0 0;
	border-bottom: 1px solid #65bf29;
	}
* html body #header { height: 82px; } /*  for IE6 only */

h1 {
	position:absolute;
	margin: 7px 0 3px 16px;
	font-size:12px;
	width: 403px;
	height: 15px;
	float: left;
	}
* html h1 {
	position:absolute;
	margin: 7px 0 3px 16px;
	font-size:13px;
	width: 403px;
	height: 16px;
	float: left;
	}
*+html h1 {
	position:absolute;
	margin: 7px 0 3px 16px;
	font-size:13px;
	width: 403px;
	height: 16px;
	float: left;
	}

p.logo {
	position:absolute;
	top:16px;
	_left:227px;
	*left:230px;
	float: left;
	display: block;
	width: 403px;
	height: 50px;	
	}

#header p.tel {
	position:absolute;
	top:-4px;
	right:232px;
/*	margin: 0;
	padding: 0;*/
	width: 207px;
	float: right;
	}

@-moz-document url-prefix() {#header p.tel {
	top:-5px;
}}

#header p.tel img { display: block; }

#header_nav {
	position:absolute;
	top:-10px;
	right:485px;
/*	margin: 0;
	padding: 0;*/
	list-style: none;
	width: 130px;
	float: left;
	}

#header_nav li {
	display: block;
	height: 15px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 56px;
	}
#header_nav li a {
	display: block;
	height: 15px;
	}

#nav01 {
	width: 60px; 
	}
#nav02 { 
	width: 70px; 
	}
#nav01 a {
	background: url(../images/header_nav01.jpg) 0 0 no-repeat;
	width: 50px;
	}
#nav02 a {
	background: url(../images/header_nav02.jpg) 0 0 no-repeat;
	width: 70px;
	}


/*----------04  Navigation -----------*/

#nav {
	width: 180px;
	float: left;
	padding: 5px 0 20px 0;
	margin-left: 10px;
	display: inline;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	height: 27px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 27px;
	}

#nav03 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -27px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -54px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -81px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -108px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -135px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -162px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -189px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -216px no-repeat; }
#nav12 a { background: url(../images/nav.jpg) 0 -243px no-repeat; }

#nav03 a:hover { background: url(../images/nav.jpg) -180px 0 no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -180px -27px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -180px -54px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -180px -81px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -180px -108px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -180px -135px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -180px -162px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -180px -189px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -180px -216px no-repeat; }
#nav12 a:hover { background: url(../images/nav.jpg) -180px -243px no-repeat; }

#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 12px 0 14px 0;
	margin: 0 10px;
	background: #fff url(../images/footer.jpg) 0 0 repeat-x;
	font-size: 85%;
	text-align: left;
	color: #999999;
	border-top: 3px solid #65bf29;
	}
*: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: #65bf29;
	}
#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;
	color: #006867;
	}


/*---------- 06  Contents -----------*/

.section { padding: .5em 20px; }
.section .section { padding: .5em 10px; }

p.center { text-align: center; }

#content h2 {
	height: 50px;
	text-indent: -9999px;
	margin: 0;
	}
#content h3 {
	clear: both;
	height: 35px;
	text-indent: -9999px;
	}
#content h4 {
	height: 25px;
	text-indent: -9999px;
	border-bottom: 1px solid #00989b;
	margin-bottom: 10px;
	}

#content h5 {
	font-size: 108%;
	font-weight: bold;
	padding: .3em 5px;
	background: #eee;
	margin-bottom: 5px;
	}

#content ul li {
	list-style: none;
	background: url(../images/list.jpg) 0 4px no-repeat;
	padding-left: 20px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt {
	font-weight: bold;
	color: #009a96;
	}

#content a { text-decoration: underline; }
a {
	color: #65bf29;
	outline: none;
	}
a:hover { color: #95ff59; }

#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.jpg) center center no-repeat;
	}
.case img {
	display: block;
	}

.case .caption {
	text-align: center;
	}

div.access_l {
	float: left;
	margin: 0 16px 16px 0;
	border: 1px solid #63c22a;
	}

div.access_c #map{
	border: 1px solid #63c22a;
	}
	

#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 83px;
	height: 15px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 15px;
	background: url(../images/pagetop.jpg) 0 0 no-repeat;
	}

p.caution {
	padding: 1px .3em;
	text-align: right;
	}

/* 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 */


#main_image {
	border-top: 3px solid #6abf2c;
	border-bottom: 5px solid #6abf2c;
	margin: 0 10px;
	}
#content table { font-size: 100%; }

/*---------- 07  Index -----------*/

#index #content #title01 { background: url(../images/index_h2-01.jpg) 0 0 no-repeat; }
#index #content #title02 { background: url(../images/index_h3-02.jpg) 0 0 no-repeat; }
#index #content #title03 { background: url(../images/index_h3-03.jpg) 0 0 no-repeat; }
#index #content #title04 { background: url(../images/index_h2-tiny.jpg) 0 0 no-repeat; padding: 0; margin: 0;}

#index .section { padding: 0 5px; }
#index .section .section { padding: 0; }

#index .section02 { padding: 10px 0 15px 0; }
#index .section02 p{ margin: 0; padding: 0;}

#index .pickup div {
	width: 270px;
	border: 1px solid #67c12b;
	margin: 0 0 20px;
	}
#index .pickup div h3 {
	width: 270px;
	height: 28px;
	}
#index .pickup div p {
	padding: 0 .5em;
	}
#index .pickup div .bt {
	padding: 0 5px;
	margin: 0;
	text-align: right;
	background: #eee;
	line-height: 0;
	}
#index .clinic_info {
	margin: 0 0 0 210px;
	}
#index .clinic_info dl {
	margin: 0;
	}
#index .clinic_info dl dt {
	float: left;
	}
#index .clinic_info dl dd {
	margin: 0 80px;
	}
#index .clinic_info h4 {
	font-size: 100%;
	font-weight: bold;
	color: #009a96;
	background: #fff;
	text-indent: 0; 
	margin: 5px 0;
	height: auto;
	border: 0;
	}
#index .clinic_info .detail {
	text-align: right;
	margin: 0;
	padding: 0;
	}

#index table {
	padding: 0;
	margin: 0;
	border: 1px solid #679998;
	}
#index table .colored th {
	background: #67c12c;
	}
#index table th,
#index table td {
	padding: 0;
	border: 1px solid #679998;
	}
#index table tr th.time {
	padding: 1px 30px 1px 2px;
	background: #eaffdc;
	text-align: left;
	}


#news_tiny {
	width: 578px;
	height:70px;
	margin: 0 0 15px 0px;
	padding: 0px 0;
/*	border:#CCC 1px solid;*/
	overflow: auto;
}

#news_tiny table{
	width: 555px;
	border: none;
}

#news_tiny table th,
#news_tiny table td{
	font-size: 13px;
	line-height: 1.5em;
	margin: 0;
	padding: 5px 5px 5px 0px;
	color: #727272;
	border: none;
}

#news_tiny table td.tn_date{
	color: #589ea2;
	width: 90px;
	vertical-align: top;
}

#news_tiny a{
	background: none;
}


/*---------- 08  Concept -----------*/

#concept #content #title01 { background: url(../images/concept_h2-01.jpg) 0 0 no-repeat; }
#concept #content #title02 { background: url(../images/concept_h3-02.jpg) 0 0 no-repeat; }
#concept #content #title03 { background: url(../images/concept_h3-03.jpg) 0 0 no-repeat; }
#concept #content #title04 { background: url(../images/concept_h4-04.jpg) 0 0 no-repeat; }
#concept #content #title05 { background: url(../images/concept_h4-05.jpg) 0 0 no-repeat; }

#concept .rightbox {
	margin-left: 230px;
	}
#concept .rightbox dl {
	margin: .3em 0;
	}
#concept .rightbox dl dt {
	float: left;
	}
#concept .rightbox dl dd {
	margin: 0 0 0 80px;
	}

/*---------- 09  Clinic -----------*/

#clinic #content #title01 { background: url(../images/clinic_h2-01.jpg) 0 0 no-repeat; }
#clinic #content #title02 { background: url(../images/clinic_h3-02.jpg) 0 0 no-repeat; }
#clinic #content #title03 { background: url(../images/clinic_h4-03.jpg) 0 0 no-repeat; }
#clinic #content #title04 { background: url(../images/clinic_h4-04.jpg) 0 0 no-repeat; }
#clinic #content #title05 { background: url(../images/clinic_h4-05.jpg) 0 0 no-repeat; }
#clinic #content #title06 { background: url(../images/clinic_h4-06.jpg) 0 0 no-repeat; }
#clinic #content #title07 { background: url(../images/clinic_h4-07.jpg) 0 0 no-repeat; }
#clinic #content #title08 { background: url(../images/clinic_h4-08.jpg) 0 0 no-repeat; }
#clinic #content #title09 { background: url(../images/clinic_h4-09.jpg) 0 0 no-repeat; }

/*---------- 10  Treatment -----------*/

#treatment #content #title01 { background: url(../images/treatment_h2-01.jpg) 0 0 no-repeat; }
#treatment #content #title02 { background: url(../images/treatment_h3-02.jpg) 0 0 no-repeat; }
#treatment #content #title03 { background: url(../images/treatment_h3-03.jpg) 0 0 no-repeat; }
#treatment #content #title04 { background: url(../images/treatment_h4-04.jpg) 0 0 no-repeat; }
#treatment #content #title05 { background: url(../images/treatment_h4-05.jpg) 0 0 no-repeat; }
#treatment #content #title06 { background: url(../images/treatment_h4-06.jpg) 0 0 no-repeat; }
#treatment #content #title07 { background: url(../images/treatment_h4-07.jpg) 0 0 no-repeat; }
#treatment #content #title08 { background: url(../images/treatment_h4-08.jpg) 0 0 no-repeat; }
#treatment #content #title09 { background: url(../images/treatment_h4-09.jpg) 0 0 no-repeat; }

/*---------- 11  General -----------*/

#general #content #title01 { background: url(../images/general_h2-01.jpg) 0 0 no-repeat; }
#general #content #title02 { background: url(../images/general_h3-02.jpg) 0 0 no-repeat; }
#general #content #title03 { background: url(../images/general_h4-03.jpg) 0 0 no-repeat; }
#general #content #title04 { background: url(../images/general_h4-04.jpg) 0 0 no-repeat; }
#general #content #title05 { background: url(../images/general_h3-05.jpg) 0 0 no-repeat; }
#general #content #title06 { background: url(../images/general_h4-06.jpg) 0 0 no-repeat; }
#general #content #title07 { background: url(../images/general_h3-07.jpg) 0 0 no-repeat; }
#general #content #title08 { background: url(../images/general_h4-08.jpg) 0 0 no-repeat; }

#general table {
	border: 1px solid #679998;
	}
#general table tr th {
	color: #65bf29;
	}
#general table tr th,
#general table tr td {
	border: 1px solid #679998;
	background: #eeffee;
	}
#general table tr.colored th,
#general table tr.colored td {
	background: #ddffdd;
	}

#general .point {
	margin: 10px;
	}
#general .point div {
	width: 220px;
	border: 1px solid #679998;
	padding: 5px;
	margin: 0 0 10px;
	}
* html body #general .point div { width: 240px; }

/*---------- 12  Denture -----------*/

#denture #content #title01 { background: url(../images/denture_h2-01.jpg) 0 0 no-repeat; }
#denture #content #title02 { background: url(../images/denture_h3-02.jpg) 0 0 no-repeat; }
#denture #content #title03 { background: url(../images/denture_h3-03.jpg) 0 0 no-repeat; }
#denture #content #title04 { background: url(../images/denture_h4-04.jpg) 0 0 no-repeat; }
#denture #content #title05 { background: url(../images/denture_h4-05.jpg) 0 0 no-repeat; }
#denture #content #title06 { background: url(../images/denture_h4-06.jpg) 0 0 no-repeat; }

#denture .rightbox {
	margin-left: 220px;
	}
/*---------- 13  Perio -----------*/

#perio #content #title01 { background: url(../images/perio_h2-01.jpg) 0 0 no-repeat; }
#perio #content #title02 { background: url(../images/perio_h3-02.jpg) 0 0 no-repeat; }
#perio #content #title03 { background: url(../images/perio_h3-03.jpg) 0 0 no-repeat; }
#perio #content #title04 { background: url(../images/perio_h4-04.jpg) 0 0 no-repeat; }
#perio #content #title05 { background: url(../images/perio_h4-05.jpg) 0 0 no-repeat; }
#perio #content #title06 { background: url(../images/perio_h3-06.jpg) 0 0 no-repeat; }

/*---------- 14  Esthe -----------*/

#esthe #content #title01 { background: url(../images/esthe_h2-01.jpg) 0 0 no-repeat; }
#esthe #content #title02 { background: url(../images/esthe_h3-02.jpg) 0 0 no-repeat; }
#esthe #content #title03 { background: url(../images/esthe_h3-03.jpg) 0 0 no-repeat; }
#esthe #content #title04 { background: url(../images/esthe_h3-04.jpg) 0 0 no-repeat; }
#esthe #content #title05 { background: url(../images/esthe_h4-05.jpg) 0 0 no-repeat; }

	#esthe #wrapper #main #content .section .white {
		margin: 0 0 2em 1em;
	}
	
		.bor_b {
			border-bottom: 1px dashed #009a96;
		}
		
		#esthe #content .white dt {
			margin-top: 1em;
		}


/*---------- 15  Price -----------*/

#price #content #title01 { background: url(../images/price_h2-01.jpg) 0 0 no-repeat; }
#price #content #title02 { background: url(../images/price_h3-02.jpg) 0 0 no-repeat; }
#price #content #title03 { background: url(../images/price_h4-03.jpg) 0 0 no-repeat; }
#price #content #title04 { background: url(../images/price_h4-04.jpg) 0 0 no-repeat; }
#price #content #title05 { background: url(../images/price_h4-05.jpg) 0 0 no-repeat; }
#price #content #title06 { background: url(../images/price_h4-06.jpg) 0 0 no-repeat; }
#price #content #title07 { background: url(../images/price_h3-07.jpg) 0 0 no-repeat; }
#price #content #title08 { background: url(../images/price_h4-08.jpg) 0 0 no-repeat; }
#price #content #title09 { background: url(../images/price_h4-09.jpg) 0 0 no-repeat; }
#price #content #title10 { background: url(../images/price_h3-10.jpg) 0 0 no-repeat; }


#price table {
	margin-bottom: 30px;
	border: 1px solid #679998;
	}
#price table tr th {
	font-weight: normal;
	}
	
	#price #wrapper #main #content .section .colored .p_s {
		color: #65bf29;
		font-weight: bold;
	}
	
#price table tr th,
#price table tr td {
	border: 1px solid #679998;
	background: #eeffee;
	}
#price table tr.colored th,
#price table tr.colored td {
	background: #ddffdd;
	}
#price table ul li {
	background: none;
	padding-left: 0;
	}

.p_t {
	text-align: right;
}



/*---------- 16  Recruit -----------*/

#recruit #content #title01 { background: url(../images/recruit_h2-01.jpg) 0 0 no-repeat; }

#recruit table {
	border: 1px solid #679998;
	}
#recruit table tr th {
	color: #65bf29;
	}
#recruit table tr th,
#recruit table tr td {
	border: 1px solid #679998;
	background: #eeffee;
	}
#recruit table tr.colored th,
#recruit table tr.colored td {
	background: #ddffdd;
	}
#recruit table ul li {
	background: none;
	padding-left: 0;
	}
/*---------- 17  Access -----------*/

#access #content #title01 { background: url(../images/access_h2-01.jpg) 0 0 no-repeat; }

#access dl {
	margin: .3em 0;
	}
#access dl dt {
	float: left;
	}
#access dl dd {
	margin: 0 0 0 80px;
	}
#access dl dd table,
#access dl dd table tr th,
#access dl dd table tr td {
	border: 0;
	padding: 0;
	text-align: left;
	color: #666666;
	}

#access dl dd table tr th { padding-right: 20px; }

/*---------- 18  Sitemap -----------*/

#sitemap #content #title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }


