@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  About                       */
/*                 09  Implant                     */
/*                 10  Collection01                */
/*                 11  Collection02                */
/*                 12  Collection03                */
/*                 13  Collection04                */
/*                 14  Clinic                      */
/*                 15  Chairman                    */
/*                 16  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: url(../images/wrapper_bg.jpg) 0 0 no-repeat;
	width: 800px;
	margin: 0 auto;
	padding: 0 30px;
	text-align: left;
	}
* html body #wrapper { width:860px; }

#main {
	clear: both;
	margin: 0;
	padding: 50px 0 0 0;
	width: 800px;
	background: url(../images/main_bg.jpg) 0 0 no-repeat;
	}

#content {
	width: 580px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	padding: 0 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.png) 0 0 no-repeat;
	height: 443px;
	width: 800px;
	margin: 0;
	padding: 0;
	}

h1 {
	text-indent: -9999px;
	height: 72px;
	line-height: 1.0;
	}
h1 a {
	display: block;
	width: 800px;
	height: 72px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header .section {
	width: 800px;
	height: 370px;
	margin: 0;
	padding: 0;
	background: url(../images/header_section_bg.jpg) 0 0 no-repeat;
	}

#header p.me {
	margin: 0 0 0 370px;
	padding: 0;
	width: 430px;
	height: 340px;
	line-height: 1.0;
	}


#header p.me img { display: block; }

#header-nav {
	margin: 0 0 0 450px;
	padding: 0;
	list-style: none;
	width: 330px;
	height: 30px;
	}

#header-nav li {
	height: 30px;
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header-nav li a {
	display: block;
	height: 30px;
	}

#nav01 { width: 101px; }
#nav02 { width: 100px; }
#nav03 { width: 129px; }

#nav01 a {
	background: url(../images/header-nav.jpg) 0 0 no-repeat;
	width: 101px;
	}
#nav02 a {
	background: url(../images/header-nav.jpg) -101px 0 no-repeat;
	width: 100px;
	}
#nav03 {
	background: url(../images/header-nav_reserve.jpg) 0 0 no-repeat;
	width: 129px;
	}
#nav01 a:hover { background: url(../images/header-nav.jpg) 0 -30px no-repeat; }
#nav02 a:hover { background: url(../images/header-nav.jpg) -101px -30px no-repeat; }


/*----------04  Navigation -----------*/

#nav {
	width: 220px;
	float: left;
	padding: 0 0 20px 0;
	}

#nav ul,
#nav ol,
#nav li {
	margin: 0;
	padding: 0;
	width: 200px;
	list-style: none;
	}
	
#nav .internal { margin-left: 10px; }

#nav .internal li {
	height: 30px;
	text-indent: -9999px;
	}
#nav .internal li ol li {
	width: 100px;
	height: 41px;
	float: left;
	}

#nav .internal li ol {
	margin: 10px 0 0 0;
	height: 82px;
	}

#nav .internal li a {
	display: block;
	height: 20px;
	}

#nav .internal li#nav07 { height: auto; }
#nav .internal li#nav10,
#nav .internal li#nav11 { height: 51px; }
#nav .internal li#nav12 {
	height: 80px;
	clear: both;
	}
#nav .internal li#nav12 ul { margin: 10px 0 14px 0; }
* html body #nav .internal li#nav12 ul { margin: 10px 0 4px 0; }

#nav .internal li#nav13 { height: 20px; }
#nav .internal li#nav14 { height: 34px; }


#nav .internal li#nav08 a,
#nav .internal li#nav09 a,
#nav .internal li#nav10 a,
#nav .internal li#nav11 a { height: 41px; }


#nav04 a { background: url(../images/nav01.jpg) 0 0 no-repeat; }
#nav05 a { background: url(../images/nav01.jpg) 0 -30px no-repeat; }
#nav06 a { background: url(../images/nav01.jpg) 0 -60px no-repeat; }
#nav07 { background: url(../images/nav01.jpg) 0 -90px no-repeat; }

#nav08 a { background: url(../images/nav02.jpg) 0 0 no-repeat; }
#nav09 a { background: url(../images/nav02.jpg) -100px 0 no-repeat; }
#nav10 a { background: url(../images/nav02.jpg) 0 -41px no-repeat; }
#nav11 a { background: url(../images/nav02.jpg) -100px -41px no-repeat; }

#nav12 { background: url(../images/nav03.jpg) 0 0 no-repeat; }
#nav13 a { background: url(../images/nav04.jpg) 0 -26px no-repeat; }
#nav14 a { background: url(../images/nav04.jpg) 0 -46px no-repeat; }
#nav15 a { background: url(../images/nav03.jpg) 0 -80px no-repeat; }


#nav04 a:hover { background: url(../images/nav01.jpg) -200px 0 no-repeat; }
#nav05 a:hover { background: url(../images/nav01.jpg) -200px -30px no-repeat; }
#nav06 a:hover { background: url(../images/nav01.jpg) -200px -60px no-repeat; }

