@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Clinc                       */
/*                 09  Flow                        */
/*                 10  Implant                     */
/*                 11  Perio                       */
/*                 12  Prevent                     */
/*                 13  Aesthe                      */
/*                 14  Ortho                       */
/*                 15  Case                        */
/*                 16  Recruit                     */
/*                 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/body_bg.jpg) top repeat-x; }

#wrapper {
	background: #fff url(../images/wrapper_bg.jpg) repeat-y;
	width: 800px;
	margin: 0 auto;
	padding: 0 2px;
	text-align: left;
	}
* html body #wrapper { width: 804px; }

#main {
	clear: both;
	width: 800px;
	margin: 0;
	padding: 0 0 5px 0;
	background: url(../images/main_bg.jpg) bottom no-repeat;
	}

#content {
	width: 600px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 2em 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 90px;
	width: 800px;
	margin: 0;
	padding: 0;
	}

h1 {
	text-indent: -9999px;
	width: 250px;
	height: 90px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 250px;
	height: 90px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header .section {
	width: 215px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	height: 45px;
	}
#header p.tel img { display: block; }

#header-nav {
	margin: 0;
	padding: 16px 0 0 0;
	width: 10em;
	list-style: none;
	float: right;
	}

#header-nav li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #e14300;
	}
#header-nav li a {
	color: #fff;
	text-decoration: none;
	}
#header-nav li a:hover { text-decoration: underline; }


/*----------04  Navigation -----------*/

#top-nav {
	clear: both;
	width: 800px;
	}


#top-nav ul,
#top-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#top-nav ul#global-nav {
	width: 800px;
	height: 40px;
	}
#top-nav #global-nav li {

	height: 40px;
	text-indent: -9999px;
	float: left;
	}
#top-nav #global-nav li a {
	display: block;
	height: 40px;
	}




#nav {
	width: 200px;
	height:359px;
	float: left;
	padding: 5px 0 20px 0; 
	}

#nav ul.internal,
#nav .internal li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav ul.internal {
	/** padding: 11px 0 27px 0;**/
	background: url(../images/nav.jpg) 0 0 no-repeat;
	}

#nav .internal li {
	/* height: 40px;**/
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	/** height: 40px; **/
	}


/**
#nav05 a { background: url(../images/nav.jpg) 0 -11px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -51px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -91px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -131px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -171px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -211px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -253px no-repeat; }

#nav05 a:hover { background: url(../images/nav.jpg) -200px -11px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -200px -51px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -200px -91px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -200px -131px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -200px -171px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -200px -211px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -200px -253px no-repeat; }
**/
#nav p { text-align: center; }

#nav .clinic-info {
	background: url(../images/nav_clinic-info.jpg) bottom no-repeat;
	color: #666;
	padding-bottom: 20px;
	font-size: 85%;
	}
*:first-child+html #nav .clinic-info { font-size: 9px; } /*  for IE7 only */
* html body #nav .clinic-info { font-size: 9px; } /*  for IE6 only */

#nav .clinic-info h2 {
	height: 35px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	background: url(../images/nav_clinic-info_h2.jpg) 0 0 no-repeat;
	}
	
#nav .clinic-info p,
#nav .clinic-info ul {
	margin: 0 30px;
	padding: .5em 0;
	text-align: left;
	}

#nav .clinic-info li,
#nav .clinic-info dl,
#nav .clinic-info dt,
#nav .clinic-info dd {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#nav .clinic-info dl { margin-left: .5em; }
#nav .clinic-info dt {
	width: 4em;
	float: left;
	}
#nav .clinic-info dd { margin-left: 4em; }




/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	width: 800px;
	height: 69px;
	padding: 0;
	margin: 0;
	background: url(../images/footer_bg.jpg) repeat-y;
	font-size: 85%;
	color: #ddd;
	}
*: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: #fff;
	}
#footer a:hover { text-decoration: underline; }

#footer .alpha {
	width: 230px;
	float: left;
	margin: 0;
	padding: 0;
	}
#footer .alpha img { display: block; }


#footer .beta {
	width: 480px;
	padding: 10px 0 0 0;
	float: right;
	}

#footer ul { 
	list-style: none;
	margin: 0 1em 2px 1em;
	padding: 0;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address {
	margin: 8px 2em;
	text-align: right;
	color: #993300;
	}
#footer address a { color: #993300; }


