@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Concept                     */
/*                 09  Clinic                      */
/*                 10  Treatment                   */
/*                 11  Root                        */
/*                 12  General                     */
/*                 13  Denture                     */
/*                 14  Child                       */
/*                 15  Oral                        */
/*                 16  Aesthe                      */
/*                 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: url(../images/body.jpg) top repeat-x; }

#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0;
	background: url(../images/main.jpg) repeat-y;
	}

#content {
	width: 600px;
	padding: 1.5em 0 .5em 0;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #5b6f28;
	background: url(../images/content.jpg) top no-repeat;
	}

#top_img {
	clear: both;
	margin: 0;
	padding: 0;
	}
#top_img img { display: block; }



/*---------- 03  Header -----------*/

#header {
	background: url(../images/header.jpg) 0 0 no-repeat;
	height: 120px;
	width: 800px;
	margin: 0;
	padding: 0;
	}

#header .section {
	width: 590px;
	float: left;
	margin: 0;
	padding: 0;
	}

p#home {
	width: 54px;
	height: 50px;
	margin: 0;
	padding: 0;
	float: left;
	text-indent: -9999px;
	}

p#home a {
	display: block;
	width: 50px;
	height: 50px;
	float: left;
	background: url(../images/home.jpg) 0 0 no-repeat;
	}
p#home a:hover { background: url(../images/home.jpg) 0 -50px no-repeat; }


p#location {
	height: 25px;
	line-height: 25px;
	float: left;
	color: #fff;
	padding-left: 1em;
	}

h1 {
	text-indent: -9999px;
	width: 385px;
	height: 70px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	height: 70px;
	background: url(../images/h1.jpg) 0 0 no-repeat; 
	}
h1 a:hover { background: url(../images/h1_ov.jpg) 0 0 no-repeat; }

#header p.tel {
	margin: 0;
	padding: 0;
	height: 61px;
	}
#header p.tel img { display: block; }

#header-nav {
	margin: 0;
	padding: 0;
	float: right;
	list-style: none;
	width: 200px;
	height: 33px;
	}

#header-nav li {
	height: 33px;
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header-nav li a {
	display: block;
	height: 33px;
	}

#nav01 { width: 88px; }
#nav02 { width: 94px; }

#nav01 a { background: url(../images/header-nav.jpg) 0 0 no-repeat; }
#nav02 a { background: url(../images/header-nav.jpg) -88px 0 no-repeat; }

#nav01 a:hover { background: url(../images/header-nav.jpg) 0 -33px no-repeat; }
#nav02 a:hover { background: url(../images/header-nav.jpg) -88px -33px no-repeat; }


/*----------04  Navigation -----------*/

#nav {
	width: 200px;
	float: left;
	padding: 0 0 20px 0;
	}

#nav h2 {
	text-indent: -9999px;
	height: 55px;
	background: url(../images/nav_h2.jpg) 0 0 no-repeat;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	height: 40px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 40px;
	}

#nav03 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -40px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -80px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -120px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -160px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -200px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -240px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -280px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -320px no-repeat; }

#nav03 a:hover { background: url(../images/nav.jpg) -200px 0 no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -200px -40px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -200px -80px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -200px -120px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -200px -160px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -200px -200px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -200px -240px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -200px -280px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -200px -320px no-repeat; }

#nav p {
	text-align: right;
	padding-right: 8px;
	}


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	margin: 0;
	background: #fff url(../images/footer.jpg) bottom repeat-x;
	text-align: center;
	color: #ddd;
	}

#footer-content {
	width: 800px;
	height: 140px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/footer-content.jpg) 0 0 no-repeat;
	}

#footer a {
	text-decoration: none;
	color: #fff;
	}
#footer a:hover { text-decoration: underline; }

#footer .section {
	width: 237px;
	float :right;
	}

#footer #footer-nav {
	width: 520px;
	height: 78px;
	padding-top: 36px;
	float: left;
	}
* html body #footer #footer-nav { height: 114px; }

