@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Clinic                      */
/*                 09  Staff                       */
/*                 10  Concept                     */
/*                 11  Perio                       */
/*                 12  Prevent                     */
/*                 13  Child                       */
/*                 14  Aesthe                      */
/*                 15  Lose                        */
/*                 16  Recruit                     */
/*                 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: #ffffe6; }

#wrapper {
	background: url(../images/wrapper.jpg) repeat-y;
	width: 798px;
	margin: 0 auto;
	padding: 0 15px 0 17px;
	text-align: left;
	}

#main {
	width: 798px;
	background: url(../images/main_bg.png) repeat-y;
	}

#content {
	width: 578px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	padding: 1.5em 0 0 0;
	}

h2 {
	clear: both;
	height: 270px;
	width: 798px;
	margin: 0;
	padding: 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header.jpg) 0 0 no-repeat;
	height: 77px;
	width: 798px;
	margin: 0;
	padding: 0;
	position: relative;
	}

h1{ 
	font-size: 10px;
	/font-size: 65%;
	font-weight: normal;
	position: absolute;
	top: 6px;
	left: 20px;
	float: none;
}

p#logo {
	width: 474px;
	height: 77px;
	line-height: 1.0;
	float: left;
	padding: 0;
	margin: 0;
	}
p#logo a {
	display: block;
	width: 474px;
	height: 77px;
	padding: 0;
	margin: 0;
	}


#header .section {
	width: 220px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	height: 52px;
	}
#header p.tel img { display: block; }

#header_nav {
	margin: 0;
	padding: 0;
	width: 130px;
	height: 25px;
	float: right;
	}

#header_nav li {
	height: 25px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 25px;
	}

#nav01 { width: 59px; }
#nav02 { width: 71px; }



/*----------04  Navigation -----------*/

#nav {
	width: 220px;
	float: left;
	padding: 0 0 20px 0;
	margin: 0;
	}

#nav p#to-reserve {
	margin: 0;
	padding: 0;
	}
#nav p#to-reserve img { display: block; }

#nav p.h2 {
	height: 50px;
	text-indent: -9999px;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav ul li {
	height: 30px;
	text-indent: -9999px;
	}

#nav ul li a {
	display: block;
	height: 30px;
	}

#nav #clinic-menu {
	background: url(../images/clinic-menu.jpg) 0 0 no-repeat;
	padding-bottom: 20px;
	}
#nav #treatment-menu {
	background: url(../images/treatment-menu.jpg) 0 0 no-repeat;
	padding-bottom: 20px;
	}
	
#nav #clinic-menu h4  { background: url(../images/clinic-menu.jpg) 0 0 no-repeat; }
#nav #treatment-menu h4  { background: url(../images/treatment-menu.jpg) 0 0 no-repeat; }


#nav03 a { background: url(../images/clinic-menu.jpg) 0 -50px no-repeat; }
#nav04 a { background: url(../images/clinic-menu.jpg) 0 -80px no-repeat; }
#nav05 a { background: url(../images/clinic-menu.jpg) 0 -110px no-repeat; }

#nav06 a { background: url(../images/treatment-menu.jpg) 0 -50px no-repeat; }
#nav07 a { background: url(../images/treatment-menu.jpg) 0 -80px no-repeat; }
#nav08 a { background: url(../images/treatment-menu.jpg) 0 -110px no-repeat; }
#nav09 a { background: url(../images/treatment-menu.jpg) 0 -140px no-repeat; }
#nav10 a { background: url(../images/treatment-menu.jpg) 0 -170px no-repeat; }

#nav03 a:hover { background: url(../images/clinic-menu.jpg) -220px -50px no-repeat; }
#nav04 a:hover { background: url(../images/clinic-menu.jpg) -220px -80px no-repeat; }
#nav05 a:hover { background: url(../images/clinic-menu.jpg) -220px -110px no-repeat; }

#nav06 a:hover { background: url(../images/treatment-menu.jpg) -220px -50px no-repeat; }
#nav07 a:hover { background: url(../images/treatment-menu.jpg) -220px -80px no-repeat; }
#nav08 a:hover { background: url(../images/treatment-menu.jpg) -220px -110px no-repeat; }
#nav09 a:hover { background: url(../images/treatment-menu.jpg) -220px -140px no-repeat; }
#nav10 a:hover { background: url(../images/treatment-menu.jpg) -220px -170px no-repeat; }


#nav p { text-align: center; }

