@charset "UTF-8";
@import "base.css";
@import "sori.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Treatment                   */
/*                 09  Clinic                      */
/*                 10  Aesthe                      */
/*                 11  Whitening                   */
/*                 12  Laser                       */
/*                 13  Ortho                       */
/*                 14  Implant                     */
/*                 15  Price                       */
/*                 16  English/                    */
/*                 17  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Pink           #de91a2      */
/*        Main Color - Light Pink     #fce6e6      */
/*        Main Color - Fresh Pink     #f94956      */
/*                                                 */
/*        Sub Color  - Yellow Green   #7ac300      */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: #fff; }

#wrapper {
	background: url(../images/wrapper.png) repeat-y;
	width: 800px;
	margin: 0 auto;
	padding: 0 15px;
	text-align: left;
	}

#main {
	margin: 0;
	width: 800px;
	background: url(../images/main_bg.png) repeat-y;
	}

#content {
	width: 600px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 10px 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 80px;
	width: 800px;
	margin: 0;
	padding: 0;
	}

h1 {
	text-indent: -9999px;
	width: 475px;
	height: 80px;
	line-height: 1.0;
	float: left;
	}
h1  {
	display: block;
	width: 475px;
	height: 80px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header .section {
	width: 280px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	height: 30px;
	clear: both;
	}
#header p.tel img { display: block; }

#header-nav {
	margin: 0;
	padding: 0 20px 30px 130px;
	width: 130px;
	height: 20px;
	}
* html body #header-nav {
	width: 280px;
	height: 50px;
	}

#header-nav li {
	height: 20px;
	width: 65px;
	margin: 0;
	padding: 0;
	float: left;
	text-indent: -9999px;
	list-style: none;
	}
#header-nav li a {
	display: block;
	height: 20px;
	}

#nav01 a { background: url(../images/header-nav.jpg) 0 0 no-repeat; }
#nav02 a { background: url(../images/header-nav.jpg) -65px 0 no-repeat; }


/*----------04  Navigation -----------*/

#global-nav {
	width: 800px;
	height: 30px;
	margin: 0;
	padding: 0;
	}
#global-nav dt,
#global-nav dd {
	margin: 0;
	padding: 0;
	width: 160px;
	height: 30px;
	float: left;
	text-indent: -9999px;
	}
#global-nav dd a {
	display: block;
	height: 30px;
	}
	
#global-nav dt { background: url(../images/global-nav.jpg) 0 0 no-repeat; }
#nav03 a { background: url(../images/global-nav.jpg) -160px 0 no-repeat; }
#nav04 a { background: url(../images/global-nav.jpg) -320px 0 no-repeat; }
#nav05 a { background: url(../images/global-nav.jpg) -480px 0 no-repeat; }
#nav06 a { background: url(../images/global-nav.jpg) -640px 0 no-repeat; }

#nav03 a:hover { background: url(../images/global-nav.jpg) -160px -30px no-repeat; }
#nav04 a:hover { background: url(../images/global-nav.jpg) -320px -30px no-repeat; }
#nav05 a:hover { background: url(../images/global-nav.jpg) -480px -30px no-repeat; }
#nav06 a:hover { background: url(../images/global-nav.jpg) -640px -30px no-repeat; }



#nav {
	width: 200px;
	float: left;
	padding: 5px 0 20px 0;
	}

#nav h2 {
	margin: 0;
	padding: 0;
	height: 30px;
	text-indent: -9999px;
	background: url(../images/nav_h2.png) 0 0 no-repeat;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal { width: 190px; }
#nav .internal li {
	height: 35px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 35px;
	}

#nav07 a { background: url(../images/nav.png) 0 0 no-repeat; }
#nav08 a { background: url(../images/nav.png) 0 -35px no-repeat; }
#nav09 a { background: url(../images/nav.png) 0 -70px no-repeat; }
#nav10 a { background: url(../images/nav.png) 0 -105px no-repeat; }
#nav11 a { background: url(../images/nav.png) 0 -140px no-repeat; }
#nav12 a { background: url(../images/nav.png) 0 -175px no-repeat; }
#nav13 a { background: url(../images/nav.png) 0 -210px no-repeat; }

#nav07 a:hover { background: url(../images/nav.png) -190px 0 no-repeat; }
#nav08 a:hover { background: url(../images/nav.png) -190px -35px no-repeat; }
#nav09 a:hover { background: url(../images/nav.png) -190px -70px no-repeat; }
#nav10 a:hover { background: url(../images/nav.png) -190px -105px no-repeat; }
#nav11 a:hover { background: url(../images/nav.png) -190px -140px no-repeat; }
#nav12 a:hover { background: url(../images/nav.png) -190px -175px no-repeat; }
#nav13 a:hover { background: url(../images/nav.png) -190px -210px no-repeat; }



#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 12px 0 14px 0;
	margin: 0;
	width: 800px;
	border-top: 1px solid #666;
	background: #fff url(../images/footer_bg.png) bottom repeat-x;
	font-size: 85%;
	text-align: center;
	color: #8c8c8c;
	}
*: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: #7f690d;
	}
#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; }


/*---------- 06  Contents -----------*/

.section { padding: .5em 20px 1em 20px; }
.section .section { padding: .5em 0 1em 10px; }

.center { text-align: center; }

#main-img {
	margin: 0;
	padding: 0;
	width: 800px;
	clear: both;
	}
#main-img img { display: block; }

#content h2 {
	height: 46px;
	text-indent: -9999px;
	margin: 0 15px;
	}
#content h3 {
	clear: both;
	height: 36px;
	text-indent: -9999px;
	}
#content h4 {
	height: 28px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 0 .5em .5em 0;
	padding: 4px 8px;
	background: #dcc783;
	border-bottom: 1px solid #b2a46d;
	}
#content h6 {
	font-size: 93%;
	color: #5e510d;
	}

#content ul { margin-left: 1em; }

#content ul li {
	list-style: none;
	background: url(../images/list.png) 0 3px no-repeat;
	padding-left: 16px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt {
	font-weight: bold;
	color: #5e510d;
	}

#content a { text-decoration: underline; }

a {
	color: #7f690d;
	outline: none;
	}
a:hover { color: #d59758; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_l  {
	float: left;
	margin: 0 16px 8px 0;
	}

.image_r {
	float: right;
	margin: 0 0 8px 16px;
	}

.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.png) center 40% no-repeat;
	}

.case .image_l { margin-right: 8px; }
.case .image_r { margin-left: 8px; }

.case-narrow {
	margin: 10px 40px;
	background: url(../images/arrow_h.png) center center no-repeat;
	}

.case-noimg { margin: 10px 20px; }

.case img,
.case-narrow img,
.case-noimg img { display: block; }

.caption { text-align: center; }


#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 78px;
	height: 28px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 28px;
	background: url(../images/to-top.png) 0 0 no-repeat;
	}

p.caution {
	padding-left: 24px;
	background: url(../images/caution.png) 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 table {
	border-collapse: collapse;
	border: 2px solid #b2a46d;
	font-size: 100%;
	color: #666;
	width: 500px;
	margin-left: 20px;
	}

#content table th,
#content table td {
	padding: 4px 12px;
	border: 1px solid #dcc783;
	}

#content table th {
	background: #f4dda8;
	color: #7f690d;
	width: 130px;
	}

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}

#map {  
	width: 500px;  
	height: 360px;  
	border: 2px solid #ccc;  
	margin: 18px;  
	}  



/*---------- 07  Index -----------*/

#index h2#title01 {
	background: url(../images/index_h2-01.png) 0 0 no-repeat;
	margin: 0;
	}
#index h2#title02 {
	background: url(../images/index_h2-02.png) 0 0 no-repeat;
	height: 28px;
	margin: 0;
	}

#index #section01 { padding: .5em 20px 1em 20px; }

#index #section01 .alpha {
	width: 318px;
	float: left;
	}
#index #section01 .beta {
	width: 220px;
	float: right;
	}

#index #clinic-info .alpha {
	width: 202px;
	float: left;
	}
#index #clinic-info .beta {
	width: 338px;
	padding-top: 8px;
	float: right;
	}
#index #clinic-info .beta dl {
	margin: 0;
	padding: 0;
	}
#index #clinic-info .beta dt {
	width: 5em;
	float: left;
	color: #5e510d;
	}
#index #clinic-info .beta dd { margin-left: 5em; }


/*---------- 08  Treatment -----------*/

#treatment h2#title01 { background: url(../images/treatment_h2-01.png) 0 0 no-repeat; }
#treatment h3#title02 { background: url(../images/treatment_h3-02.png) 0 0 no-repeat; }
#treatment h4 {
	text-indent: 0;
	margin: 0;
	}

#treatment .guide {
	clear: both;
	padding: 6px 6px 24px 6px;
	color: #fff;
	}
#treatment .guide .alpha {
	width: 260px;
	float: left;
	}
#treatment .guide .beta {
	width: 260px;
	float: right;
	}
#treatment .guide .alpha p,
#treatment .guide .beta p {
	margin: 204px 0 0 0;
	padding: 0 16px 12px 16px;
	background: url(../images/treatment01.jpg) bottom left no-repeat;
	}

#treatment #content #treatment01 { background: url(../images/treatment01.jpg) 0 0 no-repeat; }
#treatment #content #treatment02 { background: url(../images/treatment02.jpg) 0 0 no-repeat; }
#treatment #content #treatment03 { background: url(../images/treatment03.jpg) 0 0 no-repeat; }
#treatment #content #treatment04 { background: url(../images/treatment04.jpg) 0 0 no-repeat; }
#treatment #content #treatment05 { background: url(../images/treatment05.jpg) 0 0 no-repeat; }
#treatment #content #treatment06 { background: url(../images/treatment06.jpg) 0 0 no-repeat; }