#footer h2 {
	text-indent: -9999px;
	height: 25px;
	line-height: 25px;
	background: url(../images/footer_h2.jpg) 0 0 no-repeat;
	}

#footer-nav ul { 
	list-style: none;
	margin: 0 0 3px 36px;
	padding: 0;
	line-ehight: 1.4;
	}

#footer-nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer ul.totop {
	margin: 0;
	padding: 0 0 0 65px;
	}

#footer ul.totop li {
	list-style: none;
	width: 132px;
	height: 53px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background-image: none;
	}
#footer ul.totop li a {
	display: block;
	height: 53px;
	background: url(../images/to_top.jpg) 0 0 no-repeat;
	}
#footer ul.totop li a:hover { background: url(../images/to_top.jpg) 0 -53px no-repeat; }

#footer p.tel {
	margin: 0;
	padding: 0;
	}
#footer p.tel img { display: block; }


#footer address {
	clear: both;
	margin: 0 auto;
	height: 26px;
	line-height: 26px;
	color: #fff;
	text-align: center;
	}
#footer address a { color: #fff; }



/*---------- 06  Contents -----------*/

#content .section { padding: .5em 40px 1em 30px; }
#content .section .section { padding: .5em 10px 1em 10px; }

.center { text-align: center; }


#content h2 {
	height: 48px;
	text-indent: -9999px;
	margin: 0 20px;
	}
#content h3 {
	clear: both;
	height: 42px;
	text-indent: -9999px;
	}
#content h4 {
	height: 36px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 1em 0 .3em 0;
	padding: 6px 12px;
	border-bottom: 2px solid #ddd;
	background: #eee;
	}

#content ul li {
	list-style: none;
	background: url(../images/list.jpg) 0 6px no-repeat;
	padding-left: 14px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { font-weight: bold; }

#content a { text-decoration: underline; }

a {
	color: #b54400;
	outline: none;
	}
a:hover { color: #3383b6; }

#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.jpg) center 43% no-repeat;
	}

.case-narrow {
	margin: 10px 40px;
	background: url(../images/arrow_h.jpg) center center no-repeat;
	}

.case-noimg { margin: 10px 20px; }

.case img,
.case-narrow img,
.case-noimg img { display: block; }

.caption {
	text-align: center;
	border-top: 2px solid #ccc;
	}


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 #b2c08f;
	font-size: 100%;
	color: #666;
	width: 450px;
	margin-left: 40px;
	}

#content table th,
#content table td {
	padding: 4px 12px;
	border: 1px solid #ddddff;
	}

#content table th {
	background: #efefff;
	color: #636570;
	width: 130px;
	}

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}

.ban { margin: 0 0 20px 20px; }

.red {
  color:#FF0000;
	font-weight:bold;
	font-size:18px;
	 }

p.bread-crumb {
	text-align: right;
	margin-right: 3.5em;
	margin-top: 1em;
	color: #b2b2b2;
	}

.detail {
	text-align: right;
	margin-right: 2em;
	}
#content ul.detail li { background-image: none; }

.raquo {
	font-size: 124%;
	font-weight: bold;
	}



/*---------- 07  Index -----------*/
.img_cons{
float:left;
margin-right:5px}
#index h2#title01 {
	background: url(../images/index_h2-01.jpg) 0 0 no-repeat;
	height: 32px;
	}
#index h2#title02 {
	background: url(../images/index_h2-02.jpg) 0 0 no-repeat;
	height: 32px;
	}

#index h2#title03 {
	background: url(../images/index_h2-03.jpg) 15px 0 no-repeat;
	height: 38px;
	}

#index #greeting {
	width: 538px;
	margin-left: 20px;
	margin-bottom: 15px;
	padding: 1em 0;
	border: 1px solid #b2bf8e;
	background: #f0f0f0;
	}
* html body#index #greeting { width: 540px; }

#index #greeting p {
	margin-left: 2em;
	margin-right: 2em;
	}