/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 0;
	margin: 0;
	width: 798px;
	min-height: 116px;
	background: #00a33d url(../images/footer.jpg) top repeat-x;
	color: #666;
	font-size: 93%;
	}

#footer a {
	text-decoration: none;
	color: #0a8e55;
	}
#footer a:hover {
	text-decoration: underline;
	color: #73c90a;
	}

#footer .footer-nav {
	width: 540px;
	float: right;
	margin-top: 42px;
	}
#footer .tel {
	width: 258px;
	float: left;
	}
	
#footer .tel img { margin-left: 15px; }

#footer ul,
#footer dl { 
	list-style: none;
	margin: 0 1em 2px 1em;
	padding: 0;
	clear: both;
	line-height: 1.0;
	}
#footer ul { padding-left: .5em; }
#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}
#footer dl dt,
#footer dl dd {
	display: inline;
	margin: 2px;
	padding: 0 2px;
	}

#footer address {
	clear: both;
	padding: 8px 0 8px 20px;
	margin: 0;
	text-align: left;
	}


/*---------- 06  Contents -----------*/

.section { padding: .5em 35px 1em 30px; }
.section .section { padding: .5em 10px 1em 10px; }

.center { text-align: center; }

strong { color: #33bb34; }

#content h3 {
	height: 68px;
	text-indent: -9999px;
	margin: 0 15px 0 25px;
	}
#content h4 {
	clear: both;
	height: 50px;
	text-indent: -9999px;
	}
#content h5 {
	height: 36px;
	text-indent: -9999px;
	}

#content h6 {
	font-size: 108%;
	font-weight: bold;
	margin: 1em 0 .3em 0;
	padding: 3px 6px;
	color: #3f78d1;
	background: #d1e1ee;
	letter-spacing: 1px;
	}

#content ul { margin-left: .5em; }
#content ul li {
	list-style: none;
	background: url(../images/list.jpg) 0 4px 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: #00a43e; }

#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 center no-repeat;
	}


.case-noimg { margin: 10px 20px; }

.case img,
.case-narrow img,
.case-noimg img { display: block; }

.caption {
	text-align: center;
	color: #3f78d1;
	line-height: 1.4;
	}


#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 164px;
	height: 35px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 35px;
	background: url(../images/to_top.jpg) 0 0 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 #598c10;
	font-size: 100%;
	color: #666;
	width: 450px;
	margin-left: 20px;
	}

#content table th,
#content table td,
#content #table2 th,
#content #table2 td {
	padding: 4px 12px;
	border: 1px solid #73c90a;
	}

#content table th,
#content #table2 th {
	background: #e8f48e;
	color: #598c10;
	}

#content table td,
#content #table2 td { background: #fff; }

#content #table2 {
	border-collapse: collapse;
	border: 2px solid #598c10;
	font-size: 100%;
	color: #666;
	width: 320px;
	margin-left: 20px;}

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}

.bright {
	background: #fff;
	border: 2px solid #e8f48e;
	padding: 10px;
	margin: 10px;
	}

.bright { padding-left: 20px; }
.bright li { margin-left: 20px; }



/*---------- 07  Index -----------*/

#index #content .section { padding: .5em 25px 1em 25px; }


#index h3#title01 {
	background: url(../images/index_h2-01.jpg) 0 0 no-repeat;
	margin: 0;
	height: 52px;
	}
#index h3#title02 {
	background: url(../images/index_h2-02.jpg) 0 0 no-repeat;
	margin: 0;
	height: 62px;
	}



#index #greeting .alpha {
	width: 332px;
	float: right;
	background: #fff;
	}
#index #greeting .alpha p { margin: 1em; }

#index #greeting .beta {
	width: 170px;
	padding-top: 15px;
	float: left;
	}

#index #greeting p.detail {
	margin: 0;
	padding: 0;
	height: 36px;
	text-indent: -9999px;
	background: #f7ffed;
	}
#index #greeting .detail a {
	display: block;
	width: 130px;
	height: 36px;
	float: right;
	background: url(../images/index_greeting_detail.jpg) 0 0 no-repeat;
	}

#index #greeting .caption {
	text-indent: -9999px;
	height: 30px;
	background: url(../images/index_greeting_caption.jpg) 0 0 no-repeat;
	}

#index #information { clear: both; }
#index #information #info-content { width: 519px; }
#index #information #info-content dl {
	background: #fff;
	padding: 1em;
	margin: 0;
	}

#index #clinic-info { clear: both; }

