@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Trouble                     */
/*                 09  Price                       */
/*                 10  Maintenance                 */
/*                 11  Bite                        */
/*                 12  Plate                       */
/*                 13  Flow                        */
/*                 14  Clinic                      */
/*                 15  Inquiry                     */
/*                 16  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/bg.jpg); }

#wrapper {
	background: #fff url(../images/wrapper_bg.jpg) repeat-y;
	width: 818px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	border-left: 1px solid #a69986;
	border-right: 1px solid #a69986;
	}
* html body #wrapper { width: 820px; }

#main {
	margin: 10px 0 0 0;
	padding: 0;
	background: #fff url(../images/main_header.jpg) 229px 10px no-repeat;
	}

#content {
	width: 570px;
	float: right;
	font-size: 108%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 0;
	margin: 20px 19px 10px 0;
	display: inline;
	background: #fff url(../images/main_bg.jpg) 0 0 repeat-y;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 90px no-repeat;
	height: 130px;
	width: 800px;
	margin: 0 0 0 9px;
	padding: 0;
	}

h1 {
	text-indent: -9999px;
	width: 421px;
	height: 90px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 420px;
	height: 80px;
	margin: 10px 0 0 1px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}
	
	h1 span {
	display: block;
	width: 420px;
	height: 80px;
	margin: 10px 0 0 1px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header .section {
	width: 340px;
	float: right;
	margin-right: 10px;
	display: inline;
	padding: 0;
	}

#header p.tel {
	float: right;
	margin: 0;
	padding: 0;
	width: 180px;
	padding: 12px 0 5px;
	}
#header p.tel img { display: block; }

#header_nav01 {
	float: left;
	margin: 55px 0 0 0;
	padding: 0;
	list-style: none;
	width: 160px;
	height: 19px;
	}
#header_nav01 li {
	float: left;
	height: 19px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 15px;
	background: url(../images/header_nav_link.jpg) 0 4px no-repeat;
	}
#header_nav01 li a {
	text-decoration: none;
	color: #999;
	}

#header_nav02 {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 340px;
	height: 26px;
	clear: both;
	}
#header_nav02 li {
	float: left;
	height: 26px;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav02 li a {
	display: block;
	height: 26px;
	}

#nav01 { width: 80px; }
#nav02 { width: 80px; }
#nav03 { width: 120px; }
#nav04 { width: 110px; }
#nav05 { width: 110px; }

#nav03 a { background: url(../images/header_nav.jpg) 0 0 no-repeat; }
#nav04 a { background: url(../images/header_nav.jpg) -120px 0 no-repeat; }
#nav05 a { background: url(../images/header_nav.jpg) -230px 0 no-repeat; }

#nav03 a:hover { background: url(../images/header_nav.jpg) 0 -26px no-repeat; }
#nav04 a:hover { background: url(../images/header_nav.jpg) -120px -26px no-repeat; }
#nav05 a:hover { background: url(../images/header_nav.jpg) -230px -26px no-repeat; }


/*----------04  Navigation -----------*/

#nav {
	width: 200px;
	float: left;
	padding: 10px 0 0 9px;
	}
* html body #nav { width: 209px; }

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	height: 45px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 40px;
	}

#nav h3 {
	width: 200px;
	height: 55px;
	text-indent: -9999px;
	}
#nav #nav_title01 { background: url(../images/nav_h3-01.jpg) 0 0 no-repeat; }
#nav #nav_title02 { background: url(../images/nav_h3-02.jpg) 0 0 no-repeat; }

#nav06 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -40px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -80px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -120px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -160px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -200px no-repeat; }
#nav12 a { background: url(../images/nav.jpg) 0 -240px no-repeat; }
#nav13 a { background: url(../images/nav.jpg) 0 -280px no-repeat; }
#nav14 a { background: url(../images/nav.jpg) 0 -320px no-repeat; }
#nav15 a { background: url(../images/nav.jpg) 0 -360px no-repeat; }

