@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Ortho                       */
/*                 09  Flow                        */
/*                 10  Cost                        */
/*                 11  Selfcheck                   */
/*                 12  Bite                        */
/*                 13  Important                   */
/*                 14  Adult                       */
/*                 15  Child                       */
/*                 16  Case                        */
/*                 17  Voice                       */
/*                 18  Faq                         */
/*                 19  Clinic                      */
/*                 20  Contact                     */
/*                 21  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color -                             */
/*        Main Color -                             */
/*        Main Color -                             */
/*                                                 */
/*        Sub Color  -                             */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

#wrapper {
	background: url(../images/wrapper.png) repeat-y;
	width: 810px;
	margin: 0 auto;
	padding: 0 15px;
	text-align: left;
	}
* html body #wrapper { width: 840px; }

#main {
	margin: 0;
	padding: 0 10px;
	width: 790px;
	background: url(../images/main.png) repeat-y;
	}
* html body #main { width: 810px; }

#content {
	width: 580px;
	float: left;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	padding: 0 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header.png) bottom no-repeat;
	height: 105px;
	width: 810px;
	margin: 0;
	padding: 0;
	position: relative;
	}

#header h1 {
	position: absolute;
	top: 3px;
	left: 2px;
	font-size: 12px;
	color: #666;
	padding-top: 2px;
}

p.logo {
	width: 240px;
	height: 90px;
	line-height: 1.0;
	float: left;
	margin: 0;
	}
p.logo a {
	display: block;
	width: 240px;
	height: 90px;
	}

#header p.tel {
	margin: 15px 0 0 0;
	padding: 0;
	height: 65px;
	float: right;
	}
#header p.tel img { display: block; }

#header-nav {
	list-style: none;
	width: 150px;
	height: 30px;
	margin: 50px 0 0 0;
	padding: 0;
	float: left;
	}

#header-nav li {
	height: 30px;
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header-nav li a {
	display: block;
	height: 30px;
	}

#nav01 { width: 70px; }
#nav02 { width: 80px; }

#nav01 a {
	background: url(../images/header-nav.png) 0 0 no-repeat;
	width: 70px;
	}
#nav02 a {
	background: url(../images/header-nav.png) -70px 0 no-repeat;
	width: 80px;
	}
#nav01 a:hover { background: url(../images/header-nav.png) 0 -30px no-repeat; }
#nav02 a:hover { background: url(../images/header-nav.png) -70px -30px no-repeat; }




/*----------04  Navigation -----------*/

#nav {
	width: 205px;
	float: right;
	padding: 0 0 20px 5px;
	background: url(../images/nav_bg.png) 5px bottom no-repeat;
	}
* html body #nav { width: 210px; }

#nav h2 {
	height: 87px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background: url(../images/nav_h2.png) 0 0 no-repeat;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#pickup-menu li {
	height: 25px;
	text-indent: -9999px;
	}
#pickup-menu li a {
	display: block;
	height: 25px;
	}

#pickup-menu #nav03,
#pickup-menu #nav03 a { height: 33px; }
#pickup-menu #nav09,
#pickup-menu #nav09 a { height: 32px; }

#nav03 a { background: url(../images/pickup-menu.png) 0 0 no-repeat; }
#nav04 a { background: url(../images/pickup-menu.png) 0 -33px no-repeat; }
#nav05 a { background: url(../images/pickup-menu.png) 0 -58px no-repeat; }
#nav06 a { background: url(../images/pickup-menu.png) 0 -83px no-repeat; }
#nav07 a { background: url(../images/pickup-menu.png) 0 -108px no-repeat; }
#nav08 a { background: url(../images/pickup-menu.png) 0 -133px no-repeat; }
#nav09 a { background: url(../images/pickup-menu.png) 0 -158px no-repeat; }

#nav03 a:hover { background: url(../images/pickup-menu.png) -205px 0 no-repeat; }
#nav04 a:hover { background: url(../images/pickup-menu.png) -205px -33px no-repeat; }
#nav05 a:hover { background: url(../images/pickup-menu.png) -205px -58px no-repeat; }
#nav06 a:hover { background: url(../images/pickup-menu.png) -205px -83px no-repeat; }
#nav07 a:hover { background: url(../images/pickup-menu.png) -205px -108px no-repeat; }
#nav08 a:hover { background: url(../images/pickup-menu.png) -205px -133px no-repeat; }
#nav09 a:hover { background: url(../images/pickup-menu.png) -205px -158px no-repeat; }

