@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Comparison                  */
/*                 09  Voice                       */
/*                 10  Farness                     */
/*                 11  Company                     */
/*                 12  Contact                     */
/*                 13  Zirconia                    */
/*                 14  All_ceramic                 */
/*                 15  Hybrid_ceramic              */
/*                 16  Metal                       */
/*                 17  Implant                     */
/*                 18  Flow                        */
/*                 19  Order                       */
/*                 20  Recruit                     */
/*                 21  Campaign                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Gray           #646363      */
/*        Main Color - Black          #000000      */
/*        Main Color - Blue           #094689      */
/*                                                 */
/*        Sub Color  - Light Gray     #bcbcbc      */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      83%                */
/*                   11px      92%                */
/*                   12px     100%                */
/*                   14px     117%                */
/*                   16px     133%                */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: #fff url(../images/body_bg02.jpg) top repeat-x; }
body#index { background: #fff url(../images/body_bg01.jpg) top repeat-x; }
#body01 { background: url(../images/body_bg03.jpg) bottom repeat-x; }

#wrapper {
	width: 860px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0;
	background: url(../images/main_bg.jpg) 0 0 repeat-y;
	}

#content {
	width: 660px;
	float: right;
	font-size: 100%;
	line-height: 1.75em;
	color: #666;
	padding: 11px 0 0 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 324px;
	width: 860px;
	margin: 0 0 10px 0;
	padding: 0;
	}
#index #header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 385px;
	width: 860px;
	margin: 0 0 10px 0;
	padding: 0;
	}
#header .header01{
	height:80px;
	margin:0;
	padding:0 20px 0 0px;
	background:url(../images/haeder_bg.jpg) 0 0 no-repeat;
	}

h1 {
	width: 621px;
	height: 51px;
	line-height: 1.0;
	float: left;
	margin:16px 0 0 15px;
	padding:0;
	}
h1 a {
	text-indent: -9999px;
	display: block;
	width: 621px;
	height: 51px;
	background: url(../images/logo.jpg) 0 0 no-repeat;
	}

#header p.tel {
	margin: 21px 0 0 0;
	padding: 0;
	float:right;
	}
#header p.tel img { display: block; line-height:1%; }

#header .index_main-img_bg{
	background:url(../images/index_main-img_bg.jpg) 0 0 no-repeat;
	width:860px;
	height:261px;
	}
#header .index_main-img{
	margin:0 0 0 17px;
	padding:70px 0 0 0;
	display:block;
	line-height:1%;
	}

#header .main-img_bg{
	background: url(../images/main-img_bg.jpg) 0 0 no-repeat;
	width:860px;
	height:201px;
	}
#header .main-img{
	margin:0 0 0 17px;
	padding:59px 0 0 0;
	display:block;
	line-height:1%;
	}

#header_nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 860px;
	height: 44px;
	background:url(../images/header_nav_bg.jpg) bottom repeat-x;
	}

#header_nav ul {
	margin:0;
	padding:0;
	}
#header_nav li {
	height: 39px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	text-indent: -9999px;
	height: 39px;
	}

#nav01 a { background: url(../images/header_nav.jpg) 0 0 no-repeat;	width: 110px; }
#nav02 a { background: url(../images/header_nav.jpg) -110px 0 no-repeat; width: 150px;	}
#nav03 a { background: url(../images/header_nav.jpg) -260px 0 no-repeat; width: 150px;	}
#nav04 a { background: url(../images/header_nav.jpg) -410px 0 no-repeat; width: 150px;	}
#nav05 a { background: url(../images/header_nav.jpg) -560px 0 no-repeat; width: 150px;	}
#nav06 a { background: url(../images/header_nav.jpg) -710px 0 no-repeat; width: 150px;	}

#nav01 a:hover { background: url(../images/header_nav.jpg) 0 -39px no-repeat; }
#nav02 a:hover { background: url(../images/header_nav.jpg) -110px -39px no-repeat; width: 150px;	}
#nav03 a:hover { background: url(../images/header_nav.jpg) -260px -39px no-repeat; width: 150px;	}
#nav04 a:hover { background: url(../images/header_nav.jpg) -410px -39px no-repeat; width: 150px;	}
#nav05 a:hover { background: url(../images/header_nav.jpg) -560px -39px no-repeat; width: 150px;	}
#nav06 a:hover { background: url(../images/header_nav.jpg) -710px -39px no-repeat; width: 150px;	}


