@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Credo                       */
/*                 09  Staff                       */
/*                 10  Clinic                      */
/*                 11  Recruit                     */
/*                 12  General                     */
/*                 13  Prevent                     */
/*                 14  Aesthe                      */
/*                 15  Implant                     */
/*                 16  Ortho                       */
/*                 17  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Green          #00a73b      */
/*        Main Color - Yellow Green   #bbd762      */
/*        Main Color - Light Green    #e7efba      */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: url(../images/bg.jpg) repeat-x 0 top; }

div#bg {
	background: url(../images/body_bg.jpg) no-repeat center top;
	margin: -3px 0 0;
	padding: 0;
}

#wrapper {
	background: url(../images/wrapper_bg.gif) bottom repeat-x #FFFFFF;
	width: 800px;
	margin: 0 auto;
	padding: 0 0 6px 0;
	border: 1px solid #666;
	text-align: left;
	}
* html body #wrapper { width: 802px; }

#wrapper_head {
	width: 800px;
	margin: 0 auto;
	padding: 0 0 6px 0;
	text-align: left;
	height:16px;
	}
* html body #wrapper_head { width: 802px; height:16px; }

#main {
	margin: 0;
	background: url(../images/main_bg.gif) left repeat-y;
	}

#content {
	width: 620px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	padding: 2em 0 1em 0;
	}


/*---------- 03  Header -----------*/

#skip-sitemap {
	/*width: 800px;*/
	margin: 3px auto;
	text-align: right;
	float:right;
	}
#skip-sitemap a {
	text-decoration: none;
	font-weight: bold;
	color: #555;
	margin-right: .5em;
	}
#skip-sitemap a:hover { color: #f60; }

#header {
	background: url(../images/header_bg.gif) top repeat-x;
	width: 800px;
	margin: 0;
	padding: 5px 0 0 0;
	border-bottom: 1px solid #666;
	}
	
h1	{
	float:left;
	font-size:100%;
	linesheit:140px;
	display:block;
	height:16px;
	color: #555;
	padding: 5px 0 0 0;
}

.h1 {
	width: 260px;
	height: 30px;
	line-height: 1.0;
	float: left;
	margin:0;
	}
.h1 a {
	display: block;
	width: 260px;
	height: 30px;
	}
/*

#header p.tel {
	margin: 0;
	padding: 0;
	width: 150px;
	height: 30px;
	float: right;
	}
#header p.tel img { display: block; }

#main_img {
	clear: both;
	margin: 0;
	}
#main_img img { display: block; }
*/

/*----------04  Navigation -----------*/

#navTop {
	width: 800px;
	margin: 0;
	padding: 0;
	height: 27px;
	clear: both;
	}
#navTop h3 {
	margin: 0;
	padding: 0;
	width: 180px;
	height: 27px;
	float: left;
	text-indent: -9999px;
	background: url(../images/navTop.png) 0 0 no-repeat;
	}
#navTop ul,
#navTop li {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 27px;
	float: left;
	}
#navTop li { text-indent: -9999px; }
#navTop li a {
	display: block;
	height: 27px;
	}

#nav01 { width: 152px; }
#nav02,
#nav03 { width: 155px; }
#nav04 { width: 158px; }


#nav01 a {
	width: 152px;
	background: url(../images/navTop.png) -180px 0 no-repeat;
	}
#nav02 a {
	width: 155px;
	background: url(../images/navTop.png) -332px 0 no-repeat;
	}
#nav03 a {
	width: 155px;
	background: url(../images/navTop.png) -487px 0 no-repeat;
	}
#nav04 a {
	width: 158px;
	background: url(../images/navTop.png) -642px 0 no-repeat;
	}
#nav01 a:hover { background: url(../images/navTop.png) -180px -27px no-repeat; }
#nav02 a:hover { background: url(../images/navTop.png) -332px -27px no-repeat; }
#nav03 a:hover { background: url(../images/navTop.png) -487px -27px no-repeat; }
#nav04 a:hover { background: url(../images/navTop.png) -642px -27px no-repeat; }

#navSide {
	width: 180px;
	float: left;
	margin-bottom: 36px;
	}

#navSide ul,
#navSide li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#navSide li {
	height: 25px;
	}
