@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Concept                     */
/*                 09  Staff                       */
/*                 10  Clinic                      */
/*                 11  Recruit                     */
/*                 12  Perio                       */
/*                 13  Prevent                     */
/*                 14  Laser                       */
/*                 15  Child                       */
/*                 16  Ortho                       */
/*                 17  Aesthe                      */
/*                 18  Implant                     */
/*                 19  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: #F8F2F9 url(../images/body_bg.jpg) top repeat-x; }

#wrapper {
  background: url(../images/wrapper_bg.jpg) repeat-y;
  width: 870px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  }

#main {
  margin: 0 10px;
  }

#content {
  width: 570px;
  float: right;
  font-size: 108%;
  line-height: 1.6;
  color: #666;
  padding: 2em 0 1em 0;
  }
	
#main_img {
  width: 420px;
  margin: 0;
  padding: 50px 0 35px 430px;
  text-indent: -9999px;
  background: url(../images/content_main_bg.jpg) 0 0 no-repeat;
  }
  
#main_img #bn_main_bg {
  background: url(../images/bn_main.jpg) 0 0 no-repeat;
  width: 404px;
  height: 184px;
  margin: 0;
  pading: 0;
  }
  
#main_img #bn_main_bg #bn {
  width: 284px;
  height: 36px;
  padding: 135px 0 0 100px;
  }
	
*html #main_img #bn_main_bg #bn { width: 384px; }
  
#main_img #bn_main_bg #bn_buy,
#main_img #bn_main_bg #bn_info {
  width: 134px;
  height: 36px;
  margin: 0;
  padding: 0;
  }
  
#main_img #bn_main_bg #bn_buy { float: left; }
#main_img #bn_main_bg #bn_info { float: right; }
  
#main_img #bn_main_bg #bn_buy a,
#main_img #bn_main_bg #bn_info a {
  width: 134px;
  height: 36px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  display: block;
  }
  
#main_img #bn_main_bg #bn_buy a { background: url(../images/bn_buy.jpg) 0 0 no-repeat; }
#main_img #bn_main_bg #bn_info a { background: url(../images/bn_info.jpg) 0 0 no-repeat; }

#main_img #bn_main_bg #bn_buy a:hover { background: url(../images/bn_buy.jpg) 0 -36px no-repeat; }
#main_img #bn_main_bg #bn_info a:hover { background: url(../images/bn_info.jpg) 0 -36px no-repeat; }


  
#index #content {
  width: 850px;
  font-size: 108%;
  line-height: 1.8;
  color: #666;
  padding: 0 0 1em 0;
	float: none;
  }
	
  
#index #main_img {
  width: 420px;
  margin: 0;
  padding: 5px 0 0 430px;
  text-indent: -9999px;
  background: url(../images/main_bg.jpg) 0 0 no-repeat;
  }
  
#index #main_img #bn_main_bg {
  background: url(../images/bn_main.jpg) 0 0 no-repeat;
  width: 404px;
  height: 184px;
  margin: 0;
  pading: 0;
  }
  
#index #main_img #bn_main_bg #bn {
  width: 284px;
  height: 36px;
  padding: 135px 0 0 100px;
  }
	
*html #index #main_img #bn_main_bg #bn { width: 384px; }
  
#index #main_img #bn_main_bg #bn_buy,
#index #main_img #bn_main_bg #bn_info {
  width: 134px;
  height: 36px;
  margin: 0;
  padding: 0;
  }
  
#main_img #bn_main_bg #bn_buy { float: left; }
#main_img #bn_main_bg #bn_info { float: right; }
  
#index #main_img #bn_main_bg #bn_buy a,
#index #main_img #bn_main_bg #bn_info a {
  width: 134px;
  height: 36px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  display: block;
  }
  
#index #main_img #bn_main_bg #bn_buy a { background: url(../images/bn_buy.jpg) 0 0 no-repeat; }
#index #main_img #bn_main_bg #bn_info a { background: url(../images/bn_info.jpg) 0 0 no-repeat; }

#index #main_img #bn_main_bg #bn_buy a:hover { background: url(../images/bn_buy.jpg) 0 -36px no-repeat; }
#index #main_img #bn_main_bg #bn_info a:hover { background: url(../images/bn_info.jpg) 0 -36px no-repeat; }


/*---------- 03  Header -----------*/

#header {
  background: url(../images/header_bg.jpg) 0 0 no-repeat;
  height: 100px;
  width: 870px;
  margin: 0;
  padding: 0;
  }

h1 {
  text-indent: -9999px;
  width: 491px;
  height: 100px;
  line-height: 1.0;
  float: left;
  }
h1 a {
  display: block;
  width: 491px;
  height: 100px;
  background: url(../images/h1.jpg) 0 0 no-repeat;
  }

#header .section {
  width: 160px;
  float: right;
  margin: 0;
  padding: 0;
  }

#header p.logo {
  margin: 0;
  padding: 0;
  height: 61px;
  }
#header p.logo img { display: block; }



/*----------04  Navigation -----------*/

#nav {
  width: 264px;
  float: left;
  padding: 20px 0 50px 10px;
	background: url(../images/nav_bg.jpg) 0 0 no-repeat;
  }

#nav ul { width: 235px; }

#nav ul,
#nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  }

#nav .internal li {
  height: 40px;
  text-indent: -9999px;
  }

#nav .internal li a {
  display: block;
  height: 30px;
  }

#nav01 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav02 a { background: url(../images/nav.jpg) 0 -40px no-repeat; }
#nav03 a { background: url(../images/nav.jpg) 0 -80px no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -120px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -160px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -200px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -240px no-repeat; }

#nav01 a:hover { background: url(../images/nav.jpg) -235px 0 no-repeat; }
#nav02 a:hover { background: url(../images/nav.jpg) -235px -40px no-repeat; }
#nav03 a:hover { background: url(../images/nav.jpg) -235px -80px no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -235px -120px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -235px -160px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -235px -200px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -235px -240px no-repeat; }

#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
  clear: both;
  height: 50px;
  width: 870px;
  padding: 0;
  margin: 0;
  background: #fff url(../images/footer_bg.jpg) bottom repeat-x;
  text-align: center;
	color: #666666;
  }


#footer a {
  text-decoration: none;
  color: #666666;
  }
#footer a:hover { text-decoration: underline; }

#footer ul { 
  list-style: none;
  margin: 15px 1em 2px 1em;
  padding: 0;
  clear: both;
	float: right;
  }

#footer ul li {
  display: inline;
  margin: 0;
  padding: 0;
  }

#footer address { padding: 15px 0 0 1em; font-size: 85% }


/*---------- 06  Contents -----------*/

.section { padding: .5em 10px 1em 10px; }
.section02 { padding: 1em 10px 0 10px; }
.section .section { padding: .7em 10px 1em 10px; }

.center { text-align: center; }

#content h2 {
  height: 40px;
  text-indent: -9999px;
  margin: 0 15px 10px 15px;
  }
#content h3 {
  clear: both;
  height: 25px;
  text-indent: -9999px;
	margin-bottom: 10px;
  }
#content h4 {
  height: 26px;
  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/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;
	border-left: 3px solid #E6C3ED;
	color: #8E037B;
	padding-left: 5px;
	}

#content a { text-decoration: underline; }

a {
  color: #D80000;
  outline: none;
  }
a:hover { color: #F75C5C; }

#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 20px;
  background: url(../images/arrow_h.png) center center no-repeat;
  }

.case-narrow {
  margin: 10px 40px;
  background: url(../images/arrow_h.png) center center no-repeat;
  }

.case-noimg { margin: 10px 20px; }

.case img,
.case-narrow img,
.case-noimg img { display: block; }

.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: 160px;
  height: 20px;
	line-height: 1.0;
  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.png) 0 0 no-repeat;
  }
  
 #content ul.totop li a:hover {
  background: url(../images/to_top.png) 0 -20px no-repeat;
  }

p.caution {
  padding-left: 24px;
  background: url(../images/caution.png) 0 1px 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: 1px solid #DDC7E2;
  font-size: 100%;
  color: #666;
  width: 500px;
  margin-left: 30px;
  }

#content table th,
#content table td {
  padding: 4px 12px;
  border: 1px solid #DDC7E2;
  }

#content table th {
  background: #8E037B;
  color: #FFFFFF;
  width: 150px;
  }

input.submit {
  font-weight: bold;
  margin-right: 1.5em;
  }

#bn_contact {
  background: url(../images/bn_contact_bg.jpg) 0 0 no-repeat;
  width: 694px;
  height: 184px;
  margin: 0;
	padding: 0 10px 0 0;
  }
	
#bn_contact #bn02 {
  width: 530px;
  height: 36px;
	float: right;
  padding: 138px 10px 0 0;
	margin: 0;
  }
	
#bn_contact #bn_buy02 {
  width: 344px;
	height: 36px;
	float: left;
	margin: 0;
	padding: 0;
	}
	
#bn_contact #bn_info03 {
  width: 174px;
	height: 36px;
	float: right;
	margin: 0;
	padding: 0;
	}
	
#bn_contact #bn_buy02 a {
  width: 344px;
	height: 36px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	}
	
#bn_contact #bn_info03 a {
  width: 174px;
	height: 36px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	}
	
#bn_contact #bn_buy02 a { background: url(../images/bn_buy02.jpg) 0 0 no-repeat; }
#bn_contact #bn_info03 a { background: url(../images/bn_info03.jpg) 0 0 no-repeat; }

#bn_contact #bn_buy02 a:hover { background: url(../images/bn_buy02.jpg) 0 -36px no-repeat; }
#bn_contact #bn_info03 a:hover { background: url(../images/bn_info03.jpg) 0 -36px no-repeat; }

.section_contact { padding: .5em 0 1em 100px; }

.bg_wine {
  border: 1px solid #F7A9B6;
	background: #FCEDEE;
	}

/*---------- 07  Index -----------*/
#index #content h3#title01 { background: url(../images/index_h3-01.jpg) 0 0 no-repeat; }

#index h2 {
  height: 180px;
  text-indent: -9999px;
  margin: 0;
  background: url(../images/index_h2.jpg) 0 0 no-repeat;
  }
  
#index h3 {
  height: 65px;
  margin-left: 0;
  }
  
#index .point {
  width: 250px;
  float: left;
  margin-right: 30px; 
  background: url(../images/point_bg.jpg) 0 bottom no-repeat;
  }
  
#index .point03 {
  width: 250px;
  float: left;
  margin-right: 0; 
  background: url(../images/point_bg.jpg) 0 bottom no-repeat;
  }
  
#index .point p,
#index .point03 p {
  margin: 0;
  }
  
#index .p_white {
  color: #FFFFFF;
  padding: 0 10px 10px 10px;
  }

#index .text_box_top {
  background: url(../images/text_box_top.jpg) 0 top no-repeat;
	margin: 0;
	padding: 10px;
  }

#index .text_box {
  background: url(../images/text_box.jpg) 0 bottom no-repeat;
	width: 820px;
	clear: both;
	}
	
#index #bn_info02 {
  width: 250px;
	height: 30px;
	float: right;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
#index #bn_info02 a {
  width: 250px;
	height: 30px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	}

#index #bn_info02 a { background: url(../images/bn_info02.jpg) 0 0 no-repeat; }

#index #bn_info02 a:hover { background: url(../images/bn_info02.jpg) 0 -30px no-repeat; }

#index .text_box .point {
  width: 230px;
  float: left;
  margin-right: 50px; 
  background: none;
  }

#index .text_box .point03 {
  width: 230px;
  float: left;
  margin-right: 0; 
  background: none;
  }
	
#index .text_box #bn_life,
#index .text_box #bn_voice,
#index .text_box #bn_faq {
  width: 230px;
	height: 25px;
	margin: 0 0 20px 0;
	padding: 0;
	}
	
#index .text_box #bn_life a,
#index .text_box #bn_voice a,
#index .text_box #bn_faq a {
  width: 230px;
	height: 25px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	}
	
#index .text_box #bn_life a { background: url(../images/bn_life.jpg) 0 0 no-repeat; }
#index .text_box #bn_voice a { background: url(../images/bn_voice.jpg) 0 0 no-repeat; }
#index .text_box #bn_faq a { background: url(../images/bn_faq.jpg) 0 0 no-repeat; }

#index .text_box #bn_life a:hover { background: url(../images/bn_life.jpg) 0 -25px no-repeat; }
#index .text_box #bn_voice a:hover { background: url(../images/bn_voice.jpg) 0 -25px no-repeat; }
#index .text_box #bn_faq a:hover { background: url(../images/bn_faq.jpg) 0 -25px no-repeat; }

#index .section_contact { padding: .5em 0 1em 90px; }

#index #content table {
  width: 690px;
	margin-left: 80px;
	}
#index #content table th { width: 200px; }

/*---------- 08  Resveratrol -----------*/
#resveratrol #content h2#title01 { background: url(../images/resveratrol_h2-01.jpg) 0 0 no-repeat; }
#resveratrol #content h3#title02 { background: url(../images/resveratrol_h3-02.jpg) 0 0 no-repeat; }
#resveratrol #content h3#title03 { background: url(../images/resveratrol_h3-03.jpg) 0 0 no-repeat; }
#resveratrol #content h4#title04 { background: url(../images/resveratrol_h4-04.jpg) 0 0 no-repeat; }
#resveratrol #content h4#title05 { background: url(../images/resveratrol_h4-05.jpg) 0 0 no-repeat; }
#resveratrol #content h4#title06 { background: url(../images/resveratrol_h4-06.jpg) 0 0 no-repeat; }

#resveratrol #content h4 { height: 45px; }
#resveratrol #content table th { width: 250px; }

/*---------- 09  Info -----------*/
#info #content h2#title01 { background: url(../images/info_h2-01.jpg) 0 0 no-repeat; }
#info #content h3#title02 { background: url(../images/info_h3-02.jpg) 0 0 no-repeat; }
#info #content h4#title03 { background: url(../images/info_h4-03.jpg) 0 0 no-repeat; }
#info #content h4#title04 { background: url(../images/info_h4-04.jpg) 0 0 no-repeat; }

/*---------- 10  Push -----------*/
#push #content h2#title01 { background: url(../images/push_h2-01.jpg) 0 0 no-repeat; }
#push #content h3#title02 { background: url(../images/push_h3-02.jpg) 0 0 no-repeat; }
#push #content h4#title03 { background: url(../images/push_h4-03.jpg) 0 0 no-repeat; }

#push #content .bg_wine {
  width: 530px;
	margin: 0;
	padding: 10px;
	}
	
/*---------- 11  Voice -----------*/
#voice #content h2#title01 { background: url(../images/voice_h2-01.jpg) 0 0 no-repeat; }
#voice #content h3#title02 { background: url(../images/voice_h3-02.jpg) 0 0 no-repeat; }
#voice #content h4#title03 { background: url(../images/voice_h4-03.jpg) 0 0 no-repeat; }
#voice #content h4#title04 { background: url(../images/voice_h4-04.jpg) 0 0 no-repeat; }
#voice #content h4#title05 { background: url(../images/voice_h4-05.jpg) 0 0 no-repeat; }
#voice #content h4#title06 { background: url(../images/voice_h4-06.jpg) 0 0 no-repeat; }
#voice #content h4#title07 { background: url(../images/voice_h4-07.jpg) 0 0 no-repeat; }

#media #content .bg_wine {
  width: 400px;
	margin-left: 70px;
	padding: 10px;
	}

/*---------- 12  Media -----------*/
#media #content h2#title01 { background: url(../images/media_h2-01.jpg) 0 0 no-repeat; }
#media #content h3#title02 { background: url(../images/media_h3-02.jpg) 0 0 no-repeat; }
#media #content h4#title03 { background: url(../images/media_h4-03.jpg) 0 0 no-repeat; }

/*---------- 13  Life -----------*/
#life #content h2#title01 { background: url(../images/life_h2-01.jpg) 0 0 no-repeat; }
#life #content h3#title02 { background: url(../images/life_h3-02.jpg) 0 0 no-repeat; }
#life #content h4#title03 { background: url(../images/life_h4-03.jpg) 0 0 no-repeat; }
#life #content h4#title04 { background: url(../images/life_h4-04.jpg) 0 0 no-repeat; }

/*---------- 14  Faq -----------*/
#faq #content h2#title01 { background: url(../images/faq_h2-01.jpg) 0 0 no-repeat; }
#faq #content h3#title02 { background: url(../images/faq_h3-02.jpg) 0 0 no-repeat; }

#faq #content .text_box {
  width: 400px;
	margin: 0 0 20px 70px;
	padding: 10px;
	border: 1px solid #EFE3BD;
	background: url(../images/text_box_bg.jpg) 0 bottom repeat-x;
	}
	


#faq #content dt {
  border: 1px solid #CCCCCC;
  border-bottom: none;
  background: url(../images/faq_q.jpg) 5px 3px no-repeat;
  padding: 12px 10px 10px 60px;
  }
  
#faq #content dd {
  border: 1px solid #CCCCCC;
  border-top: 1px dotted #CCCCCC;
  background: url(../images/faq_a.jpg) 5px 3px no-repeat;
  padding: 10px 10px 15px 60px;
  margin: 0 0 20px 0;
  }
	
/*---------- 15  Company -----------*/
#company #content h2#title01 { background: url(../images/company_h2-01.jpg) 0 0 no-repeat; }
#company #content h3#title02 { background: url(../images/company_h3-02.jpg) 0 0 no-repeat; }

#company #content table {
  font-size: 98%; }

#company #content table th { width: 120px; }

#company #content dl,
#company #content ul,
#company #content dd {
  margin-left: 5px;
	}
	
#company #content dl { margin: 5px; }
	
#company #content ul { margin-top: 5px; }

/*---------- 16  Contact -----------*/
#contact #content h2#title01 { background: url(../images/contact_h2-01.jpg) 0 0 no-repeat; }
#contact #content h3#title02 { background: url(../images/contact_h3-02.jpg) 0 0 no-repeat; }
#contact #content h4#title03 { background: url(../images/contact_h4-03.jpg) 0 0 no-repeat; }

#contact #content h2#fmail_title {
  height: 100px;
  text-indent: -9999px;
  margin: 0 0 3px 0;
  clear: both;
  }
	