@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Concept - Staff             */
/*                 09  Clinic                      */
/*                 10  Treatment                   */
/*                 11  Prevent - Child             */
/*                 12  Denture                     */
/*                 13  Implant                     */
/*                 14  Ortho                       */
/*                 15  Aesthe                      */
/*                 16  Access                      */
/*                 17  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Sky Blue       #7ac9d4      */
/*        Main Color - Aqua Blue      #a8dede      */
/*        Main Color - Green Grey     #366e6e      */
/*                                                 */
/*        Sub Color  - Orange         #ffa300      */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: #f2faff; }

#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y;
	width: 800px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
	}
* html body #wrapper { width: 820px; }

#main {
	margin: 0;
	background: url(../images/main_bg.png) repeat-y;
	}

#content {
	width: 600px;
	float: left;
	font-size: 100%;
	line-height: 1.6;
	color: #948a73;
	padding: 0 0 2em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: #fff;
	height: 68px;
	width: 800px;
	margin: 0;
	padding: 0;
	}

h1 {
	text-indent: -9999px;
	width: 330px;
	height: 68px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 330px;
	height: 68px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header .section {
	width: 230px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	height: 38px;
	}
#header p.tel img { display: block; }

#header_nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 230px;
	height: 30px;
	}

#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: 100px; }
#nav02 { width: 130px; }

#nav01 a { background: url(../images/header_nav.jpg) 0 0 no-repeat; }
#nav02 a { background: url(../images/header_nav.jpg) -100px 0 no-repeat; }

#nav01 a:hover { background: url(../images/header_nav.jpg) 0 -30px no-repeat; }
#nav02 a:hover { background: url(../images/header_nav.jpg) -100px -30px no-repeat; }


/*----------04  Navigation -----------*/

#nav {
	width: 200px;
	padding: 200px 0 10px 0;
	float: right;
	background: url(../images/nav_bg.jpg) 0 0 no-repeat;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}


#nav .internal { width: 180px; }

#nav .internal li {
	height: 30px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 30px;
	}

#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; }

#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; }

#nav p {
	width: 180px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	}



#nav p.qr {
	background: url(../images/qr.png) 0 0 no-repeat;
	width: 180px;
	height: 180px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-indent: -9999px;
}


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 0;
	margin: 0;
	width: 800px;
	height: 80px;
	background: #7ac9d4;
	font-size: 85%;
	color: #ddd;
	}
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */

#footer a { color: #fff; }

#footer .tel {
	width: 180px;
	margin: 0;
	float: left;
	}

#footer .section {
	width: 600px;
	padding: 15px 0 0 0;
	float: right;
	}

#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: 12px 1em 6px 80px; }


/*---------- 06  Contents -----------*/

.section { padding: .5em 25px 1em 25px; }
.section .section { padding: .5em 10px 1em 10px; }

.center { text-align: center; }

p#main_img {
	margin: 0;
	padding: 0;
	}
p#main_img img { display: block; }


#content h2 {
	height: 74px;
	text-indent: -9999px;
	margin: 0 15px;
	clear: both;
	}
#content h3 {
	clear: both;
	height: 42px;
	text-indent: -9999px;
	}
#content h4 {
	height: 30px;
	text-indent: -9999px;
	background: url(../images/h4.jpg) top right no-repeat;
	}
#content h4 span {
	display: block;
	height: 30px;
	margin-right: 10px;
	}


#content h5 {
	font-size: 100%;
	font-weight: bold;
	color: #ffa300;
	line-height: 1.0;
	margin: 1em 0 .5em 0;
	padding: 4px 6px;
	border: 1px solid #ffa300;
	}
#content h6 {
	font-size: 100%;
	margin-left: 1em;
	color: #366e6e;
	}

#content ul li {
	list-style: none;
	background: url(../images/list.jpg) 0 5px no-repeat;
	padding-left: 12px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { font-weight: bold; }

#content a { text-decoration: underline; }

a {
	color: #3ba3ec;
	outline: none;
	}