#index #clinic-info .alpha {
	width: 330px;
	float: left;
	}
#index #clinic-info .beta {
	width: 184px;
	float: right;
	}

#index #clinic-info p.detail {
	margin: 0;
	padding: 0;
	height: 36px;
	text-indent: -9999px;
	background: #f7ffed;
	}
#index #clinic-info .detail a {
	display: block;
	width: 180px;
	height: 36px;
	float: right;
	background: url(../images/index_clinic-info_detail.jpg) 0 0 no-repeat;
	}




/*---------- 08  Clinic -----------*/

#clinic h3#title01 { background: url(../images/clinic_h2-01.jpg) 0 0 no-repeat; }
#clinic h4#title02 { background: url(../images/clinic_h3-02.jpg) 0 0 no-repeat; }
#clinic h4#title03 { background: url(../images/clinic_h3-03.jpg) 0 0 no-repeat; }
#clinic h5#title04 { background: url(../images/clinic_h4-04.jpg) 0 0 no-repeat; }
#clinic h5#title05 { background: url(../images/clinic_h4-05.jpg) 0 0 no-repeat; }
#clinic h5#title06 { background: url(../images/clinic_h4-06.jpg) 0 0 no-repeat; }
#clinic h5#title07 { background: url(../images/clinic_h4-07.jpg) 0 0 no-repeat; }
#clinic h5#title08 { background: url(../images/clinic_h4-08.jpg) 0 0 no-repeat; }
#clinic h5#title09 { background: url(../images/clinic_h4-09.jpg) 0 0 no-repeat; }
#clinic h5#title10 { background: url(../images/clinic_h4-10.jpg) 0 0 no-repeat; }
#clinic h5#title11 { background: url(../images/clinic_h4-11.jpg) 0 0 no-repeat; }
#clinic h5#title12 { background: url(../images/clinic_h4-12.jpg) 0 0 no-repeat; }
#clinic h5#title13 { background: url(../images/clinic_h4-13.jpg) 0 0 no-repeat; }
#clinic h5#title14 { background: url(../images/clinic_h4-14.jpg) 0 0 no-repeat; }
#clinic h5#title15 { background: url(../images/clinic_h4-15.jpg) 0 0 no-repeat; }




/*---------- 09  Staff -----------*/

#staff h3#title01 { background: url(../images/staff_h2-01.jpg) 0 0 no-repeat; }
#staff h4#title02 { background: url(../images/staff_h3-02.jpg) 0 0 no-repeat; }
#staff h5#title03 { background: url(../images/staff_h4-03.jpg) 0 0 no-repeat; }
#staff h5#title04 { background: url(../images/staff_h4-04.jpg) 0 0 no-repeat; }

#staff #content .vcard {
	width: 240px;
	float: left;
	}
#staff #content .profile {
	width: 250px;
	float: right;
	}
#staff #content .profile dl {
	margin-right: 0;
	margin-left: 0;
	}
#staff #content .profile dt {
	width: 5em;
	float: left;
	}
#staff #content .profile dd { margin-left: 5em; }



/*---------- 10  Concept -----------*/

#concept h3#title01 { background: url(../images/concept_h2-01.jpg) 0 0 no-repeat; }
#concept h4#title02 { background: url(../images/concept_h3-02.jpg) 0 0 no-repeat; }
#concept h4#title03 { background: url(../images/concept_h3-03.jpg) 0 0 no-repeat; }
#concept h4#title04 { background: url(../images/concept_h3-04.jpg) 0 0 no-repeat; }
#concept h4#title05 { background: url(../images/concept_h3-05.jpg) 0 0 no-repeat; }



/*---------- 11  Perio -----------*/

#perio h3#title01 { background: url(../images/perio_h2-01.jpg) 0 0 no-repeat; }
#perio h4#title02 { background: url(../images/perio_h3-02.jpg) 0 0 no-repeat; }
#perio h4#title03 { background: url(../images/perio_h3-03.jpg) 0 0 no-repeat; }
#perio h5#title04 { background: url(../images/perio_h4-04.jpg) 0 0 no-repeat; }
#perio h5#title05 { background: url(../images/perio_h4-05.jpg) 0 0 no-repeat; }
#perio h5#title06 { background: url(../images/perio_h4-06.jpg) 0 0 no-repeat; }
#perio h5#title07 { background: url(../images/perio_h4-07.jpg) 0 0 no-repeat; }
#perio h5#title08 { background: url(../images/perio_h4-08.jpg) 0 0 no-repeat; }
#perio h5#title09 { background: url(../images/perio_h4-09.jpg) 0 0 no-repeat; }
#perio h5#title10 { background: url(../images/perio_h4-10.jpg) 0 0 no-repeat; }