#nav08 a:hover { background: url(../images/nav02.jpg) -200px 0 no-repeat; }
#nav09 a:hover { background: url(../images/nav02.jpg) -300px 0 no-repeat; }
#nav10 a:hover { background: url(../images/nav02.jpg) -200px -41px no-repeat; }
#nav11 a:hover { background: url(../images/nav02.jpg) -300px -41px no-repeat; }

#nav13 a:hover { background: url(../images/nav04.jpg) -200px -26px no-repeat; }
#nav14 a:hover { background: url(../images/nav04.jpg) -200px -46px no-repeat; }
#nav15 a:hover { background: url(../images/nav03.jpg) -200px -80px no-repeat; }



#nav p { text-align: center; }


#nav .extra { margin: 0 0 0 15px; }
#nav .extra li { margin: 0 0 4px 0; }


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 12px 0 14px 0;
	margin: 0;
	background: #141a34 url(../images/footer_bg.jpg) top repeat-x;
	font-size: 93%;
	text-align: center;
	color: #4d5770;
	}

#footer a {
	text-decoration: none;
	color: #a8ccff;
	}
#footer a:hover { text-decoration: underline; }

#footer ul { 
	list-style: none;
	margin: 0 1em 2px 1em;
	padding: 0;
	clear: both;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address { margin: 8px 1em; }


/*---------- 06  Contents -----------*/

.section { padding: .5em 30px .5em 20px; }
.section .section { padding: .5em 10px; }

p.center { text-align: center; }

#content h2 {
	height: 46px;
	text-indent: -9999px;
	margin: 0;
	}
#content h3 {
	clear: both;
	height: 38px;
	text-indent: -9999px;
	margin-left: -5px;
	}
#content h4 {
	border-left: 6px solid #4d5770;
	line-height: 1.0;
	font-weight: bold;
	margin: 1em 0;
	padding: 0 5px;
	}

#content h5 {
	font-size: 108%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	}
	
#content ul { margin-left: 5px; }
#content ul li {
	list-style: none;
	background: url(../images/li_bg.png) 0 4px no-repeat;
	padding-left: 14px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { font-weight: bold; }

#content a { text-decoration: underline; }
a {
	color: #153f93;
	outline: none;
	}
a:hover { color: #5c8ef2; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

#content img { border: 5px solid #eee; }
#content img.no-border { border: 0; }

.image_l  {
	float: left;
	margin: 0 16px 16px 0;
	}

.image_r {
	float: right;
	margin: 0 0 16px 16px;
	}

.case { margin: 10px 20px; }
.case-narrow { margin: 10px 55px; }
.case img,
.case-narrow img { display: block; }

.caption { text-align: center; }

.case .alpha,
.case .beta {
	float: left;
	margin: 0 10px 15px 0;
	}
.case .gamma {
	float: left;
	margin: 0 0 15px 0;
	}


#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 100px;
	height: 14px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 14px;
	background: url(../images/to_top.png) 0 0 no-repeat;
	}

p.caution {
	margin-left: 18px;
	padding-left: 18px;
	background: url(../images/caution.png) 0 2px 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: separate;
	border-spacing: 1px;
	border: 1px solid #d0d0ff;
	font-size: 100%;
	color: #666;
	width: 500px;
	margin-left: 5px;
	}
	
#content table th,
#content table td {
	padding: 4px 12px;
	border: 1px solid #ddddff;
	}
	
#content table th {
	background: #efefff;
	color: #636570;
	}
	
span.require {
	font-size: 124%;
	font-weight: bold;
	color: red;
	}
input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}

#content .navigator h4 {
	background: url(../images/navigator_h4.jpg) 0 0 no-repeat;
	padding-left: 150px;
	margin: 0;
	border-left: 0;
	line-height: 84px;
	font-size: 108%;
	height: 84px;
	}
#content .navigator {
	background: #eee;
	padding: 0 0 15px 0;
	width: 500px;
	border-bottom: 2px solid #ddd;
	}

#content .navigator p {
	background: #eee;
	margin: 10px 15px;
	}

strong.authorized {
	line-height: 1.0;
	padding: 3px 6px;
	background: #e9e9e9;
	color: #3579b9;
	}



/*---------- 07  Index -----------*/

#index #content .section { padding: .5em 10px .5em 20px; }

#index h2#title01 {
	background: url(../images/index_h2-01.jpg) 0 0 no-repeat;
	height: 50px;
	margin: 0;
	}
#index h3#title02 {
	background: url(../images/index_h3-02.jpg) 0 0 no-repeat;
	height: 18px;
	margin: 0;
	}
#index h3#title03 {
	background: #fff url(../images/index_h3-03.jpg) 0 0 no-repeat;
	height: 18px;
	margin: 0;
	}


#index #outline blockquote {
	margin: .5em 1em;
	padding: .5em 1em;
	background: #f0f0f0;
	border: 1px solid #e7e7e7;
	}
#index #outline ul { margin: 0; }
#index #outline ul li {
	background-image: none;
	padding-left: 0;
	}

#index #outline .image_l { margin: 9px 16px 10px 20px; }

#index #pickup { padding-bottom: 8px; }