a:hover { color: #7ac9d4; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_l  {
	float: left;
	margin: 6px 16px 8px 0;
	}

.image_r {
	float: right;
	margin: 6px 0 8px 16px;
	}

.case {
	margin: 10px 30px;
	background: url(../images/arrow_h.jpg) center center no-repeat;
	}


.case02 {
	margin: 0px;
	background: url(../images/arrow_h.jpg) 230px 80px no-repeat;
	}

*html .case02 {
	margin: 0px;
	background: url(../images/arrow_h.jpg) 220px 80px no-repeat;
	}


.case02 .image_l  {
	float: left;
	margin: 0px;
	}

.case02 .image_r {
	float: right;
	margin: 0px 15px 0px 0px;
	}

.case-wide {
	margin: 10px 0;
	background: url(../images/arrow_3.jpg) left 50px no-repeat;
	}


.case-noimg { margin: 10px 30px; }

.case img,
.case-narrow img,
.case-noimg img { display: block; }

.case-wide .alpha,
.case-wide .beta {
	float: left;
	margin: 0 20px 15px 0;
	}
.case-wide .gamma {
	float: left;
	margin: 0 0 15px 0;
	}



.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: 149px;
	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/to_top.jpg) 0 0 no-repeat;
	}
#content ul.totop li a:hover { background: url(../images/to_top.jpg) 0 -20px no-repeat; }

p.caution {
	padding-left: 20px;
	background: url(../images/caution.jpg) 0 3px 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 #7ac9d4;
	font-size: 100%;
	color: #666;
	width: 500px;
	margin: 15px 0 20px 15px;
	}
#content table th,
#content table td {
	padding: 4px 10px;
	border: 1px solid #a8dede;
	}

#content table th {
	background: #f2faff;
	color: #366e6e;
	width: 90px;
	}

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}

p.ban { margin-left: 20px; }

.detail,
.reserve {
	text-align: right;
	margin-right: 2em;
	}



/*---------- 07  Index -----------*/

#index #content .section { padding: .5em 15px 1em 20px; }

#index #content h2 {
	height: 50px;
	text-indent: -9999px;
	margin: 0;
	}
#index #content h3 { height: 24px; }

#index h2#title01 { background: url(../images/index_h2-01.jpg) 0 0 no-repeat; }
#index h2#title02 { background: url(../images/index_h2-02.jpg) 0 0 no-repeat; }
#index h2#title03 {
	background: url(../images/index_h2-03.jpg) 0 0 no-repeat;
	height: 30px;
	margin: 0 15px;
	}
#index h3#title04 { background: url(../images/index_h3-04.jpg) 0 0 no-repeat; }
#index h3#title05 { background: url(../images/index_h3-05.jpg) 0 0 no-repeat; }
#index h3#title06 {
	background: url(../images/index_h3-06.jpg) 0 0 no-repeat;
	height: 119px;
	}
#index h3#title07 {
	background: url(../images/index_h3-07.jpg) 0 0 no-repeat;
	height: 120px;
	}

#index #content .alpha {
	width: 250px;
	float: left;
	}
#index #content .beta {
	width: 290px;
	padding-top: 20px;
	float: right;
	}

#index dl#information {
	background: #f2edd9;
	border: 1px solid #ccc2ab;
	margin: 10px 0 10px 10px;
	padding: 10px;
	}
#index dl#information dt {
	width: 5em;
	float: left;
	}
#index dl#information dd { margin-left: 5em; }

	#index #information {
		background: #f2edd9;
		border: 1px solid #ccc2ab;
		margin: 10px 0 10px 10px;
		padding: 3px 10px;
		}
		
#index #cere_bnr {
	text-indent: -9999px;
	margin-left:5px;
}

#index #cere_bnr a {
	display: block;
	width: 560px;
	height: 90px;
	background: url(../images/cere_bnr.jpg) 0 0 no-repeat;
}

#index #cere_bnr a:hover {
	background-position: bottom;
}


