@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Clinic                      */
/*                 09  Concept                     */
/*                 10  Invisalign                  */
/*                 11  Maintenance                 */
/*                 12  Aesthe                      */
/*                 13  Ceramics                    */
/*                 14  Family                      */
/*                 15  Faq                         */
/*                 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: #F5F2E8; }

#wrapper {
	background: #fff;
	width: 810px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0;
	padding: 0 5px;
	background: #fff;
	}

#content {
	width: 600px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 1em 0;
	}
#index #content {
	width: 600px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding:5px 0 1em 0;
	}

/*---------- 03  Header -----------*/

#header {
	background: #fff;
	height: 100px;
	width: 810px;
	margin: 0;
	padding: 0;
	overflow:hidden;
	}

h1 {
	text-indent: -9999px;
	width: 448px;
	height: 60px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 448px;
	height: 60px;
	margin-top: 20px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header .section {
	width: 320px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	margin: 0 5px 0 0;
	padding: 0;
	height: 55px;
	}
#header p.tel img { display: block; }

#header_nav {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
	width: 300px;
	height: 35px;
	}

#header_nav li {
	height: 20px;
	float: left;
	list-style: none;
	margin: 5px 0 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 20px;
	text-indent: -9999px;
	}
#header_nav li#nav03{ margin:10px 0 0 0; vertical-align:bottom;}

#nav01 { width: 65px; }
#nav02 { width: 85px; }
#nav03 { width: 150px;}

#nav01 a { background: url(../images/header_nav.jpg) 0 0 no-repeat; }
#nav02 a { background: url(../images/header_nav.jpg) -65px 0 no-repeat; }

#nav01 a:hover { background: url(../images/header_nav.jpg) 0 -20px no-repeat; }
#nav02 a:hover { background: url(../images/header_nav.jpg) -65px -20px no-repeat; }


/*----------04  Navigation -----------*/
.navi{
overflow:hidden;
}
.navi ul{
	margin: 0 0 0 5px;
	padding: 0px;
}
.navi ul li{
	float:left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav {
	width: 810px;
	height: 60px;
	padding: 0;
	background: #fff;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal {
	margin: 0 5px;
	}


#nav .internal li {
	float: left;
	width: 100px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 60px;
	}

#nav03 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav04 a { background: url(../images/nav.jpg) -100px 0 no-repeat; }
#nav05 a { background: url(../images/nav.jpg) -199px 0 no-repeat; }
#nav06 a { background: url(../images/nav.jpg) -300px 0 no-repeat; }
#nav07 a { background: url(../images/nav.jpg) -400px 0 no-repeat; }
#nav08 a { background: url(../images/nav.jpg) -500px 0 no-repeat; }
#nav09 a { background: url(../images/nav.jpg) -600px 0 no-repeat; }
#nav10 a { background: url(../images/nav.jpg) -700px 0 no-repeat; }

#nav03 a:hover { background: url(../images/nav.jpg) 0 -60px no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -100px -60px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -199px -60px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -300px -60px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -400px -60px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -500px -60px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -600px -60px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -700px -60px no-repeat; }

#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 12px 0 14px 0;
	margin: 0 5px;
	background: #fff url(../images/footer_bg.jpg) top repeat-x;
	font-size: 85%;
	text-align: left;
	color: #ffa1ad;
	}
*: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: #eb788a;
	}
#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;
	text-align: center;
	}


/*---------- 06  Contents -----------*/

.pickup {
	float: left;
	width: 200px;
	}
.pickup ul {
	margin: 0;
	padding: 10px 0 0;
	}
.pickup ul li {
	height: 130px;
	margin: 0;
	padding: 0;
	list-style: none;
	}
.pickup ul li a {
	display: block;
	height: 121px;
	text-indent: -9999px;
	}
	
.pickup p {
	
	height: 70px;
	margin: 3px 0;
	padding: 0;
	list-style: none;
	
	}
	
	
*html .pickup p {
	
	height: 70px;
	margin: 3px 0;
	padding: 0;
	list-style: none;
	
	}
	
.pickup p a{
	display: block;
	height: 83px;
	text-indent: -9999px;
	background:url(../images/banner_04_off.jpg) 0 0 no-repeat;
	}
	
	
.pickup p a:hover{
	display: block;
	height: 83px;
	text-indent: -9999px;
	background:url(../images/banner_04_on.jpg) 0 0 no-repeat;
	}
	
