@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Dr                          */
/*                 09  Clinic                      */
/*                 10  Implant                     */
/*                 11  Denture                     */
/*                 12  Perio                       */
/*                 13  Ortho                       */
/*                 14  Prevent                     */
/*                 15  Study                       */
/*                 16  Access                      */
/*                 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: url(../images/header.jpg) 0 20px repeat-x; }

#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0;
	background: url(../images/main_bg.jpg) repeat-y;
	}

#content {
	width: 600px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 10px 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	height: 110px;
	width: 800px;
	margin: 0;
	padding: 0;
	}

.header_addr {
	width: 800px;
	height: 20px;
	text-indent: -9999px;
	background: url(../images/header_addr.jpg) 0 0 no-repeat;
	margin: 0;
	}

h1 {
	text-indent: -9999px;
	width: 200px;
	height: 80px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 190px;
	height: 70px;
	margin: 9px 0 0 5px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header .section {
	width: 240px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	height: 69px;
	}
#header p.tel img { display: block; }

#header_nav {
	margin: 0 0 0 53px;
	padding: 0;
	list-style: none;
	width: 174px;
	height: 21px;
	}

#header_nav li {
	float: left; 
	width: 82px;
	list-style: none;
	margin: 0 5px 0 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 21px;
	text-indent: -9999px;
	}

#nav01 a { background: url(../images/header_nav.jpg) 0 0 no-repeat; }
#nav02 a { background: url(../images/header_nav.jpg) -82px 0 no-repeat; }

#nav01 a:hover { background: url(../images/header_nav.jpg) 0 -21px no-repeat; }
#nav02 a:hover { background: url(../images/header_nav.jpg) -82px -21px no-repeat; }


/*----------04  Navigation -----------*/

#nav {
	width: 200px;
	float: left;
	padding: 10px 0 20px 0;
	}

#nav #nav_h3-01 {
	width: 200px;
	height: 45px;
	text-indent: -9999px;
	background: url(../images/nav_h3-01.jpg) 0 0 no-repeat;
	}


#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal {
	text-indent: -9999px;
	background: url(../images/nav_bg.jpg);
	}
#nav .internal li {
	height: 45px;
	text-indent: -9999px; 
	}
#nav .internal #nav10 {
	height: 50px;
	}

#nav .internal #nav11 {
	padding-bottom: 20px;
	background: url(../images/nav_footer.jpg) bottom no-repeat;
	}

#nav .internal li a {
	display: block;
	height: 40px;
	margin: 0 10px;
	}
#nav .internal #nav10 a {
	height: 45px;
	}

#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 -325px no-repeat; }

#nav03 a:hover { background: url(../images/nav.jpg) -180px 0 no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -180px -40px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -180px -80px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -180px -120px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -180px -160px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -180px -200px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -180px -240px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -180px -280px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -180px -325px no-repeat; }

#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 20px 0 14px 0;
	margin: 0;
	background: #fff url(../images/footer_bg.jpg) 0 0 no-repeat;
	font-size: 85%;
	text-align: center;
	color: #626262;
	}
*: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: #81ce6e;
	}
#footer a:hover { text-decoration: underline; }

#footer ul { 
	list-style: none;
	margin: 0 1em 25px 1em;
	padding: 0;
	clear: both;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address { margin: 8px 1em; }


/*---------- 06  Contents -----------*/

.section { padding: .5em 15px; }
.section .section { padding: .5em 10px; }

p.center { text-align: center; }

#content h2 {
	height: 90px;
	text-indent: -9999px;
	margin: 0 15px;
	}
#content h3 {
	height: 45px;
	text-indent: -9999px;
	}
#content h4 {
	height: 40px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	border: 1px solid #ccc;
	padding: 1px 2px;
	background: #eee;
	}

#content .qanda dt {
	font-size: 100%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	border: 1px solid #ccc;
	padding: 1px 2px;
	background: #eee;
	}
#content .qanda dd {
	margin: 0 5px 10px;
	}

#content ul li {
	list-style: none;
	background: url(../images/list.jpg) 0 6px 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: #7fce7d;
	outline: none;
	}
a:hover { color: #4a8660; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_l {
	float: left;
	margin: 0 15px 15px 0;
	}

.image_r {
	float: right;
	margin: 0 0 15px 15px;
	}

.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.jpg) center 80px no-repeat;
	}