#index #implant-collection { padding-top: 16px; }

#index #implant-collection ol {
	background: url(../images/implant-collection_bg.jpg) repeat;
	margin: 1em 0 0 0;
	padding: 0;
	width: 550px;
	}
#index #implant-collection ol li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: -9999px;
	}

#index #collection01 {
	width: 276px;
	height: 74px;
	float: left;
	background: url(../images/index-collection01.jpg) 0 0 no-repeat;
	}
#index #collection02 {
	width: 274px;
	height: 74px;
	float: right;
	background: url(../images/index-collection02.jpg) 0 0 no-repeat;
	}
#index #collection03 {
	width: 276px;
	height: 76px;
	float: left;
	background: url(../images/index-collection03.jpg) 0 0 no-repeat;
	}
#index #collection04 {
	width: 274px;
	height: 76px;
	float: right;
	background: url(../images/index-collection04.jpg) 0 0 no-repeat;
	}

#index #collection01 a,
#index #collection02 a {
	display: block;
	height: 74px;
	}
#index #collection03 a,
#index #collection04 a {
	display: block;
	height: 76px;
	}

#index #clinic-info {
	background: #6b758c;
	width: 550px;
	margin: 1em 0;
	color: #fff;
	clear: both;
	}
#index #clinic-info a { color: #fff; }

#index #clinic-info .alpha {
	width: 200px;
	padding: 10px 0 10px 10px;
	margin: 0;
	float: left;
	}
* html body#index #clinic-info .alpha { width: 200px; }

#index #clinic-info .alpha img { display: block; }

#index #clinic-info .beta {
	width: 310px;
	float: right;
	padding: 10px 10px 10px 0;
	}
* html body#index #clinic-info .beta { width: 310px; }

#index #clinic-info .beta dl {
	margin: 0 15px 0 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
	
	}
#index #clinic-info .beta dt {
	width: 5em;
	float: left;
	}
#index #clinic-info .beta dd { margin-left: 5em; }

#index #clinic-info .beta ul {
	margin: 15px 0 15px 15px;
	padding: 0;
	}
#index #clinic-info .beta ul li {
	width: 130px;
	float: left;
	}


#index #clinic-info .beta p { margin-left: 8px; }

#index #clinic-info .beta img { border: 0; }

.ban_blog a{
	width:550px;
	height:100px;
	margin:20px 0;
	display:block;
	text-indent:-9999px;
	background:url(../images/ban_blog.jpg);
}
.ban_blog a:hover{
	background-position:0 100%;
}

/*---------- 08  About -----------*/

#about h2#title01 { background: url(../images/about_h2-01.jpg) 0 0 no-repeat; }
#about h3#title02 { background: url(../images/about_h3-02.jpg) 0 0 no-repeat; }
#about h3#title03 { background: url(../images/about_h3-03.jpg) 0 0 no-repeat; }

#about #content .vcard {
	width: 280px;
	float: right;
	}
#about #content .vcard dl { margin-left: 0; }
#about #content .vcard dt {
	width: 5em;
	float: left;
	}
#about #content .vcard dd { margin-left: 5em; }



/*---------- 09  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; }


/*---------- 10  Collection01 -----------*/

#collection01 h2#title01 { background: url(../images/collection01_h2-01.jpg) 0 0 no-repeat; }
#collection01 h3#title02 { background: url(../images/collection01_h3-02.jpg) 0 0 no-repeat; }


/*---------- 11  Collection02 -----------*/

#collection02 h2#title01 { background: url(../images/collection02_h2-01.jpg) 0 0 no-repeat; }
#collection02 h3#title02 { background: url(../images/collection02_h3-02.jpg) 0 0 no-repeat; }


/*---------- 12  Collection03 -----------*/

#collection03 h2#title01 { background: url(../images/collection03_h2-01.jpg) 0 0 no-repeat; }
#collection03 h3#title02 { background: url(../images/collection03_h3-02.jpg) 0 0 no-repeat; }


/*---------- 13  Collection04 -----------*/

#collection04 h2#title01 { background: url(../images/collection04_h2-01.jpg) 0 0 no-repeat; }
#collection04 h3#title02 { background: url(../images/collection04_h3-02.jpg) 0 0 no-repeat; }

#collection04 #content .alpha {
	width: 220px;
	float: left;
	}
#collection04 #content .beta {
	width: 230px;
	margin: 1em 0;
	float: right;
	}



/*---------- 14  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 #content table th { width: 140px; }

#clinic #content p.caution { margin-left: 0; }



/*---------- 15  Chairman -----------*/

#chairman h2#title01 { background: url(../images/chairman_h2-01.jpg) 0 0 no-repeat; }
#chairman h3#title02 { background: url(../images/chairman_h3-02.jpg) 0 0 no-repeat; }
#chairman h3#title03 { background: url(../images/chairman_h3-03.jpg) 0 0 no-repeat; }

#chairman #content .alpha {
	width: 210px;
	float: left;
	}
#chairman #content .beta {
	width: 300px;
	float: right;
	}


/*---------- 16  Sitemap -----------*/

#sitemap h2#title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }



