@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 09  Concept                     */
/*                 10  General                     */
/*                 11  Prevent                     */
/*                 12  Esthe                       */
/*                 13  Ortho                       */
/*                 14  Implant                     */
/*                 15  denture                     */
/*                                                 */
/*=======================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: #ffeab4; }

#wrapper {
	background: #fff url(../images/body_bg.jpg) center repeat-y;
	width: 860px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0 30px;
	background: url(../images/main_bg.jpg) repeat-y;
	}

#content {
	width: 560px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	padding: 0 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 160px;
	width: 800px;
	margin: 0 30px;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
	color: #999;
	}

h1 {
	width: 477px;
	line-height: 1.0;
	position: absolute;
	top: 50px;
	left: 0;
	}
h1 a {
	display: block;
	height: 80px;
	width: 477px;
	background: url(../images/h1.gif) 0 0 no-repeat;
	text-indent: -9999px;
	}

#header .description {
	position: absolute;
	top: 30px;
	left: 0;
	}

#header p.tel {
	margin: 0;
	padding: 30px 0 0 440px;
	}
#header p.tel img { display: block; }


/*----------04  Navigation -----------*/

#nav {
	width: 240px;
	float: left;
	padding: 0;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#nav ul {
	margin: 0 0 10px 20px;
	}

#nav ul li a {
	display: block;
	height: 40px;
	text-indent: -9999px;
	}
#nav ul #nav01 a {
	height: 45px;
	}

#nav01 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav02 a { background: url(../images/nav.jpg) 0 -45px no-repeat; }
#nav03 a { background: url(../images/nav.jpg) 0 -85px no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -125px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -165px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -205px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -245px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -285px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -325px no-repeat; }

#nav01 a:hover { background: url(../images/nav.jpg) -220px 0 no-repeat; }
#nav02 a:hover { background: url(../images/nav.jpg) -220px -45px no-repeat; }
#nav03 a:hover { background: url(../images/nav.jpg) -220px -85px no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -220px -125px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -220px -165px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -220px -205px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -220px -245px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -220px -285px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -220px -325px no-repeat; }

#clinic #nav02 a { background: url(../images/nav.jpg) -220px -45px no-repeat; }
#concept #nav03 a { background: url(../images/nav.jpg) -220px -85px no-repeat; }
#general #nav04 a { background: url(../images/nav.jpg) -220px -125px no-repeat; }
#prevent #nav05 a { background: url(../images/nav.jpg) -220px -165px no-repeat; }
#esthe #nav06 a { background: url(../images/nav.jpg) -220px -205px no-repeat; }
#ortho #nav07 a { background: url(../images/nav.jpg) -220px -245px no-repeat; }
#implant #nav08 a { background: url(../images/nav.jpg) -220px -285px no-repeat; }
#denture #nav09 a { background: url(../images/nav.jpg) -220px -325px no-repeat; }

#nav p {
	margin-left: 20px;
	text-align: center;
	}


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 0 0 15px;
	margin: 0 30px;;
	background: #fff url(../images/footer_bg.jpg) top no-repeat;
	font-size: 85%;
	text-align: center;
	color: #999;
	}
#footer .pagetop {
	margin: 0;
	padding: 0 0 0 640px;
	height: 30px;
	}
#footer .pagetop a {
	display: block;
	background: url(../images/pagetop.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	width: 120px;
	height: 22px;
	}
#footer .pagetop a:hover { background: url(../images/pagetop.jpg) 0 -22px no-repeat; }

/*---------- 06  Contents -----------*/

#main_image {
	margin: 0 20px;
	}
#main_image img {
	display: block;
	}

.section { padding: .5em 20px; }
.section .section { padding: .5em 0; }

.section p {
	line-height: 1.3;
	margin-bottom: 1.2em;
	}
.section .section p {
	margin: 0 10px 15px;
	}


.center { text-align: center; }

#content h2 {
	height: 90px;
	text-indent: -9999px;
	margin: 0 20px;
	}
#content h3 {
	height: 50px;
	text-indent: -9999px;
	}
#content h4 {
	height: 55px;
	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.jpg) 0 4px no-repeat;
	padding: .3em 0 .3em 20px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { font-weight: bold; }

#content a { text-decoration: underline; }
a {
	color: #80B008;
	outline: none;
	}
a:hover { color: #BDCF4A; }

#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;
	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 */

table {
	font-size: 100%;
	color: #666;
	}

.reservation_banner {
	margin: 0 20px;
	padding: 10px 0;
	}
.reservation_banner a {
	display: block;
	height: 80px;
	text-indent: -9999px;
	background: url(../images/reservation_banner.jpg) 0 0 no-repeat;
	}
.reservation_banner a:hover { background: url(../images/reservation_banner.jpg) 0 -80px no-repeat; }

.colored {
	margin-left: 15px;
	margin-bottom: 5px;
	background: #d3ee9f;
	}

strong {
	font-weight: 100;
	font-size: 125%;
	color: #80B008;
	}

/*---------- 07  Index -----------*/

#index #content #title01 {
	background: url(../images/index_h2-01.jpg) 0 0 no-repeat; height: 30px;
	height: 30px;
	}
#index #content #title02 {
	float: right;
	width: 80px;
	height: 80px;
	background: url(../images/index_h3-02.jpg) 0 0 no-repeat;
	}
#index #content #title03 {
	float: left;
	width: 80px;
	height: 80px;
	background: url(../images/index_h3-03.jpg) 0 0 no-repeat;
	}
#index #content h4 {
	height: 50px;
	}
#index #content #title04 { background: url(../images/index_h4-04.jpg) 0 0 no-repeat; }
#index #content #title05 { background: url(../images/index_h4-05.jpg) 0 0 no-repeat; }

#index .greeating p,
#index .greeating #title01 {
	margin: 0 0 0 110px;
	}
#index .greeating p {
	padding: 5px 0 10px;
	background: url(../images/index_message_bottom.jpg) 0 bottom no-repeat;
	}
#index .greeating .image_l {
	margin: 0 10px 0 0;
	background: none;
	}

.clinic_info {
	margin: 0 20px 10px;
	padding: 0;
	background: url(../images/index_clinic_info_bg.jpg) 0 0 repeat-y;
	}
.clinic_info dl {
	background: url(../images/index_clinic_info.jpg) 0 0 no-repeat;
	margin: 0 40px 0 0;
	padding-top: 50px;
	padding-left: 30px;
	border-bottom: 1px solid #bdcf4a;
	}
.clinic_info dl dt,
.clinic_info dl dd {
	margin: 0;
	padding: 0;
	line-height: 1.2;
	}
#content .clinic_info dl dt {
	color: #80b008;
	font-weight: 100;
	float: left;
	width: 60px;
	padding: 0 0 15px;
	}
.clinic_info dl dd {
	margin-left: 60px;
	padding: 0 0 15px;
	}
.clinic_info .image_r {
	font-size: 77%;
	padding-top: 60px;
	}
*:first-child+html .clinic_info .image_r { font-size: 9px; } /*  for IE7 only */
* html body .clinic_info .image_r { font-size: 9px; } /*  for IE6 only */

.clinic_info .image_r a {
	color: #999;
	}
.clinic_info .image_r a:hover {
	color: #86b414;
	position: relative;
	top: 1px;
	left: 1px;
	}

.schedule {
	background: url(../images/index_clinic_info_bottom.jpg) top no-repeat;
	}

.schedule table {
	float: right;
	margin: 0;
	width: 410px;
	padding: 0;
	}
.schedule table tr th,
.schedule table tr td {
	border: 1px solid #efc235;
	padding: .2em .5em;
	margin: 0;
	}
.schedule table tr td {
	text-align: center;
	}
.schedule table tr th {
	text-align: right;
	font-weight: 100;
	}
.schedule table .theader th {
	text-align: center;
	background: #ffeab4;
	}

.pickups div {
	width: 250px;
	background: url(../images/pickup_bg.jpg) 0 0 repeat-y;
	}
.pickups #pickup01 {
	float: left;
	}
.pickups #pickup02 {
	float: right;
	}
.pickups div p {
	margin: 0 10px;
	}
.pickups div .pickup_bt {
	background: url(../images/pickup_bg_bottom.jpg) bottom no-repeat;
	margin: 0;
	padding: 5px 0 10px 125px;
	}
.pickups div .pickup_bt a {
	display: block;
	width: 110px;
	height: 15px;
	background: url(../images/pickup_bt.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}
.pickups div .pickup_bt a:hover { background: url(../images/pickup_bt.jpg) 0 -15px no-repeat; }


/*---------- 08  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_h3-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 #map {
	width: 520px;
	height: 350px;
	margin: 10px 0;
	}

#clinic table tr th,
#clinic table tr td {
	border: 1px solid #efc235;
	padding: .2em .5em;
	margin: 0;
	}
#clinic table {
	float: none;
	width: 520px;
	}
#clinic table tr th,
#clinic table tr td {
	border: 1px solid #efc235;
	padding: .2em .5em;
	margin: 0;
	}
.schedule table tr td {
	text-align: center;
	}
#clinic table tr th {
	text-align: right;
	font-weight: 100;
	}
#clinic .schedule table .theader th {
	text-align: center;
	background: #ffeab4;
	}
#clinic .schedule table {
	float: none;
	width: 505px;
	margin-left: 15px;
	}

#clinic .clinic_images div {
	margin: 0 0 10px 15px;
	}

#clinic .section .colored {
	margin: 0 0 5px;
	padding: 0;
	background: #D3EE9F;
	}
#clinic .section .colored p {
	padding: 0 10px;
	}
#clinic .section .colored .image_l {
	padding-left: 30px;
	}
#clinic .section .colored .image_r {
	padding-right: 20px;
	}

/*---------- 09  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 #content #title06 { background: url(../images/concept_h4-06.jpg) 0 0 no-repeat; }

#concept .history {
	margin-left: 180px;
	}
#concept .history dt,
#concept .history dd {
	margin: 0;
	padding: 0;
	}
#concept .history dt {
	float: left;
	width: 120px;
	color: #80B008;
	font-weight: 100;
	}
#concept .history dd {
	margin-left: 120px;
	}
#concept .colored {
	border: 1px solid #80B008;
	}


/*---------- 10  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_h4-07.jpg) 0 0 no-repeat; }

#general .chart dl,
#general .chart dl dt,
#general .chart dl dd {
	margin: 0;
	padding: 0;
	}
#general .chart dl {
	margin: 0 10px;
	}
#general .chart dl dt {
	border-bottom: 1px dashed #ccc;
	}
#general .chart {
	margin: 10px 0 10px 15px;
	border: none;
	}
#general .chart th,
#general .chart td {
	border: 1px solid #efc235;
	padding: .2em .5em;
	margin: 0;
	}
#general .chart th {
	background: #ffeab4;
	color: #640;
	}
#general .chart th span {
	display: block;
	font-size: 150%;
	}
#general .checksheet ul {
	border: 1px solid #eee;
	padding: 5px 0;
	}
#general .checksheet li {
	background: url(../images/check.jpg) 10px center no-repeat;
	padding: .2em 0 .2em 35px;
	}

/*---------- 11  Prevent -----------*/

#prevent #content #title01 { background: url(../images/prevent_h2-01.jpg) 0 0 no-repeat; }
#prevent #content #title02 { background: url(../images/prevent_h3-02.jpg) 0 0 no-repeat; }
#prevent #content #title03 { background: url(../images/prevent_h4-03.jpg) 0 0 no-repeat; }
#prevent #content #title04 { background: url(../images/prevent_h4-04.jpg) 0 0 no-repeat; }
#prevent #content #title05 { background: url(../images/prevent_h4-05.jpg) 0 0 no-repeat; }



/*---------- 12  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_h4-03.jpg) 0 0 no-repeat; }
#esthe #content #title04 { background: url(../images/esthe_h4-04.jpg) 0 0 no-repeat; }
#esthe #content #title05 { background: url(../images/esthe_h4-05.jpg) 0 0 no-repeat; }

#esthe table tr th,
#esthe table tr td {
	width: 170px;
	border: 1px solid #80B008;
	line-height: 1.3;
	}
#esthe table tr th {
	background: #D3EE9F;
	}
#esthe table .theader th {
	background: #80B008;
	color: #fff;
	}
#esthe table tr td ul,
#esthe table tr td dl {
	margin: 0;
	}
#esthe table tr td dl dt,
#esthe table tr td dl dd {
	margin: 0 3px;
	}
#esthe table tr td dl dt {
	border-bottom: 1px dashed #ccc;
	}

#esthe .rightbox {
	margin-left: 220px;
	}

/*---------- 13  Ortho -----------*/

#ortho #content #title01 { background: url(../images/ortho_h2-01.jpg) 0 0 no-repeat; }
#ortho #content #title02 { background: url(../images/ortho_h3-02.jpg) 0 0 no-repeat; }
#ortho #content #title03 { background: url(../images/ortho_h4-03.jpg) 0 0 no-repeat; }
#ortho #content #title04 { background: url(../images/ortho_h3-04.jpg) 0 0 no-repeat; }
#ortho #content #title05 { background: url(../images/ortho_h4-05.jpg) 0 0 no-repeat; }
#ortho #content #title06 { background: url(../images/ortho_h4-06.jpg) 0 0 no-repeat; }



/*---------- 14  Implant -----------*/

#implant #content #title01 { background: url(../images/implant_h2-01.jpg) 0 0 no-repeat; }
#implant #content #title02 { background: url(../images/implant_h3-02.jpg) 0 0 no-repeat; }
#implant #content #title03 { background: url(../images/implant_h4-03.jpg) 0 0 no-repeat; }
#implant #content #title04 { background: url(../images/implant_h3-04.jpg) 0 0 no-repeat; }

#implant table {
	float: none;
	width: 520px;
	line-height: 1.4;
	}
#implant table tr th,
#implant table tr td {
	border: 1px solid #efc235;
	padding: .2em .5em;
	margin: 0;
	}
#implant table tr th {
	text-align: right;
	font-weight: 100;
	background: #ffeab4;
	}


/*---------- 15  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_h4-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_h3-05.jpg) 0 0 no-repeat; }
#denture #content #title06 { background: url(../images/denture_h4-06.jpg) 0 0 no-repeat; }
#denture #content #title07 { background: url(../images/denture_h4-07.jpg) 0 0 no-repeat; }
#denture #content #title08 { background: url(../images/denture_h4-08.jpg) 0 0 no-repeat; }
#denture #content #title09 { background: url(../images/denture_h4-09.jpg) 0 0 no-repeat; }

#denture table {
	float: none;
	width: 520px;
	line-height: 1.4;
	}
#denture table tr th,
#denture table tr td {
	border: 1px solid #efc235;
	padding: .2em .5em;
	margin: 0;
	}
#denture table tr th {
	text-align: center;
	font-weight: 100;
	background: #ffeab4;
	}

#denture .metal {
	margin: 0 0 0 10px;
	line-height: 1.3;
	}
#denture .metal dt,
#denture .metal dd {
	padding: 5px 9px 9px;
	border: 1px solid #ccc;
	}
#denture .metal dt {
	border-bottom: 0;
	padding-bottom: 5px;
	background: #eee;
	text-align: center;
	}
#denture .metal dd {
	margin: 0 0 5px;
	border-top: 0;
	padding-top: 10px;
	}
#denture .metal dd p {
	padding: 0;
	margin: 0 15px 1em 0;
	}


/*---------- 16  recruit -----------*/

#recruit #content #title01 { background: url(../images/recruit_h2-01.jpg) 0 0 no-repeat; }
#recruit #content #title02 { background: url(../images/recruit_h3-02.jpg) 0 0 no-repeat; }
#recruit #content #title03 { background: url(../images/recruit_h4-03.jpg) 0 0 no-repeat; }

#recruit table {
	margin-left: 15px;
	width: 505px;
	}
#recruit table tr th,
#recruit table tr td {
	border: 1px solid #80B008;
	line-height: 1.3;
	}
#recruit table tr th {
	background: #D3EE9F;
	text-align: right;
	width: 120px;
	}
#recruit table tr td ul {
	margin: .1em .5em;
	}