@charset "UTF-8";
@import "base.css";
@import "digi.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  About                       */
/*                 09  Dr                          */
/*                 10  Treatment                   */
/*                 11  Lose                        */
/*                 12  Aesthe                      */
/*                 13  Implant                     */
/*                 14  Regeneration                */
/*                 15  Faq                         */
/*                 16  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Pink           #de91a2      */
/*        Main Color - Light Pink     #fce6e6      */
/*        Main Color - Fresh Pink     #f94956      */
/*                                                 */
/*        Sub Color  - Yellow Green   #7ac300      */
/*                                                 */
/*==================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.png) top center repeat; }

#wrapper {
	background: url(../images/wrapper_bg.png) repeat-y;
	width: 800px;
	margin: 0 auto;
	padding: 0 5px;
	text-align: left;
	}

#main {
	margin: 0;
	width: 800px;
	padding: 20px 0 0 0;
	background: url(../images/main_bg.png) top repeat-x;
	clear: both;
	}

#content {
	width: 600px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 6px 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 70px;
	width: 800px;
	margin: 0;
	padding: 0;
	}

h1 {
	text-indent: -9999px;
	width: 250px;
	height: 70px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 250px;
	height: 70px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header p.adr {
	width: 260px;
	float: left;
	padding: 40px 0 0 0;
	margin: 0;
	}
#header p.adr img { display: block; }


#header p.tel {
	margin: 0;
	padding: 0;
	width: 250px;
	height: 70px;
	float: right;
	}
#header p.tel img { display: block; }


/*----------04  Navigation -----------*/

#top_nav { width: 800px; }
#top_nav ul,
#top_nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#top_nav ul {
	width: 200px;
	float: left;
	}

#top_nav li { text-indent: -9999px; }
#top_nav li a { display: block; }

#nav01 a {
	background: url(../images/top_nav.jpg) 0 0 no-repeat;
	height: 80px;
	}
#nav02 a {
	background: url(../images/top_nav.jpg) 0 -80px no-repeat;
	height: 80px;
	}
#nav03 a {
	background: url(../images/top_nav.jpg) 0 -160px no-repeat;
	height: 81px;
	}

#top_nav #catch-copy {
	margin: 0;
	padding: 0;
	width: 600px;
	float: right;
	}
#top_nav #catch-copy img { display: block; }


#nav {
	width: 200px;
	float: left;
	padding: 5px 0 20px 0;
	}


#nav h2 {
	height: 36px;
	text-indent: -9999px;
	}


#nav h2#menu01 { background: url(../images/h2-menu01.jpg) 0 0 no-repeat; }
#nav h2#menu02 { background: url(../images/h2-menu02.jpg) 0 0 no-repeat; }
#nav h2#menu03 { background: url(../images/h2-menu03.jpg) 0 0 no-repeat; }


#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal {
	background: url(../images/internal_bg.jpg) left bottom no-repeat;
	margin: 0 0 10px 0;
	padding: 3px 0 8px 0;
	}

#nav .internal li {
	height: 30px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 30px;
	}

#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/nav02.jpg) 0 0 no-repeat; }
#nav07 a { background: url(../images/nav02.jpg) 0 -30px no-repeat; }
#nav08 a { background: url(../images/nav02.jpg) 0 -60px no-repeat; }

#nav09 a { background: url(../images/nav03.jpg) 0 0 no-repeat; }
#nav10 a { background: url(../images/nav03.jpg) 0 -30px no-repeat; }
#nav11 a { background: url(../images/nav03.jpg) 0 -60px no-repeat; }
#nav12 a { background: url(../images/nav03.jpg) 0 -90px 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/nav02.jpg) -200px 0 no-repeat; }
#nav07 a:hover { background: url(../images/nav02.jpg) -200px -30px no-repeat; }
#nav08 a:hover { background: url(../images/nav02.jpg) -200px -60px no-repeat; }

#nav09 a:hover { background: url(../images/nav03.jpg) -200px 0 no-repeat; }
#nav10 a:hover { background: url(../images/nav03.jpg) -200px -30px no-repeat; }
#nav11 a:hover { background: url(../images/nav03.jpg) -200px -60px no-repeat; }
#nav12 a:hover { background: url(../images/nav03.jpg) -200px -90px no-repeat; }




#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 5px 0;
	margin: 0;
	background: #fff url(../images/footer_bg.png) top repeat-x;
	font-size: 85%;
	text-align: center;
	color: #666;
	}
*: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: #ba5442;
	}
#footer a:hover { text-decoration: underline; }

#footer p.tel {
	margin: 0;
	padding: 0 0 0 20px;
	float: left;
	}
#footer p.tel img { display: block; }

#footer #footer_nav {
	width: 600px;
	float: right;
	text-align: left;
	padding: 10px 0 0 0;
	}

#footer dt,
#footer dd,
#footer ul,
#footer li,
#footer dl#footer_nav03 {
	display: inline;
	margin: 0 2px;
	padding: 0;
	
	}

#footer dl,
#footer ul {
	margin: 2px 0;
	padding: 0;
	}

#footer address {
	margin: 0 auto;
	padding: 8px;
	text-align: center;
	clear: both;
	}


/*---------- 06  Contents -----------*/

.section { padding: .5em 30px; }
.section .section { padding: .5em 10px; }

.center { text-align: center; }

#content h2 {
	height: 46px;
	text-indent: -9999px;
	margin: 0 15px;
	}
#content h3 {
	clear: both;
	height: 36px;
	text-indent: -9999px;
	margin-left: -10px;
	}
#content h4 {
	height: 31px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 100%;
	font-weight: bold;
	line-height: 1.0;
	margin: 1em 0 .5em .5em;
	padding: 4px 6px;
	background: #fff0eb;
	border: 1px solid #dea187;
	}

#content ul li {
	list-style: none;
	background: url(../images/li_bg.png) 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: #ba5442;
	outline: none;
	}
a:hover { color: #e52d15; }

#content blockquote {
	margin: .5em 2em;
	padding: 0;
	border-left: 10px solid #ffebeb;
	}

.image_l  {
	float: left;
	margin: 0 16px 10px 0;
	}

.image_r {
	float: right;
	margin: 0 0 10px 16px;
	}

.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.png) center center no-repeat;
	}
.case img {
	display: block;
	}

.case-noimg { margin: 10px 20px; }

.caption { text-align: center; }


#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 160px;
	height: 30px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 30px;
	background: url(../images/to_top.png) 0 0 no-repeat;
	}

p.caution {
	padding-left: 24px;
	background: url(../images/caution.png) 0 3px no-repeat;
	}

/* Hides from IE-mac \*/
p.answer:first-letter {
	display: block;
	padding: 2px;
	color: #dea187;
	font-size: 36px;
	font-weight: bold;
	margin: 0 5px 0 0;
	float: left;
	}
/* End hide from IE-mac */

strong { color: #ef6f35; }

.detail {
	color: #ef6f35;
	text-align: right;
	margin-right: 1em;
	clear: both;
	}

#content table {
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #d0d0ff;
	font-size: 100%;
	color: #666;
	width: 520px;
	margin-left: 10px;
	}
	
#content table th,
#content table td {
	padding: 4px 12px;
	border: 1px solid #dea187;
	}
	
#content table th {
	background: #fff0eb;
	color: #636570;
	width: 130px;
	}
	
span.require {
	font-size: 124%;
	font-weight: bold;
	color: red;
	}
input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}



/*---------- 07  Index -----------*/

#index .section { padding: .5em 15px; }

#index h2#title01 {
	background: url(../images/index_h2-01.png) 0 0 no-repeat;
	height: 56px;
	}
#index h2#title02 { background: url(../images/index_h2-02.png) 0 0 no-repeat; }

#index #pickup p {
	width: 280px;
	margin: 0 10px 10px 0;
	padding: 0;
	float: left;
	}
#index #pickup p.nil { margin-right: 0; }

#index #pickup img {
	display: block;
	}

#blog_ban a{
	width:570px;
	height:120px;
	margin:0;
	display:block;
	text-indent:-9999px;
	background:url(../images/blog_ban.jpg);
}
#blog_ban a:hover{
	background-position:0 100%;
}

/*---------- 08  About -----------*/

#about h2#title01 { background: url(../images/about_h2-01.png) 0 0 no-repeat; }
#about h3#title02 { background: url(../images/about_h3-02.png) 0 0 no-repeat; }
#about h3#title03 { background: url(../images/about_h3-03.png) 0 0 no-repeat; }
#about h3#title04 { background: url(../images/about_h3-04.png) 0 0 no-repeat; }
#about h4#title05 { background: url(../images/about_h4-05.png) 0 0 no-repeat; }
#about h4#title06 { background: url(../images/about_h4-06.png) 0 0 no-repeat; }
#about h4#title07 { background: url(../images/about_h4-07.png) 0 0 no-repeat; }
#about h3#title08 { background: url(../images/about_h3-08.png) 0 0 no-repeat; }

#about #content ol { margin-left: 0; }
#about #content ol li { list-style:none; }
#about #content ol li p { margin-left: 1em; }

#about #content table th { width: 9em; }

#about #content .image_l {
	width: 220px;
	text-align: center;
	margin-right: 20px;
	}


/*---------- 09  Dr -----------*/

#dr h2#title01 { background: url(../images/dr_h2-01.png) 0 0 no-repeat; }
#dr h3#title02 { background: url(../images/dr_h3-02.png) 0 0 no-repeat; }
#dr h3#title03 { background: url(../images/dr_h3-03.png) 0 0 no-repeat; }
#dr h3#title04 { background: url(../images/dr_h3-04.png) 0 0 no-repeat; }
#dr h4#title05 { background: url(../images/dr_h4-05.png) 0 0 no-repeat; }
#dr h4#title06 { background: url(../images/dr_h4-06.png) 0 0 no-repeat; }

#dr #content .alpha {
	width: 220px;
	float: left;
	}
#dr #content .beta {
	width: 320px;
	float: right;
	}
#dr #content .alpha dt {
	width: 3em;
	float: left;
	}
#dr #content .alpha dd { margin-left: 4em; }

#dr #content .beta dt {
	width: 7em;
	float: left;
	}
#dr #content .beta dd { margin-left: 7em; }

#dr #content .interviewer {
	width: 150px;
	float: left;
	}



/*---------- 10  Treatment -----------*/

#treatment h2#title01 { background: url(../images/treatment_h2-01.png) 0 0 no-repeat; }
#treatment h3#title02 { background: url(../images/treatment_h3-02.png) 0 0 no-repeat; }
#treatment h3#title03 { background: url(../images/treatment_h3-03.png) 0 0 no-repeat; }
#treatment h3#title04 { background: url(../images/treatment_h3-04.png) 0 0 no-repeat; }
#treatment h3#title05 { background: url(../images/treatment_h3-05.png) 0 0 no-repeat; }
#treatment h4#title06 { background: url(../images/treatment_h4-06.png) 0 0 no-repeat; }
#treatment h4#title07 { background: url(../images/treatment_h4-07.png) 0 0 no-repeat; }
#treatment h4#title08 { background: url(../images/treatment_h4-08.png) 0 0 no-repeat; }
#treatment h4#title09 { background: url(../images/treatment_h4-09.png) 0 0 no-repeat; }
#treatment h4#title10 { background: url(../images/treatment_h4-10.png) 0 0 no-repeat; }
#treatment h4#title11 { background: url(../images/treatment_h4-11.png) 0 0 no-repeat; }
#treatment h4#title12 { background: url(../images/treatment_h4-12.png) 0 0 no-repeat; }


/*---------- 11  Lose -----------*/

#lose h2#title01 { background: url(../images/lose_h2-01.png) 0 0 no-repeat; }
#lose h3#title02 { background: url(../images/lose_h3-02.png) 0 0 no-repeat; }
#lose h3#title03 { background: url(../images/lose_h3-03.png) 0 0 no-repeat; }
#lose h4#title04 { background: url(../images/lose_h4-04.png) 0 0 no-repeat; }
#lose h4#title05 { background: url(../images/lose_h4-05.png) 0 0 no-repeat; }
#lose h4#title06 { background: url(../images/lose_h4-06.png) 0 0 no-repeat; }

#lose #content table th,
#lose #content table td {
	width: 120px;
	vertical-align: top;
	}

#lose #content .merit {
	width: 180px;
	float: left;
	background: #ffeeee;
	}
#lose #content .demerit {
	width: 180px;
	float: left;
	background: #eeeeff;
	}

#lose #content .merit li,
#lose #content .demerit li {
	background-image: none;
	list-style: circle;
	padding-left: 0;
	}

#lose #content .merit h5,
#lose #content .demerit h5 {
	background: #fff;
	border: 1px solid #eee;
	margin: 2px 2px 8px 2px;
	line-height: 23px; 
	}
#lose #content .merit h5 {
	background: #fff url(../images/merit.gif) 4px 4px no-repeat;
	padding-left: 30px;
	}
#lose #content .demerit h5 {
	background: #fff url(../images/demerit.gif) 4px 4px no-repeat;
	padding-left: 30px;
	}


/*---------- 12  Aesthe -----------*/

#aesthe h2#title01 { background: url(../images/aesthe_h2-01.png) 0 0 no-repeat; }
#aesthe h3#title02 { background: url(../images/aesthe_h3-02.png) 0 0 no-repeat; }
#aesthe h3#title03 { background: url(../images/aesthe_h3-03.png) 0 0 no-repeat; }
#aesthe h3#title04 { background: url(../images/aesthe_h3-04.png) 0 0 no-repeat; }
#aesthe h3#title05 { background: url(../images/aesthe_h3-05.png) 0 0 no-repeat; }
#aesthe h4#title06 { background: url(../images/aesthe_h4-06.png) 0 0 no-repeat; }
#aesthe h4#title07 { background: url(../images/aesthe_h4-07.png) 0 0 no-repeat; }
#aesthe h4#title08 { background: url(../images/aesthe_h4-08.png) 0 0 no-repeat; }
#aesthe h4#title09 { background: url(../images/aesthe_h4-09.png) 0 0 no-repeat; }
#aesthe h4#title10 { background: url(../images/aesthe_h4-10.png) 0 0 no-repeat; }
#aesthe h4#title11 { background: url(../images/aesthe_h4-11.png) 0 0 no-repeat; }
#aesthe h4#title12 { background: url(../images/aesthe_h4-12.png) 0 0 no-repeat; }
#aesthe h4#title13 { background: url(../images/aesthe_h4-13.png) 0 0 no-repeat; }
#aesthe h4#title14 { background: url(../images/aesthe_h4-14.png) 0 0 no-repeat; }



/*---------- 13  Implant -----------*/

#implant h2#title01 { background: url(../images/implant_h2-01.png) 0 0 no-repeat; }
#implant h3#title02 { background: url(../images/implant_h3-02.png) 0 0 no-repeat; }
#implant h3#title03 { background: url(../images/implant_h3-03.png) 0 0 no-repeat; }
#implant h4#title04 { background: url(../images/implant_h4-04.png) 0 0 no-repeat; }
#implant h4#title05 { background: url(../images/implant_h4-05.png) 0 0 no-repeat; }
#implant h4#title06 { background: url(../images/implant_h4-06.png) 0 0 no-repeat; }
#implant h4#title07 { background: url(../images/implant_h4-07.png) 0 0 no-repeat; }
#implant h4#title08 { background: url(../images/implant_h4-08.png) 0 0 no-repeat; }


/*---------- 14  Regeneration -----------*/

#regeneration h2#title01 { background: url(../images/regeneration_h2-01.png) 0 0 no-repeat; }
#regeneration h3#title02 { background: url(../images/regeneration_h3-02.png) 0 0 no-repeat; }
#regeneration h3#title03 { background: url(../images/regeneration_h3-03.png) 0 0 no-repeat; }
#regeneration h4#title04 { background: url(../images/regeneration_h4-04.png) 0 0 no-repeat; }
#regeneration h4#title05 { background: url(../images/regeneration_h4-05.png) 0 0 no-repeat; }
#regeneration h4#title06 { background: url(../images/regeneration_h4-06.png) 0 0 no-repeat; }


/*---------- 15  Faq -----------*/

#faq h2#title01 { background: url(../images/faq_h2-01.png) 0 0 no-repeat; }
#faq h3#title02 { background: url(../images/faq_h3-02.png) 0 0 no-repeat; }
#faq h4#title03 { background: url(../images/faq_h4-03.png) 0 0 no-repeat; }
#faq h4#title04 { background: url(../images/faq_h4-04.png) 0 0 no-repeat; }
#faq h4#title05 { background: url(../images/faq_h4-05.png) 0 0 no-repeat; }
#faq h4#title06 { background: url(../images/faq_h4-06.png) 0 0 no-repeat; }


/*---------- 16  Sitemap -----------*/

#sitemap h2#title01 { background: url(../images/sitemap_h2-01.png) 0 0 no-repeat; }


#sitemap #content li {
	font-weight: bold;
	line-height: 1.0;
	margin: 1em 1em .5em .5em;
	padding: 2px 6px 4px 18px;
	background-color: #fff;
	border-bottom: 3px solid #fff0eb;
	}

#sitemap #content li li {
	font-weight: bold;
	line-height: 1.0;
	margin: 1em 0 .5em .5em;
	padding: 4px 6px;
	background: #fff0eb;
	border: 1px solid #dea187;
	}


/*---------- banner -----------*/
.ban_sjcd a{
	width:180px;
	height:60px;
	margin:0 10px;
	display:block;
	text-indent:-9999px;
	background:url(../images/ban_sjcd.jpg);
}
.ban_sjcd a:hover{
	background-position:0 100%;
}