/*---------- 06  Contents -----------*/

.section { padding: .5em 15px 1em 25px; }
.section .section { padding: .5em 0 1em 5px; }

.center { text-align: center; }
.sr_mgTB { margin-top:0px;
margin-bottom:20px;
text-align:center; }

.husen {
  margin:15px;
}


.sr_husen {
  margin:0 15px 15px 15px;
}


#top-nav h2 {
	clear: both;
	height: 178px;
	text-indent: -9999px;
	margin: 0;
	}
#content h2 { text-indent: -9999px; }
#content h3 {
	clear: both;
	height: 38px;
	text-indent: -9999px;
	margin: 0 0 0 15px;
	}
#content h4 {
	height: 34px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 108%;
	font-weight: bold;
	letter-spacing: 1px;
	color: #999;
	margin: 1em 1em .3em .3em;
	padding-bottom: 3px;
	border-bottom: 1px solid #FF9999;
	}

#content ul li {
	list-style: none;
	background: url(../images/list.jpg) 4px 7px no-repeat;
	padding-left: 16px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { font-weight: bold; }

#content a { text-decoration: underline; }

a {
	color: #E54545;
	outline: none;
	}
a:hover { color: #FF8372; }

#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 30px;
	background: url(../images/arrow_h.jpg) center 45% no-repeat;
	}

.case-narrow { margin: 10px 45px; }

.case-noimg { margin: 10px 20px; }

.case img,
.case-narrow img,
.case-noimg img { display: block; }

.caption {
	text-align: center;
	margin-top: 0;
	}

.banner {
	margin-left: 55px;
	clear: both;
	}

.banner #nobel.image_l { margin-top: 6px; }

#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 104px;
	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;
	}

p.detail { 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 */



#content table {
	border-collapse: collapse;
	border: 3px solid #FF8372;
	font-size: 100%;
	color: #666;
	width: 480px;
	margin: 1em 0 2em 20px;
	}

#content table th,
#content table td {
	padding: 4px 12px;
	border: 1px solid #FF8372;
	}

#content table th {
	background: #FFE8E6;
	color: #943000;
	}

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}



/*---------- 07  Index -----------*/

#index #top-nav {
	width: 800px;
	height: 250px;
	background: url(../images/index_top-nav_bg.jpg) 0 0 no-repeat;
	}

#index #top-nav .alpha {
	width: 200px;
	float: left;
	}
#index #top-nav .alpha p {
	margin: 0;
	padding: 0;
	height: 41px;
	text-indent: -9999px;
	background: url(../images/index_top-nav.jpg) 0 0 no-repeat;
	}

#index #top-nav .alpha ul,
#index #top-nav .alpha li {
	margin: 0;
	padding: 0;
	width: 200px;
	list-style: none;
	}
#index #top-nav .alpha ul {
	padding-bottom: 9px;
	background: url(../images/index_top-nav.jpg) 0 -41px no-repeat;
	}
	
#index #top-nav .alpha li {
	height: 50px;
	text-indent: -9999px;
	float: none;
	}
#index #top-nav .alpha li a {
	display: block;
	height: 50px;
	}

#index #nav01 a { background: url(../images/index_top-nav.jpg) 0 -41px no-repeat; width:200px; }
#index #nav02 a { background: url(../images/index_top-nav.jpg) 0 -91px no-repeat; }
#index #nav03 a { background: url(../images/index_top-nav.jpg) 0 -141px no-repeat; }
#index #nav04 a { background: url(../images/index_top-nav.jpg) 0 -191px no-repeat; }

#index #nav01 a:hover { background: url(../images/index_top-nav.jpg) -200px -41px no-repeat; }
#index #nav02 a:hover { background: url(../images/index_top-nav.jpg) -200px -91px no-repeat; }
#index #nav03 a:hover { background: url(../images/index_top-nav.jpg) -200px -141px no-repeat; }
#index #nav04 a:hover { background: url(../images/index_top-nav.jpg) -200px -191px no-repeat; }


#index #top-nav .beta {
	width: 600px;
	float: right;
	}

#index #top-nav .beta p {
	padding: 102px 0 0 295px;
	margin: 0;
	}
#index #top-nav .beta p img { display: block; }

#index h2#title01 {
	background: url(../images/index_h2-01.jpg) 0 0 no-repeat;
	height: 42px;
	text-indent: -9999px;
	margin: 0 0 0 15px;
	padding: 0;
	}