#main-menu li {
	height: 45px;
	text-indent: -9999px;
	}
#main-menu li a {
	display: block;
	height: 45px;
	}

#main-menu #nav12,
#main-menu #nav12 a,
#main-menu #nav13,
#main-menu #nav13 a { height: 50px; }

#nav10 a { background: url(../images/main-menu.png) 0 0 no-repeat; }
#nav11 a { background: url(../images/main-menu.png) 0 -45px no-repeat; }
#nav12 a { background: url(../images/main-menu.png) 0 -90px no-repeat; }
#nav13 a { background: url(../images/main-menu.png) 0 -140px no-repeat; }
#nav14 a { background: url(../images/main-menu.png) 0 -190px no-repeat; }
#nav15 a { background: url(../images/main-menu.png) 0 -235px no-repeat; }

#nav10 a:hover { background: url(../images/main-menu.png) -205px 0 no-repeat; }
#nav11 a:hover { background: url(../images/main-menu.png) -205px -45px no-repeat; }
#nav12 a:hover { background: url(../images/main-menu.png) -205px -90px no-repeat; }
#nav13 a:hover { background: url(../images/main-menu.png) -205px -140px no-repeat; }
#nav14 a:hover { background: url(../images/main-menu.png) -205px -190px no-repeat; }
#nav15 a:hover { background: url(../images/main-menu.png) -205px -235px no-repeat; }

#nav p { text-align: center; }

#nav .me {
	margin: 20px auto 15px auto;
	line-height: 1.0;
	}
#nav .me .caption {
	color: #709e61;
	margin-top: 0;
	padding-top: 0;
	}



/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 0;
	margin: 0;
	width: 810px;
	background: url(../images/footer.png) top no-repeat;
	font-size: 85%;
	color: #999;
	}
*: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: #709E61;
	text-decoration: underline;
	}
#footer a:hover { color: #b5455e; }

#footer p.tel {
	margin: 0;
	padding: 0;
	width: 200px;
	height: 78px;
	float: left;
	}
#footer p.tel img { display: block; }

#footer-nav {
	width: 600px;
	padding-top: 20px;
	float: right;
	}

#footer ul { 
	list-style: none;
	margin: 0 1em 4px 1em;
	padding: 0;
	clear: both;
	}

#footer ul li {
	display: inline;
	line-height: 1.0;
	margin: 0;
	padding: 0;
	}

#footer address {
	clear: both;
	background: #fff url(../images/footer-address.png) top no-repeat;
	margin: 0;
	padding: 15px 15px 30px 0;
	text-align: right;
	}


/*---------- 06  Contents -----------*/

#main-img {
	margin: 0 0 18px 0;
	padding: 0;
	}
#main-img img { display: block; }

.section { padding: .5em 20px 1em 20px; }
.section .section { padding: .5em 5px 1em 5px; }

.center { text-align: center; }

#content h2 {
	height: 58px;
	text-indent: -9999px;
	margin: 0;
	}
#content h3 {
	clear: both;
	height: 38px;
	text-indent: -9999px;
	margin-left: -10px;
	}
#content h4 {
	height: 26px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	}

#content ul,
#content dl { margin-left: .5em; }

#content ul li {
	list-style: none;
	background: url(../images/list.png) 0 5px 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: #ff91bd;
	outline: none;
	}
a:hover { color: #b5455e; }

strong { color: #5ca1ff; }


#content blockquote {
	margin: .5em;
	background: #e0f2ff;
	padding: .5em 1em;
	}
#content blockquote p {
	margin: 0;
	color: #5ca1cf;
	}

.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 center no-repeat;
	}

.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: 246px;
	height: 118px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 118px;
	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 #5ca1cf;
	font-size: 100%;
	color: #666;
	width: 500px;
	}

#content table th,
#content table td {
	padding: 4px 10px;
	border: 1px solid #bed6f1;
	}

#content table tr.odd td { background: #f0f9ff; }

#content table th {
	background: #e0f2ff;
	color: #5ca1cf;
	}
#content table th.place { width: 80px; }
#content table td.price { text-align: right; }


input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}



/*---------- 07  Index -----------*/

#index p.hd2, #index h2 { height: 60px; margin: 0; line-height: 0; text-indent: 0;}

#index p.hd2#title01 { }
#index p.hd2#title02 { }
#index p.hd2#title03 { }
#index h2#title04 { }

#index #nav .me {
	background: url(../images/index_me_bg.png) 0 0 no-repeat;
	margin: 0 auto;
	padding: 45px 0 15px 0;
	line-height: 1.0;
	}

#index #pickup .alpha { color: #bf6e00; }
#index #pickup .beta { color: #fa7da8; }
#index #pickup .gamma { color: #709e61; }

#index .pickup-content {
	width: 192px;
	float: left;
	}
#index .pickup-content.gamma { width: 190px; }

#index .pickup-body {
	margin: .5em 0 1em 6px;
	width: 180px;
	}

#index #guide .guide-content {
	height: 125px;
	padding: 25px 0 0 25px;
	background: url(../images/index_guide-content_bg.png) 0 0 no-repeat;
	}
* html body#index #guide .guide-content { height: 150px; }
	
#index #guide .guide-content p {
	width: 150px;
	margin: 0;
	padding: 0;
	float: left;
	}



/*---------- 08  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; }



/*---------- 09  Flow -----------*/

#flow h2#title01 { background: url(../images/flow_h2-01.png) 0 0 no-repeat; }
#flow h3#title02 { background: url(../images/flow_h3-02.png) 0 0 no-repeat; }



/*---------- 10  Cost -----------*/

#cost h2#title01 { background: url(../images/cost_h2-01.png) 0 0 no-repeat; }
#cost h3#title02 { background: url(../images/cost_h3-02.png) 0 0 no-repeat; }
#cost h4#title03 { background: url(../images/cost_h4-03.png) 0 0 no-repeat; }
#cost h4#title04 { background: url(../images/cost_h4-04.png) 0 0 no-repeat; }



/*---------- 11  Selfcheck -----------*/

#selfcheck h2#title01 { background: url(../images/selfcheck_h2-01.png) 0 0 no-repeat; }
#selfcheck h3#title02 { background: url(../images/selfcheck_h3-02.png) 0 0 no-repeat; }
#selfcheck h3#title03 { background: url(../images/selfcheck_h3-03.png) 0 0 no-repeat; }
#selfcheck h3#title04 { background: url(../images/selfcheck_h3-04.png) 0 0 no-repeat; }
#selfcheck h4#title05 { background: url(../images/selfcheck_h4-05.png) 0 0 no-repeat; }
#selfcheck h4#title06 { background: url(../images/selfcheck_h4-06.png) 0 0 no-repeat; }
#selfcheck h4#title07 { background: url(../images/selfcheck_h4-07.png) 0 0 no-repeat; }

#selfcheck #content dl { margin-top: 0; }
#selfcheck #content dd { margin-left: 0; }

#selfcheck #content .footnote { font-size: 93%; }


/*---------- 12  Bite -----------*/

#bite h2#title01 { background: url(../images/bite_h2-01.png) 0 0 no-repeat; }
#bite h3#title02 { background: url(../images/bite_h3-02.png) 0 0 no-repeat; }



/*---------- 13  Important -----------*/

#important h2#title01 { background: url(../images/important_h2-01.png) 0 0 no-repeat; }
#important h3#title02 { background: url(../images/important_h3-02.png) 0 0 no-repeat; }
#important h3#title03 { background: url(../images/important_h3-03.png) 0 0 no-repeat; }
#important h4#title04 { background: url(../images/important_h4-04.png) 0 0 no-repeat; }
#important h4#title05 { background: url(../images/important_h4-05.png) 0 0 no-repeat; }
#important h4#title06 { background: url(../images/important_h4-06.png) 0 0 no-repeat; }
#important h4#title07 { background: url(../images/important_h4-07.png) 0 0 no-repeat; }



/*---------- 14  Adult -----------*/

#adult h2#title01 { background: url(../images/adult_h2-01.png) 0 0 no-repeat; }
#adult h3#title02 { background: url(../images/adult_h3-02.png) 0 0 no-repeat; }
#adult h3#title03 { background: url(../images/adult_h3-03.png) 0 0 no-repeat; }
#adult h4#title04 { background: url(../images/adult_h4-04.png) 0 0 no-repeat; }
#adult h4#title05 { background: url(../images/adult_h4-05.png) 0 0 no-repeat; }
#adult h4#title06 { background: url(../images/adult_h4-06.png) 0 0 no-repeat; }



/*---------- 15  Child -----------*/

#child h2#title01 { background: url(../images/child_h2-01.png) 0 0 no-repeat; }
#child h3#title02 { background: url(../images/child_h3-02.png) 0 0 no-repeat; }
#child h3#title03 { background: url(../images/child_h3-03.png) 0 0 no-repeat; }
#child h4#title04 { background: url(../images/child_h4-04.png) 0 0 no-repeat; }
#child h4#title05 { background: url(../images/child_h4-05.png) 0 0 no-repeat; }
#child h4#title06 { background: url(../images/child_h4-06.png) 0 0 no-repeat; }
#child h4#title07 { background: url(../images/child_h4-07.png) 0 0 no-repeat; }



/*---------- 16  Case -----------*/

#case h2#title01 { background: url(../images/case_h2-01.png) 0 0 no-repeat; }



/*---------- 17  Voice -----------*/

#voice h2#title01 { background: url(../images/voice_h2-01.png) 0 0 no-repeat; }



/*---------- 18  Faq -----------*/

#faq h2#title01 { background: url(../images/faq_h2-01.png) 0 0 no-repeat; }
#faq h3#title02 { background: url(../images/faq_h3-02.png) 0 0 no-repeat; }
#faq h4#title03 { background: url(../images/faq_h4-03.png) 0 0 no-repeat; }
#faq h4#title04 { background: url(../images/faq_h4-04.png) 0 0 no-repeat; }
#faq h4#title05 { background: url(../images/faq_h4-05.png) 0 0 no-repeat; }
#faq h4#title06 { background: url(../images/faq_h4-06.png) 0 0 no-repeat; }
#faq h4#title07 { background: url(../images/faq_h4-07.png) 0 0 no-repeat; }
#faq h4#title08 { background: url(../images/faq_h4-08.png) 0 0 no-repeat; }
#faq h4#title09 { background: url(../images/faq_h4-09.png) 0 0 no-repeat; }
#faq h4#title10 { background: url(../images/faq_h4-10.png) 0 0 no-repeat; }
#faq h4#title11 { background: url(../images/faq_h4-11.png) 0 0 no-repeat; }
#faq h4#title12 { background: url(../images/faq_h4-12.png) 0 0 no-repeat; }
#faq h4#title13 { background: url(../images/faq_h4-13.png) 0 0 no-repeat; }
#faq h4#title14 { background: url(../images/faq_h4-14.png) 0 0 no-repeat; }

#faq #content .answer { margin-left: 1em; }


/*---------- 19  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 h4#title04 { background: url(../images/clinic_h4-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 dl.dl02 dt {
	width: 6em;
	float: left;
	}
#clinic #content dl.dl02 dd { margin-left: 6em; }

#clinic #content dl.dl02 dd dt {
	width: 4em;
	float: left;
	font-weight: normal;
	}
#clinic #content dl.dl02 dd dd { margin-left: 4em; }

#map {  
	width: 480px;  
	height: 300px;  
	border: 2px solid #ccc;  
	margin: 6px 0 18px 18px;  
	}



/*---------- 20  Contact -----------*/

#contact h2#title01 { background: url(../images/contact_h2-01.png) 0 0 no-repeat; }
#contact h3#title02 { background: url(../images/contact_h3-02.png) 0 0 no-repeat; }

#contact #content table th.subject { width: 120px; }

#contact #content .require {
	font-size: 124%;
	font-weight: bold;
	color: red;
	}

div.grippie {
	background:#eee url(../images/grippie.png) no-repeat scroll center 2px;
	border-color:#ddd;
	border-style:solid;
	border-width:0 1px 1px;
	cursor:s-resize;
	height:9px;
	overflow:hidden;
	}
.resizable-textarea textarea {
	display:block;
	margin-bottom:0;
	}


/*---------- 21  Sitemap -----------*/

#sitemap .section { padding: .5em 20px 1em 40px; }
#sitemap .section .section { padding: .5em 0 .5em .5em; }


#sitemap h2#title01 { background: url(../images/sitemap_h2-01.png) 0 0 no-repeat; }

#sitemap #content h3,
#sitemap #content h4 {
	text-indent: 0;
	height: auto;
	font-weight: bold;
	}

#sitemap #content h3 {
	background: #ffe89c;
	color: #bf6e00;
	padding: 6px;
	line-height: 1.0;
	margin: .5em 0;
	}
#sitemap #content h4 {
	color: #709e61;
	font-size: 108%;
	}
#sitemap #content h4 a { color: #709e61; }

#sitemap .section p { margin-left: 1em; }