.case img {
	display: block;
	}

.case .caption {
	text-align: center;
	border-top: 2px solid #ccc;
	}

.case .alpha,
.case .beta {
	float: left;
	margin-right: 10px;
	width: 160px;
	}
.case .gamma {
	float: left;
	}

#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 120px;
	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 {
	text-align: right;
	color: #7fce7d;
	}

/* 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 */

.chart {
	margin-bottom: 10px;
	background: url(../images/arrow_v.jpg) center bottom no-repeat;
	}
.chart p {
	padding-bottom: 30px;
	}
strong { text-decoration: underline; }

/*-------- 07  Index --------*/

#index .section .section { padding: 0; }

#index #content #title01 { 
	margin: 0;
	height: 45px;
	background: url(../images/index_h2-01.jpg) 0 0 no-repeat;
	}
#index #content #title02 {
	margin: 0;
	height: 70px;
	background: url(../images/index_h3-02.jpg) 0 0 no-repeat;
	}
#index #content #title03 {
	margin: 0;
	height: 28px;
	background: url(../images/index_h3-03.jpg) 180px 0 no-repeat;
	}
#index #content #title04 {
	margin: 0;
	height: 40px;
	}
#index #content .main_image {
	padding: 0 15px;
	}
#index #content .main_image p {
	margin: 0;
	}
#index #content .alpha {
	margin: 0;
	float: left;
	width: 240px;
	}
#index #content .alpha .information {
	margin: 0;
	height: 190px;
	width: 230px;
	overflow: auto;
	}
#index #content .alpha .information dt,
#index #content .alpha .information dd {
	border-top: 1px dashed #eee;
	}
#index #content .alpha .information dt {
	float: left;
	width: 65px;
	font-weight: 100;
	}
#index #content .alpha .information dd {
	margin-left: 65px;
	}
#index #content .alpha .information p {
	margin: 0 20px 0 0;
	}
#index #content .beta {
	margin: 0 0 0 250px;
	border: 3px double #ddd;
	padding: 10px 2px; 2px
	}
#index #content .beta .doctor {
	border-top: 1px solid #eee;
	padding: 10px 0;
	margin: 5px;
	line-height: 1.3;
	}
#index #content .beta .doctor  dt {
	float: left;
	font-weight: 100;
	}
#index #content .beta .doctor dd {
	margin-left: 60px;
	}
#index #content .beta .group {
	border-top: 10px solid #eee;
	padding: 10px 0 0;
	margin: 0 0 0 80px;
	line-height: 1.2;
	}
#index #content .beta .image_l {
	margin: 0;
	}

#index #content .clinic_info {
	height: 140px;
	margin: 0 15px 10px;
	padding: 0 10px;
	background: url(../images/clinicinfo_bg.jpg) 0 0 no-repeat;
	}
#index #content .clinic_info .image_r {
	margin: 10px 0;
	}
#index #content .clinic_info dl {
	margin: 0 0 0 125px;
	line-height: 1.4;
	}
* html #index #content .clinic_info dl { /* IE6 */
	font-size:90%;
}

#index #content .clinic_info dl dt {
	float: left;
	font-weight: 100;
	}
#index #content .clinic_info dl dd {
	margin-left: 60px;
	}
#index #content .pickup {
	height: 160px;
	background: url(../images/pickup_bg.jpg) 0 0 repeat-x;
	margin: 0 15px 10px;
	padding: 0 6px;
	}
#index #content .pickup p {
	float: left;
	width: 178px;
	margin-right: 10px;
	}
#index #content .pickup #pickup03 {
	margin-right: 0;
	}
#index #content .pickup p a {
	display: block;
	height: 148px;
	text-indent: -9999px;
	}
#index #content .pickup #pickup01 a { background: url(../images/pickup01.jpg) 0 0 no-repeat; }
#index #content .pickup #pickup02 a { background: url(../images/pickup02.jpg) 0 0 no-repeat; }
#index #content .pickup #pickup03 a { background: url(../images/pickup03.jpg) 0 0 no-repeat; }

#index #content .pickup #pickup01 a:hover { background: url(../images/pickup01.jpg) 0 -148px no-repeat; }
#index #content .pickup #pickup02 a:hover { background: url(../images/pickup02.jpg) 0 -148px no-repeat; }
#index #content .pickup #pickup03 a:hover { background: url(../images/pickup03.jpg) 0 -148px no-repeat; }


/*-------- 08  Dr --------*/

#dr #content #title01 { background: url(../images/dr_h2-01.jpg) 0 0 no-repeat; }
#dr #content #title02 { background: url(../images/dr_h3-02.jpg) 0 0 no-repeat; }
#dr #content #title03 { background: url(../images/dr_h4-03.jpg) 0 0 no-repeat; }
#dr #content #title04 { background: url(../images/dr_h4-04.jpg) 0 0 no-repeat; }
#dr #content #title05 { background: url(../images/dr_h4-05.jpg) 0 0 no-repeat; }
#dr #content #title06 { background: url(../images/dr_h4-06.jpg) 0 0 no-repeat; }
#dr #content #title07 { background: url(../images/dr_h4-07.jpg) 0 0 no-repeat; }

#dr #content dl dt {
	float: left;
	width: 100px;
	color: #7fce7d;
	font-weight: 100;
	}
#dr #content dl dd {
	margin-left: 100px;
	}

/*-------- 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_h4-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; }



/*-------- 10  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_h3-03.jpg) 0 0 no-repeat; }
#implant #content #title04 { background: url(../images/implant_h3-04.jpg) 0 0 no-repeat; }
#implant #content #title05 { background: url(../images/implant_h3-05.jpg) 0 0 no-repeat; }
#implant #content #title06 { background: url(../images/implant_h4-06.jpg) 0 0 no-repeat; }



/*-------- 11  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 .compare {
	margin: 0 60px;
	}

/*-------- 12  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 #title03 { background: url(../images/perio_h3-03.jpg) 0 0 no-repeat; }
#perio #content #title04 { background: url(../images/perio_h3-04.jpg) 0 0 no-repeat; }



/*-------- 13  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_h3-04.jpg) 0 0 no-repeat; }



/*-------- 14  Prevent --------*/

#prevent #content #title01 { background: url(../images/prevent_h2-01.jpg) 0 0 no-repeat; }
#prevent #content #title02 { background: url(../images/prevent_h3-02.jpg) 0 0 no-repeat; }
#prevent #content #title03 { background: url(../images/prevent_h3-03.jpg) 0 0 no-repeat; }
#prevent #content #title04 { background: url(../images/prevent_h3-04.jpg) 0 0 no-repeat; }
#prevent #content #title05 { background: url(../images/prevent_h3-05.jpg) 0 0 no-repeat; }
#prevent #content #title06 { background: url(../images/prevent_h4-06.jpg) 0 0 no-repeat; }
#prevent #content #title07 { background: url(../images/prevent_h4-07.jpg) 0 0 no-repeat; }

#prevent .compare {
	margin: 0 20px;
	}

/*-------- 15  Study --------*/

#study #content #title01 { background: url(../images/study_h2-01.jpg) 0 0 no-repeat; }
#study #content #title02 { background: url(../images/study_h3-02.jpg) 0 0 no-repeat; }
#study #content #title03 { background: url(../images/study_h3-03.jpg) 0 0 no-repeat; }
#study #content #title04 { background: url(../images/study_h4-04.jpg) 0 0 no-repeat; }

#study .photoes {
	margin: 0 20px;
	}

/*-------- 16  Access --------*/

#access #content #title01 { background: url(../images/access_h2-01.jpg) 0 0 no-repeat; }
#access #content #title02 { background: url(../images/access_h3-02.jpg) 0 0 no-repeat; }
#access #content #title03 { background: url(../images/access_h3-03.jpg) 0 0 no-repeat; }
#access #content #title04 { background: url(../images/access_h3-04.jpg) 0 0 no-repeat; }

#access #content .clinic_info dt {
	float: left;
	width: 100px;
	font-weight: 100;
	}
#access #content .clinic_info dd {
	margin-left: 100px;
	color: #7fce7d;
	}

#access #content .treatment li {
	width: 150px;
	float: left;
	margin: 0 20px 10px 0;
	background: #eee none;
	padding: 4px;
	border: 1px solid #999;
	}
* html #access #content .treatment li { 160px; }

/*-------- 17  Sitemap --------*/

#sitemap #content #title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }

#sitemap #content ul.link li {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	background: #eee url(../images/list.jpg) 5px 12px no-repeat;
	}