#navSide li a {
	display: block;
	height: 25px;
	}


#nav05 a { background: url(../images/navSide.png) 0 0 no-repeat; }
#nav06 a { background: url(../images/navSide.png) 0 -25px no-repeat; }
#nav07 a { background: url(../images/navSide.png) 0 -50px no-repeat; }
#nav08 a { background: url(../images/navSide.png) 0 -75px no-repeat; }
#nav09 a { background: url(../images/navSide.png) 0 -100px no-repeat; }
#nav10 a { background: url(../images/navSide.png) 0 -125px no-repeat; }

#nav05 a:hover { background: url(../images/navSide.png) -180px 0 no-repeat; }
#nav06 a:hover { background: url(../images/navSide.png) -180px -25px no-repeat; }
#nav07 a:hover { background: url(../images/navSide.png) -180px -50px no-repeat; }
#nav08 a:hover { background: url(../images/navSide.png) -180px -75px no-repeat; }
#nav09 a:hover { background: url(../images/navSide.png) -180px -100px no-repeat; }
#nav10 a:hover { background: url(../images/navSide.png) -180px -125px no-repeat; }

#navSide p {
	text-align: center;
	margin: 12px auto;
	}


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	width: 800px;
	padding: 12px 0;
	margin: 0 auto;
	font-size: 85%;
	text-align: left;
	color: #999;
	}
*: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: #666;
	}
#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: #00a73b;
	}
#footer address a { color: #00a73b; }



/*---------- 06  Contents -----------*/

.section { padding: .5em 25px; }
.section02 { padding: .5em 0px .5em 25px; }
.section .section { padding: .5em 0; }
.section03 {
	padding: .5em 25px;
	margin-bottom:20px; }

p.center { text-align: center; }


#content #top_link{margin:-15px 0 20px 15px;}

#content h2 {
	height: 43px;
	text-indent: -9999px;
	margin: 0 15px;
	}
#content h3 {
	clear: both;
	height: 32px;
	text-indent: -9999px;
	margin-left: -10px;
	}
#content h4 {
	height: 30px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 100%;
	font-weight: bold;
	line-height: 1.0;
	margin: 1em 0 .3em .3em;
	padding-left: 6px;
	border-left: 6px solid #bbd762;
	}
#content p.m02{
	font-size: 100%;
/*	font-weight: bold;*/
	line-height: 1.0;
	margin: 1em 0 .3em .3em;
	padding-left: 6px;
	border-left: 6px double #bbd762;
	}

#content h6 {
	font-size: 110%;
	font-weight: normal;
	margin: 1em 0 .3em .3em;
	color: #ff8400;
	font-weight: bold;
	border-bottom: 1px solid #e0e0e0;
	}

#content ul li {
	list-style: none;
	background: url(../images/li_bg.png) 0 6px no-repeat;
	padding-left: 18px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { font-weight: bold; }

#content a { text-decoration: underline; }
a {
	color: #00a73b;
	outline: none;
	}
a:hover { color: #bbd762; }

#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_l02  {
	float: left;
	margin: 3px 10px 0 0;
	}

.image_l03  {
	float: left;
	margin: 0 10px 0 0;
	}
* html .image_l03  {
	float: left;
	margin: 0 0 0 0;
	}

.image_r {
	float: right;
	margin: 0 0 16px 16px;
	}
.image_r02 {
	float: right;
	margin: 0 0 0 16px;
	}

.case {
	margin: 10px 40px;
	background: url(../images/arrow.png) center 38% no-repeat;
	}
.case img { display: block; }

.caption { text-align: center; }

.prev_box01{
	padding: 0 60px 0 30px;
}


#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 90px;
	height: 16px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 16px;
	background: url(../images/to_top.png) 0 0 no-repeat;
	}

.caution {
	padding-left: 18px;
	background: url(../images/caution.png) 0 3px no-repeat;
	}

p.detail {
	clear: both;
	text-align: right;
	margin-right: 2em;
	}

p.noon {
	margin: 0;
	padding: 0;
}
table.office-hour {
	border: 1px solid #ccc;
	font-size: 100%;
	line-height: 1.0;
	color: #666;
	width: 525px;
	float: left;
	margin: 0;
	padding: 0;
}
table.office-hour th,
table.office-hour td {
	border: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: center;
	}