#index h2#title02 {
	background: url(../images/index_h2-02.jpg) 0 0 no-repeat;
	height: 30px;
	margin: 0;
	}
#index h2#title03 {
	background: url(../images/index_h2-03.jpg) 0 0 no-repeat;
	height: 42px;
	text-indent: -9999px;
	margin: 0 0 0 15px;
	padding: 0;
	}

#index #content h3 {
	height: 22px;
	margin: 5px 0 0 0;
	}

#index h3#title03 { background: url(../images/index_h3-03.jpg) 110px 0 no-repeat; }
#index h3#title04 { background: url(../images/index_h3-04.jpg) 110px 0 no-repeat; }
#index h3#title05 { background: url(../images/index_h3-05.jpg) 110px 0 no-repeat; }
#index h3#title06 { background: url(../images/index_h3-06.jpg) 110px 0 no-repeat; }


#index #pickup {
	margin-left: 25px;
	padding-bottom: 20px;
	
	}

#index #pickup .pickup-content {
	width: 270px;
	float: left;
	margin: 0 10px 0 0;
	}

#index #pickup .pickup-content.nil { margin: 0; }


#index #pickup .pickup-content p { margin: 0 0 1em 115px; }

#index #pickup #p01 { background: url(../images/p01.jpg) 0 0 no-repeat; }
#index #pickup #p02 { background: url(../images/p02.jpg) 0 0 no-repeat; }
#index #pickup #p03 { background: url(../images/p03.jpg) 0 0 no-repeat; }
#index #pickup #p04 { background: url(../images/p04.jpg) 0 0 no-repeat; }


#index #about .alpha {
	width: 200px;
	float: left;
	}

#index #about .beta {
	width: 320px;
	float: right;
	}
#index #about .beta dl { margin-left: 0; }
#index #about .beta dt {
	width: 4em;
	float: left;
	clear: both;
	}
#index #about .beta dd { margin-left: 4em; }

#index #about .beta .office-hour dt {
	width: 3em;
	padding-left: 1em;
	background: url(../images/list.jpg) 3px 7px no-repeat;
	}
* html body#index #about .beta .office-hour dt { width: 4em; }

#index .bnr_recruit a {
	display: block;
	width: 570px;
	height: 85px;
	margin: 10px auto;
	padding: 0;
	background: url(../images/bnr_recruit.jpg) no-repeat 0 0;
	text-indent: -9999em;
	outline: none;
}
#index .bnr_recruit a:hover { background-position: bottom; }


/*---------- 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 h4#title03 { background: url(../images/clinic_h4-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-09.jpg) 0 0 no-repeat; }

#clinic #content #dr .alpha {
	width: 200px;
	float: left;
	}
	
#clinic #content .section .alpha2 {
	width: 130px;
	float: left;
	}
#clinic #content .section .alpha3 {
	width: 130px;
	float: left;
	margin-left:10px;
	}
#clinic #content #dr .beta {
	width: 330px;
	float: right;
	}
#clinic #content #dr .beta ul,
#clinic #content #dr .beta dl { margin-left: 10px; }
#clinic #content #dr .beta dt {
	width: 4em;
	float: left;
	}

#clinic #content #dr .alpha ul { margin-left: 10px; padding-left:0; }
#clinic #content #dr .beta dd { margin-left: 4em; }

#clinic #content #access dt {
	width: 5em;
	float: left;
	}
#clinic #content #access dd { margin-left: 5em; }

#clinic #content .tour {
	width: 200px;
	margin-right: 30px;
	float: left;
	}

#clinic #content #office-hour {
	width: 420px;
	margin: 5px auto;
	}

#clinic #content th,
#clinic #content td {
	padding: 2px 4px;
	text-align: center;
	}

#clinic #content #map {
	margin: 10px auto;
}

#clinic #content div.mapstyle {
	margin: 0;
	padding: 0;
}
#clinic #content div.mapstyle p {
	text-align: right;
	font-size: 12px;
}
#clinic #content div.mapstyle p.mapname {
	border-bottom: 1px dashed #f66;
	text-align: left;
	font-size: 16px;
}

/*---------- 09  Flow -----------*/

#flow h2#title01 { background: url(../images/flow_h2-01.jpg) 0 0 no-repeat; }
#flow h3#title02 { background: url(../images/flow_h3-02.jpg) 0 0 no-repeat; }
#flow h4#title03 { background: url(../images/flow_h4-03.jpg) 0 0 no-repeat; }
#flow h4#title04 { background: url(../images/flow_h4-04.jpg) 0 0 no-repeat; }
#flow h4#title05 { background: url(../images/flow_h4-05.jpg) 0 0 no-repeat; }
#flow h4#title06 { background: url(../images/flow_h4-06.jpg) 0 0 no-repeat; }
#flow h4#title07 { background: url(../images/flow_h4-07.jpg) 0 0 no-repeat; }

#flow #content .chart {
	background: url(../images/arrow_down.jpg) center bottom no-repeat;
	padding-bottom: 40px;
	}


/*---------- 10  Implant -----------*/

#implant h2#title01 { background: url(../images/implant_h2-01.jpg) 0 0 no-repeat; }
#implant h3#title02 { background: url(../images/implant_h3-02.jpg) 0 0 no-repeat; }
#implant h4#title03 { background: url(../images/implant_h4-03.jpg) 0 0 no-repeat; }
#implant h4#title04 { background: url(../images/implant_h4-04.jpg) 0 0 no-repeat; }
#implant h4#title05 { background: url(../images/implant_h4-05.jpg) 0 0 no-repeat; }


/*---------- 11  Perio -----------*/

#perio h2#title01 { background: url(../images/perio_h2-01.jpg) 0 0 no-repeat; }
#perio h3#title02 { background: url(../images/perio_h3-02.jpg) 0 0 no-repeat; }
#perio h4#title03 { background: url(../images/perio_h4-03.jpg) 0 0 no-repeat; }
#perio h4#title04 { background: url(../images/perio_h4-04.jpg) 0 0 no-repeat; }
#perio h4#title05 { background: url(../images/perio_h4-05.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; }
#prevent h4#title03 { background: url(../images/prevent_h4-03.jpg) 0 0 no-repeat; }
#prevent h4#title04 { background: url(../images/prevent_h4-04.jpg) 0 0 no-repeat; }
#prevent h4#title05 { background: url(../images/prevent_h4-05.jpg) 0 0 no-repeat; }


/*---------- 13  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 h4#title03 { background: url(../images/aesthe_h4-03.jpg) 0 0 no-repeat; }
#aesthe h4#title04 { background: url(../images/aesthe_h4-04.jpg) 0 0 no-repeat; }
#aesthe h4#title05 { background: url(../images/aesthe_h4-05.jpg) 0 0 no-repeat; }



/*---------- 14  Ortho -----------*/

#ortho h2#title01 { background: url(../images/ortho_h2-01.jpg) 0 0 no-repeat; }
#ortho h3#title02 { background: url(../images/ortho_h3-02.jpg) 0 0 no-repeat; }
#ortho h4#title03 { background: url(../images/ortho_h4-03.jpg) 0 0 no-repeat; }
#ortho h4#title04 { background: url(../images/ortho_h4-04.jpg) 0 0 no-repeat; }


/*---------- 15  Case -----------*/

#case h2#title01 { background: url(../images/case_h2-01.jpg) 0 0 no-repeat; }
#case h3#title02 { background: url(../images/case_h3-02.jpg) 0 0 no-repeat; }
#case h4#title03 { background: url(../images/case_h4-03.jpg) 0 0 no-repeat; }
#case h4#title04 { background: url(../images/case_h4-04.jpg) 0 0 no-repeat; }


/*---------- 16  Recruit -----------*/

#recruit h2#title01 { background: url(../images/recruit_h2-01.jpg) 0 0 no-repeat; }
#recruit h3#title02 { background: url(../images/recruit_h3-02.jpg) 0 0 no-repeat; }

.red{ color:#FF0000;}

#recruit .td01{ font-weight: normal;}
/*---------- 17  Sitemap -----------*/

#sitemap h2#title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }
#sitemap h3#title02 { background: url(../images/sitemap_h3-02.jpg) 0 0 no-repeat; }


.sr_mrg{ margin-left:-7px;}
.sr_mrg_txt{margin:-8px 0 0 2px;}
* html .sr_mrg_txt{margin:-2px 0 0 2px;}
*:first-child+html .sr_mrg_txt{margin:-2px 0 0 2px;}
