@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Clinic                      */
/*                 09  Dr                          */
/*                 10  General                     */
/*                 11  Child                       */
/*                 12  Prevent                     */
/*                 13  Contact                     */
/*                 14  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Marine Blue    #005db4      */
/*        Main Color - Deep Blue      #081285      */
/*                                                 */
/*        Sub Color  - Light Grey     #b2b2b2      */
/*                                                 */
/*==================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_bg.jpg) top repeat-x; }

#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y;
	width: 800px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: left;
	clear: both;
	}
* html body #wrapper { width: 840px; }

#main {
	margin: 0;
	width: 800px;
	border-bottom: 1px solid #081285;
	}

#content {
	width: 606px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 12px 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 106px;
	width: 800px;
	margin: 0 auto;
	padding: 0 20px;
	}
* html body #header { width: 840px; }

#header p.lead {
	margin: 0 0 0 4px;
	padding: 0;
	height: 23px;
	line-height: 23px;
	text-align: left;
	color: #777;
	}

h1 {
	text-indent: -9999px;
	width: 624px;
	height: 75px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 624px;
	height: 75px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header .section {
	width: 176px;
	float: right;
	margin: 0;
	padding: 4px 0 0 0;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	height: 52px;
	}
#header p.tel img { display: block; }

#header_nav {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
	width: 172px;
	height: 14px;
	}
* html body #header_nav { height: 19px; }

#header_nav li {
	height: 14px;
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 14px;
	}

#nav01 { width: 65px; }
#nav02 { width: 107px; }

#nav01 a {
	background: url(../images/header_nav.jpg) 0 0 no-repeat;
	width: 65px;
	}
#nav02 a {
	background: url(../images/header_nav.jpg) -65px 0 no-repeat;
	width: 107px;
	}


/*----------04  Navigation -----------*/

#nav {
	width: 194px;
	float: left;
	padding: 0 0 20px 0;
	}

#nav dl,
#nav dt,
#nav dd,
#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal {
	width: 180px;
	margin-left: 7px;
	}
#nav .internal li { display: inline; }

#nav .internal dt,
#nav .internal li a,
#nav .internal dd a {
	width: 180px;
	display: block;
	height: 30px;
	text-indent: -9999px;
	}

#menu01 { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav03 a { background: url(../images/nav.jpg) 0 -30px no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -60px no-repeat; }
#menu02 { background: url(../images/nav.jpg) 0 -90px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -120px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -150px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -180px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -210px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -240px no-repeat; }

#nav03 a:hover { background: url(../images/nav.jpg) -180px -30px no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -180px -60px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -180px -120px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -180px -150px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -180px -180px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -180px -210px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -180px -240px no-repeat; }

#nav .ban {
	padding: 5px 0;
	text-align: center;
	}
*:first-child+html #nav .ban { margin-bottom: 0; }
#nav img {
	padding: 0;
	margin: 2px auto;
	}


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 12px 20px 36px 20px;
	margin: 0 auto;
	width: 800px;
	background: #fff url(../images/footer_bg.jpg) bottom repeat-x;
	font-size: 85%;
	text-align: center;
	color: #999;
	}
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; width: 840px } /*  for IE6 only */

#footer a { text-decoration: none; }
#footer a:hover { text-decoration: underline; }

#footer ul { 
	list-style: none;
	margin: 0 1em 2px 1em;
	padding: 0;
	display: inline;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address { margin: 8px 1em; }


/*---------- 06  Contents -----------*/

p#top-img { margin: 0; }

.section { padding: .5em 20px; }
.section .section { padding: .5em 10px; }

p.center { text-align: center; }

#content h2 {
	height: 50px;
	text-indent: -9999px;
	margin: 0 15px;
	}
#content h3 {
	clear: both;
	height: 38px;
	text-indent: -9999px;
	margin-left: -10px;
	}
#content h4 {
	height: 26px;
	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/li_bg.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: #005db4; }
a:hover { color: #081285; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_l  {
	float: left;
	margin: 0 16px 16px 0;
	}

.image_r {
	float: right;
	margin: 0 0 16px 16px;
	}

.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.png) center center no-repeat;
	}
.case 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: 90px;
	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;
	}

p.caution {
	padding-left: 24px;
	background: url(../images/caution.png) 0 1px no-repeat;
	}



/*---------- 07  Index -----------*/

#index h2#title01 {
	height: 260px;
	background: url(../images/top_img.jpg) 0 0 no-repeat;
	margin: 0;
	}
#index h3#title02 {
	height: 48px;
	background: url(../images/index_h3-02.jpg) 0 0 no-repeat;
	margin: 0;
	}
#index h3#title03 {
	height: 42px;
	background: url(../images/index_h3-03.jpg) 0 0 no-repeat;
	margin: 0;
	}
#index h3#title04 {
	height: 48px;
	background: url(../images/index_h3-04.jpg) 0 0 no-repeat;
	margin: 0;
	}
	
#index #greeting p { margin: 10px 20px 20px 20px; }

#index #clinic-info .alpha {
	width: 220px;
	float: left;
	}

#index #clinic-info .beta {
	width: 340px;
	float: right;
	}


#index #clinic-info dl {
	margin: 8px 0 24px 0;
	padding: 0;
	}
#index #clinic-info dt {
	width: 60px;
	float: left;
	padding-left: 18px;
	background: url(../images/li_bg.jpg) 0 4px no-repeat;
	}
#index #clinic-info dd { margin-left: 88px; }


/*---------- 08  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 h4#title08 { background: url(../images/clinic_h4-08.jpg) 0 0 no-repeat; }
#clinic h4#title09 { background: url(../images/clinic_h4-09.jpg) 0 0 no-repeat; }
#clinic h4#title10 { background: url(../images/clinic_h4-10.jpg) 0 0 no-repeat; }
#clinic h4#title11 { background: url(../images/clinic_h4-11.jpg) 0 0 no-repeat; }

#clinic #content dt {
	width: 8em;
	float: left;
	padding-left: 18px;
	background: url(../images/li_bg.jpg) 0 4px no-repeat;
	}
#clinic #content dd { margin-left: 9em; }

#map {
	width: 500px;
	height: 360px;
	border: 2px solid #005db4;
	margin:10px 0 18px 20px;
	}

#clinic #content #map .InfoWin { width: 240px; }
#clinic #content #map .InfoWin p {
	margin-left: 24px;
	font-size: 108%;
	color: #de91a2;
	letter-spacing: 1px;
	} 


/*---------- 09  Dr -----------*/

#dr h2#title01 { background: url(../images/dr_h2-01.jpg) 0 0 no-repeat; }
#dr h3#title02 { background: url(../images/dr_h3-02.jpg) 0 0 no-repeat; }
#dr h4#title03 { background: url(../images/dr_h4-03.jpg) 0 0 no-repeat; }
#dr h4#title04 { background: url(../images/dr_h4-04.jpg) 0 0 no-repeat; }
#dr h4#title05 { background: url(../images/dr_h4-05.jpg) 0 0 no-repeat; }

#dr #content .alpha {
	width: 220px;
	float: left;
	}
#dr #content .beta {
	width: 320px;
	float: right;
	padding-top: 5px;
	}
#dr #content .beta dt {
	width: 5em;
	float: left;
	}
#dr #content .beta dd { margin-left: 6em; }


/*---------- 10  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; }


/*---------- 11  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; }


/*---------- 12  Prevent -----------*/

#prevent h2#title01 { background: url(../images/prevent_h2-01.jpg) 0 0 no-repeat; }
#prevent h3#title02 { background: url(../images/prevent_h3-02.jpg) 0 0 no-repeat; }


/*---------- 13  Contact -----------*/

#contact h2#title01 { background: url(../images/contact_h2-01.jpg) 0 0 no-repeat; }
#contact h3#title02 { background: url(../images/contact_h3-02.jpg) 0 0 no-repeat; }

#content table {
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #d0d0ff;
	font-size: 100%;
	color: #666;
	width: 500px;
	margin-left: 20px;
	}
	
#content table th,
#content table td {
	padding: 4px 12px;
	border: 1px solid #ddddff;
	}
	
#content table th {
	background: #efefff;
	color: #636570;
	width: 130px;
	}
	
#content table span,
span.require {
	font-size: 124%;
	font-weight: bold;
	color: red;
	}
input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}

#content table.mail{width:400px;
}

/*---------- 14  Sitemap -----------*/

#sitemap h2#title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }

#sitemap ul dl { margin-left: 0; }

#sitemap #content li dl { display: inline; }