#index #content .alpha p { line-height: 1.4; }
#index #content .alpha .image_r { margin: 0 0 24px 10px; }
#index #content .alpha .caution {
	text-align: right;
	margin-right: 1em;
	color: #7ac9d4;
	background-image: none;
	}
#index #content .alpha dl.office-hour { margin-left: 10px; }
#index #content .alpha dl.office-hour dt {
	width: 3em;
	float: left;
	}
#index #content .alpha dl.office-hour dd { margin-left: 3em; }


#index #content .beta p {
	margin: 0;
	padding: 0;
	}

#index #content .beta p.description {
	padding: 10px 120px 5px 20px;
	line-height: 1.4;
	height: 65px;
	font-size: 85%;
	}
*:first-child+html #index #content .beta p.description { font-size: 9px; }
* html body#index #content .beta p.description {
	height: 80px;
	font-size: 9px;
	}

#index #content .beta p img { display: block; }

#index #content #pickup01 {
	height: 235px;
	background: url(../images/pickup01_bg.jpg) 0 0 no-repeat;
	}
#index #content #pickup02 {
	height: 238px;
	background: url(../images/pickup02_bg.jpg) 0 0 no-repeat;
	}


/*---------- 08  Concept - Staff -----------*/

#concept-staff h2#title01 { background: url(../images/concept-staff_h2-01.jpg) 0 0 no-repeat; }
#concept-staff h3#title02 { background: url(../images/concept-staff_h3-02.jpg) 0 0 no-repeat; }
#concept-staff h3#title02 { background: url(../images/concept-staff_h3-02.jpg) 0 0 no-repeat; }
#concept-staff h3#title02_2 { background: url(../images/concept-staff_h3-02_02.jpg) 0 0 no-repeat; }
#concept-staff h3#title03 { background: url(../images/concept-staff_h3-03.jpg) 0 0 no-repeat; }
#concept-staff h3#title04 { background: url(../images/concept-staff_h3-04.jpg) 0 0 no-repeat; }
#concept-staff h3#title05 { background: url(../images/concept-staff_h3-05.jpg) 0 0 no-repeat; }
#concept-staff h4#title06 span { background: url(../images/concept-staff_h4-06.jpg) 0 0 no-repeat; }
#concept-staff h4#title07 span { background: url(../images/concept-staff_h4-07.jpg) 0 0 no-repeat; }
#concept-staff h4#title08 span { background: url(../images/concept-staff_h4-08.jpg) 0 0 no-repeat; }

#concept-staff #content .alpha {
	width: 150px;
	float: left;
	}
#concept-staff #content .beta {
	width: 350px;
	float: right;
	}
#concept-staff #content .beta dt {
	width: 6em;
	float: left;
	}
#concept-staff #content .beta dd { margin-left: 6em; }
#concept-staff #content .ortho-cv dt {
	width: 8em;
	float: left;
	}
#concept-staff #content .ortho-cv dd { margin-left: 8em; }


/*---------- 09  Clinic -----------*/

#clinic h2#title01 { background: url(../images/clinic_h2-01.jpg) 0 0 no-repeat; }
#clinic h3#title02 { background: url(../images/clinic_h3-02.jpg) 0 0 no-repeat; }
#clinic h4#title03 span { background: url(../images/clinic_h4-03.jpg) 0 0 no-repeat; }
#clinic h4#title04 span { background: url(../images/clinic_h4-04.jpg) 0 0 no-repeat; }
#clinic h4#title05 span { background: url(../images/clinic_h4-05.jpg) 0 0 no-repeat; }
#clinic h4#title06 span { background: url(../images/clinic_h4-06.jpg) 0 0 no-repeat; }
#clinic h4#title07 span { background: url(../images/clinic_h4-07.jpg) 0 0 no-repeat; }
#clinic h4#title08 span { background: url(../images/clinic_h4-08.jpg) 0 0 no-repeat; }
#clinic h4#title09 span { background: url(../images/clinic_h4-09.jpg) 0 0 no-repeat; }
#clinic h4#title10 span { background: url(../images/clinic_h4-10.jpg) 0 0 no-repeat; }
#clinic h4#title11 span { background: url(../images/clinic_h4-11.jpg) 0 0 no-repeat; }
#clinic h4#title12 span { background: url(../images/clinic_h4-12.jpg) 0 0 no-repeat; }