/*---------- 09  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 h4#title05 { background: url(../images/clinic_h4-05.png) 0 0 no-repeat; }
#clinic h4#title06 { background: url(../images/clinic_h4-06.png) 0 0 no-repeat; }
#clinic h4#title07 { background: url(../images/clinic_h4-07.png) 0 0 no-repeat; }
#clinic h4#title08 { background: url(../images/clinic_h4-08.png) 0 0 no-repeat; }
#clinic h4#title09 { background: url(../images/clinic_h4-09.png) 0 0 no-repeat; }

#clinic #content .alpha {
	width: 178px;
	float: left;
	}
#clinic #content .beta {
	width: 360px;
	float: right;
	padding-top: 8px;
	}
#clinic #content .beta dl { margin-left: 6px; }
#clinic #content .beta dt {
	width: 4em;
	float: left;
	}
#clinic #content .beta dd { margin-left: 4em; }

#clinic #content #guide-tour .beta {
	width: 320px;
	float: right;
	}


/*---------- 10  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 h4#title04 { background: url(../images/aesthe_h4-04.png) 0 0 no-repeat; }
#aesthe h4#title05 { background: url(../images/aesthe_h4-05.png) 0 0 no-repeat; }



/*---------- 11  Whitening -----------*/

#whitening h2#title01 { background: url(../images/whitening_h2-01.png) 0 0 no-repeat; }
#whitening h3#title02 { background: url(../images/whitening_h3-02.png) 0 0 no-repeat; }
#whitening h4#title03 { background: url(../images/whitening_h4-03.png) 0 0 no-repeat; }
#whitening h4#title04 { background: url(../images/whitening_h4-04.png) 0 0 no-repeat; }



/*---------- 12  Laser -----------*/

#laser h2#title01 { background: url(../images/laser_h2-01.png) 0 0 no-repeat; }
#laser h3#title02 { background: url(../images/laser_h3-02.png) 0 0 no-repeat; }
#laser h4#title03 { background: url(../images/laser_h4-03.png) 0 0 no-repeat; }
#laser h4#title04 { background: url(../images/laser_h4-04.png) 0 0 no-repeat; }
#laser h4#title05 { background: url(../images/laser_h4-05.png) 0 0 no-repeat; }



/*---------- 13  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 h4#title03 { background: url(../images/ortho_h4-03.png) 0 0 no-repeat; }



/*---------- 14  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 #content .image_l {
	width: 130px;
	margin-right: 0;
	}

#implant #content .merit,
#implant #content .demerit {
	width: 190px;
	padding-right: 10px;
	float: left;
	}
#implant #content .merit ul,
#implant #content .demerit ul { margin-left: 3px; }

#implant #content .merit h6 {
	background: #1570b5;
	border-left: 4px solid #112f7c;
	color: #fff;
	padding: 2px 6px;
	}
#implant #content .demerit h6 {
	background: #dd5345;
	border-left: 4px solid #af130e;
	color: #fff;
	padding: 2px 6px;
	}



/*---------- 15  Price -----------*/

#price h2#title01 { background: url(../images/price_h2-01.png) 0 0 no-repeat; }
#price h3#title02 { background: url(../images/price_h3-01.png) 0 0 no-repeat; }
#price h4#title03 { background: url(../images/price_h4-01.png) 0 0 no-repeat; }



/*---------- 16  English/ -----------*/

#english h2#title01 { background: url(../images/english_h2-01.png) 0 0 no-repeat; }
#english h3#title02 { background: url(../images/english_h3-01.png) 0 0 no-repeat; }
#english h4#title03 { background: url(../images/english_h4-01.png) 0 0 no-repeat; }
#english h4#title04 { background: url(../images/english_h4-02.png) 0 0 no-repeat; }
#english h3#title05 { background: url(../images/english_h3-02.png) 0 0 no-repeat; }
#english h4#title06 { background: url(../images/english_h4-03.png) 0 0 no-repeat; }
#english h4#title07 { background: url(../images/english_h4-04.png) 0 0 no-repeat; }
#english h3#title08 { background: url(../images/english_h3-03.png) 0 0 no-repeat; }
#english h3#title09 { background: url(../images/english_h3-04.png) 0 0 no-repeat; }
#english h4#title10 { background: url(../images/english_h4-05.png) 0 0 no-repeat; }


/*---------- 17  Sitemap -----------*/

#sitemap h2#title01 { background: url(../images/sitemap_h2-01.png) 0 0 no-repeat; }
#sitemap h3#title02 { background: url(../images/sitemap_h3-02.png) 0 0 no-repeat; }