.pickup ul #pickup01 a { background: url(../images/pickup01.jpg) 0 0 no-repeat; }
.pickup ul #pickup02 a { background: url(../images/pickup02.jpg) 0 0 no-repeat; }
.pickup ul #pickup03 a { background: url(../images/pickup03.jpg) 0 0 no-repeat; }
.pickup ul #pickup04 a { background: url(../images/pickup04.jpg) 0 0 no-repeat; }

.pickup ul #pickup05  { background:url(../images/banner_05.jpg) 0 0 no-repeat; text-indent:-9999px; }







.pickup p {
	text-align: center;
	margin-bottom: 10px;
	}
.section { padding: .5em 20px .5em 10px; }
.section .section { padding: .5em 10px; }
.section02 { padding: 0 20px .5em 10px; }
.section02 .section { padding: .5em 10px; }

p.center { text-align: center; }

#content h2 {
	height: 60px;
	text-indent: -9999px;
	margin: 0 20px 0 10px;
	}
#content h3 {
	height: 40px;
	text-indent: -9999px;
	margin: 0;
	}
#content h4 {
	height: 40px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 100%;
	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: #eb788a;
	outline: none;
	}
a:hover { color: #bd3b54; }

#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.jpg) 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: 120px;
	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/pagetop.jpg) 0 0 no-repeat;
	}

p.caution {
	text-align: right;
	color: #eb788a;
	}

/* 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 */

.colored {
	background: #fff2fa;
	padding: .5em 2em;
	}
.bg_colored {
	background: #fff2fa;
	padding: 10px;
	margin-bottom:10px;
	}
.bordered {
	border: 1px solid #eee;
	padding: 9px;
	margin-bottom: 5px;
	}
.dashed {
	border: 1px dashed #ddd;
	padding: 9px;
	margin-bottom: 5px;
	}

table {
	font-size: 100%;
	color: #666;
	border: 3px solid #ffccd1;
	}
table tr td,
table tr th {
	border: 1px solid #fff2fa;
	}
table tr th {
	background: #ffccd1;
	}
table tr.colored td {
	background: #fff2fa;
	}
table tr.caption th {
	background: #ffa1ad;
	color: #fff;
	}


/*-------- 07  Index --------*/
#index .main_image {
	margin: 0;
	}
#index .index_faq_bt_waku{
	width:300px;
	height:370px;
	float:right;
}
#index .index_faq_bt_waku_r{
	width:460px;
	height:260px;
	float:left;
}
#index .index_faq_bt {
	width: 300px;
	height: 230px;
	margin: 0;
	}
#index .index_faq_bt02 a{
	width: 250px;
	height: 120px;
	display:block;
	text-indent:-9999px;
	background:url(../images/index_faq_bt02.jpg);
	margin: 0;
	}
#index .index_faq_bt03 a{
	width: 250px;
	height: 210px;
	display:block;
	text-indent:-9999px;
	background:url(../images/index_faq_bt03.jpg);
	margin: 0 0 10px 0;
	}
#index .index_faq_bt02 a:hover,
#index .index_faq_bt03 a:hover{
	background-position:0 100%;
}
#index #content .greeting {
	width: 550px;
	margin: 0 10px 20px 10px;
	background: url(../images/greeting_bg.jpg) top repeat-x;
	}
#index #content #title01 {
	height: 40px;
	margin: 0;
	background: url(../images/index_h2-01.jpg) 0 0 no-repeat;
	}
#index #content .greeting p {
	padding: .5em 10px;
	}
#index #content .pickup {
	clear: both;
	margin: 0;
	padding: 0 0 0 5px;
	width: auto;
	height: 230px;
	}
#index #content .pickup div {
	float: left;
	width: 190px;
	height: 210px;
	font-size: 85%;
	margin: 0 10px 0 0;
	}
*:first-child+html #index #content .pickup div { font-size: 9px; } /*  for IE7 only */
* html #index #content .pickup div { font-size: 9px; } /*  for IE6 only */

#index #content .pickup #pickup04 {
	margin: 0;
	}

#index #content .pickup div h3 {
	text-indent: 0;
	height: 110px;
	}
#index #content .pickup div h3 a {
	display: block;
	text-indent: -9999px;
	height: 110px;
	}
#index #content .pickup div p {
	padding: 0 10px;
	text-align: left;
	}
#index #content .pickup div p a {
	color: #777777;
	text-decoration: none;
	}
#index #content .pickup div p a:hover {
	color: #777777;
	text-decoration: underline;
	}

#index #content .pickup #pickup01 { background: url(../images/pickup_bg01.jpg) 0 0 no-repeat; }
#index #content .pickup #pickup01 h3 { background: url(../images/index_pickup01.jpg) 0 0 no-repeat; }

#index #content .pickup #pickup02 { background: url(../images/pickup_bg02.jpg) 0 0 no-repeat; }
#index #content .pickup #pickup02 h3 { background: url(../images/index_pickup02.jpg) 0 0 no-repeat; }

#index #content .pickup #pickup03 { background: url(../images/pickup_bg03.jpg) 0 0 no-repeat; }
#index #content .pickup #pickup03 h3 { background: url(../images/index_pickup03.jpg) 0 0 no-repeat; }

#index #content .pickup #pickup04 { background: url(../images/pickup_bg04.jpg) 0 0 no-repeat; }
#index #content .pickup #pickup04 h3 { background: url(../images/index_pickup04.jpg) 0 0 no-repeat; }

#index .banners {
	clear: both;
	margin: 0 0 0 140px;
	height: 80px;
	}
#index .banners ul {
	}
#index .banners ul li {
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	list-style:none;
	}
.movie a{
	width:440px;
	height:120px;
	margin:0 10px 10px 10px;
	display:block;
	text-indent:-9999px;
	background:url(../images/movie_ban.gif);
}
.kyujin a{
	width:440px;
	height:120px;
	display:block;
	margin:0 10px 10px 10px;
	text-indent:-9999px;
	background:url(../images/ban_kyujin.jpg);
}
.kyujin a:hover{
	background:url(../images/ban_kyujin_on.jpg);
}
.movie a:hover{
	background-position:0 100%;
}

.info {
	width:640px;
	margin:10px auto 15px;
	border: 3px double #FFCFD3;
	clear: both;
	overflow:hidden;
	padding:10px 20px 10px 10px;
}
.info dl{
margin:-10px 0 0 10px;
}
.info dt{
margin-top:0;
font-weight:bold;
color:#FEA1AC;
}
.info dd{
margin:5px 0 10px;
}






*html .info {
	width:640px;
	margin:10px auto 15px 80px;
	border: 3px double #FFCFD3;
	clear: both;
	overflow:hidden;
	padding:10px 20px 10px 10px;
}
*html .info dl{
margin:-10px 0 0 10px;
}
*html .info dt{
margin-top:0;
font-weight:bold;
color:#FEA1AC;
}
*html .info dd{
margin:5px 0 10px;
}














.gmap{
margin-top:10px;
width:300px;
float:right;}
/*-------- 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_h3-04.jpg) 0 0 no-repeat; }
#clinic #content #title05 { background: url(../images/clinic_h4-05.jpg) 0 0 no-repeat; }
#clinic #content #title06 { background: url(../images/clinic_h3-06.jpg) 0 0 no-repeat; }

#clinic #content .timetable tr td {
	text-align: center;
	}
#clinic #content .dr {
	margin: 0 20px;
	}
#clinic #content .dr dt {
	float: left;
	width: 80px;
	font-weight: 100;
	color: #ffa1ad;
	}
#clinic #content .dr dd {
	margin-left: 80px;
	}
#clinic .shokai{
	width:500px;
	height:180px;
	margin:0 35px 15px 35px;
	padding:0 auto;
}
#clinic .shokai_l{
	width:240px;
	height:180px;
	float:left;
	margin-right:10px;
	padding:0;
	text-align:center;
}

#clinic .shokai_r{
	width:240px;
	height:180px;
	float:right;
	margin:0;
	padding:0;
	text-align:center;
}	


/*-------- 09  Concept --------*/

#concept #content #title01 { background: url(../images/concept_h2-01.jpg) 0 0 no-repeat; }
#concept #content #title02 { background: url(../images/concept_h3-02.jpg) 0 0 no-repeat; }
#concept #content #title03 { background: url(../images/concept_h3-03.jpg) 0 0 no-repeat; }
#concept #content #title04 { background: url(../images/concept_h3-04.jpg) 0 0 no-repeat; }
#concept #content #title05 { background: url(../images/concept_h4-05.jpg) 0 0 no-repeat; }
#concept #content #title06 { background: url(../images/concept_h4-06.jpg) 0 0 no-repeat; }



/*-------- 10  Invisalign --------*/

#invisalign #content #title01 { background: url(../images/invisalign_h2-01.jpg) 0 0 no-repeat; }



/*-------- 11  Maintenance --------*/

#maintenance #content #title01 { background: url(../images/maintenance_h2-01.jpg) 0 0 no-repeat; }
#maintenance #content #title02 { background: url(../images/maintenance_h3-02.jpg) 0 0 no-repeat; }
#maintenance #content #title03 { background: url(../images/maintenance_h4-03.jpg) 0 0 no-repeat; }
#maintenance #content #title04 { background: url(../images/maintenance_h4-04.jpg) 0 0 no-repeat; }


#maintenance .alpha,
#maintenance .beta {
	float: left;
	margin-right: 10px;
	}
#maintenance .gamma {
	float: left;
	}

/*-------- 12  Aesthe --------*/

#aesthe #content #title01 { background: url(../images/aesthe_h2-01.jpg) 0 0 no-repeat; }
#aesthe #content #title02 { background: url(../images/aesthe_h3-02.jpg) 0 0 no-repeat; }
#aesthe #content #title03 { background: url(../images/aesthe_h3-03.jpg) 0 0 no-repeat; }
#aesthe #content #title04 { background: url(../images/aesthe_h4-04.jpg) 0 0 no-repeat; }
#aesthe #content #title05 { background: url(../images/aesthe_h4-05.jpg) 0 0 no-repeat; }
#aesthe #content #title06 { background: url(../images/aesthe_h4-06.jpg) 0 0 no-repeat; }
#aesthe #content #title07 { background: url(../images/aesthe_h3-07.jpg) 0 0 no-repeat; }
#aesthe #content #title08 { background: url(../images/aesthe_h4-08.jpg) 0 0 no-repeat; }
#aesthe #content #title09 { background: url(../images/aesthe_h3-09.jpg) 0 0 no-repeat; }
#aesthe #content #title10 { background: url(../images/aesthe_h4-10.jpg) 0 0 no-repeat; }

#aesthe #content .text{
	color:#e518bf;
	font-weight:bold;
}

/*-------- 13  Ceramics --------*/

#ceramics #content #title01 { background: url(../images/ceramics_h2-01.jpg) 0 0 no-repeat; }
#ceramics #content #title02 { background: url(../images/ceramics_h3-02.jpg) 0 0 no-repeat; }
#ceramics #content #title03 { background: url(../images/ceramics_h4-03.jpg) 0 0 no-repeat; }
#ceramics #content #title04 { background: url(../images/ceramics_h4-04.jpg) 0 0 no-repeat; }
#ceramics #content #title05 { background: url(../images/ceramics_h4-05.jpg) 0 0 no-repeat; }

.red{
	font-weight:bold;
	color:#FF0000;
	font-size:14px;
}

/*-------- 14  Family --------*/

#family #content #title01 { background: url(../images/family_h2-01.jpg) 0 0 no-repeat; }
#family #content #title02 { background: url(../images/family_h3-02.jpg) 0 0 no-repeat; }
#family #content #title03 { background: url(../images/family_h4-03.jpg) 0 0 no-repeat; }
#family #content #title04 { background: url(../images/family_h4-04.jpg) 0 0 no-repeat; }
#family #content #title05 { background: url(../images/family_h4-05.jpg) 0 0 no-repeat; }



/*-------- 15  Faq --------*/

#faq #content #title01 { background: url(../images/faq_h2-01.jpg) 0 0 no-repeat; }
#faq #content #title02 { background: url(../images/faq_h3-02.jpg) 0 0 no-repeat; }

#faq #content .faq {
	margin: 0;
	}
#faq #content .faq dt {
	clear: both;
	margin: 0 0 5px;
	padding: 9px;
	border-top: 1px dashed #ddd;
	border-right: 1px dashed #ddd;
	border-left: 1px dashed #ddd;
	}
#faq #content .faq dd {
	clear: both;
	margin: 5px 0;
	padding: 9px;
	border-right: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
	border-left: 1px dashed #ddd;
	}
#faq #content .faq span {
	float: left;
	display: block;
	width: 25px;
	height: 20px;
	text-indent: -9999px;
	}
#faq #content .faq dt span { background: url(../images/q.jpg) 0 0 no-repeat; }
#faq #content .faq dd span { background: url(../images/a.jpg) 0 0 no-repeat; }

/*-------- 16  Sitemap --------*/

#sitemap #content #title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }
#sitemap #content #title02 { background: url(../images/sitemap_h3-02.jpg) 0 0 no-repeat; }

#sitemap #content dl { margin: 10px 0; }