table.office-hour th {
	background: #e7efba;
	width: 20%;
}
table.office-hour th.day {
	background: #00a73b;
	color: #fff;
	font-size: 108%;
	width: 10%;
	}
table.office-hour th span {
	font-size: 80%;
	font-weight: normal;
}
table.office-hour td {
	font-size: 140%;
	color: #555;
	}
table.office-hour td.delta {
	font-size: 90%;
}

table.office-hour abbr { border-bottom: none; }

table.office-hour abbr.open {
	display: block;
	width: 17px;
	height: 17px;
	background: url(../images/open.png) 0 0 no-repeat;
	text-indent: -9999px;
	margin: 0 auto;
	}
table.office-hour abbr.close {
	display: block;
	width: 17px;
	height: 17px;
	background: url(../images/close.png) 0 0 no-repeat;
	text-indent: -9999px;
	margin: 0 auto;
	}


/*---------- 07  Index -----------*/

#index h3#title01 {
	background: url(../images/index_h2-01.png) 0 0 no-repeat;
	height: 27px;
	padding-bottom:5px;
	border-bottom: 2px dotted #9d8;
	width:520px;
	margin-left:15px;
	padding-left:2px;
	}

#index h3#title02 {
	background: url(../images/index_h2-02.png) 0 0 no-repeat;
	height: 27px;
	width:520px;
	margin-left:0;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom: 2px dotted #9d8;
	margin-top:20px;
	}

*html #index h3#title01 {
	background: url(../images/index_h2-01.png) 0 0 no-repeat;
	height: 27px;
	padding-bottom:15px;
	border-bottom: 2px dotted #9d8;
	width:520px;
	margin-left:15px;
	padding-left:2px;
	}

*html #index h3#title02 {
	background: url(../images/index_h2-02.png) 0 0 no-repeat;
	height: 27px;
	width:520px;
	margin-left:0;
	padding-bottom:15px;
	margin-bottom:10px;
	border-bottom: 2px dotted #9d8;
	margin-top:20px;}





#index h4#title02 {
	background: url(../images/index_h3-02.png) 0 0 no-repeat;
	margin-left: 1px;
	height: 22px;
	}
#index h4#title03 {
	background: url(../images/index_h3-03.png) 0 0 no-repeat;
	height: 20px;
	}

#index h4#title04 {
	background: url(../images/index_h3-04.png) 0 0 no-repeat;
	height: 20px;
	margin-left:0;
	}
	
#index h5{text-indent:-9999px; height:20px; margin-left:0; border-left:none;}	
#index h5#title05 { background: url(../images/index_h4-07.png) 0 0 no-repeat; }
#index h5#title06 { background: url(../images/index_h4-08.png) 0 0 no-repeat; }
#index h5#title07 { background: url(../images/index_h4-07.png) 0 0 no-repeat; }
#index h5#title08 { background: url(../images/index_h4-08.png) 0 0 no-repeat; }
#index h5#title09 { background: url(../images/index_h4-09.png) 0 0 no-repeat; }
#index h5#title10 { background: url(../images/index_h4-10.png) 0 0 no-repeat; }
#index h5#title11 { background: url(../images/index_h4-11.png) 0 0 no-repeat; }
#index h5#title12 { background: url(../images/index_h4-05.png) 0 0 no-repeat; }
#index h5#title13 { background: url(../images/index_h4-04.png) 0 0 no-repeat; }
#index h5#title14 { background: url(../images/index_h4-14.png) 0 0 no-repeat; }
#index h5#title15 { background: url(../images/index_h4-15.png) 0 0 no-repeat; }
#index h5#titlet_t10 { background: url(../images/index_h4-14.png) 0 0 no-repeat; }
#index h5#title_t11 { background: url(../images/index_h4-15.png) 0 0 no-repeat; }

#index #information {
	border: 1px solid #bbb;
	padding: 6px;
	margin:  12px 25px 24px 12px;
	}
#index .updated {
	background: #eee;
	padding: 12px;
	}
#index .updated ul { margin: 0; }

#index #clinic-info.section { padding: .5em 15px; }

#index table.office-hour {
	margin: 0 0 20px;
	}

#index #calendar {
	width: 524px;
	margin: 10px 0 0 18px;
	}

#index #calendar #thisMonth {
	width: 252px;
	float: right;
	}
#index #calendar #nextMonth {
	width: 252px;
	float: left;
	}

#index #calendar table {
	width: 250px;
	margin: 10px 0 20px 0;
	padding: 0;
	border: 1px solid #ccc;
	font-size: 100%;
	line-height: 1.0;
	color: #666;
	}

#index #calendar table th,
#index #calendar table td {
	border: 1px solid #ccc;
	padding: 6px;
	text-align: center;
	vertical-align: center;
	}

#index #calendar table th { background: #edf9bb url(../images/calendar_th.png) top repeat-x; }


#index #calendar table .sun { color: #0075a9; }
#index #calendar table .close { color: #e60011; }
#index #calendar table .sat { color: #0075a9; }
#index #calendar table .special { color: #00A73B; }

#index p.close {
  color: #e60011;
	margin: 0;
	padding: 0;
	}

#index span.time01 { color: #0075a9; }
#index span.time02 { color: #e60011; }
#index span.time03 { color: #00A73B; }

#index p.bnr_white a {
  display: block;
  width: 581px;
  height: 130px;
  background: url(../images/bnr_white.jpg) 0 0 no-repeat;
  text-indent: -9999px;
  outline: none;
  margin: 5px 0 20px 8px;
  padding: 0;
}

#index p.bnr_white a:hover {
  background-position: 0 bottom;
}

#index .top_strong{ margin-left:160px; margin-top:10px;}


/*---------- 08  Credo -----------*/

#credo h2#title01 { background: url(../images/credo_h2-01.png) 0 0 no-repeat; }
#credo h3#title02 { background: url(../images/credo_h3-02.png) 0 0 no-repeat; }
#credo h3#title03 { background: url(../images/credo_h3-03.png) 0 0 no-repeat; }


/*---------- 09  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;
	height: 18px;
	}

#staff #content .alpha {
	margin-left:0px;
	float: left;
	}
.pad_b20{ padding: 0 0 55px 0;}
.pad_b10{ padding: 0 0 10px 0;}

#staff #content .cap { clear: both; height: 20px;}
#staff #content .cap p{ width: 115px; float:left; text-align: center; margin: 0; padding: 0;}
#staff #content .cap p.mar_l{ margin-left: 33px;}

#staff #content .arrow {
	margin-left:30px;
	width: 50px;
	float: left;
	padding-top:60px;
	}


/*---------- 10  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 h3#title03 { background: url(../images/clinic_h3-03.png) 0 0 no-repeat; }
#clinic h3#title04 { background: url(../images/clinic_h3-04.png) 0 0 no-repeat; }

#clinic #content .alpha {
	width: 240px;
	float: left;
	}
#clinic #content .beta {
	width: 320px;
	float: right;
	padding-top: 50px;
	}

#clinic table.office-hour th,
#clinic table.office-hour td { padding: 6px 8px; }

#clinic table.office-hour td { font-size: 100%; }

#clinic #room .image_l {
	width: 240px;
	text-align: center;
	margin-right: 30px;
	}


/*---------- 11  Recruit -----------*/

#recruit h2#title01 { background: url(../images/recruit_h2-01.png) 0 0 no-repeat; }
#recruit h3#title02 { background: url(../images/recruit_h3-02.png) 0 0 no-repeat; }
#recruit h3#title03 { background: url(../images/recruit_h3-03.png) 0 0 no-repeat; }
#recruit h4#title04 { background: url(../images/recruit_h4-04.png) 0 0 no-repeat; }
#recruit h4#title05 { background: url(../images/recruit_h4-05.png) 0 0 no-repeat; }
#recruit h4#title06 { background: url(../images/recruit_h4-06.png) 0 0 no-repeat; }

#recruit .beta {
	width: 400px;
	float: right;
	}

#recruit #content dt {
	width: 6em;
	float: left;
	}
#recruit #content dd { margin-left: 6em; }