#perio .detail {
	text-align: right;
	margin-right: 2em;
	}


/*---------- 12  Prevent -----------*/

#prevent h3#title01 { background: url(../images/prevent_h2-01.jpg) 0 0 no-repeat; }
#prevent h4#title02 { background: url(../images/prevent_h3-02.jpg) 0 0 no-repeat; }
#prevent h5#title03 { background: url(../images/prevent_h4-03.jpg) 0 0 no-repeat; }
#prevent h5#title04 { background: url(../images/prevent_h4-04.jpg) 0 0 no-repeat; }



/*---------- 13  Child -----------*/

#child h3#title01 { background: url(../images/child_h2-01.jpg) 0 0 no-repeat; }
#child h4#title02 { background: url(../images/child_h3-02.jpg) 0 0 no-repeat; }
#child h4#title03 { background: url(../images/child_h3-03.jpg) 0 0 no-repeat; }
#child h5#title04 { background: url(../images/child_h4-04.jpg) 0 0 no-repeat; }
#child h5#title05 { background: url(../images/child_h4-05.jpg) 0 0 no-repeat; }

#child #content .alpha {
	width: 180px;
	float: left;
	}
#child #content .beta {
	width: 300px;
	margin-left: 0;
	margin-right: 0;
	float: right;
	}



/*---------- 14  Aesthe -----------*/

#aesthe h3#title01 { background: url(../images/aesthe_h2-01.jpg) 0 0 no-repeat; }
#aesthe h4#title02 { background: url(../images/aesthe_h3-02.jpg) 0 0 no-repeat; }
#aesthe h4#title03 { background: url(../images/aesthe_h3-03.jpg) 0 0 no-repeat; }
#aesthe h5#title04 { background: url(../images/aesthe_h4-04.jpg) 0 0 no-repeat; }
#aesthe h5#title05 { background: url(../images/aesthe_h4-05.jpg) 0 0 no-repeat; }
#aesthe h4#title06 { background: url(../images/aesthe_h3-06.jpg) 0 0 no-repeat; }

#aesthe h5#fee01 { background: url(../images/aesthe_h4fee01.jpg) 0 0 no-repeat; }
#aesthe h5#fee02 { background: url(../images/aesthe_h4fee02.jpg) 0 0 no-repeat; }

.blue01{
	padding: 0px;
	margin: 0px;
	color: #00b4d5;
	font-size: 18px;
	font-weight: bold;
}


/*---------- 15  Lose -----------*/

#lose h3#title01 { background: url(../images/lose_h2-01.jpg) 0 0 no-repeat; }
#lose h4#title02 { background: url(../images/lose_h3-02.jpg) 0 0 no-repeat; }
#lose h4#title03 { background: url(../images/lose_h3-03.jpg) 0 0 no-repeat; }
#lose h4#title04 { background: url(../images/lose_h3-04.jpg) 0 0 no-repeat; }
#lose h5#title05 { background: url(../images/lose_h4-05.jpg) 0 0 no-repeat; }
#lose h5#title06 { background: url(../images/lose_h4-06.jpg) 0 0 no-repeat; }
#lose h5#title07 { background: url(../images/lose_h4-07.jpg) 0 0 no-repeat; }

#lose h5#title08 { background: url(../images/lose_h4-08.jpg) 0 0 no-repeat; }
#lose h5#title09 { background: url(../images/lose_h4-09.jpg) 0 0 no-repeat; }
#lose h5#title10 { background: url(../images/lose_h4-10.jpg) 0 0 no-repeat; }
.section .lose {
	margin: -10px 0 15px;
	padding-left: 25px;
}

/*---------- 16  Recruit -----------*/

#recruit h3#title01 { background: url(../images/recruit_h2-01.jpg) 0 0 no-repeat; }
#recruit h4#title02 { background: url(../images/recruit_h3-02.jpg) 0 0 no-repeat; }



/*---------- 17  Sitemap -----------*/

#sitemap h3#title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }

#sitemap #content dl dt {
	background: url(../images/list.jpg) 0 4px no-repeat;
	padding-left: 20px;
	}
#sitemap #content dl dd {
	background: #fff;
	padding: 6px 8px;
	margin: 3px;
	border: 2px dotted #b4cef1;
	}