/*----------04  Navigation -----------*/

#nav {
	width: 200px;
	float: left;
	padding: 3px 0 0 0;
	margin: 0;
	background:url(../images/nav_bg01.jpg) top no-repeat;
	}

#nav ul{
	margin:0 3px 10px 3px;
	padding:0;
	}
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	text-indent: -9999px;
	}
#nav .internal li#nav07 {
	text-indent: 0;
	}
#nav .internal li#nav13 {
	text-indent: 0;
	}

#nav .internal li a {
	display: block;
	}

#nav07 { text-indent: 0; height:32px }
#nav08 a { background:url(../images/nav.jpg) 0 -32px no-repeat; height:35px }
#nav09 a { background:url(../images/nav.jpg) 0 -67px no-repeat; height:35px }
#nav10 a { background:url(../images/nav.jpg) 0 -102px no-repeat; height:35px }
#nav11 a { background:url(../images/nav.jpg) 0 -137px no-repeat; height:35px }
#nav12 { background:url(../images/nav.jpg) 0 -172px no-repeat; height:38px }
#nav12 a { background:url(../images/nav.jpg) 0 -172px no-repeat; height:35px }
#nav13 { text-indent: 0; height:32px }
#nav14 a { background:url(../images/nav.jpg) 0 -242px no-repeat; height:35px }
#nav15 a { background:url(../images/nav.jpg) 0 -277px no-repeat; height:35px }

#nav08 a:hover { background:url(../images/nav.jpg) -194px -32px no-repeat; }
#nav09 a:hover { background:url(../images/nav.jpg) -194px -67px no-repeat; }
#nav10 a:hover { background:url(../images/nav.jpg) -194px -102px no-repeat; }
#nav11 a:hover { background:url(../images/nav.jpg) -194px -137px no-repeat; }
#nav12 a:hover { background:url(../images/nav.jpg) -194px -172px no-repeat; }
#nav14 a:hover { background:url(../images/nav.jpg) -194px -242px no-repeat; }
#nav15 a:hover { background:url(../images/nav.jpg) -194px -277px no-repeat; }

#nav .nav_recruit {
	margin:0 10px 10px 10px;
	}
#nav .nav_recruit a { 
	background:url(../images/nav_recruit.jpg) 0 0 no-repeat;
	width:180px;
	height:50px;
	display:block;
	text-indent:-9999px;
	}
#nav .nav_recruit a:hover { 
	background:url(../images/nav_recruit.jpg) 0 -50px no-repeat;
	}
#nav .nav_dental-craft {
	margin:0 10px 10px 10px;
	}
#nav .nav_dental-craft a { 
	background:url(../images/nav_dental-craft.jpg) 0 0 no-repeat;
	width:180px;
	height:50px;
	display:block;
	text-indent:-9999px;
	}
#nav .nav_dental-craft a:hover { 
	background:url(../images/nav_dental-craft.jpg) 0 -50px no-repeat;
	}
	
#nav .nav_k5 {
	margin:0 10px 25px 10px;
	display:block;
	line-height:1%;
	}

/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	height:130px;
	padding: 0;
	margin: 0;
	background: url(../images/footer_bg.jpg) bottom repeat-x;
	font-size: 100%;
	text-align: left;
	color: #fff;
	}
*:first-child+html #footer { font-size: 12px; } /*  for IE7 only */
* html body #footer { font-size: 12px; } /*  for IE6 only */

#footer .footer01{
	height:54px;
	margin:0;
	padding:0 0 0 10px;
	background:url(../images/footer_bg01.jpg) left top no-repeat;
	}
#footer a {
	text-decoration: none;
	color: #fff;
	}
#footer a:hover { text-decoration: underline; }

#footer address { 
	margin: 0;
	padding: 28px 0 0 0;
	text-align:center;
	font-size:100%;
	line-height:1.5em; 
	}


/*---------- 06  Contents -----------*/

.section { padding: 0 30px 25px 50px; clear:both; }
.section .section { padding: 0 10px 0 10px; clear:both; }
.section .section.section { padding: 0 10px 0 10px; clear:both; }

.center { text-align: center; }

#content h2 {
	height: 34px;
	text-indent: -9999px;
	margin: 0 5px 20px 30px;
	}
#content h3 {
	clear: both;
	height: 30px;
	text-indent: -9999px;
	margin: 0 -10px 15px -10px;
	}
#content h4 {
	height: 19px;
	text-indent: -9999px;
	margin: 0 -10px 8px -10px;
	}

#content h5 {
	font-size: 100%;
	line-height:1.2em;
	font-weight: bold;
	background:url(../images/h5.jpg) 0 2px no-repeat;
	padding-left:15px;
	margin: 0 -10px 8px -10px;
	}

#content ul{
	margin:0;
	padding:0 0 5px 0;
	}
#content ul li {
	list-style: none;
	background: url(../images/li_bg.jpg) 0 6px no-repeat;
	padding-left: 10px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { font-weight: bold; }

#content a { text-decoration: underline; }

a {
	color: #08458a;
	outline: none;
	}
a:hover { color: #688eb5; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image {
	margin: 0 auto;
	display:block;
	line-height:1%;
	}
.image_l  {
	float: left;
	margin: 0 15px 10px 0;
	display:block;
	line-height:1%;
	}
.image_r {
	float: right;
	margin: 0 0 10px 15px;
	display:block;
	line-height:1%;
	}
	
.image_b {
	margin: 0 auto;
	display:block;
	line-height:1%;
	background:#c9d1dc;
	padding:2px;
	}
.image_l_b  {
	float: left;
	margin: 0 15px 10px 0;
	display:block;
	line-height:1%;
	background:#c9d1dc;
	padding:2px;
	}
*:first-child+html .image_l_b { margin: 0 12px 4px 0; } /*  for IE7 only */
* html body .image_l_b { margin: 0 12px 4px 0; } /*  for IE6 only */

.image_r_b {
	float: right;
	margin: 0 0 10px 15px;
	display:block;
	line-height:1%;
	background:#c9d1dc;
	padding:2px;
	}
*:first-child+html .image_r_b { margin: 0 0 4px 12px; } /*  for IE7 only */
* html body .image_r_b { margin: 0 0 4px 12px; } /*  for IE6 only */

.image_l_b01 {
	float: left;
	margin: 0 15px 0 0;
	display:block;
	line-height:1%;
	background:#c9d1dc;
	padding:2px;
	}

.image_r_b01 {
	float: right;
	margin: 0 0 0 15px;
	display:block;
	line-height:1%;
	background:#c9d1dc;
	padding:2px;
	}
.case {
	margin: 0 20px;
	background: url(../images/arrow.jpg) 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;
	height:17px;
	padding: 0;
	margin:0 5px 9px 0;
	}

#content ul.totop li {
	list-style: none;
	width: 75px;
	height: 17px;
	margin: 0;
	padding: 0;
	line-height:1em;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 17px;
	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 {
	border-collapse: collapse;
	font-size: 100%;
	line-height:1.67em;
	color: #666;
	width: 100%;
	margin-bottom: 10px;
	}

#content table th,
#content table td {
	padding: 4px 10px;
	border: 1px solid #e1e2e7;
	}
#content table td.td01 {
	background:#f5f5f5;
	width:80px;
	}
#content table td.padding_10{ padding:10px; }
#content table td.td_w90 { width:90px; }
#content table td.td_w110 { width:110px; }
#content table td.td_bg01 {	background:#f5f5f5;	}
#content table td.td_bg02 {	background:#e6eff9;	}
#content table td.td_bg03 {	background:#ffffff;	}

#content table th {
	background: #efefff;
	color: #636570;
	width: 130px;
	}

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}





/*---------- 07  Index -----------*/

#index .index01{
	margin:0 5px 16px 30px;
	}
#index .index_text01{
	padding: 0 15px;
	}
#index .index02{
	margin:0 17px 15px 37px;
	clear:both;
	}
	
#index .alpha01 {
	background:url(../images/index_company.jpg) 0 0 no-repeat;
	width:286px;
	height:40px;
	float:left;
	cursor:pointer;
	color:#666;
	text-indent:-99999px;
	}
#index .alpha01 a { text-decoration:none;color:#666;}	
#index .alpha02{
	background:url(../images/index_company.jpg) 0 -40px no-repeat;
	width:286px;
	height:40px;
	float:left;
	cursor:pointer;
	color:#666;
	}
#index .alpha02 a { text-decoration:none; color:#666;}	

