@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Staff                       */
/*                 09  Clinic                      */
/*                 10  General                     */
/*                 11  Perio                       */
/*                 12  Whitening                   */
/*                 13  Esthe                       */
/*                 14  Implant                     */
/*                 15  Ortho                       */
/*                 16  Denture                     */
/*                 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: #bee7fd url(../images/bg.jpg) top repeat-x; }

#wrapper {
	background:url(../images/wrapper_bg.jpg) 0 120px no-repeat;
	width: 800px;
	margin: 0 auto 20px;
	padding: 0;
	text-align: left;
	}

#main {
	margin-top: 30px;
	background:#fff;
	}
* html body #main {margin-bottom:10px; } /*  for IE6 only */


#content {
	width: 600px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 0 0 1em 0;
	}

#main_image {
	width: 800px;
	height: 272px;
	background: url(../images/main_image_bg.jpg) 0 bottom no-repeat;
	}

#main_image p {
	width: 800px;
	height: 240px;
	background: url(../images/main_image.jpg) 0 0 no-repeat;
	margin: 0;
	}

#main_image p img {
	display: block;
	margin: 10px;
	}

/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 repeat-x;
	height: 120px;
	width: 800px;
	margin: 0;
	padding: 0;
	}

#header p.description {
	color: #fff;
	line-height: 18px;
	height: 18px; 
	margin: 0;
	}

h1 {
	text-indent: -9999px;
	width: 290px;
	height: 102px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 290px;
	height: 102px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header .section {
	width: 510px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	width: 510px;
	height: 80px;
	text-align: right;
	}

#header_nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px;
	height: 19px;
	}

#header_nav li {
	height: 19px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 19px;
	background: url(../images/arrow_small.jpg) 0 4px no-repeat; 
	padding-left: 20px;
	color: #fff;
	}

#nav01 { width: 80px; }
#nav02 { width: 100px; }


/*----------04  Navigation -----------*/

#nav {
	width: 200px;
	float: left;
	background: #fff;
	}
#nav ul {
	width: 200px;
	background: #fff url(../images/nav_bg.jpg) repeat-y;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	padding: 6px 8px 0;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 34px;
	}
#nav .internal li#nav12 {
	padding: 4px 8px 20px;
	background: url(../images/nav_bottom.jpg) 0 bottom no-repeat;
	}

#nav03 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -34px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -68px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -102px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -136px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -170px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -204px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -238px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -272px no-repeat; }
#nav12 a { background: url(../images/nav.jpg) 0 -306px no-repeat; }

#nav03 a:hover { background: url(../images/nav.jpg) -184px 0 no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -184px -34px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -184px -68px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -184px -102px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -184px -136px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -184px -170px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -184px -204px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -184px -238px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -184px -272px no-repeat; }
#nav12 a:hover { background: url(../images/nav.jpg) -184px -306px no-repeat; }

#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#main_footer {
	clear: both;
	width: 800px;
	height: 134px;
	background: #bee7fd url(../images/body_footer.jpg) top no-repeat;
	padding-bottom: 10px;
	}
#main_footer h3 {
	background: url(../images/body_footer_h3.jpg) 0 0 no-repeat;
	height: 30px;
	margin-left: 230px;
	text-indent: -9999px;
	}
#main_footer .section {
	margin: 15px 0 0 220px;
	}
#main_footer .section p {
	float: left;
	width: 250px;
	color: #3887EB;
	}

#footer {
	padding: 13px 0 14px 0;
	margin: 0;
	background: #bee7fd url(../images/footer.jpg) top no-repeat;
	font-size: 85%;
	text-align: center;
	color: #666666;
	}
*: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: #18c4ff;
	}
#footer a:hover { text-decoration: underline; }

#footer ul { 
	list-style: none;
	margin: 0 1em 20px 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; }
.section .section { padding: .5em 10px; }

p.center { text-align: center; }

