@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Clinic                      */
/*                 09  Access                      */
/*                 10  Treatment                   */
/*                 11  Age0-6                      */
/*                 12  Age7-12                     */
/*                 13  Age13-20                    */
/*                 14  Age21-30                    */
/*                 15  Age31-                      */
/*                 16  Elder                       */
/*                 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/bg.jpg) top repeat-x; }

#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y;
	width: 800px;
	/*margin: 80px auto 0;*/
	margin: 60px auto 0;
	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: 1em 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background:url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 280px;
	width: 800px;
	margin: 0;
	padding: 0;
	}

#header_index {
	height: 435px;
	}

h1{
	font-size: 90%;
	font-weight: normal;
	line-height: 1.3;
	height: 20px
}

p#top {
	text-indent: 0;
	width: 380px;
	height: 40px;
	line-height: 1.0;
	float: left;
	}
p#top a {
	display: block;
	width: 380px;
	height: 40px;
	}


#header .description,
#header_index .description {
	width: 135px;
	height: 40px;
	float: right;
	margin: 0;
	padding: 0;
	background: url(../images/description.jpg) 0 0 no-repeat;
	text-indent: 0;
	}

#header_index p,
#header p{
    margin:0;
    padding:0;
    }

/*----------04  Navigation -----------*/

#nav {
	width: 200px;
	float: left;
	padding: 0 0 20px 0;
	}

#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;
	}

#nav01 a { background: url(../images/nav02.jpg) 0 0 no-repeat; }
#nav02 a { background: url(../images/nav02.jpg) 0 -40px no-repeat; }
#nav03 a { background: url(../images/nav02.jpg) 0 -80px no-repeat; }
#nav04 a { background: url(../images/nav02.jpg) 0 -120px no-repeat; }
#nav05 a { background: url(../images/nav02.jpg) 0 -160px no-repeat; }
#nav06 a { background: url(../images/nav02.jpg) 0 -200px no-repeat; }
#nav07 a { background: url(../images/nav02.jpg) 0 -240px no-repeat; }
#nav08 a { background: url(../images/nav02.jpg) 0 -280px no-repeat; }
#nav09 a { background: url(../images/nav02.jpg) 0 -320px no-repeat; }
#nav10 a { background: url(../images/nav02.jpg) 0 -360px no-repeat; }
#nav11 a { background: url(../images/nav02.jpg) 0 -400px no-repeat; }

#nav01 a:hover { background: url(../images/nav02.jpg) -200px 0 no-repeat; }
#nav02 a:hover { background: url(../images/nav02.jpg) -200px -40px no-repeat; }
#nav03 a:hover { background: url(../images/nav02.jpg) -200px -80px no-repeat; }
#nav04 a:hover { background: url(../images/nav02.jpg) -200px -120px no-repeat; }
#nav05 a:hover { background: url(../images/nav02.jpg) -200px -160px no-repeat; }
#nav06 a:hover { background: url(../images/nav02.jpg) -200px -200px no-repeat; }
#nav07 a:hover { background: url(../images/nav02.jpg) -200px -240px no-repeat; }
#nav08 a:hover { background: url(../images/nav02.jpg) -200px -280px no-repeat; }
#nav09 a:hover { background: url(../images/nav02.jpg) -200px -320px no-repeat; }
#nav10 a:hover { background: url(../images/nav02.jpg) -200px -360px no-repeat; }
#nav11 a:hover { background: url(../images/nav02.jpg) -200px -400px no-repeat; }

#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 0 0 14px 0;
	margin: 0;
	background: #fff url(../images/footer_bg.jpg) top no-repeat;
	font-size: 85%;
	text-align: left;
	color: #de91a2;
	}
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */

#footer .address {
	text-align: left;
	text-indent: -9999px;
	background: #fff url(../images/address.jpg) center top no-repeat;
	height: 40px;
	margin: 0;
	padding: 0;
	}

#footer address {
	display: block;
	height: 50px;
	background: #fff;
	text-indent: 0;
	text-align: right;
	margin: 0;
	padding: 0;
	}
#footer address a {
	display: block;
	height: 50px;
	background: #fff url(../images/copyright.jpg) right top no-repeat;
	text-indent: 0;
	}


/*---------- 06  Contents -----------*/

.section { padding: .5em 30px; }
.section .section { padding: .5em 10px; }

p.center { text-align: center; }

#content h2 {
	height: 60px;
	text-indent: -9999px;
	margin: 0 15px;
	}
#content h3 {
	height: 50px;
	text-indent: -9999px;
	margin-left: -10px;
	}
#content h4 {
	height: 40px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 108%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	}

#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: #de91a2; }

#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 center no-repeat;
	}
.case img {
	display: block;
	}
.instrument {
	margin: 10px 20px;
	}
.instrument img {
	display: block;
	}

.case .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: 150px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 30px;
	background: url(../images/pagetop.jpg) 0 0 no-repeat;
	}

p.caution {
	text-align: right;
	}

/* 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 */

ol li span, ul li span {
	display: block;
	}

table {
	font-size: 100%;
	color: #666;
	border: 3px solid #ccc;
	margin: 20px;
	width: 460px;
	}
table tr th,
table tr td {
	border: 1px solid #ccc;
	}
table .colored th,
table .colored td {
	background: #eee;
	}

.reservation a {
	display: block;
	width: 200px;
	height: 50px;
	margin-left: 300px;
	background: url(../images/banner.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}
.reservation a:hover { background: url(../images/banner.jpg) 0 -50px no-repeat; }

.shika_town{
	margin: 0;
	padding: 0 0 0 15px;
}


/*-------- 07  Index --------*/

#index #content {
	float: none;
	width: 800px;
	height: 110px;
	margin: 0;
	padding: 0;
	background: url(../images/nav01.jpg) 0 0 no-repeat;
	}

#index #nav_list01 {
	float: right;
	width: 90px;
	margin: 68px 0 0 0;
	}
#index #nav_list02 {
	float: left;
	width: 710px;
	margin: 0;
	padding: 0;
	position:relative;
	}

#index #nav_list01 ul,
#index #nav_list01 ul li {
	margin: 0;
	padding: 0;
	}
#index #nav_list01 ul li a {
	display: block;
	height: 20px;
	text-indent: -9999px;
	}
#index #nav_list01 ul li#nav01 a { background: url(../images/nav01.jpg) -710px -70px no-repeat; }
#index #nav_list01 ul li#nav01 a:hover { background: url(../images/nav01.jpg) -710px -180px no-repeat; }

#index #nav_list01 ul li#nav02 a { background: url(../images/nav01.jpg) -710px -90px no-repeat; }
#index #nav_list01 ul li#nav02 a:hover { background: url(../images/nav01.jpg) -710px -200px no-repeat; }

#index #nav_list02 ul {
	margin: 0;
	padding: 0;
	clear: left;
	}
#index #nav_list02 ul li {
	float: left;
	margin: 0;
	padding: 0;
	width: 120px;
	}
#index #nav_list02 ul li a {
	display: block;
	height: 55px;
	text-indent: -9999px;
	}
#index #nav_list02 ul li#nav05,
#index #nav_list02 ul li#nav08 {
	width: 130px;
	}
#index #nav_list02 ul li#nav09 {
	width: 140px;
	}
#index #nav_list02 ul li#nav03 a { background: url(../images/nav01.jpg) 0 0 no-repeat; }
#index #nav_list02 ul li#nav04 a { background: url(../images/nav01.jpg) -120px 0 no-repeat; }
#index #nav_list02 ul li#nav05 a { background: url(../images/nav01.jpg) -240px 0 no-repeat; }
#index #nav_list02 ul li#nav06 a { background: url(../images/nav01.jpg) 0 -55px no-repeat; }
#index #nav_list02 ul li#nav07 a { background: url(../images/nav01.jpg) -120px -55px no-repeat; }
#index #nav_list02 ul li#nav08 a { background: url(../images/nav01.jpg) -240px -55px no-repeat; }
#index #nav_list02 ul li#nav09 a { background: url(../images/nav01.jpg) -370px -55px no-repeat; }
#index #nav_list02 ul li#nav10 a { background: url(../images/nav01.jpg) -510px -55px no-repeat; }
#index #nav_list02 ul li#nav11 a { background: url(../images/nav01.jpg) -360px 0 no-repeat; }

#index #nav_list02 ul li#nav03 a:hover { background: url(../images/nav01.jpg) 0 -110px no-repeat; }
#index #nav_list02 ul li#nav04 a:hover { background: url(../images/nav01.jpg) -120px -110px no-repeat; }
#index #nav_list02 ul li#nav05 a:hover { background: url(../images/nav01.jpg) -240px -110px no-repeat; }
#index #nav_list02 ul li#nav06 a:hover { background: url(../images/nav01.jpg) 0 -165px no-repeat; }
#index #nav_list02 ul li#nav07 a:hover { background: url(../images/nav01.jpg) -120px -165px no-repeat; }
#index #nav_list02 ul li#nav08 a:hover { background: url(../images/nav01.jpg) -240px -165px no-repeat; }
#index #nav_list02 ul li#nav09 a:hover { background: url(../images/nav01.jpg) -370px -165px no-repeat; }
#index #nav_list02 ul li#nav10 a:hover { background: url(../images/nav01.jpg) -510px -165px no-repeat; }
#index #nav_list02 ul li#nav11 a:hover { background: url(../images/nav01.jpg) -360px -110px no-repeat; }


/*-------- 08  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_h4-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_h3-05.jpg) 0 0 no-repeat; }
#clinic #content #title06 { background: url(../images/clinic_h3-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; }

#clinic #content .rightbox {
	margin-left: 180px;
	}
#clinic #content .concept {
	padding: 10px 25px;
	background: #eee;
	}
#clinic #content .colored {
	color: #003311;
	padding: 10px 30px;
	border: 5px solid #ddd;
	}

/*-------- 09  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_h4-03.jpg) 0 0 no-repeat; }
#access #content #title04 { background: url(../images/access_h4-04.jpg) 0 0 no-repeat; }
#access #content #title05 { background: url(../images/access_h3-05.jpg) 0 0 no-repeat; }

#access #content .red {
	color: #992200;
	}

/*-------- 10  Treatment --------*/

#treatment #content #title01 { background: url(../images/treatment_h2-01.jpg) 0 0 no-repeat; }
#treatment #content #title02 { background: url(../images/treatment_h3-02.jpg) 0 0 no-repeat; }
#treatment #content #title03 { background: url(../images/treatment_h4-03.jpg) 0 0 no-repeat; }
#treatment #content #title04 { background: url(../images/treatment_h4-04.jpg) 0 0 no-repeat; }
#treatment #content #title05 { background: url(../images/treatment_h4-05.jpg) 0 0 no-repeat; }
#treatment #content #title06 { background: url(../images/treatment_h4-06.jpg) 0 0 no-repeat; }
#treatment #content #title07 { background: url(../images/treatment_h4-07.jpg) 0 0 no-repeat; }
#treatment #content #title08 { background: url(../images/treatment_h4-08.jpg) 0 0 no-repeat; }



/*-------- 11  Age0-6 --------*/

#age0-6 #content #title01 { background: url(../images/age0-6_h2-01.jpg) 0 0 no-repeat; }
#age0-6 #content #title02 { background: url(../images/age0-6_h3-02.jpg) 0 0 no-repeat; }
#age0-6 #content #title03 { background: url(../images/age0-6_h3-03.jpg) 0 0 no-repeat; }



/*-------- 12  Age7-12 --------*/

#age7-12 #content #title01 { background: url(../images/age7-12_h2-01.jpg) 0 0 no-repeat; }
#age7-12 #content #title02 { background: url(../images/age7-12_h3-02.jpg) 0 0 no-repeat; }
#age7-12 #content #title03 { background: url(../images/age7-12_h3-03.jpg) 0 0 no-repeat; }



/*-------- 13  Age13-20 --------*/

#age13-20 #content #title01 { background: url(../images/age13-20_h2-01.jpg) 0 0 no-repeat; }
#age13-20 #content #title02 { background: url(../images/age13-20_h3-02.jpg) 0 0 no-repeat; }
#age13-20 #content #title03 { background: url(../images/age13-20_h4-03.jpg) 0 0 no-repeat; }
#age13-20 #content #title04 { background: url(../images/age13-20_h4-04.jpg) 0 0 no-repeat; }
#age13-20 #content #title05 { background: url(../images/age13-20_h4-05.jpg) 0 0 no-repeat; }



/*-------- 14  Age21-30 --------*/

#age21-30 #content #title01 { background: url(../images/age21-30_h2-01.jpg) 0 0 no-repeat; }
#age21-30 #content #title02 { background: url(../images/age21-30_h3-02.jpg) 0 0 no-repeat; }
#age21-30 #content #title03 { background: url(../images/age21-30_h3-03.jpg) 0 0 no-repeat; }
#age21-30 #content #title04 { background: url(../images/age21-30_h4-04.jpg) 0 0 no-repeat; }
#age21-30 #content #title05 { background: url(../images/age21-30_h4-05.jpg) 0 0 no-repeat; }



/*-------- 15  Age31- --------*/

#age31- #content #title01 { background: url(../images/age31-_h2-01.jpg) 0 0 no-repeat; }
#age31- #content #title02 { background: url(../images/age31-_h3-02.jpg) 0 0 no-repeat; }
#age31- #content #title03 { background: url(../images/age31-_h4-03.jpg) 0 0 no-repeat; }
#age31- #content #title04 { background: url(../images/age31-_h4-04.jpg) 0 0 no-repeat; }



/*-------- 16  Elder --------*/

#elder #content #title01 { background: url(../images/elder_h2-01.jpg) 0 0 no-repeat; }
#elder #content #title02 { background: url(../images/elder_h3-02.jpg) 0 0 no-repeat; }

#elder #content .care dt {
	border: 1px solid #ccc;
	background: #eee;
	padding: 1px 3px;
	}
#elder #content .care dd {
	padding: 20px 0;
	}

/*-------- 17  Sitemap --------*/

#sitemap #content #title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }


.banner01 {  width:141px; height:47px;}
.banner01 a { background:url(../images/banner_t01_off.png) no-repeat; width:141px; height:47px; display:block;}
.banner01 a:hover { width:141px; height:47px; background:url(../images/banner_t01_on.png) no-repeat; display:block;}


.banner02 {  width:200px; height:47px;}
.banner02 a { background:url(../images/banner_l01_off.jpg) no-repeat; width:200px; height:50px; display:block;}
.banner02 a:hover { width:200px; height:50px; background:url(../images/banner_l01_on.jpg) no-repeat; display:block;}




#box {
	position:absolute;
	left:654px;
	top:-1px;
	
	
}

*html #box {
	position:absolute;
	left:883px;
	top:515px;
	
	
}