#index #pickup {
	width: 518px;
	margin: 0 0 20px 20px;
	padding: 10px;
	border: 1px solid #e4bc96;
	background: #edd6ba;
	}
* html body#index #pickup { width: 540px; }

#index #pickup .alpha {
	float: left;
	margin-bottom: 4px;
	padding-top: 4px;
	}
#index #pickup .beta {
	float: right;
	margin-bottom: 4px;
	}
#index #pickup .gamma {
	float: right;
	padding-top: 4px;
	}
#index #pickup .theta { float: left; }

#index #clinic-info { padding: .5em 30px 1em 35px; }
#index #clinic-info .alpha {
	width: 200px;
	float: left;
	}
#index #clinic-info .beta {
	width: 305px;
	float: right;
	}

#index #clinic-info .beta dl { margin-left: 0; }
#index #clinic-info .beta dt {
	width: 6em;
	float: left;
	}
#index #clinic-info .beta dd { margin-left: 6em; }


/*---------- 08  Concept -----------*/

#concept h2#title01 { background: url(../images/concept_h2-01.jpg) 0 0 no-repeat; }
#concept h3#title02 { background: url(../images/concept_h3-02.jpg) 0 0 no-repeat; }
#concept h3#title03 { background: url(../images/concept_h3-03.jpg) 0 0 no-repeat; }
#concept h4#title04 { background: url(../images/concept_h4-04.jpg) 0 0 no-repeat; }
#concept h4#title05 { background: url(../images/concept_h4-05.jpg) 0 0 no-repeat; }

#concept #content .alpha {
	width: 200px;
	float: left;
	}
#concept #content .beta {
	width: 310px;
	float: right;
	}

#concept #content .alpha ul,
#concept #content .alpha dl,
#concept #content .beta ul,
#concept #content .beta dl {
	margin-left: 6px;
	margin-right: 0;
	}


/*---------- 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 h3#title03 { background: url(../images/clinic_h3-03.jpg) 0 0 no-repeat; }
#clinic h4#title04 { background: url(../images/clinic_h4-04.jpg) 0 0 no-repeat; }
#clinic h4#title05 { background: url(../images/clinic_h4-05.jpg) 0 0 no-repeat; }
#clinic h4#title06 { background: url(../images/clinic_h4-06.jpg) 0 0 no-repeat; }
#clinic h4#title07 { background: url(../images/clinic_h4-07.jpg) 0 0 no-repeat; }

#clinic .note {
	color: #999;
	text-align: right;
	margin-right: 2em;
	}


/*---------- 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#title04 { background: url(../images/treatment_h4-04.jpg) 0 0 no-repeat; }
#treatment h4#title05 { background: url(../images/treatment_h4-05.jpg) 0 0 no-repeat; }
#treatment h4#title06 { background: url(../images/treatment_h4-06.jpg) 0 0 no-repeat; }
#treatment h4#title07 { background: url(../images/treatment_h4-07.jpg) 0 0 no-repeat; }
#treatment h4#title08 { background: url(../images/treatment_h4-08.jpg) 0 0 no-repeat; }
#treatment h4#title09 { background: url(../images/treatment_h4-09.jpg) 0 0 no-repeat; }
#treatment h4#title10 { background: url(../images/treatment_h4-10.jpg) 0 0 no-repeat; }
#treatment h4#title11 { background: url(../images/treatment_h4-11.jpg) 0 0 no-repeat; }
#treatment h4#title12 { background: url(../images/treatment_h4-12.jpg) 0 0 no-repeat; }
#treatment h4#title13 { background: url(../images/treatment_h4-13.jpg) 0 0 no-repeat; }

#treatment #flow .section {
	background: url(../images/arrow_down.jpg) center bottom no-repeat;
	padding-bottom: 20px;
	}
#treatment #flow .section.nil { background-image: none; }


/*---------- 11  Root -----------*/

#root h2#title01 { background: url(../images/root_h2-01.jpg) 0 0 no-repeat; }
#root h3#title02 { background: url(../images/root_h3-02.jpg) 0 0 no-repeat; }