#nav06 a:hover { background: url(../images/nav.jpg) -200px 0 no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -200px -40px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -200px -80px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -200px -120px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -200px -160px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -200px -200px no-repeat; }
#nav12 a:hover { background: url(../images/nav.jpg) -200px -240px no-repeat; }
#nav13 a:hover { background: url(../images/nav.jpg) -200px -280px no-repeat; }
#nav14 a:hover { background: url(../images/nav.jpg) -200px -320px no-repeat; }
#nav15 a:hover { background: url(../images/nav.jpg) -200px -360px no-repeat; }

#nav p { text-align: center; }

#str { text-align: center; }
#str strong { font-weight: normal; }

/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	margin: 5px 9px;
	background: #fff url(../images/footer_bg.jpg) bottom repeat-x;
	font-size: 100%;
	text-align: right;
	color: #999999;
	border-top: 1px solid #ccc;
	}

#footer a {
	text-decoration: none;
	color: #1e6aa8;
	}
#footer a:hover { text-decoration: underline; }

#footer ul { 
	list-style: none;
	padding: 0;
	clear: both;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address {
	padding: 5px 0;
	border-top: 1px solid #ccc;
	text-align: center;
	}


/*---------- 06  Contents -----------*/

#main_image {
	width: 800px;
	height: 220px;
	background: url(../images/main_image.jpg) 0 0 no-repeat;
	margin: 0 0 0 9px;
	}
#main_image p {
	margin: 0;
	padding: 10px 0 0 15px;
	}
#main_image p a {
	display: block;
	width: 230px;
	height: 200px;
	background: url(../images/main_image_link.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}

.section { padding: 0 5px; }
.section .section { padding: .5em 10px; }

p.center { text-align: center; }

#content h2 {
	height: 80px;
	text-indent: -9999px;
	margin: 0 5px;
	}
#content h3 {
	height: 40px;
	text-indent: -9999px;
	margin: 0;
	}
#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 5px 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: #1a68a6;
	outline: none;
	}
a:hover { color: #68c1e9; }

#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 .totop {
	clear: both;
	padding-top: 20px;
	padding-bottom: 25px;
	background: url(../images/main_footer.jpg) 0 bottom no-repeat;
	}

#content .totop p {
	list-style: none;
	width: 120px;
	margin: 0 90px 0 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
* html body #content .totop p { margin: 0 45px 0 0;}

#content .totop p a {
	display: block;
	height: 25px;
	background: url(../images/pagetop.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 */

.main_banner {
	width: 560px;
	margin: 0 0 10px;
	}
.main_banner a {
	display: block;
	height: 100px;
	text-indent: -9999px;
	}

.anti_aging a { background: url(../images/anti-aging.jpg) 0 0 no-repeat; }
.anti_aging a:hover { background: url(../images/anti-aging.jpg) 0 -100px no-repeat; }

.bite a { background: url(../images/bite.jpg) 0 0 no-repeat; }
.bite a:hover { background: url(../images/bite.jpg) 0 -100px no-repeat; }

.description { display: none; }

* html body #content table { 
  color: #666;
	font-size: 13px; }
/*-------- 07  Index --------*/

#index #content #title01 {
	width: 560px;
	height: 30px;
	background: url(../images/index_h2-01.jpg) 0 0 no-repeat;
	}
#index #content #title02 {
	width: 520px;
	height: 25px;
	background: url(../images/index_h3-02.jpg) 0 0 no-repeat;
	}
#index #content #title03 {
	width: 520px;
	height: 25px;
	background: url(../images/index_h3-03.jpg) 0 0 no-repeat;
	}
#index #content #title04 {
	width: 560px;
	height: 30px;
	background: url(../images/index_h2-04.jpg) 0 0 no-repeat;
	}
#index #content #title05 {
	width: 310px;
	height: 35px;
	background: url(../images/index_h3-05.jpg) 0 0 no-repeat;
	}
#index #content #title06 {
	width: 310px;
	height: 35px;
	background: url(../images/index_h4-06.jpg) 0 0 no-repeat;
	}
#index #content #title07 {
	width: 310px;
	height: 35px;
	background: url(../images/index_h4-07.jpg) 0 0 no-repeat;
	}

#index #content .bordered {
	margin: 0 15px 10px;
	padding: 5px 10px;
	background: url(../images/border.jpg);
	}