#clinic #content .alpha {
	width: 300px;
	padding-top: 8px;
	float: right;
	}
#clinic #content .beta {
	width: 200px;
	float: left;
	text-align: center;
	}



/*---------- 10  Treatment -----------*/

#treatment h2#title01 { background: url(../images/treatment_h2-01.jpg) 0 0 no-repeat; }
#treatment h3#title02 { background: url(../images/treatment_h3-02.jpg) 0 0 no-repeat; }
#treatment h3#title03 { background: url(../images/treatment_h3-03.jpg) 0 0 no-repeat; }

#treatment h4 a {
	display: block;
	height: 24px;
	}
#treatment h4#title04 a { background: url(../images/treatment_h4-04.jpg) 0 0 no-repeat; }
#treatment h4#title04 a:hover { background: url(../images/treatment_h4-04.jpg) 0 -30px no-repeat; }
#treatment h4#title05 a { background: url(../images/treatment_h4-05.jpg) 0 0 no-repeat; }
#treatment h4#title05 a:hover { background: url(../images/treatment_h4-05.jpg) 0 -30px no-repeat; }
#treatment h4#title06 span { background: url(../images/treatment_h4-06.jpg) 0 0 no-repeat; }
#treatment h4#title07 a { background: url(../images/treatment_h4-07.jpg) 0 0 no-repeat; }
#treatment h4#title07 a:hover { background: url(../images/treatment_h4-07.jpg) 0 -30px no-repeat; }
#treatment h4#title08 a { background: url(../images/treatment_h4-08.jpg) 0 0 no-repeat; }
#treatment h4#title08 a:hover { background: url(../images/treatment_h4-08.jpg) 0 -30px no-repeat; }
#treatment h4#title09 a { background: url(../images/treatment_h4-09.jpg) 0 0 no-repeat; }
#treatment h4#title09 a:hover { background: url(../images/treatment_h4-09.jpg) 0 -30px no-repeat; }
#treatment h4#title10 a { background: url(../images/treatment_h4-10.jpg) 0 0 no-repeat; }
#treatment h4#title10 a:hover { background: url(../images/treatment_h4-10.jpg) 0 -30px no-repeat; }

#treatment h4#title11 span { background: url(../images/treatment_h4-11.jpg) 0 0 no-repeat; }


/*---------- 11  Prevent - Child -----------*/

#prevent-child h2#title01 { background: url(../images/prevent-child_h2-01.jpg) 0 0 no-repeat; }
#prevent-child h3#title02 { background: url(../images/prevent-child_h3-02.jpg) 0 0 no-repeat; }
#prevent-child h3#title03 { background: url(../images/prevent-child_h3-03.jpg) 0 0 no-repeat; }
#prevent-child h3#title04 { background: url(../images/prevent-child_h3-04.jpg) 0 0 no-repeat; }
#prevent-child h4#title05 span { background: url(../images/prevent-child_h4-05.jpg) 0 0 no-repeat; }
#prevent-child h4#title06 span { background: url(../images/prevent-child_h4-06.jpg) 0 0 no-repeat; }
#prevent-child h4#title07 span { background: url(../images/prevent-child_h4-07.jpg) 0 0 no-repeat; }
#prevent-child h4#title08 span { background: url(../images/prevent-child_h4-08.jpg) 0 0 no-repeat; }
#prevent-child h4#title09 span { background: url(../images/prevent-child_h4-09.jpg) 0 0 no-repeat; }
#prevent-child h4#title10 span { background: url(../images/prevent-child_h4-10.jpg) 0 0 no-repeat; }
#prevent-child h4#title11 span { background: url(../images/prevent-child_h4-11.jpg) 0 0 no-repeat; }

#prevent-child #content .menu { padding: 10px 15px 20px 15px; }
#prevent-child #content .menu .image_l { margin-right: 5px; }
#prevent-child #content .menu .image_r { margin-left: 5px; }


/*---------- 12  Denture -----------*/

#denture h2#title01 { background: url(../images/denture_h2-01.jpg) 0 0 no-repeat; }
#denture h3#title02 { background: url(../images/denture_h3-02.jpg) 0 0 no-repeat; }
#denture h3#title03 { background: url(../images/denture_h3-03.jpg) 0 0 no-repeat; }
#denture h3#title04 { background: url(../images/denture_h3-04.jpg) 0 0 no-repeat; }
#denture h4#title05 span { background: url(../images/denture_h4-05.jpg) 0 0 no-repeat; }
#denture h4#title06 span { background: url(../images/denture_h4-06.jpg) 0 0 no-repeat; }
#denture h4#title07 span { background: url(../images/denture_h4-07.jpg) 0 0 no-repeat; }
#denture h4#title08 span { background: url(../images/denture_h4-08.jpg) 0 0 no-repeat; }
#denture h4#title09 span { background: url(../images/denture_h4-09.jpg) 0 0 no-repeat; }
#denture h4#title10 span { background: url(../images/denture_h4-10.jpg) 0 0 no-repeat; }


#content .merit {
	width: 245px;
	margin-left: 0;
	margin-right: 0;
	float: left;
	}
#content .merit dt {
	color: #3ba3ec;
	border-bottom: 2px solid #3ba3ec;
	}

#content .demerit {
	width: 245px;
	margin-left: 0;
	margin-right: 0;
	float: right;
	}
#content .demerit dt {
	color: #f35347;
	border-bottom: 2px solid #f35347;
	}
	
#content .merit dd,
#content .demerit dd {
	background: #eee;
	margin: 1px 0 0 0;
	padding: 2px 6px;
	}

#denture table.ti th { width: 50%;}


/*---------- 13  Implant -----------*/

#implant h2#title01 { background: url(../images/implant_h2-01.jpg) 0 0 no-repeat; }
#implant h3#title02 { background: url(../images/implant_h3-02.jpg) 0 0 no-repeat; }
#implant h3#title03 { background: url(../images/implant_h3-03.jpg) 0 0 no-repeat; }
#implant h3#title04 { background: url(../images/implant_h3-04.jpg) 0 0 no-repeat; }
#implant h3#title09 { background: url(../images/implant_h3-09.jpg) 0 0 no-repeat; }
#implant h3#title10 { background: url(../images/implant_h3-10.jpg) 0 0 no-repeat; }

#implant h4#title05 span { background: url(../images/implant_h4-05.jpg) 0 0 no-repeat; }
#implant h4#title06 span { background: url(../images/implant_h4-06.jpg) 0 0 no-repeat; }
#implant h4#title07 span { background: url(../images/implant_h4-07.jpg) 0 0 no-repeat; }
#implant h4#title08 span { background: url(../images/implant_h4-08.jpg) 0 0 no-repeat; }

.mt70 {margin-top: 70px;}

#implant table.ti th { width: 50%;}

/*---------- 14  Ortho -----------*/

#ortho h2#title01 { background: url(../images/ortho_h2-01.jpg) 0 0 no-repeat; }
#ortho h3#title02 { background: url(../images/ortho_h3-02.jpg) 0 0 no-repeat; }
#ortho h3#title03 { background: url(../images/ortho_h3-03.jpg) 0 0 no-repeat; }
#ortho h3#title04 { background: url(../images/ortho_h3-04.jpg) 0 0 no-repeat; }
#ortho h3#title05 { background: url(../images/ortho_h3-05.jpg) 0 0 no-repeat; }
#ortho h3#title06 { background: url(../images/ortho_h3-06.jpg) 0 0 no-repeat; }


#ortho #content th { text-align: left; }
#ortho #content td dl { margin-left: 0; }
#ortho #content td dt {
	width: 6em;
	float: left;
	}
#ortho #content td dd { margin-left: 6em; }

#ortho #content table th.double {border-bottom:none; vertical-align:top;}
#ortho #content table th.emp {border-top:none;}

#ortho #content table { border-collapse: collapse;}

.letter_s {font-size: 74%;}
.letter_s2 {font-size: 85%;}
.letter_s3 {font-size: 90%;}
.letter_s4 {	font-size: 100%;
	font-weight: bold;
	color: #ffa300;
	line-height: 1.0;
	padding: 4px 6px;
	border: 1px solid #ffa300;
	width:489px;
	margin-left:14px;
}


/*---------- 15  Aesthe -----------*/

#aesthe h2#title01 { background: url(../images/aesthe_h2-01.jpg) 0 0 no-repeat; }
#aesthe h3#title02 { background: url(../images/aesthe_h3-02.jpg) 0 0 no-repeat; }
#aesthe h3#title03 { background: url(../images/aesthe_h3-03.jpg) 0 0 no-repeat; }
#aesthe h3#title04 { background: url(../images/aesthe_h3-04.jpg) 0 0 no-repeat; }

#aesthe h4#title04 span { background: url(../images/aesthe_h4-04.jpg) 0 0 no-repeat; }
#aesthe h4#title05 span { background: url(../images/aesthe_h4-05.jpg) 0 0 no-repeat; }
#aesthe h4#title06 span { background: url(../images/aesthe_h4-06.jpg) 0 0 no-repeat; }
#aesthe h4#title07 span { background: url(../images/aesthe_h4-07.jpg) 0 0 no-repeat; }

#aesthe h4#title08 span { background: url(../images/aesthe_h4-08.jpg) 0 0 no-repeat; }
#aesthe h4#title09 span { background: url(../images/aesthe_h4-09.jpg) 0 0 no-repeat; }

#aesthe h4#title10 span { background: url(../images/aesthe_h4-10.jpg) 0 0 no-repeat; }


#aesthe table.ti th { width: 50%;}

#aesthe .ae_arrow {
	text-indent: -9999px;
	width: 19px;
	height: 14px;
	margin: 10px 0 10px 90px;
	background: url(../images/arrow_w.jpg) center center no-repeat;
}

#aesthe .ae_img {
	margin-left: 20px;
}

#aesthe .ae_img img {
	margin: 2px 0 0 20px;
}


/*---------- 16  Access -----------*/

#access h2#title01 { background: url(../images/access_h2-01.jpg) 0 0 no-repeat; }
#access h3#title02 { background: url(../images/access_h3-02.jpg) 0 0 no-repeat; }
#access h4#title03 span { background: url(../images/access_h4-03.jpg) 0 0 no-repeat; }
#access h4#title04 span { background: url(../images/access_h4-04.jpg) 0 0 no-repeat; }

#map {
	width: 360px;
	height: 360px;
	border: 2px solid #ccc;
	}

#access #content .image_l { margin-left: 5px; }

#access #content dl.info {
	margin-left: 0;
	margin-right: 0;
	width: 280px;
	float: right;
	}
#access #content dl.info dt {
	color: #366e6e;
	width: 5em;
	float: left;
	}
#access #content dl.info dd { margin-left: 5em; }



/*---------- 17  Sitemap -----------*/

#sitemap h2#title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }

#sitemap h3 {
	text-indent: 0;
	background: url(../images/h3.jpg) 0 0 no-repeat;
	line-height: 32px;
	font-size: 124%;
	font-weight: bold;
	}

#sitemap h3 a {
	color: #fff;
	padding-left: 15px;
	text-decoration: none;
	}
#sitemap h3 a:hover { text-decoration: underline; }

.bnr_contact{
  display: block;
	width: 500px;
	height: 100px;
	background: url(../images/bnr_contact.jpg) 0 0 no-repeat;
	margin-left: 15px;
	text-indent:-9999px;
}

