@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  About                       */
/*                 09  Criterion                   */
/*                 10  Difference                  */
/*                 11  Condition                   */
/*                 12  Flow                        */
/*                 13  Price                       */
/*                 14  Deduction                   */
/*                 15  Guarantee                   */
/*                 16  Clinic                      */
/*                 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: url(../images/body_bg.jpg) top repeat-y; }

#wrapper {
/*	background: url(../images/wrapper_bg.jpg) repeat-y;*/
	background-color: #FFFFFF;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0;
	background: url(../images/main_bg.jpg) repeat-y;
	}

#content {
	width: 600px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 6px 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 225px;
	width: 800px;
	margin: 0;
	}


h1 {
	text-indent: -9999px;
	width: 750px;
	height: 80px;
	padding: 30px 0 0 250px;
	}


h1 a {
	display: block;
	width: 550px;
	height: 80px;
	}

#header p.tel {
	margin: 0;
	padding: 32px 30px 0 0;
	float: right;
	}
#header p.tel img {
	display: block;
	}

#header_nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px;
	float: right;
	}

#header_nav li {
	float: left;
	list-style: none;
	width: 90px;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	color: #999;
	}

/*----------04  Navigation -----------*/

#nav {
	width: 190px;
	float: left;
	padding: 5px 0 20px 0;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	text-indent: -9999px;
	height: 35px;
	margin-right: 5px;
	}

#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; }

#nav03 a:hover { background: url(../images/nav.jpg) -185px 0 no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -185px -30px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -185px -60px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -185px -90px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -185px -120px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -185px -150px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -185px -180px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -185px -210px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -185px -240px no-repeat; }

#nav p {
	text-align: center;
	margin-right: 10px;
	}


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 12px 0 0 0;
	margin: 0;
	border-top: 1px solid #ccc;
	background: #fff url(../images/footer_bg.jpg) bottom repeat-x;
	font-size: 85%;
	text-align: center;
	color: #999999;
	}
*: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: #4adb3e;
	}
#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 {
	text-align: right;
	margin: 8px 0 0;
	padding: .5em 0;
	background: #666;
	color: #ccc;
	}
#footer address a {
	color: #fff;
	}


/*---------- 06  Contents -----------*/

.section { padding: .5em 0; }
.section .section { padding: .5em 20px; }

p.center { text-align: center; }

#content h2 {
	height: 45px;
	text-indent: -9999px;
	margin: 0;
	}
#content h3 {
	height: 38px;
	text-indent: -9999px;
	}
#content h4 {
	height: 26px;
	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/list.jpg) 0 8px no-repeat;
	padding-left: 15px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { font-weight: bold; }

#content a { text-decoration: underline; }
a {
	color: #4adb3e;
	outline: none;
	}
a:hover { color: #31b629; }

#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: 150px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 25px;
	background: url(../images/pagetop.jpg) 0 0 no-repeat;
	}

p.caution {
	text-align: right;
	padding-right: 10px;
	}

/* 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 */

strong {
	font-weight: 100;
	color: #5a8b4e;
	}

.pagebanner {
	margin: 5px 15px;
	}
.pagebanner p {
	width: 270px;
	margin: 0;
	}
.pagebanner p a {
	display: block;
	height: 50px;
	text-indent: -9999px;
	}
.pagebanner .banner01 a { background: url(../images/pagebanner01.jpg) 0 0 no-repeat; }
.pagebanner .banner02 a { background: url(../images/pagebanner02.jpg) 0 0 no-repeat; }
.pagebanner .banner03 a { background: url(../images/pagebanner03.jpg) 0 0 no-repeat; }
.pagebanner .banner04 a { background: url(../images/pagebanner04.jpg) 0 0 no-repeat; }
.pagebanner .banner05 a { background: url(../images/pagebanner05.jpg) 0 0 no-repeat; }
.pagebanner .banner06 a { background: url(../images/pagebanner06.jpg) 0 0 no-repeat; }
.pagebanner .banner07 a { background: url(../images/pagebanner07.jpg) 0 0 no-repeat; }
.pagebanner .banner08 a { background: url(../images/pagebanner08.jpg) 0 0 no-repeat; }
.pagebanner .banner09 a { background: url(../images/pagebanner09.jpg) 0 0 no-repeat; }

.pagebanner .banner01 a:hover { background: url(../images/pagebanner01.jpg) 0 -50px no-repeat; }
.pagebanner .banner02 a:hover { background: url(../images/pagebanner02.jpg) 0 -50px no-repeat; }
.pagebanner .banner03 a:hover { background: url(../images/pagebanner03.jpg) 0 -50px no-repeat; }
.pagebanner .banner04 a:hover { background: url(../images/pagebanner04.jpg) 0 -50px no-repeat; }
.pagebanner .banner05 a:hover { background: url(../images/pagebanner05.jpg) 0 -50px no-repeat; }
.pagebanner .banner06 a:hover { background: url(../images/pagebanner06.jpg) 0 -50px no-repeat; }
.pagebanner .banner07 a:hover { background: url(../images/pagebanner07.jpg) 0 -50px no-repeat; }
.pagebanner .banner08 a:hover { background: url(../images/pagebanner08.jpg) 0 -50px no-repeat; }
.pagebanner .banner09 a:hover { background: url(../images/pagebanner09.jpg) 0 -50px no-repeat; }

.reservation { margin-top: 5px;}
.reservation p {
	width: 570px;
	margin: 5px 15px;
	}
.reservation p a {
	display: block;
	height: 90px;
	text-indent: -9999px;
	background: url(../images/reservation.jpg) 0 0 no-repeat;
	}
.reservation p a:hover {
	background: url(../images/reservation.jpg) 0 -90px no-repeat;
	}

/*-------- 07  Index --------*/

#index #content #title01 {
	height: 42px;
	background: url(../images/index_h2-01.jpg) 0 0 no-repeat;
	}
#index #content #title02 {
	height: 44px;
	background: url(../images/index_h3-02.jpg) 0 0 no-repeat;
	}
#index #content #title03 {
	height: 30px;
	background: url(../images/index_h4-03.jpg) 0 0 no-repeat;
	}

#index #content #title04 {
	height: 44px;
	background: url(../images/index_h3-03.jpg) 0 0 no-repeat;
	}

#index #content .pickup .image_r,
#index #content .pickup .image_l {
	margin: 0;
	width: 298px;
	height: 148px;
	background: url(../images/pickup_bg.jpg) 0 0 no-repeat;
	}
#index #content .pickup div .image_r {
	width: auto;
	height: auto;
	margin-right: 2px;
	display: inline;
	background: none;
	}
#index #content .pickup div p {
	width: auto;
	height: auto;
	padding: 0 5px;
	}
#index #content .pickup h3 {
	width: 290px;
	height: 40px;
	margin: 1px 1px 0;
	}
#index #content .pickup #pickup01 { background: url(../images/pickup_h3-01.jpg) 0 0 no-repeat; }
#index #content .pickup #pickup02 { background: url(../images/pickup_h3-02.jpg) 0 0 no-repeat; }
#index #content .pickup #pickup03 { background: url(../images/pickup_h3-03.jpg) 0 0 no-repeat; }
#index #content .pickup #pickup04 { background: url(../images/pickup_h3-04.jpg) 0 0 no-repeat; }
#index #content .pickup #pickup05 { background: url(../images/pickup_h3-05.jpg) 0 0 no-repeat; }
#index #content .pickup #pickup06 { background: url(../images/pickup_h3-06.jpg) 0 0 no-repeat; }

#index #content .clinic_info {
	background: url(../images/clinic_info_bg.jpg) right repeat-y;
	}
#index #content .clinic_info .image_r {
	padding-right: 40px;
	}
#index #content .clinic_info .section {
	margin-right: 310px;
	line-height: 1;
	}
#index #content .clinic_info .section .right {
	text-align: right;
	}

/*-------- 08  About --------*/

#about #content #title01 { background: url(../images/about_h2-01.jpg) 0 0 no-repeat; }
#about #content #title02 { background: url(../images/about_h3-02.jpg) 0 0 no-repeat; }
#about #content #title03 { background: url(../images/about_h3-03.jpg) 0 0 no-repeat; }
#about #content #title04 { background: url(../images/about_h3-04.jpg) 0 0 no-repeat; }
#about #content #title05 { background: url(../images/about_h3-05.jpg) 0 0 no-repeat; }



/*-------- 09  Criterion --------*/

#criterion #content #title01 { background: url(../images/criterion_h2-01.jpg) 0 0 no-repeat; }
#criterion #content #title02 { background: url(../images/criterion_h3-02.jpg) 0 0 no-repeat; }
#criterion #content #title03 { background: url(../images/criterion_h3-03.jpg) 0 0 no-repeat; }
#criterion #content #title04 { background: url(../images/criterion_h3-04.jpg) 0 0 no-repeat; }
#criterion #content #title05 { background: url(../images/criterion_h3-05.jpg) 0 0 no-repeat; }
#criterion #content #title06 { background: url(../images/criterion_h3-06.jpg) 0 0 no-repeat; }
#criterion #content #title07 { background: url(../images/criterion_h3-07.jpg) 0 0 no-repeat; }
#criterion #content #title07 { background: url(../images/criterion_h3-07.jpg) 0 0 no-repeat; }
#criterion #content #title08 { background: url(../images/criterion_h3-08.jpg) 0 0 no-repeat; }

/*-------- 10  Difference --------*/

#difference #content #title01 { background: url(../images/difference_h2-01.jpg) 0 0 no-repeat; }
#difference #content #title02 { background: url(../images/difference_h3-02.jpg) 0 0 no-repeat; }
#difference #content #title03 { background: url(../images/difference_h4-03.jpg) 0 0 no-repeat; }
#difference #content #title04 { background: url(../images/difference_h4-04.jpg) 0 0 no-repeat; }
#difference #content #title05 { background: url(../images/difference_h3-05.jpg) 0 0 no-repeat; }
#difference #content #title06 { background: url(../images/difference_h4-06.jpg) 0 0 no-repeat; }
#difference #content #title07 { background: url(../images/difference_h3-07.jpg) 0 0 no-repeat; }
#difference #content #title08 { background: url(../images/difference_h4-08.jpg) 0 0 no-repeat; }



/*-------- 11  Condition --------*/

#condition #content #title01 { background: url(../images/condition_h2-01.jpg) 0 0 no-repeat; }
#condition #content #title02 { background: url(../images/condition_h3-02.jpg) 0 0 no-repeat; }
#condition #content #title03 { background: url(../images/condition_h3-03.jpg) 0 0 no-repeat; }
#condition #content #title04 { background: url(../images/condition_h3-04.jpg) 0 0 no-repeat; }



/*-------- 12  Flow --------*/

#flow #content #title01 { background: url(../images/flow_h2-01.jpg) 0 0 no-repeat; }
#flow #content #title02 { background: url(../images/flow_h3-02.jpg) 0 0 no-repeat; }
#flow #content #title03 { background: url(../images/flow_h3-03.jpg) 0 0 no-repeat; }
#flow #content #title04 { background: url(../images/flow_h3-04.jpg) 0 0 no-repeat; }
#flow #content #title05 { background: url(../images/flow_h3-05.jpg) 0 0 no-repeat; }
#flow #content #title06 { background: url(../images/flow_h3-06.jpg) 0 0 no-repeat; }
#flow #content #title07 { background: url(../images/flow_h3-07.jpg) 0 0 no-repeat; }
#flow #content #title08 { background: url(../images/flow_h3-08.jpg) 0 0 no-repeat; }
#flow #content #title09 { background: url(../images/flow_h3-09.jpg) 0 0 no-repeat; }
#flow #content #title10 { background: url(../images/flow_h3-10.jpg) 0 0 no-repeat; }
#flow #content #title11 { background: url(../images/flow_h4-11.jpg) 0 0 no-repeat; }
#flow #content #title12 { background: url(../images/flow_h3-12.jpg) 0 0 no-repeat; }
#flow #content #title13 { background: url(../images/flow_h2-13.jpg) 0 0 no-repeat; }
#flow #content #title14 { background: url(../images/flow_h3-14.jpg) 0 0 no-repeat; }
#flow #content #title15 { background: url(../images/flow_h3-15.jpg) 0 0 no-repeat; }


#flow #content .pagelink ul li {
	float: left;
	width: 56px;
	padding: 0;
	}
#flow #content .pagelink ul li a {
	display: block;
	margin-right: 4px;
	height: 300px;
	text-indent: -9999px;
	}
#flow #content .pagelin {
	width: 70px;
	}
#flow #content .pagelink ul #link01 a { background: url(../images/flow_link01.jpg) 0 0 no-repeat; }
#flow #content .pagelink ul #link02 a { background: url(../images/flow_link02.jpg) 0 0 no-repeat; }
#flow #content .pagelink ul #link03 a { background: url(../images/flow_link03.jpg) 0 0 no-repeat; }
#flow #content .pagelink ul #link04 a { background: url(../images/flow_link04.jpg) 0 0 no-repeat; }
#flow #content .pagelink ul #link05 a { background: url(../images/flow_link05.jpg) 0 0 no-repeat; }
#flow #content .pagelink ul #link06 a { background: url(../images/flow_link06.jpg) 0 0 no-repeat; }
#flow #content .pagelink ul #link07 a { background: url(../images/flow_link07.jpg) 0 0 no-repeat; }
#flow #content .pagelink ul #link08 a { background: url(../images/flow_link08.jpg) 0 0 no-repeat; }
#flow #content .pagelink ul #link09 a { background: url(../images/flow_link09.jpg) 0 0 no-repeat; }
#flow #content .pagelink ul #link10 a { background: url(../images/flow_link10.jpg) 0 0 no-repeat; }

/*-------- 13  Price --------*/

#price #content #title01 { background: url(../images/price_h2-01.jpg) 0 0 no-repeat; }
#price #content #title02 { background: url(../images/price_h3-01.jpg) 0 0 no-repeat; }

#price #content table {
	font-size: 93%;
	color: #666;
	border: 5px solid #ccc;
	width:600px;
	}
#price #content table tr th,
#price #content table tr td {
	border: 1px solid #ccc;
	margin: 0;
	padding: 2px;
	}
#price #content table tr .price {
	width: 70px;
	}
#price #content .colored {
	background: #f3f3f3;
	}
#price #content td {
	text-align:right;
	}



/*-------- 14  Deduction --------*/

#deduction #content #title01 { background: url(../images/deduction_h2-01.jpg) 0 0 no-repeat; }
#deduction #content #title02 { background: url(../images/deduction_h3-02.jpg) 0 0 no-repeat; }
#deduction #content #title03 { background: url(../images/deduction_h3-03.jpg) 0 0 no-repeat; }
#deduction #content #title04 { background: url(../images/deduction_h3-04.jpg) 0 0 no-repeat; }
#deduction #content #title05 { background: url(../images/deduction_h3-05.jpg) 0 0 no-repeat; }


#deduction #content table {
	font-size: 93%;
	color: #666;
	border: 5px solid #ccc;
	}
#deduction #content table tr th,
#deduction #content table tr td {
	border: 1px solid #ccc;
	margin: 0;
	padding: 2px;
	}
#deduction #content table tr .price {
	width: 70px;
	}
#deduction #content table tr.colored th,
#deduction #content table tr.colored td {
	background: #f3f3f3;
	}

/*-------- 15  Guarantee --------*/

#guarantee #content #title01 { background: url(../images/guarantee_h2-01.jpg) 0 0 no-repeat; }
#guarantee #content #title02 { background: url(../images/guarantee_h3-02.jpg) 0 0 no-repeat; }

#guarantee #content table {
	font-size: 93%;
	color: #666;
	border: 5px solid #ccc;
	width:600px;
	}
#guarantee #content table tr th,
#guarantee #content table tr td {
	border: 1px solid #ccc;
	margin: 0;
	padding: 2px;
	}
#guarantee #content table tr .price {
	width: 70px;
	}
#guarantee #content .colored {
	background: #f3f3f3;
	}
#guarantee #content td {
	text-align:center;
	}

/*-------- 16  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_h3-05.jpg) 0 0 no-repeat; }

#clinic #content .rightbox {
	margin-left: 216px;
	}
#clinic #content .rightbox dl dt {
	float: left;
	}
#clinic #content .rightbox dl dd {
	margin-left: 60px;
	}
#clinic #content .map {
	margin-left: 288px;
	}
#clinic #content .map dl {
	margin: 0;
	}
#clinic #content .map dl dt.cleared {
	float: none;
	}
#clinic #content .map dl dd {
	margin-left: 100px;
	}
#clinic #content .map dl dd.cleared {
	margin: 0;
	}

/*-------- 17  Sitemap --------*/

#sitemap #content #title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }
