@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Clinic                      */
/*                 09  Staff                       */
/*                 10  Voice                       */
/*                 11  About                       */
/*                 12  Difference                  */
/*                 13  Implant                     */
/*                 14  Aesthe                      */
/*                 15  Case                        */
/*                 16  Campaign                    */
/*                 17  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Blue           #04bbae      */
/*        Main Color - Light Grey     #c8c8c8      */
/*        Main Color - Light Blue     #ebfcff      */
/*                                                 */
/*        Sub Color  - Orange         #fb7601      */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     100%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: url(../images/body_bg.jpg) 0 0 repeat-x; }
#box_top { background: url(../images/body_bgtop.jpg) center top no-repeat; }
#box_bottom { background: url(../images/body_bgbottom.jpg) center bottom no-repeat; }

#wrapper {
	background: url(../images/wrapper_bg.jpg) center top repeat-y;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0 40px 0 25px;
	padding: 10px 0 0 0;
	}

#content {
	margin: 0;
	width: 620px;
	float: right;
	}
	
.img { margin: 0; line-height: 1%; display: block; }

/*---------- 03  Header -----------*/

#index #header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 425px;
	width: 900px;
	margin: 0 ;
	padding: 0;
	}
#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 345px;
	width: 900px;
	margin: 0 ;
	padding: 0;
	}

#header #header01 {
	width: 625px;
	height: 85px;
	margin: 0 ;
	padding: 0;
	float: left;
	}
#header #header01 p.header_text {
	margin: 0 ;
	padding: 4px 0 4px 49px;
	font-size: 12px ;
	line-height: 1.5em;
	color:#b2b2b2;
	font-family: "ＭＳ ゴシック";
	}

h1 {
	margin: 0;
	padding: 0 0 0 35px;
	width: 590px;
	height: 50px;
	line-height: 1.0;
	}
h1 a {
	text-indent: 0;
	display: block;
	width: 590px;
	height: 50px;
	}
	
#header #header02 {
	width: 275px;
	margin: 0 ;
	padding: 0;
	float: right;
	}

#header #header02 p.tel {
	margin: 0;
	padding: 8px 30px 17px 40px ;
	width: 205px;
	height: 60px;
	}
#header p.tel img { display: block; }

#header_nav {
	margin: 0 20px;
	padding: 0;
	width: 860px;
	height: 35px;
	}
#header_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 35px;
	}
#header_nav ul li {
	margin: 0;
	padding: 0;
	height: 35px;
	float: left;
	text-indent: -9999px;
	list-style: none;
	}
#header_nav ul li a {
	display: block;
	height: 35px;
	}

#nav01 a { background: url(../images/header_nav.jpg) 0 0 no-repeat; width: 170px; }
#nav02 a { background: url(../images/header_nav.jpg) -170px 0 no-repeat; width: 230px; }
#nav03 a { background: url(../images/header_nav.jpg) -400px 0 no-repeat; width: 230px; }
#nav04 a { background: url(../images/header_nav.jpg) -630px 0 no-repeat; width: 230px; }
#nav01 a:hover { background: url(../images/header_nav.jpg) 0 -35px no-repeat; }
#nav02 a:hover { background: url(../images/header_nav.jpg) -170px -35px no-repeat; }
#nav03 a:hover { background: url(../images/header_nav.jpg) -400px -35px no-repeat; }
#nav04 a:hover { background: url(../images/header_nav.jpg) -630px -35px no-repeat; }

#index #main_img {
	clear: both;
	margin: 0 20px;
	padding: 110px 0 85px 0 ;
	width: 860px;
	text-align: center;
	background: url(../images/index_main_img_bg.jpg) 0 0 no-repeat;
	}
	
#main_img {
	clear: both;
	margin: 0 20px;
	padding: 110px 0 5px 0 ;
	width: 860px;
	text-align: center;
	background: url(../images/main_img_bg.jpg) 0 0 no-repeat;
	}

/*----------04  Navigation -----------*/

#nav {
	width: 190px;
	float: left;
	padding: 0 0 20px 0;
	}

#nav ul {
	margin: 0 ;
	padding: 0 0 9px 0;
	list-style: none;
	}
#nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	}

#nav05 { background: url(../images/nav.jpg) 0 0 no-repeat; height: 36px; }
#nav06 a { background: url(../images/nav.jpg) 0 -36px no-repeat; height: 34px; }
#nav07 a { background: url(../images/nav.jpg) 0 -70px no-repeat; height: 35px; }
#nav08 a { background: url(../images/nav.jpg) 0 -105px no-repeat; height: 35px; }
#nav09 a { background: url(../images/nav.jpg) 0 -140px no-repeat; height: 35px; }
#nav10 a { background: url(../images/nav.jpg) 0 -175px no-repeat; height: 35px; }
#nav11 a { background: url(../images/nav.jpg) 0 -210px no-repeat; height: 36px; }

#nav06 a:hover { background: url(../images/nav.jpg) -190px -36px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -190px -70px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -190px -105px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -190px -140px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -190px -175px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -190px -210px no-repeat; }

#nav .nav_24h {
	margin: 5px 0 9px 0;
	width: 190px;
	height: 56px;
	}
#nav .nav_24h a {
	margin: 0;
	width: 190px;
	height: 56px;
	font-size: 1%;
	line-height: 1%;
	text-indent: -9999px;
	display: block;
	background: url(../images/nav_24h.jpg) 0 0 no-repeat;
	}
#nav .nav_24h a:hover {
	background: url(../images/nav_24h.jpg) 0 -56px no-repeat;
	}

/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding:0 34px 0 37px ;
	margin: 0 ;
	height: 180px;
	background: url(../images/footer_bg.jpg) 0 0 no-repeat ;
	font-size: 78.57%;
	color: #8c8c8c;
	}
*:first-child+html #footer { font-size: 11px; } /*  for IE7 only */
* html body #footer { font-size: 11px; } /*  for IE6 only */

#footer a {
	text-decoration: none;
	color: #8c8c8c;
	}
#footer a:hover { text-decoration: underline; }

#footer #footer01 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 145px;
	}
#footer #footer01 #footer01_01 {
	margin: 0;
	padding: 13px 0 0 0;
	float: left;
	width: 308px;
	}
#footer #footer01 #footer01_01 #footer01_01_01 {
	margin: 0 0 13px 0 ;
	width: 308px;
	}

#footer #footer01 #footer01_01 #footer01_01_02 {
	margin: 0 3px 0 5px;
	}
#footer #footer01 #footer01_01 #footer01_01_02 p.plogo{
	margin: 0  ;
	float: left;
	text-align: left;
	}

#footer #footer01 #footer01_01 #footer01_01_02 .footer_btn {
	margin: 0;
	padding: 0 0 0 0;
	width: 170x;
	height: 20px;
	float: right;
	}
#footer #footer01 #footer01_01 #footer01_01_02 .footer_btn a {
	margin: 0;
	width: 170px;
	height: 20px;
	font-size: 1%;
	line-height: 1%;
	text-indent: -9999px;
	display: block;
	background: url(../images/footer_btn.jpg) 0 0 no-repeat;
	}
#footer #footer01 #footer01_01 #footer01_01_02 .footer_btn a:hover {
	background: url(../images/footer_btn.jpg) 0 -20px no-repeat;
	}
	
#footer #footer01 #footer01_02 {
	margin: 0;
	padding: 13px 0 0 0;
	float: right;
	width: 511px;
	}
	
#footer #footer01 #footer01_02 #footer01_02_01 {
	margin: 0 0 0 0;
	padding: 0 4px 5px 0;
	}
#footer #footer01 #footer01_02 #footer01_02_01 p.tel{
	margin: 0;
	float: left;
	line-height: 1%;
	display: block;
	}
		
#footer #footer01 #footer01_02 #footer01_02_01 .footer_24h {
	margin: 0;
	padding: 0 0 0 0;
	width: 265px;
	height: 42px;
	float: right;
	}
#footer #footer01 #footer01_02 #footer01_02_01 .footer_24h a {
	margin: 0;
	width: 265px;
	height: 42px;
	font-size: 1%;
	line-height: 1%;
	text-indent: -9999px;
	display: block;
	background: url(../images/footer_24h.jpg) 0 0 no-repeat;
	}
#footer #footer01 #footer01_02 #footer01_02_01 .footer_24h a:hover {
	background: url(../images/footer_24h.jpg) 0 -42px no-repeat;
	}

#footer #footer01 #footer01_02 #footer01_02_02 {
	clear: both;
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	width: 511px;
	height: 70px;
	}

#footer #footer02 {
	clear: both;
	margin: 0;
	}
#footer #footer02 address { 
	margin: 0 ;
	padding: 12px 0 0 0;
	font-family: "ＭＳ ゴシック";
	letter-spacing: -1px;
	text-align: center;
	}

/*---------- 06  Contents -----------*/

.section { padding: 0 10px 0 10px ; }
.section .section { padding: 0 10px 0 10px; }
.section .section .section { padding: 0 0 0 0; }

.center { text-align: center; }

#content h2 {
	margin: 0 0 18px 0;
	height: 40px;
	text-indent: -9999px;
	}
	
#content h3 {
	clear: both;
	margin: 0 0 10px 0;
	height: 38px;
	text-indent: -9999px;
	}
	
#content h4 {
	margin: 0 0 10px 0px;
	font-size: 1%;
	line-height: 1%;
	height: 18px;
	text-indent: -9999px;
	}

#content h5 {
	margin: 0 0 6px 0;
	padding: 0 0 0 20px;
	font-size: 100%;
	line-height: 1.5em;
	font-weight: normal;
	letter-spacing: 0;
	color: #31cbbc;
	background: url(../images/icon01.jpg) 0 6px no-repeat;
	}

#content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#content ul li {
	list-style: none;
	background: url(../images/icon02.jpg) 0 6px no-repeat;
	padding-left: 15px;
	}
	
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { font-weight: bold; }

#content a { text-decoration: underline; }

a {
	color: #4c93c4;
	outline: none;
	}
a:hover { color: #1dc1b4; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_b {
	margin: 0 0 0 0;
	line-height: 1%;
	display: block;
	padding: 1px;
	background: #e383ac;
	}

.image_l {
	margin: 0 18px 0 0;
	float: left;
	line-height: 1%;
	display: block;
	}
*:first-child+html .image_l { margin: 0 15px 0 0 ; } /*  for IE7 only */
* html body .image_l { margin: 0 15px 0 0 ; } /*  for IE6 only */

.image_l1 {
	margin: 0 18px 0 0;
	float: left;
	line-height: 1%;
	display: block;
	}
*:first-child+html .image_l1 { margin: 0 15px -0.5em 0 ; } /*  for IE7 only */
* html body .image_l1 { margin: 0 15px -0.5em 0 ; } /*  for IE6 only */

.image_r {
	margin: 0 0 0 18px ;
	float: right;
	line-height: 1%;
	display: block;
	}
*:first-child+html .image_r { margin: 0 0 0 15px ; } /*  for IE7 only */
* html body .image_r { margin: 0 0 0 15px ; } /*  for IE6 only */

.image_r1 {
	margin: 0 0 0 18px ;
	float: right;
	line-height: 1%;
	display: block;
	}
*:first-child+html .image_r1 { margin: 0 0 -0.5em 15px ; } /*  for IE7 only */
* html body .image_r1 { margin: 0 0 -0.5em 15px ; } /*  for IE6 only */

.case {
	margin: 0 ;
	background: url(../images/arrow_h.jpg) center center no-repeat;
	}

.case-narrow {
	margin: 10px 40px;
	background: url(../images/arrow_h.jpg) 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;
	margin: 0 0 3em 0;
	padding: 0;
	height: 18px;
	list-style: none;
	}

#content ul.totop li {
	margin: 0;
	padding: 0;	
	width: 98px;
	height: 18px;
	float: right;
	list-style: none;
	font-size: 1%;
	line-height: 1%;
	text-indent: -9999px;
	}
#content ul.totop li a {
	display: block;
	height: 18px;
	font-size: 1%;
	line-height: 1%;
	background: url(../images/to_top.jpg) 0 0 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 {
	margin: 0 ;
	border-collapse: collapse;
	border: 1px solid #8adfd6;
	font-size: 100%;
	line-height: 1.5em;
	width: 100%;

	}
#content table th,
#content table td {
	padding: 8px 8px;
	border: 1px solid #8adfd6;
	}

#content table td.bg01 {
	background: #e4faff;
	}
	
#content table td.top { vertical-align: top; }
#content table td.bottom { vertical-align: bottom; }
#content table td.right { text-align: right; }

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}

/*---------- 07  Index -----------*/

.index01 { margin: 0 0 20px 0; }
.index01_01 { margin: 0 ;background: url(../images/index_img01.jpg) 0 0 no-repeat; width: 300px; height: 100px; cursor:pointer; color:#666; float: left; }
#index .index01_01 a { color:#666; text-decoration: none; }

.index01_01_hover { margin: 0 ;background: url(../images/index_img01_over.jpg) 0 0 no-repeat; width: 300px; height: 100px; cursor: pointer; color:#666; }
#index .index01_01_hover a { color:#666; text-decoration: none; }

.index01_02 { margin: 0 ;background: url(../images/index_img02.jpg) 0 0 no-repeat; width: 300px; height: 100px; cursor:pointer; color:#666; float: right; }
#index .index01_02 a { color:#666; text-decoration: none; }

.index01_02_hover { margin: 0 ;background: url(../images/index_img02_over.jpg) 0 -0px no-repeat; width: 300px; height: 100px; cursor: pointer; color:#666; }
#index .index01_02_hover a { color:#666; text-decoration: none; }

.index02 { margin: 0 0 15px 0; background: url(../images/index_img04.jpg) 0 0 repeat-y; }
.index02_01 { margin: 0 0 0 0; background: url(../images/index_img05.jpg) left bottom no-repeat; padding-bottom: 3px;}
.index02_01_01 { margin: 0 1px ; background: url(../images/index_img06.jpg) 0 0 repeat-x; }

.index03 { margin: 0 0 15px 0; }
.index03_01 { margin: 0 ;background: url(../images/index_img07.jpg) 0 0 no-repeat; width: 300px; height: 105px; cursor:pointer; color:#666; float: left; }
#index .index03_01 a { color:#666; text-decoration: none; }

.index03_01_hover { margin: 0 ;background: url(../images/index_img07_over.jpg) 0 0 no-repeat; width: 300px; height: 105px; cursor: pointer; color:#666; }
#index .index01_01_hover a { color:#666; text-decoration: none; }

.index03_02 { margin: 0 ;background: url(../images/index_img08.jpg) 0 0 no-repeat; width: 300px; height: 105px; cursor:pointer; color:#666; float: right; }
#index .index03_02 a { color:#666; text-decoration: none; }

.index03_02_hover { margin: 0 ;background: url(../images/index_img08_over.jpg) 0 0 no-repeat; width: 300px; height: 105px; cursor: pointer; color:#666; }
#index .index03_02_hover a { color:#666; text-decoration: none; }

.index_text01 { margin: 0; padding: 34px 120px 0 6px; font-size: 100%; line-height: 1.4em; }
.index_text02 { margin: 0; padding: 7px 11px 13px 11px; font-size: 100%; line-height: 1.4em; }
.index_text03 { margin: 0; padding: 8px 11px 7px 11px; font-size: 100%; line-height: 1.4em; }
.index_text04 { margin: 0; padding: 38px 110px 0 10px; font-size: 100%; line-height: 1.4em; }
.index_text05 { margin: 0; padding: 8px 11px 7px 11px; font-size: 100%; line-height: 1.4em; color:#FF0000;}

.index04 { margin: 0 0 15px 0; }

.campaign_ban {
	margin: 0;
	width: 620px;
	height: 90px;
	}
.campaign_ban a {
	margin: 0;
	width: 620px;
	height: 90px;
	font-size: 1%;
	line-height: 1%;
	text-indent: -9999px;
	display: block;
	background: url(../images/index_img09.jpg) 0 0 no-repeat;
	}
.campaign_ban a:hover {
	background: url(../images/index_img09.jpg) 0 -90px no-repeat;
	}

/*---------- 08  Concept -----------*/

#clinic h2#title01 { background: url(../images/clinic_h2.jpg) 0 0 no-repeat; }
#clinic h3#title02 { background: url(../images/clinic_h3-01.jpg) 0 0 no-repeat; }
#clinic h3#title03 { background: url(../images/clinic_h3-02.jpg) 0 0 no-repeat; }
#clinic h3#title04 { background: url(../images/clinic_h3-03.jpg) 0 0 no-repeat; }
#clinic h4#title05 { background: url(../images/clinic_h4-01.jpg) 0 0 no-repeat; }

#clinic .alpha { margin: 0 20px 0 0 ; float: left; width: 200px; }
#clinic .beta { margin: 0 ; float: right; width: 380px; }

#map {
	width: 500px;
	height: 360px;
	border: 5px solid #1ec2b5;
	margin: 20px 50px 25px 50px;
}

#clinic .image_l {
	margin: 0 0 0 0;
	float: left;
	line-height: 1%;
	display: block;
	}
*:first-child+html #clinic .image_l { margin: 0 0 -1.5em 0 ; } /*  for IE7 only */
* html body #clinic .image_l { margin: 0 0 -1.5em 0 ; } /*  for IE6 only */

#clinic table { margin: 0 0 2em 0; }

/*---------- 09  Staff -----------*/

#staff h2#title01 { background: url(../images/staff_h2.jpg) 0 0 no-repeat; height: 42px; margin: 0 0 16px 0; }
#staff h3#title02 { background: url(../images/staff_h3-01.jpg) 0 0 no-repeat; }
#staff h3#title03 { background: url(../images/staff_h3-02.jpg) 0 0 no-repeat; }
#staff h4#title04 { background: url(../images/staff_h4-01.jpg) 0 0 no-repeat; }
#staff h4#title05 { background: url(../images/staff_h4-02.jpg) 0 0 no-repeat; }
#staff h3#title06 { background: url(../images/staff_h3-03.jpg) 0 0 no-repeat; }
#staff h3#title07 { background: url(../images/staff_h3-04.jpg) 0 0 no-repeat; }
.quest { 
  margin-bottom: 10px;
	padding: 4px 10px 5px;
	background: url(../images/td_bg01.jpg) 0 0 repeat-x #86ddd7;
	font-weight: bold;
	color:#FFF; 
	clear:both;
	}
.quest2 { 
  margin-bottom: 10px;
	padding: 4px 10px 0px;
	background: url(../images/td_bg02.jpg) 0 0 repeat-x #86ddd7;
	font-weight: bold;
	color:#FFF; 
	height: 60px;
	clear: both;
	}

.fR { float: right;}
.fR img { margin: 5px 0 5px 10px;}

.fL { float: left;}
.fL img { margin: 5px 10px 5px 0px;}



/*---------- 10  Voice -----------*/

#voice h2#title01 { background: url(../images/voice_h2.jpg) 0 0 no-repeat; }
#voice h3#title02 { background: url(../images/voice_h3-01.jpg) 0 0 no-repeat; }
#voice h4#title03 { background: url(../images/voice_h4-01.jpg) 0 0 no-repeat; }
#voice h4#title04 { background: url(../images/voice_h4-02.jpg) 0 0 no-repeat; }
#voice h4#title05 { background: url(../images/voice_h4-03.jpg) 0 0 no-repeat; }
#voice h4#title06 { background: url(../images/voice_h4-04.jpg) 0 0 no-repeat; }
#voice h4#title07 { background: url(../images/voice_h4-05.jpg) 0 0 no-repeat; }
#voice h4#title08 { background: url(../images/voice_h4-06.jpg) 0 0 no-repeat; }
#voice h4#title09 { background: url(../images/voice_h4-07.jpg) 0 0 no-repeat; }
#voice h4#title10 { background: url(../images/voice_h4-08.jpg) 0 0 no-repeat; }
#voice h4#title11 { background: url(../images/voice_h4-09.jpg) 0 0 no-repeat; }

#voice .alpha { float: left; margin: 0 20px 0 0 ; width: 260px;}
#voice .beta { float: right; margin: 0 ; width: 300px; }

/*---------- 11  About -----------*/

#about h2#title01 { background: url(../images/about_h2.jpg) 0 0 no-repeat; }
#about h3#title02 { background: url(../images/about_h3-01.jpg) 0 0 no-repeat; }
#about h3#title03 { background: url(../images/about_h3-02.jpg) 0 0 no-repeat; }
#about h4#title04 { background: url(../images/about_h4-01.jpg) 0 0 no-repeat; }
#about h3#title05 { background: url(../images/about_h3-03.jpg) 0 0 no-repeat; }

.implant_ban {
	margin: 0;
	width: 620px;
	height: 90px;
	}
.implant_ban a {
	margin: 0;
	width: 620px;
	height: 90px;
	font-size: 1%;
	line-height: 1%;
	text-indent: -9999px;
	display: block;
	background: url(../images/implant_ban.jpg) 0 0 no-repeat;
	}
.implant_ban a:hover {
	background: url(../images/implant_ban.jpg) 0 -90px no-repeat;
	}
	
.aesthe_ban {
	margin: 0;
	width: 620px;
	height: 90px;
	}
.aesthe_ban a {
	margin: 0;
	width: 620px;
	height: 90px;
	font-size: 1%;
	line-height: 1%;
	text-indent: -9999px;
	display: block;
	background: url(../images/aesthe_ban.jpg) 0 0 no-repeat;
	}
.aesthe_ban a:hover {
	background: url(../images/aesthe_ban.jpg) 0 -90px no-repeat;
	}

#about .about01 {
	margin-bottom: 10px;
	padding: 4px 10px 5px;
	background: url(../images/td_bg01.jpg) 0 0 repeat-x #86ddd7;
	font-weight: bold;
	color:#FFF; }

#about .about02 {
	border: 1px dashed #fba441;
	padding: 2px 10px;
	background: #fefbef; }

/*---------- 12  Difference -----------*/

#difference h2#title01 { background: url(../images/difference_h2.jpg) 0 0 no-repeat; height: 42px; margin: 0 0 16px 0; }
#difference h3#title02 { background: url(../images/difference_h3-01.jpg) 0 0 no-repeat; }
#difference h4#title03 { background: url(../images/difference_h4-01.jpg) 0 0 no-repeat; }
#difference h4#title04 { background: url(../images/difference_h4-02.jpg) 0 0 no-repeat; }
#difference h4#title05 { background: url(../images/difference_h4-03.jpg) 0 0 no-repeat; }
#difference h4#title06 { background: url(../images/difference_h4-04.jpg) 0 0 no-repeat; }
#difference h4#title07 { background: url(../images/difference_h4-05.jpg) 0 0 no-repeat; }
#difference h4#title08 { background: url(../images/difference_h4-06.jpg) 0 0 no-repeat; }
#difference h4#title09 { background: url(../images/difference_h4-07.jpg) 0 0 no-repeat; }
#difference h4#title10 { background: url(../images/difference_h4-08.jpg) 0 0 no-repeat; }

#difference .faq01 {
	margin: 0 10px 0 10px;
	padding: 10px 0 0 0;
	background: url(../images/line.jpg) 0 0 no-repeat;
	}
#difference .faq02 {
	margin: 0 0 0 230px ;
	background: url(../images/a_icon.jpg) 0 0 no-repeat;
	padding: 0 0 0 25px;
	}
#difference .faq03 {
	margin: 0 0 0 0px ;
	background: url(../images/a_icon.jpg) 0 0 no-repeat;
	padding: 0 0 0 25px;
	}
#difference .faq04 {
	margin: 0 0 0 0px ;
	padding: 15px 0 0 255px;
	}

/*---------- 13  Implant -----------*/

#implant h2#title01 { background: url(../images/implant_h2.jpg) 0 0 no-repeat; height: 42px; margin: 0 0 16px 0; }
#implant h3#title02 { background: url(../images/implant_h3-01.jpg) 0 0 no-repeat; }
#implant h4#title03 { background: url(../images/implant_h4-01.jpg) 0 0 no-repeat; }
#implant h4#title04 { background: url(../images/implant_h4-02.jpg) 0 0 no-repeat; }
#implant h3#title05 { background: url(../images/implant_h3-02.jpg) 0 0 no-repeat; }
#implant h4#title06 { background: url(../images/implant_h4-03.jpg) 0 0 no-repeat; }
#implant h4#title07 { background: url(../images/implant_h4-04.jpg) 0 0 no-repeat; }
#implant h4#title08 { background: url(../images/implant_h4-05.jpg) 0 0 no-repeat; }
#implant h4#title09 { background: url(../images/implant_h4-06.jpg) 0 0 no-repeat; }
#implant h4#title10 { background: url(../images/implant_h4-07.jpg) 0 0 no-repeat; }
#implant h3#title11 { background: url(../images/implant_h3-03.jpg) 0 0 no-repeat; }
#implant h4#title12 { background: url(../images/implant_h4-08.jpg) 0 0 no-repeat; }
#implant h4#title13 { background: url(../images/implant_h4-09.jpg) 0 0 no-repeat; }
#implant h4#title14 { background: url(../images/implant_h4-10.jpg) 0 0 no-repeat; }

.case_ban01 {
	margin: 0;
	width: 620px;
	height: 90px;
	}
.case_ban01 a {
	margin: 0;
	width: 620px;
	height: 90px;
	font-size: 1%;
	line-height: 1%;
	text-indent: -9999px;
	display: block;
	background: url(../images/case_ban01.jpg) 0 0 no-repeat;
	}
.case_ban01 a:hover {
	background: url(../images/case_ban01.jpg) 0 -90px no-repeat;
	}

/*---------- 14  Aesthe -----------*/

#aesthe h2#title01 { background: url(../images/aesthe_h2.jpg) 0 0 no-repeat; }
#aesthe h3#title02 { background: url(../images/aesthe_h3-01.jpg) 0 0 no-repeat; }
#aesthe h4#title03 { background: url(../images/aesthe_h4-01.jpg) 0 0 no-repeat; }
#aesthe h4#title04 { background: url(../images/aesthe_h4-02.jpg) 0 0 no-repeat; }
#aesthe h4#title05 { background: url(../images/aesthe_h4-03.jpg) 0 0 no-repeat; }
#aesthe h4#title06 { background: url(../images/aesthe_h4-04.jpg) 0 0 no-repeat; }
#aesthe h4#title07 { background: url(../images/aesthe_h4-05.jpg) 0 0 no-repeat; }

.case_ban02 {
	margin: 0;
	width: 620px;
	height: 90px;
	}
.case_ban02 a {
	margin: 0;
	width: 620px;
	height: 90px;
	font-size: 1%;
	line-height: 1%;
	text-indent: -9999px;
	display: block;
	background: url(../images/case_ban02.jpg) 0 0 no-repeat;
	}
.case_ban02 a:hover {
	background: url(../images/case_ban02.jpg) 0 -90px no-repeat;
	}

.section #outer .crown { 
  border-bottom: none; 
	border-top: none;
	}


.section #outer { width: 100%; margin: 20px 0;}
.section #outer .cost_t {width: 8%;}
.section #outer .left_tit {width:20%;}
.section #outer .left2_tit {width:18%;}
.section #outer .left3_tit {width:17%;}
.section #outer .yellow { background-color:#EDCE7E;}
.section #outer th { font-size: 12px; padding: 1px; background:url(../images/img_table_2.jpg) 0 0 no-repeat; color: #FFFFFF;}
.section #outer tr td { font-size: 12px; padding: 1px;}


.section #outer tr td table.inner tr td.semitit { width: 90%; font-size: 10px; padding: 1px;}
/*---------- 15  Case -----------*/

#case h2#title01 { background: url(../images/case_h2.jpg) 0 0 no-repeat; }
#case h3#title02 { background: url(../images/case_h3-01.jpg) 0 0 no-repeat; }
#case h3#title03 { background: url(../images/case_h3-02.jpg) 0 0 no-repeat; }

.graces4618_ban {
	margin: 0 ;
	width: 600px;
	height: 79px;
	}
.graces4618_ban a {
	margin: 0;
	width: 600px;
	height: 79px;
	font-size: 1%;
	line-height: 1%;
	text-indent: -9999px;
	display: block;
	background: url(../images/graces4618_ban.jpg) 0 0 no-repeat;
	}
.graces4618_ban a:hover {
	background: url(../images/graces4618_ban.jpg) 0 -79px no-repeat;
	}

.shinbi_ban {
	margin: 0 ;
	width: 600px;
	height: 79px;
	}
.shinbi_ban a {
	margin: 0;
	width: 600px;
	height: 79px;
	font-size: 1%;
	line-height: 1%;
	text-indent: -9999px;
	display: block;
	background: url(../images/shinbi_ban.jpg) 0 0 no-repeat;
	}
.shinbi_ban a:hover {
	background: url(../images/shinbi_ban.jpg) 0 -79px no-repeat;
	}

/*---------- 16  Campaign -----------*/

#campaign h2#title01 { background: url(../images/campaign_h2.jpg) 0 0 no-repeat; height: 42px; margin: 0 0 16px 0; }
#campaign h3#title02 { background: url(../images/campaign_h3-01.jpg) 0 0 no-repeat; }
#campaign h4#title03 { background: url(../images/campaign_h4-01.jpg) 0 0 no-repeat; }
#campaign h4#title04 { background: url(../images/campaign_h4-02.jpg) 0 0 no-repeat; }
#campaign h4#title05 { background: url(../images/campaign_h4-03.jpg) 0 0 no-repeat; }
#campaign h4#title06 { background: url(../images/campaign_h4-04.jpg) 0 0 no-repeat; }
#campaign h4#title07 { background: url(../images/campaign_h4-05.jpg) 0 0 no-repeat; }
#campaign h3#title08 { background: url(../images/campaign_h3-02.jpg) 0 0 no-repeat; }

#campaign table.table01 { margin: 0; padding: 0; border: none; }
#campaign table.table01 td.td01 { margin: 0; padding: 0; border: none; }

#campaign .bor {
	border: 1px dashed #d97500;
	padding: 2px 10px;
	background: #fefbef; }
	
/*---------- 17  Sitemap -----------*/

.mar_b5 { margin-bottom: 5px; }
.mar_b9 { margin-bottom: 9px; }
.w_80 { width: 80px; }
.w_200 { width: 200px; }
.w_280 { width: 280px; }

.mar_b1em { margin-bottom: 1em; }
.mar_b1-5em { margin-bottom: 1.5em; }
.mar_b2em { margin-bottom: 2em; }
p.mar_b2em { 
	margin-bottom: 2em;
	padding-left: 20px; }
.mar_b3em { margin-bottom: 3em; }
.mar_lr100 { margin: 0 100px ;}
.mar_lr90 { margin: 0 90px ;}
.mar_l25 { margin-left: 25px ;}

.m0 { margin: 0; }
.img1 { margin: 0.5em 0 0 0; line-height: 1%; display: block; }
.img2 { margin: 0 0 0.5em 0; line-height: 1%; display: block; }

.text_orange { color:#fb7902; }
.text_blue { color:#04bbae; }


/* lightbox group */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow:hidden; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #5a5a5a; }











#index .bnn01 {
	margin: 0;
	width: 300px;
	height: 105px;
	float:left;
	}
#index .bnn01 a {
	margin: 0;
	width: 300px;
	height: 105px;
	color:#666; text-decoration: none;
	display: block;
	background: url(../images/index_img07.jpg) 0 0 no-repeat;
	}
#index .bnn01 a:hover {	background:url(../images/index_img07_over.jpg) 0 0 no-repeat;}
.index_txt {margin: 0; padding: 38px 110px 0 10px; font-size: 100%; line-height: 1.4em;
}	

#index .bnn02 {
	margin: 0;
	width: 300px;
	height: 105px;
	float:left;
	margin-left:20px;
	}
#index .bnn02 a {
	margin: 0;
	width: 300px;
	height: 105px;
	color:#666; text-decoration: none;
	display: block;
	background: url(../images/index_img08.jpg) 0 0 no-repeat;
	}
#index .bnn02 a:hover {	background:url(../images/index_img08_over.jpg) 0 0 no-repeat;}


#index .bnn03 {
	margin: 0;
	width: 300px;
	height: 100px;
	float:left;
	}
#index .bnn03 a {
	margin: 0;
	width: 300px;
	height: 100px;
	color:#666; text-decoration: none;
	display: block;
	background: url(../images/index_img01.jpg) 0 0 no-repeat;
	}
#index .bnn03 a:hover {	background:url(../images/index_img01_over.jpg) 0 0 no-repeat;}

#index .bnn04 {
	margin: 0;
	width: 300px;
	height: 100px;
	float:left;
	margin-left:20px;
	}
#index .bnn04 a {
	margin: 0;
	width: 300px;
	height: 100px;
	color:#666; text-decoration: none;
	display: block;
	background: url(../images/index_img02.jpg) 0 0 no-repeat;
	}
#index .bnn04 a:hover {	background:url(../images/index_img02_over.jpg) 0 0 no-repeat;}



.fl_R {
	float: right;
	padding: 0 10px;
}

.fl_L {
	float: left;
	padding: 0 10px;
}

.fl_L01 {
	float: left;
	padding: 20px 10px;
}