#index #content .bordered p {
	padding: 5px;
	}

#index #content .clinic_info {
	background: url(../images/main_footer.jpg) 0 bottom no-repeat;
	padding-left: 25px;
	}
#index #content .clinic_info .image_l {
	margin: 20px 0 0 0;
	}
#index #content .clinic_info .rightbox {
	width: 330px;
	float: right;
	margin: 20px 0 0 0;
	}
#index #content .clinic_info .rightbox dl {
	margin: 0 20px 0 5px;
	padding-bottom: 10px;
	}
#index #content .clinic_info .rightbox dl dt {
	float: left;
	width: 60px;
	font-weight: 100;
	}
#index #content .clinic_info .rightbox dl dd {
	margin-left: 70px;
	}
#index #content .clinic_info .rightbox p {
	padding-right: 20px;
	}
#index #content .clinic_info .caution {
	margin-left: 195px;
	}
#index #main { background: #fff url(../images/main_header.jpg) 229px 230px no-repeat; }

/*-------- 08  Trouble --------*/

#trouble #content #title01 { background: url(../images/trouble_h2-01.jpg) 0 0 no-repeat; }
#trouble #content #title02 { background: url(../images/trouble_h3-02.jpg) 0 0 no-repeat; }
#trouble #content #title03 { background: url(../images/trouble_h4-03.jpg) 0 0 no-repeat; }
#trouble #content #title04 { background: url(../images/trouble_h4-04.jpg) 0 0 no-repeat; }
#trouble #content #title05 { background: url(../images/trouble_h3-05.jpg) 0 0 no-repeat; }
#trouble #content #title06 { background: url(../images/trouble_h4-06.jpg) 0 0 no-repeat; }



/*-------- 09  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_h3-03.jpg) 0 0 no-repeat; }
#price #content #title04 { background: url(../images/price_h3-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; margin-bottom:10px; }
#price #content #title07 { background: url(../images/price_h4-07.jpg) 0 0 no-repeat; margin-bottom:10px; }
#price #content #title08 { background: url(../images/price_h4-08.jpg) 0 0 no-repeat; margin-bottom:10px; }

#price #content table {
	margin: 10px 10px 10px 50px;
	border: 3px solid #ccc;
	width:400px;
	}
#price #content table tr th,
#price #content table tr td {
	border: 1px solid #ccc;
	background: #f3f3f3;
	}
#price #content table tr.colored th,
#price #content table tr.colored td {
	background: #e3e3e3;
	}
#price #content table tr td {
  text-align: right;
	}

#price #content .price dt {
	float: left;
	font-weight: 100;
	}
#price #content .price dd {
	margin-left: 150px;
	}

#price .flow,
#price .flow02
 { margin: 0 10px 0 0; }

#price #content .flow .alpha {
  float: left;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 30px;
	background: url(../images/arrow_v.jpg) 85px 80px no-repeat;
	}
#price #content .flow02 .alpha {
  float: left;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 30px;
	}
#price #content .flow .beta,
#price #content .flow02 .beta {
  float: right;
	width: 330px;
	padding-top: 10px;
	padding-bottom: 30px;
	}

/*-------- 10  Maintenance --------*/

#maintenance #content #title01 { background: url(../images/maintenance_h2-01.jpg) 0 0 no-repeat; }
#maintenance #content #title02 { background: url(../images/maintenance_h3-02.jpg) 0 0 no-repeat; }
#maintenance #content #title03 { background: url(../images/maintenance_h4-03.jpg) 0 0 no-repeat; }
#maintenance #content #title04 { background: url(../images/maintenance_h4-04.jpg) 0 0 no-repeat; }
#maintenance #content #title05 { background: url(../images/maintenance_h4-05.jpg) 0 0 no-repeat; }
#maintenance #content #title06 { background: url(../images/maintenance_h4-06.jpg) 0 0 no-repeat; }
#maintenance #content #title07 { background: url(../images/maintenance_h4-07.jpg) 0 0 no-repeat; }



/*-------- 11  Bite --------*/

#bite #content #title01 { background: url(../images/bite_h2-01.jpg) 0 0 no-repeat; }
#bite #content #title02 { background: url(../images/bite_h3-02.jpg) 0 0 no-repeat; }
#bite #content #title03 { background: url(../images/bite_h3-03.jpg) 0 0 no-repeat; }
#bite #content #title04 { background: url(../images/bite_h3-04.jpg) 0 0 no-repeat; }



/*-------- 12  Plate --------*/

#plate #content #title01 { background: url(../images/plate_h2-01.jpg) 0 0 no-repeat; }
#plate #content #title02 { background: url(../images/plate_h3-02.jpg) 0 0 no-repeat; }

#plate #content .interview {
	width: 520px;
	margin-left: 20px;
	padding-bottom: 20px;
	}
#plate #content .interview p {
	padding: 20px 1em 40px;
	margin-top: 40px;
	background: #e7ebdd url(../images/balloon_b.jpg) 0 bottom no-repeat;
	
	}
#plate #content .dr {
	background: url(../images/sil_dr.jpg) 0 0 no-repeat;
	}
#plate #content .dr p {
	margin-right: 200px;
	color: #000066;
	}
#plate #content .patient {
	background: url(../images/sil_pt.jpg) 0 0 no-repeat;
	}
#plate #content .patient p {
	margin-left: 200px;
	color: #660033;
	}

/*-------- 13  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_h4-03.jpg) 0 0 no-repeat; }
#flow #content #title04 { background: url(../images/flow_h4-04.jpg) 0 0 no-repeat; }

#flow #content .price dt {
	float: left;
	font-weight: 100;
	}
#flow #content .price dd {
	margin-left: 150px;
	}

#flow .flow,
#flow .flow02
 { margin: 0 10px 0 0; }

#flow #content .flow .alpha {
  float: left;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 30px;
	background: url(../images/arrow_v.jpg) 85px 80px no-repeat;
	}
#flow #content .flow02 .alpha {
  float: left;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 30px;
	}
#flow #content .flow .beta,
#flow #content .flow02 .beta {
  float: right;
	width: 320px;
	padding-top: 10px;
	padding-bottom: 30px;
	}

/*-------- 14  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_h3-06.jpg) 0 0 no-repeat; }
#clinic #content #title07 { background: url(../images/clinic_h3-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; }

#clinic #content .rightbox {
	width: 360px;
	float: right;
	margin: 0px 0 0 0;
	}

#clinic #content table {
	margin: 20px;
	border: 3px solid #ccc;
	}
#clinic #content table tr th,
#clinic #content table tr td {
	border: 1px solid #ccc;
	background: #f3f3f3;
	}
#clinic #content table tr.colored th,
#clinic #content table tr.colored td {
	background: #e3e3e3;
	}

/*-------- 15  Inquiry --------*/

#inquiry #content #title01 { background: url(../images/inquiry_h2-01.jpg) 0 0 no-repeat; }
#inquiry #content #title02 { background: url(../images/inquiry_h3-02.jpg) 0 0 no-repeat; }

#inquiry #content table {
	border: 3px solid #ccc;
	}
#inquiry #content table tr th,
#inquiry #content table tr td {
	border: 1px solid #ccc;
	background: #f3f3f3;
	}
#inquiry #content table tr.colored th,
#inquiry #content table tr.colored td {
	background: #e3e3e3;
	}


/*-------- 16  Sitemap --------*/

#sitemap #content #title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }
#sitemap #content #title02 { background: url(../images/sitemap_h3-02.jpg) 0 0 no-repeat; }
#sitemap #content #title03 { background: url(../images/sitemap_h4-03.jpg) 0 0 no-repeat; }
#sitemap #content #title04 { background: url(../images/sitemap_h4-04.jpg) 0 0 no-repeat; }
#sitemap #content #title05 { background: url(../images/sitemap_h4-05.jpg) 0 0 no-repeat; }

#sitemap #content dl {
	margin: 10px 0 10px 10px;
	}
#sitemap #content dl dd {
	margin: 5px 0 10px;
	padding: 5px;
	border: 1px solid #ddd;
	background: #eee;
	}