#index .beta01 {
	background:url(../images/index_voice.jpg) 0 0 no-repeat;
	width:286px;
	height:40px;
	float:right;
	cursor:pointer;
	color:#666;
	text-indent:-99999px;
	}
#index .beta01 a { text-decoration:none;color:#666;}	
#index .beta02{
	background:url(../images/index_voice.jpg) 0 -40px no-repeat;
	width:286px;
	height:40px;
	float:right;
	cursor:pointer;
	color:#666;
	}
#index .beta02 a { text-decoration:none; color:#666;}	

#index .alpha03 {
	background:url(../images/index_comparison.jpg) 0 0 no-repeat;
	width:286px;
	height:115px;
	float:left;
	cursor:pointer;
	color:#666;
	}
#index .alpha03 a { text-decoration:none;color:#666;}	
#index .alpha04{
	background:url(../images/index_comparison.jpg) 0 -115px no-repeat;
	width:286px;
	height:115px;
	float:left;
	cursor:pointer;
	color:#666;
	}
#index .alpha04 a { text-decoration:none; color:#666;}	

#index .beta03 {
	background:url(../images/index_order.jpg) 0 0 no-repeat;
	width:286px;
	height:115px;
	float:right;
	cursor:pointer;
	color:#666;
	}
#index .beta03 a { text-decoration:none;color:#666;}	
#index .beta04{
	background:url(../images/index_order.jpg) 0 -115px no-repeat;
	width:286px;
	height:115px;
	float:right;
	cursor:pointer;
	color:#666;
	}
#index .beta04 a { text-decoration:none; color:#666;}	

#index .index_text02{
	margin:45px 119px 5px 18px;
	}

#index .index03{
	margin:0 17px 15px 37px;
	clear:both;
	}

#content .bn_contact{
	margin:0 5px 0 30px;
	}
#content .bn_contact a {
	background:url(../images/bn_contact.jpg) 0 0 no-repeat;
	width:625px;
	height:100px;
	display:block;
	text-indent:-9999px;
	}
#content .bn_contact a:hover {
	background:url(../images/bn_contact.jpg) 0 -100px no-repeat;
	}

#content h3#title01  {
	width: 600px;
	height: 30px;
	margin-left: 10px;
	text-indent: 0;
}

.boldsize {
  padding: 0 15px 0 15px;
	font-weight: bold;
	font-size: 14px;
	line-height: 13px;
	color: #555555;
}

/*---------- 08  Comparison -----------*/

#comparison h2#title01 { background:url(../images/comparison_h2.jpg) 0 0 no-repeat; }
#comparison h3#title02 { background:url(../images/comparison_h3-01.jpg) 0 0 no-repeat; }
#comparison h4#title03 { background:url(../images/comparison_h4-01.jpg) 0 0 no-repeat; }

#content .bn_comparison_contact{
	margin:0 5px 0 30px;
	}
#content .bn_comparison_contact a {
	background:url(../images/bn_comparison_contact.jpg) 0 0 no-repeat;
	width:625px;
	height:100px;
	display:block;
	text-indent:-9999px;
	}
#content .bn_comparison_contact a:hover {
	background:url(../images/bn_comparison_contact.jpg) 0 -100px no-repeat;
	}
	
#content .bn_order{
	margin:0 11px 20px 36px;
	}
#content .bn_order a {
	background:url(../images/bn_order.jpg) 0 0 no-repeat;
	width:613px;
	height:88px;
	display:block;
	text-indent:-9999px;
	}
#content .bn_order a:hover {
	background:url(../images/bn_order.jpg) 0 -88px no-repeat;
	}


/*---------- 09  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; }

#content .bn_voice_contact{
	margin:0 5px 0 30px;
	}
#content .bn_voice_contact a {
	background:url(../images/bn_voice_contact.jpg) 0 0 no-repeat;
	width:625px;
	height:100px;
	display:block;
	text-indent:-9999px;
	}
#content .bn_voice_contact a:hover {
	background:url(../images/bn_voice_contact.jpg) 0 -100px no-repeat;
	}

/*---------- 10  Farness -----------*/

#farness h2#title01 { background:url(../images/farness_h2.jpg) 0 0 no-repeat; }
#farness h3#title02 { background:url(../images/farness_h3-01.jpg) 0 0 no-repeat; }
#farness h4#title03 { background:url(../images/farness_h4-01.jpg) 0 0 no-repeat; }
#farness h4#title04 { background:url(../images/farness_h4-02.jpg) 0 0 no-repeat; }

#content .bn_farness_contact{
	margin:0 5px 0 30px;
	}
#content .bn_farness_contact a {
	background:url(../images/bn_farness_contact.jpg) 0 0 no-repeat;
	width:625px;
	height:100px;
	display:block;
	text-indent:-9999px;
	}
#content .bn_farness_contact a:hover {
	background:url(../images/bn_farness_contact.jpg) 0 -100px no-repeat;
	}


/*---------- 11  Company -----------*/

#company h2#title01 { background:url(../images/company_h2.jpg) 0 0 no-repeat; }
#company h3#title02 { background:url(../images/company_h3-01.jpg) 0 0 no-repeat; }
#company h4#title03 { background:url(../images/company_h4-01.jpg) 0 0 no-repeat; }
#company h4#title04 { background:url(../images/company_h4-02.jpg) 0 0 no-repeat; }
#company h3#title05 { background:url(../images/company_h3-02.jpg) 0 0 no-repeat; }

#content .bn_company_contact{
	margin:0 5px 0 30px;
	}
#content .bn_company_contact a {
	background:url(../images/bn_company_contact.jpg) 0 0 no-repeat;
	width:625px;
	height:100px;
	display:block;
	text-indent:-9999px;
	}
#content .bn_company_contact a:hover {
	background:url(../images/bn_company_contact.jpg) 0 -100px no-repeat;
	}

/*---------- 12  Contact -----------*/

#contact h2#title01 { background:url(../images/contact_h2.jpg) 0 0 no-repeat; }
#contact h3#title02 { background:url(../images/contact_h3-01.jpg) 0 0 no-repeat; }
#contact h4#title03 { background:url(../images/contact_h4-01.jpg) 0 0 no-repeat; }

/*---------- 13  Zirconia -----------*/

#zirconia h2#title01 { background:url(../images/zirconia_h2.jpg) 0 0 no-repeat; }
#zirconia h3#title02 { background:url(../images/zirconia_h3-01.jpg) 0 0 no-repeat; }
#zirconia h4#title03 { background:url(../images/zirconia_h4-01.jpg) 0 0 no-repeat; }
#zirconia h4#title04 { background:url(../images/zirconia_h4-02.jpg) 0 0 no-repeat; }

#content .bn_zirconia_contact{
	margin:0 5px 0 30px;
	}
#content .bn_zirconia_contact a {
	background:url(../images/bn_zirconia_contact.jpg) 0 0 no-repeat;
	width:625px;
	height:100px;
	display:block;
	text-indent:-9999px;
	}
#content .bn_zirconia_contact a:hover {
	background:url(../images/bn_zirconia_contact.jpg) 0 -100px no-repeat;
	}


/*---------- 14  All_ceramic -----------*/

#all_ceramic h2#title01 { background:url(../images/all_ceramic_h2.jpg) 0 0 no-repeat; }
#all_ceramic h3#title02 { background:url(../images/all_ceramic_h3-01.jpg) 0 0 no-repeat; }
#all_ceramic h4#title03 { background:url(../images/all_ceramic_h4-01.jpg) 0 0 no-repeat; }
#all_ceramic h4#title04 { background:url(../images/all_ceramic_h4-02.jpg) 0 0 no-repeat; }
#all_ceramic h3#title05 { background:url(../images/all_ceramic_h3-02.jpg) 0 0 no-repeat; }
#all_ceramic h4#title06 { background:url(../images/all_ceramic_h4-03.jpg) 0 0 no-repeat; }

#all_ceramic .all_ceramic01{
	background:url(../images/icon01.jpg) 0 6px no-repeat;
	padding: 0 0 0 10px;
	margin:0;
	font-weight:bold;
	}
#all_ceramic .beta01{
	width:377px;
	float:right;
	}
	
#content .bn_all_ceramic_contact{
	margin:0 5px 0 30px;
	}
#content .bn_all_ceramic_contact a {
	background:url(../images/bn_all_ceramic_contact.jpg) 0 0 no-repeat;
	width:625px;
	height:100px;
	display:block;
	text-indent:-9999px;
	}
#content .bn_all_ceramic_contact a:hover {
	background:url(../images/bn_all_ceramic_contact.jpg) 0 -100px no-repeat;
	}

#content ul.ul01{
	margin:0;
	padding:0 0 5px 0;
	}
#content ul.ul01 li {
	list-style: none;
	background: none;
	padding:0;
	}

/*---------- 15  Hybrid_ceramic -----------*/

#hybrid_ceramic h2#title01 { background:url(../images/hybrid_ceramic_h2.jpg) 0 0 no-repeat; }
#hybrid_ceramic h3#title02 { background:url(../images/hybrid_ceramic_h3-01.jpg) 0 0 no-repeat; }
#hybrid_ceramic h4#title03 { background:url(../images/hybrid_ceramic_h4-01.jpg) 0 0 no-repeat; }
#hybrid_ceramic h4#title04 { background:url(../images/hybrid_ceramic_h4-02.jpg) 0 0 no-repeat; }
#hybrid_ceramic h4#title05 { background:url(../images/hybrid_ceramic_h4-03.jpg) 0 0 no-repeat; }

#content .bn_hybrid_ceramic_contact{
	margin:0 5px 0 30px;
	}
#content .bn_hybrid_ceramic_contact a {
	background:url(../images/bn_hybrid_ceramic_contact.jpg) 0 0 no-repeat;
	width:625px;
	height:100px;
	display:block;
	text-indent:-9999px;
	}
#content .bn_hybrid_ceramic_contact a:hover {
	background:url(../images/bn_hybrid_ceramic_contact.jpg) 0 -100px no-repeat;
	}


/*---------- 16  Metal -----------*/

#metal h2#title01 { background:url(../images/metal_h2.jpg) 0 0 no-repeat; }
#metal h3#title02 { background:url(../images/metal_h3-01.jpg) 0 0 no-repeat; }
#metal h4#title03 { background:url(../images/metal_h4-01.jpg) 0 0 no-repeat; }
#metal h4#title04 { background:url(../images/metal_h4-02.jpg) 0 0 no-repeat; }

#content .bn_metal_contact{
	margin:0 5px 0 30px;
	}
#content .bn_metal_contact a {
	background:url(../images/bn_metal_contact.jpg) 0 0 no-repeat;
	width:625px;
	height:100px;
	display:block;
	text-indent:-9999px;
	}
#content .bn_metal_contact a:hover {
	background:url(../images/bn_metal_contact.jpg) 0 -100px no-repeat;
	}


/*---------- 17  Implant -----------*/

#implant h2#title01 { background:url(../images/implant_h2.jpg) 0 0 no-repeat; }
#implant h3#title02 { background:url(../images/implant_h3-01.jpg) 0 0 no-repeat; }
#implant h3#title03 { background:url(../images/implant_h3-02.jpg) 0 0 no-repeat; }

#content .bn_implant_contact{
	margin:0 5px 0 30px;
	}
#content .bn_implant_contact a {
	background:url(../images/bn_implant_contact.jpg) 0 0 no-repeat;
	width:625px;
	height:100px;
	display:block;
	text-indent:-9999px;
	}
#content .bn_implant_contact a:hover {
	background:url(../images/bn_implant_contact.jpg) 0 -100px no-repeat;
	}


/*---------- 18  Flow -----------*/

#flow h2#title01 { background:url(../images/flow_h2.jpg) 0 0 no-repeat; }
#flow h3#title02 { background:url(../images/flow_h3-01.jpg) 0 0 no-repeat; }
#flow h3#title03 { background:url(../images/flow_h3-02.jpg) 0 0 no-repeat; }
#flow h4#title04 { background:url(../images/flow_h4-01.jpg) 0 0 no-repeat; }
#flow h4#title05 { background:url(../images/flow_h4-02.jpg) 0 0 no-repeat; }

#content .bn_flow_contact{
	margin:0 5px 0 30px;
	}
#content .bn_flow_contact a {
	background:url(../images/bn_flow_contact.jpg) 0 0 no-repeat;
	width:625px;
	height:100px;
	display:block;
	text-indent:-9999px;
	}
#content .bn_flow_contact a:hover {
	background:url(../images/bn_flow_contact.jpg) 0 -100px no-repeat;
	}


/*---------- 19  Order -----------*/

#order h2#title01 { background:url(../images/order_h2.jpg) 0 0 no-repeat; }
#order h3#title02 { background:url(../images/order_h3-01.jpg) 0 0 no-repeat; }
#order h4#title03 { background:url(../images/order_h4-01.jpg) 0 0 no-repeat; }
#order h4#title04 { background:url(../images/order_h4-02.jpg) 0 0 no-repeat; }
#order h4#title05 { background:url(../images/order_h4-03.jpg) 0 0 no-repeat; }
#order h4#title06 { background:url(../images/order_h4-04.jpg) 0 0 no-repeat; }

#content .bn_order_contact{
	margin:0 5px 0 30px;
	}
#content .bn_order_contact a {
	background:url(../images/bn_order_contact.jpg) 0 0 no-repeat;
	width:625px;
	height:100px;
	display:block;
	text-indent:-9999px;
	}
#content .bn_order_contact a:hover {
	background:url(../images/bn_order_contact.jpg) 0 -100px no-repeat;
	}
	
#content .bn_farness{
	margin:0 11px 20px 36px;
	}
#content .bn_farness a {
	background:url(../images/bn_farness.jpg) 0 0 no-repeat;
	width:613px;
	height:88px;
	display:block;
	text-indent:-9999px;
	}
#content .bn_farness a:hover {
	background:url(../images/bn_farness.jpg) 0 -88px no-repeat;
	}



/*---------- 20  Recruit -----------*/

#recruit h2#title01 { background:url(../images/recruit_h2.jpg) 0 0 no-repeat; }
#recruit h3#title02 { background:url(../images/recruit_h3-01.jpg) 0 0 no-repeat; }
#recruit h4#title03 { background:url(../images/recruit_h4-01.jpg) 0 0 no-repeat; }

#content .bn_recruit_contact{
	margin:0 5px 0 30px;
	}
#content .bn_recruit_contact a {
	background:url(../images/bn_recruit_contact.jpg) 0 0 no-repeat;
	width:625px;
	height:100px;
	display:block;
	text-indent:-9999px;
	}
#content .bn_recruit_contact a:hover {
	background:url(../images/bn_recruit_contact.jpg) 0 -100px no-repeat;
	}


/*---------- 21  Campaign -----------*/

#campaign h2#title01 { background:url(../images/campaign_h2.jpg) 0 0 no-repeat; }
#campaign h3#title02 { background:url(../images/campaign_h3-01.jpg) 0 0 no-repeat; }

#content .bn_campaign_contact{
	margin:0 5px 0 30px;
	}
#content .bn_campaign_contact a {
	background:url(../images/bn_campaign_contact.jpg) 0 0 no-repeat;
	width:625px;
	height:100px;
	display:block;
	text-indent:-9999px;
	}
#content .bn_campaign_contact a:hover {
	background:url(../images/bn_campaign_contact.jpg) 0 -100px no-repeat;
	}
	
#content ul.banner_campaign{
  list-style:none;
  list-style-type:none;
	list-style-image:none;
	display:inline-table;
}	
	
#content li.banner_campaign01, #content li.banner_campaign02 {
	list-style-image:none;
	list-style-type:none;
  margin-right: 5px;
	float: left;
	display: inline;
	background:none;
}

#content li.banner_campaign01 , #content li.banner_campaign02 {
  display:block;
	width:258px;
	height:320px;
	text-indent:-9999px;
	outline: none;
}

#content li.banner_campaign01  { background:url(../images/campaign_01.jpg) 0 0 no-repeat;}
#content li.banner_campaign02  { background:url(../images/campaign_02.jpg) 0 0 no-repeat;}

.campaign{margin:0 5px 15px 30px;}



/*---------------------*/

.margin_t0{ margin-top:0; }
.margin_b05{ margin-bottom:5px; }
.margin_b10{ margin-bottom:10px; clear:both; }
.margin_b12{ margin-bottom:12px; }
.margin_b15{ margin-bottom:15px; }
.margin_b20{ margin-bottom:20px; clear:both; }
.margin_b25{ margin-bottom:25px; }

.text_b { font-weight:bold; }

.w400{ width:400px; }
.w450{ width:450px; }

.bg01{ background:#eaf0f7; border:1px solid #bdc4d4; padding:8px 10px 0 10px; margin: 0 0 10px 0; }
.bg02{ background:#f6f7f6; border:1px solid #b4b3b3; padding:8px 10px 0 10px; margin: 0 0 10px 0; }

.br01{ border:1px solid #dbdbdb; padding:10px 10px 0 10px; clear:both; }

#map{
width:460px;
height:450px;
}