/*---------- 12  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 h3#title03 { background: url(../images/general_h3-03.png) 0 0 no-repeat; }
#general h3#title04 { background: url(../images/general_h3-04.png) 0 0 no-repeat; }
#general h3#title05 { background: url(../images/general_h3-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 h4#title08 { background: url(../images/general_h4-08.png) 0 0 no-repeat; }
#general h4#title09 { background: url(../images/general_h4-09.png) 0 0 no-repeat; }
#general h4#title10 { background: url(../images/general_h4-10.png) 0 0 no-repeat; }
#general h4#title11 { background: url(../images/general_h4-11.png) 0 0 no-repeat; }
#general h4#title12 { background: url(../images/general_h4-12.png) 0 0 no-repeat; }
#general h4#title13 { background: url(../images/general_h4-13.png) 0 0 no-repeat; }
#general h4#title14 { background: url(../images/general_h4-14.png) 0 0 no-repeat; }

#general #content .alpha {
	width: 300px;
	float: left;
	}

#general #content .beta {
	width: 240px;
	float: right;
	margin: 0;
	background: url(../images/arrow.png) center 38% no-repeat;
	}

#general #content .beta-2 {
	width: 360px;
	float: right;
	}


/*---------- 13  Prevent -----------*/

#prevent h2#title01 { background: url(../images/prevent_h2-01.png) 0 0 no-repeat; }
#prevent h3#title02 { background: url(../images/prevent_h3-02.png) 0 0 no-repeat; }
#prevent h3#title03 { background: url(../images/prevent_h3-03.png) 0 0 no-repeat; }
#prevent h4#title04 { background: url(../images/prevent_h4-04.png) 0 0 no-repeat; }
#prevent h4#title05 { background: url(../images/prevent_h4-05.png) 0 0 no-repeat; }
#prevent h4#title06 { background: url(../images/prevent_h4-06.png) 0 0 no-repeat; }

#prevent #content .alpha {
	width: 140px;
	float: left;
	}
#prevent #content .beta {
	width: 420px;
	float: right;
	}


/*---------- 14  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 h3#title03 { background: url(../images/aesthe_h3-03.png) 0 0 no-repeat; }
#aesthe h3#title04 { background: url(../images/aesthe_h3-04.png) 0 0 no-repeat; }
#aesthe h3#title05 { background: url(../images/aesthe_h3-05.png) 0 0 no-repeat; }

#aesthe ul.link {
	margin-left: 0;
}
#aesthe ul.link li {
	display: inline;
	margin-right: 15px;
}
#aesthe #content dl { margin-left: 0; }

#aesthe #rank {
	border: 1px solid #bbb;
	padding: 5px;
	margin:  11px 25px 24px 155px;
	}
#aesthe .adr {
	text-align:justify;
	width:210px;
	height:200px;
	padding: 0px;
	margin: 5px 0 0 0;
	float:right;
}
#aesthe .adl {
	text-align:justify;
	width:210px;
	height:200px;
	padding: 0px;
	margin: 5px 0 0 0;
	float:left;
}
#aesthe .adl02 {
	text-align:justify;
	width:210px;
	height:200px;
	padding: 0px;
	margin: 5px 0 0 50px;
	float:left;
}
/*---------- 15  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 h4#title03 { background: url(../images/implant_h4-03.png) 0 0 no-repeat; }
#implant h4#title04 { background: url(../images/implant_h4-04.png) 0 0 no-repeat; }

#implant #content dl { margin-left: 0; }


/*---------- 16  Ortho -----------*/

#ortho h2#title01 { background: url(../images/ortho_h2-01.png) 0 0 no-repeat; }
#ortho h3#title02 { background: url(../images/ortho_h3-02.png) 0 0 no-repeat; }
#ortho h3#title03 { background: url(../images/ortho_h3-03.png) 0 0 no-repeat; }
#ortho h4#title04 { background: url(../images/ortho_h4-04.png) 0 0 no-repeat; }
#ortho h4#title05 { background: url(../images/ortho_h4-05.png) 0 0 no-repeat; }


/*---------- 17  Sitemap -----------*/

#sitemap h2#title01 { background: url(../images/sitemap_h2-01.png) 0 0 no-repeat; }