#root #content .alpha {
	width: 200px;
	float: left;
	}


/*---------- 12  General -----------*/

#general h2#title01 { background: url(../images/general_h2-01.jpg) 0 0 no-repeat; }
#general h3#title02 { background: url(../images/general_h3-02.jpg) 0 0 no-repeat; }
#general h3#title03 { background: url(../images/general_h3-03.jpg) 0 0 no-repeat; }
#general h3#title04 { background: url(../images/general_h3-04.jpg) 0 0 no-repeat; }
#general h4#title05 { background: url(../images/general_h4-05.jpg) 0 0 no-repeat; }
#general h4#title06 { background: url(../images/general_h4-06.jpg) 0 0 no-repeat; }
#general h4#title07 { background: url(../images/general_h4-07.jpg) 0 0 no-repeat; }
#general h4#title08 { background: url(../images/general_h4-08.jpg) 0 0 no-repeat; }


/*---------- 13  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 { background: url(../images/denture_h4-05.jpg) 0 0 no-repeat; }
#denture h4#title06 { background: url(../images/denture_h4-06.jpg) 0 0 no-repeat; }
#denture h4#title07 { background: url(../images/denture_h4-07.jpg) 0 0 no-repeat; }


/*---------- 14  Child -----------*/

#child h2#title01 { background: url(../images/child_h2-01.jpg) 0 0 no-repeat; }
#child h3#title02 { background: url(../images/child_h3-02.jpg) 0 0 no-repeat; }
#child h3#title03 { background: url(../images/child_h3-03.jpg) 0 0 no-repeat; }
#child h4#title04 { background: url(../images/child_h4-04.jpg) 0 0 no-repeat; }
#child h4#title05 { background: url(../images/child_h4-05.jpg) 0 0 no-repeat; }
#child h4#title06 { background: url(../images/child_h4-06.jpg) 0 0 no-repeat; }


/*---------- 15  Oral -----------*/

#oral h2#title01 { background: url(../images/oral_h2-01.jpg) 0 0 no-repeat; }
#oral h3#title02 { background: url(../images/oral_h3-02.jpg) 0 0 no-repeat; }
#oral h3#title03 { background: url(../images/oral_h3-03.jpg) 0 0 no-repeat; }

#oral #content dl dd {
	background: url(../images/list.jpg) 0 6px no-repeat;
	padding-left: 14px;
	}


/*---------- 16  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#title05 { background: url(../images/aesthe_h4-05.jpg) 0 0 no-repeat; }
#aesthe h4#title06 { background: url(../images/aesthe_h4-06.jpg) 0 0 no-repeat; }
#aesthe h4#title07 { background: url(../images/aesthe_h4-07.jpg) 0 0 no-repeat; }
#aesthe h4#title08 { background: url(../images/aesthe_h4-08.jpg) 0 0 no-repeat; }
#aesthe h4#title09 { background: url(../images/aesthe_h4-09.jpg) 0 0 no-repeat; }



/*---------- 17  Sitemap -----------*/

#sitemap h2#title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }

#sitemap #content dt {
	margin: .5em 1em 0 0;
	padding-left: 12px;
	border-bottom: 2px solid #b2bf8e;
	background: url(../images/list.jpg) 0 6px no-repeat;
	}

#sitemap #content dd {
	background: #f0f0f0;
	border: 1px solid #b2bf8e;
	padding: 6px 12px;
	margin: 0 1em 1em 0;
	}


/* 080828
--------------------------------------------------*/

.box_border {
	width:420px;
	border:1px solid #360;
	padding:1px;
	margin:10px 0 5px 87px;
}
.box_contact {
	width:404px;

	padding:7px;
	margin:0;
	border:1px dashed #360;
	color:#360;
	background: url(../images/bg_tel.jpg) right bottom no-repeat #f5fff5;
}
.box_contact strong {
	font-size:120%;
	color:#e11;
	margin-left:1em;
}