#content h2 {
	height: 50px;
	text-indent: -9999px;
	margin: 10px 0 0 20px;
	}
#content h3 {
	height: 60px;
	text-indent: -9999px;
	margin: 0;
	}
#content h4 {
	height: 30px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	border: 1px solid #ddd;
	background: #f3f3f3;
	padding: 2px;
	}

#content ul {
	margin-left: 10px;
	}

#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: #028eaf;
	outline: none;
	}
a:hover { color: #33ccff; }

#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: 20px;
	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;
	color: #88aacc;
	}

/* 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 */

.resv-bnr a { 
display:block;
background:url(../images/resv-bnr.jpg) 0 0 no-repeat;
width:560px;
height:70px;
margin:0;
outline:none;
text-indent:-9999px;
}
.resv-bnr a:hover { background-position:bottom; }

/*-------- 07  Index --------*/

#index #content #title01 {
	height: 74px;
	background: url(../images/index_h2-01.jpg) 0 0 no-repeat;
	}

#index .clinic_info {
	clear: both;
	}

#index .greeting {
	margin: 0 20px;
	padding: 10px 0 30px 150px;
	background: url(../images/index01.jpg) 0 0 no-repeat;
	}

#index .summer {
	border: 1px solid #ff5d83;
	background-color: #ffebeb;
	width: 500px;
	margin: 0px 0px 10px 20px;
	padding: 5px 20px;
	}

#index .summer p{
	color: #ff0e47;
}

.su_title{
	font-size: 16px;
	font-weight: bold;
}


#index .pickup {
	margin: 0 25px;
	padding: 5px 15px;
	background: #DEF2FF;
	}

#index .pickup h3 {
	height: 55px;
	margin: 0;
	}

#index .pickup #pickup01,
#index .pickup #pickup02,
#index .pickup #pickup03,
#index .pickup #pickup04 {
	width: 250px;
	margin: 0;
	}

#index .pickup #pickup01,
#index .pickup #pickup03 {
	float: left;
	}

#index .pickup #pickup02,
#index .pickup #pickup04 {
	float: right;
	}

#index .pickup #pickup01 { background: url(../images/pickup01.jpg) 0 0 no-repeat }
#index .pickup #pickup02 { background: url(../images/pickup02.jpg) 0 0 no-repeat }
#index .pickup #pickup03 { background: url(../images/pickup03.jpg) 0 0 no-repeat }
#index .pickup #pickup04 { background: url(../images/pickup04.jpg) 0 0 no-repeat }

#index .pickup div .image_l,
#index .pickup div .image_r {
	width: auto;
	margin: 0 5px 0 15px;
	}

#index .pickup div p {
	margin: 0 5px;
	line-height: 1;
	}

#index .pickup .pickup_bt {
	clear: both;
	height: 40px;
	}

#index .pickup .pickup_bt a {
	display: block;
	text-indent: -9999px;
	width: 105px;
	height: 30px;
	margin-left: 135px;
	background: url(../images/pickup_bt.jpg) 0 0 no-repeat;
	}

#index .alpha {
	float: left;
	width: 330px;
	}
#index .alpha #title06 {
	width: 330px;
	height: 30px;
	background: url(../images/index_h3-02.jpg) 0 0 no-repeat;
	}

#index .beta {
	float: right;
	width: 220px;
	}

#index table {
	border: 4px solid #ccc;
	font-size: 85%;
	}
#index table tr th {
	background: #DEF2FF;
	text-align: left;
	}
#index table tr th,
#index table tr td {
	border: 1px solid #999;
	}

/*-------- 08  Staff --------*/

#staff #content #title01 { background: url(../images/staff_h2-01.jpg) 0 0 no-repeat; }
#staff #content #title02 { background: url(../images/staff_h3-02.jpg) 0 0 no-repeat; }
#staff #content #title03 { background: url(../images/staff_h4-03.jpg) 0 0 no-repeat; }
#staff #content #title04 { background: url(../images/staff_h4-04.jpg) 0 0 no-repeat; }
#staff #content #title05 { background: url(../images/staff_h3-05.jpg) 0 0 no-repeat; }

#staff #content .rightbox { margin-left: 210px; }
#staff #content .rightbox dl { margin: 10px; }
#staff #content .rightbox dl dt {
	float: left;
	width: 60px;
	}
#staff #content .rightbox dl dd {
	margin-left: 70px;
	}

/*-------- 09  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_h3-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 #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 .map img {
	display: block;
	border: 3px solid #ddd;
	margin: 0 auto;}
#clinic #content dl {
	margin-left: 60px;
	}
#clinic #content dl dt {
	float: left;
	width: 60px;
	}
#clinic #content dl dd {
	margin-left: 70px;
	}

#clinic table {
	border: 4px solid #ccc;
	font-size: 85%;
	}
#clinic table tr th {
	background: #DEF2FF;
	text-align: left;
	}
#clinic table tr th,
#clinic table tr td {
	border: 1px solid #999;
	}


/*-------- 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_h3-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_h4-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 #content #title08 { background: url(../images/general_h4-08.jpg) 0 0 no-repeat; }
#general #content #title09 { background: url(../images/general_h3-09.jpg) 0 0 no-repeat; }
#general #content #title10 { background: url(../images/general_h4-10.jpg) 0 0 no-repeat; }
#general #content #title11 { background: url(../images/general_h3-11.jpg) 0 0 no-repeat; }
#general #content #title12 { background: url(../images/general_h4-12.jpg) 0 0 no-repeat; }
#general #content #title13 { background: url(../images/general_h4-13.jpg) 0 0 no-repeat; }



/*-------- 11  Perio --------*/

#perio #content #title01 { background: url(../images/perio_h2-01.jpg) 0 0 no-repeat; }
#perio #content #title02 { background: url(../images/perio_h3-02.jpg) 0 0 no-repeat; }
#perio #content #title04 { background: url(../images/perio_h3-03.jpg) 0 0 no-repeat; }
#perio #content #title03 { background: url(../images/perio_h4-03.jpg) 0 0 no-repeat; }

#perio #content .perio {
	padding: 10px 50px;
	}

/*-------- 12  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_h3-03.jpg) 0 0 no-repeat; }



/*-------- 13  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 table {
	border: 3px solid #ddd;
	}
#esthe #content table tr th,
#esthe #content table tr td {
	border: 1px solid #ccc;
	}
#esthe #content table tr.colored th,
#esthe #content table tr.colored td {
	background: #f3f3f3;
	}
	

/*-------- 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_h4-04.jpg) 0 0 no-repeat; }

#implant .qa dt {
	border-bottom: 3px solid #def;
	margin-bottom: 10px;
	}
#implant .qa .question {
	float: left;
	background: url(../images/q.jpg) 0 0 no-repeat;
	width: 25px;
	height: 25px;
	margin-right: 5px;
	}

#implant .qa .answer {
	float: left;
	background: url(../images/a.jpg) 0 0 no-repeat;
	width: 25px;
	height: 25px;
	margin-right: 5px;
	}


/*-------- 15  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_h3-03.jpg) 0 0 no-repeat; }
#ortho #content #title04 { background: url(../images/ortho_h4-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; }
#ortho #content #title07 { background: url(../images/ortho_h4-07.jpg) 0 0 no-repeat; }
#ortho #content #title08 { background: url(../images/ortho_h4-08.jpg) 0 0 no-repeat; }
#ortho #content #title09 { background: url(../images/ortho_h4-09.jpg) 0 0 no-repeat; }



/*-------- 16  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_h3-06.jpg) 0 0 no-repeat; }
#denture #content #title07 { background: url(../images/denture_h3-07.jpg) 0 0 no-repeat; }

#denture #content .rightbox {
	margin-left: 160px;
	}

/*-------- 17  Sitemap --------*/

#sitemap #content #title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }
