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

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Age20                       */
/*                 09  Age30                       */
/*                 10  Age40                       */
/*                 11  Whitening                   */
/*                 12  Raser                       */
/*                 13  Crown                       */
/*                 14  Veneer                      */
/*                 15  Metal                       */
/*                 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: #cccccc; }

#wrapper {
	background: #fff;
	width: 800px;
	margin: 0 auto 10px;
	padding: 0 1px 1px 1px;
	border-right: 4px solid #aaa;
	border-bottom: 4px solid #aaa;
	border-left: 4px solid #aaa;
	text-align: left;
	}
* html body #wrapper { width: 810px; }

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

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


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

#header {
	background: url(../images/header_bg.jpg) 0 bottom repeat-x;
	height: 110px;
	width: 800px;
	margin: 0;
	padding: 0;
	}

h1 {
	text-indent: -9999px;
	width: 220px;
	padding-top: 10px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 220px;
	height: 70px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header .section {
	width: 350px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	float: right;
	margin: 0;
	padding-top: 20px;
	}
#header p.tel img { display: block; }

#header_nav {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 170px;
	padding-top: 40px;
	}

#header_nav li {
	height: 20px;
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 20px;
	}

#nav01 { width: 80px; }
#nav02 { width: 70px; }

#nav01 a { background: url(../images/header_nav.jpg) 0 0 no-repeat; }
#nav02 a { background: url(../images/header_nav.jpg) -80px 0 no-repeat; }
#nav01 a:hover { background: url(../images/header_nav.jpg) 0 -20px no-repeat; }
#nav02 a:hover { background: url(../images/header_nav.jpg) -80px -20px no-repeat; }


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

#nav {
	width: 180px;
	float: left;
	padding: 20px 10px;
	}
* html body #nav { width: 200px; }

#nav h3 {
	width: 180px;
	height: 55px;
	text-indent: -9999px;
	}
#nav h3#nav_title01 { background: url(../images/nav_h3-01.jpg) 0 0 no-repeat; }
#nav h3#nav_title02 { background: url(../images/nav_h3-02.jpg) 0 0 no-repeat; }

#nav ul, 
#nav ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#nav .internal {
	margin: 5px 0 9px;
	}
#nav .internal li {
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 30px;
	}
#nav .internal #nav10 {
	padding-bottom: 9px;
	border-bottom: 5px solid #000;
	}
#nav .internal #nav11 {
	padding-top: 6px;
	}

#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; }
#nav12 a { background: url(../images/nav.jpg) 0 -270px no-repeat; }
#nav13 a { background: url(../images/nav.jpg) 0 -300px no-repeat; }
#nav14 a { background: url(../images/nav.jpg) 0 -330px no-repeat; }

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

#nav p {
	text-align: center;
	margin: 0;
	padding-bottom: 10px;
	}
#nav p a img {
	display: block;
	}


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

#footer {
	clear: both;
	padding: 0;
	margin: 0;
	background: #fff url(../images/footer_bg.jpg) bottom repeat-x;
	font-size: 85%;
	text-align: center;
	color: #de91a2;
	}
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */

#footer p {
	float: left;
	width: 380px;
	padding-top: 20px;
	}
#footer address {
	float: right;
	padding-top: 50px;
	}
#footer address a {
	display: block;
	width: 360px;
	height: 20px;
	background: url(../images/copy.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}


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

.section { padding: .5em 10px; }
.section .section { padding: .5em 10px; }

p.center { text-align: center; }

#content h2 {
	height: 50px;
	text-indent: -9999px;
	margin: 0;
	}
#content h3 {
	height: 40px;
	text-indent: -9999px;
	margin: 0;
	}
#content h4 {
	height: 40px;
	text-indent: -9999px;
	margin: 0;
	}

#content h5 {
	font-size: 100%;
	font-weight: 100;
	border: 1px solid #ccc;
	background: #ddd;
	padding: 5px;
	}

#content ul li {
	list-style: none;
	background: url(../images/list.jpg) 0 8px 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: #cebe5f;
	outline: none;
	}
a:hover { color: #bd7626; }

strong {
	font-weight: 100;
	color: #bd7626;
	}

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_l {
	float: left;
	margin: 0 15px 15px 0;
	}

.image_r {
	float: right;
	margin: 0 0 15px 15px;
	}

.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: 120px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 20px;
	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 */

#content #main_image {
	margin: 0 0 20px;
	}

.whitening a {
	display: block;
	text-indent: -9999px;
	width: 570px;
	height: 100px;
	background: url(../images/whitening.jpg) 0 0 no-repeat;
	}
.whitening a:hover { background: url(../images/whitening.jpg) 0 -100px no-repeat; }

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

.image_back {
	border: 1px solid #ddd;
	padding: 19px;
	margin: 10px 0;
	background: url(../images/image_back.jpg) right center no-repeat;
	}

#content .bread {
	margin: 0;
	}
#content .bread li {
	float: left;
	width: 114px;
	height: 50px;
	line-height: 50px;
	background: #999 none;
	padding: 0;
	font-weight: 900;
	font-size: 100%;
	text-align: center;
	}
#content .bread #bread03 {
	line-height: 25px;
	}
#content .bread #bread03 span {
	display: block;
	}
#content .bread li a {
	display: block;
	height: 50px;
	background: #000;
	color: #fff;
	text-decoration: none;
	}
#content .bread li a:hover {
	background: #999;
	color: #fff;
	position: relative;
	top: 1px;
	left: 1px;
	}

#content table {
	border: 3px solid #ccc;
	}
#content table tr th,
#content table tr td {
	border: 1px solid #ccc;
	background: #f3f3f3;
	}
#content table tr.colored th,
#content table tr.colored td {
	background: #e0e0e0;
	}
#content .clinic_data {
	text-align: center;
	}
#content .clinic_data table {
	text-align: left;
	margin: 10px auto;
	}


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

#index #content .index_image {
	margin-top: 10px;
	background: url(../images/index_bg.jpg) 0 0 no-repeat;
	}
#index #content .index_image p { padding: 0 10px 0 120px; }

#index #content .pickup {
	border: 1px solid #ddd;
	padding: 9px 9px 0;
	margin-right: 10px;
	}

#index #content .pickup p {
	float: left;
	width: 270px;
	padding-bottom: 9px;
	margin: 0;
	}

#index #content .pickup #pickup02,
#index #content .pickup #pickup04 {
	float: right;
	}

#index #content .pickup p a {
	display: block;
	height: 80px;
	text-indent: -9999px;
	}

#index #content #pickup01 a { background: url(../images/pickup01.jpg) 0 0 no-repeat; }
#index #content #pickup02 a { background: url(../images/pickup02.jpg) 0 0 no-repeat; }
#index #content #pickup03 a { background: url(../images/pickup03.jpg) 0 0 no-repeat; }
#index #content #pickup04 a { background: url(../images/pickup04.jpg) 0 0 no-repeat; }

#index #content #pickup01 a:hover { background: url(../images/pickup01.jpg) 0 -80px no-repeat; }
#index #content #pickup02 a:hover { background: url(../images/pickup02.jpg) 0 -80px no-repeat; }
#index #content #pickup03 a:hover { background: url(../images/pickup03.jpg) 0 -80px no-repeat; }
#index #content #pickup04 a:hover { background: url(../images/pickup04.jpg) 0 -80px no-repeat; }
	

/*-------- 08  Age20 --------*/

#age20 #content #title01 { background: url(../images/age20_h2-01.jpg) 0 0 no-repeat; }
#age20 #content #title02 { background: url(../images/age20_h3-02.jpg) 0 0 no-repeat; }
#age20 #content #title03 { background: url(../images/age20_h4-03.jpg) 0 0 no-repeat; }
#age20 #content #title04 { background: url(../images/age20_h3-04.jpg) 0 0 no-repeat; }



/*-------- 09  Age30 --------*/

#age30 #content #title01 { background: url(../images/age30_h2-01.jpg) 0 0 no-repeat; }
#age30 #content #title02 { background: url(../images/age30_h3-02.jpg) 0 0 no-repeat; }
#age30 #content #title03 { background: url(../images/age30_h3-03.jpg) 0 0 no-repeat; }



/*-------- 10  Age40 --------*/

#age40 #content #title01 { background: url(../images/age40_h2-01.jpg) 0 0 no-repeat; }
#age40 #content #title02 { background: url(../images/age40_h3-02.jpg) 0 0 no-repeat; }
#age40 #content #title03 { background: url(../images/age40_h3-03.jpg) 0 0 no-repeat; }



/*-------- 11  Whitening --------*/

#whitening #content #title01 { background: url(../images/whitening_h2-01.jpg) 0 0 no-repeat; }
#whitening #content #title02 { background: url(../images/whitening_h3-02.jpg) 0 0 no-repeat; }
#whitening #content #title03 { background: url(../images/whitening_h4-03.jpg) 0 0 no-repeat; }
#whitening #content #title04 { background: url(../images/whitening_h4-04.jpg) 0 0 no-repeat; }

#whitening #content .image_back {
	margin: 10px;
	}

/*-------- 12  Raser --------*/

#raser #content #title01 { background: url(../images/raser_h2-01.jpg) 0 0 no-repeat; }
#raser #content #title02 { background: url(../images/raser_h3-02.jpg) 0 0 no-repeat; }
#raser #content #title03 { background: url(../images/raser_h4-03.jpg) 0 0 no-repeat; }



/*-------- 13  Crown --------*/

#crown #content #title01 { background: url(../images/crown_h2-01.jpg) 0 0 no-repeat; }
#crown #content #title02 { background: url(../images/crown_h3-02.jpg) 0 0 no-repeat; }
#crown #content #title03 { background: url(../images/crown_h4-03.jpg) 0 0 no-repeat; }
#crown #content #title04 { background: url(../images/crown_h4-04.jpg) 0 0 no-repeat; }
#crown #content #title05 { background: url(../images/crown_h4-05.jpg) 0 0 no-repeat; }
#crown #content #title06 { background: url(../images/crown_h4-06.jpg) 0 0 no-repeat; }



/*-------- 14  Veneer --------*/

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




/*-------- 15  Metal --------*/

#metal #content #title01 { background: url(../images/metal_h2-01.jpg) 0 0 no-repeat; }
#metal #content #title02 { background: url(../images/metal_h3-02.jpg) 0 0 no-repeat; }
#metal #content #title03 { background: url(../images/metal_h4-03.jpg) 0 0 no-repeat; }
#metal #content #title04 { background: url(../images/metal_h4-04.jpg) 0 0 no-repeat; }



/*-------- 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 #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_h3-08.jpg) 0 0 no-repeat; }
#clinic #content #title09 { background: url(../images/clinic_h4-09.jpg) 0 0 no-repeat; }
#clinic #content #title10 { background: url(../images/clinic_h4-10.jpg) 0 0 no-repeat; }
#clinic #content #title11 { background: url(../images/clinic_h4-11.jpg) 0 0 no-repeat; }
#clinic #content #title12 { background: url(../images/clinic_h4-12.jpg) 0 0 no-repeat; }
#clinic #content #title13 { background: url(../images/clinic_h4-13.jpg) 0 0 no-repeat; }
#clinic #content #title14 { background: url(../images/clinic_h4-14.jpg) 0 0 no-repeat; }

#clinic #content .rightbox {
	margin-left: 165px;
	}
#clinic #content .rightbox dl {
	margin: 0 20px 10px;
	}
#clinic #content .rightbox dl dt {
	float: left;
	width: 80px;
	}
#clinic #content .rightbox dl dd {
	margin-left: 85px;
	}

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

#sitemap #content dl dt {
	background: url(../images/list.jpg) 0 8px no-repeat;
	padding-left: 20px;
	font-weight: 100;
	}
#sitemap #content dl dd {
	margin: 10px 0;
	padding: 9px;
	background: #eee;
	border: 1px solid #ccc;
	}
