@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Concept                     */
/*                 09  Today_implant               */
/*                 10  Denture_implant             */
/*                 11  Faq                         */
/*                 12  File_implant                */
/*                 13  Brand                       */
/*                 14  Trouble                     */
/*                 15  Mini_implant                */
/*                 16  Report_implant              */
/*                 17  Cost                        */
/*                 18  Office                      */
/*                 19  Access                      */
/*                 20  Contact                     */
/*                 21  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: #fff url(../images/body_bg.jpg) 0 0 repeat-x; }

#wrapper {
    background: url(../images/wrapper02_bg.jpg) center 0 no-repeat;
    width: 1120px;
    margin: 0 auto;
    padding: 0;
    }

#index #wrapper { background: url(../images/wrapper_bg.jpg) center 0 no-repeat; }

#wrapper02 {
    width: 820px;
    margin: 0 150px;
    padding: 0;
    text-align: left;
    clear: both;
    }

#main {
    margin: 0;
    padding: 0;
    background: url(../images/main_bg.jpg) 0 0 no-repeat;
    }
#index #main { background: url(../images/main_img.jpg) 0 0 no-repeat;
	*height:950px; }

#content {
    width: 600px;
    font-size: 100%;
    line-height: 1.6;
    color: #333;
    margin: 0 0 20px 0;
    padding: 0 ;
    float: right;
    }

#index #content {
    background: #fff url(../images/contents_bg.jpg) 0 0 no-repeat;
    margin: 0 0 60px 0;
    width: 820px;
    height: 360px;
    float: none;
    clear: both;
    }


/*---------- 03  Header -----------*/

#header {
    background: url(../images/header02_bg.jpg) 0 0 no-repeat;
    margin: 0;
    padding: 0 150px;
    height: 71px;
    }
#index #header { background: url(../images/header_bg.jpg) 0 0 no-repeat; }

h1 {
    width: 447px;
    height: 60px;
    line-height: 1.0;
    float: left;
    }

#header .section {
    width: 203px;
    float: right;
    margin: 0;
    padding: 0;
    }

#header #tel {
    margin: 0;
    padding: 0;
    height: 37px;
    clear: both;
    }
#header #tel img { display: block; }

#header-nav {
    margin: 0;
    padding: 0 0 0 59px;
    height: 23px;
    background: url(../images/hnav.jpg) 0 0 no-repeat;
    }
* html body #header-nav {
    width: 203px;
    height: 23px;
    }

#header-nav li {
    height: 23px;
    width: 59px;
    margin: 0;
    padding: 0;
    float: left;
    text-indent: -9999px;
    list-style: none;
    }
#header-nav li a {
    display: block;
    height: 23px;
    }

#hnav01 a { background: url(../images/hnav.jpg) -59px 0 no-repeat; }
#hnav02 a { background: url(../images/hnav.jpg) -118px 0 no-repeat; }


/*----------04  Navigation -----------*/

#nav {
    width: 220px;
    float: left;
    padding: 0;
    margin: 0 ;
    background: url(../images/nav02_bg.jpg) 0 0 no-repeat;
    }

#index #nav {
    width: 506px;
    padding: 0 0 5px 0;
    margin: 1px 0 0 0;
    background: none;
    }

#nav ul,
#nav li {
    margin: 0;
    padding: 0;
    list-style: none;
    text-indent: -9999px;
    }

#nav ul {
    margin: 10px 0 0 20px;
    }
#index #nav ul {margin: 0 0 0 10px; }

#index #nav .internal,
#index #nav .internal02, { width: 506px; }

#nav .internal li {
    height: 45px;
    width: 180px;
    }
#nav .internal li a{
    display: block;
    width: 180px;
    height: 45px;
    }

#nav .internal li#nav22 { height: 40px; }
#nav .internal li#nav22 a{ height: 40px; }

#index #nav .internal li {
    float: left;
    height: 88px;
    }
#index #nav .internal li a{
    display: block;
    height: 88px;
    }
#index #nav .internal02 li {
    float: left;
    height: 86px;
    }
#index #nav .internal02 li a {
    display: block;
    height: 86px;
    }

#nav li.first { width: 163px; }
#nav li.first a { width: 163px; }

#nav li.second { width: 165px; }
#nav li.second a { width: 165px; }

#nav li.third { width: 168px; }
#nav li.third a { width: 168px; }

#nav01 a { background: url(../images/nav.jpg) -10px 0 no-repeat; }
#nav02 a { background: url(../images/nav.jpg) -173px 0 no-repeat; }
#nav03 a { background: url(../images/nav.jpg) -338px 0 no-repeat; }
#nav04 a { background: url(../images/nav.jpg) -10px -86px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) -173px -86px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) -338px -86px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) -10px -172px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) -173px -172px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) -338px -172px no-repeat; }
#nav10 a { background: url(../images/nav02.jpg) 0 0 no-repeat; }
#nav11 a { background: url(../images/nav02.jpg) 0 -45px no-repeat; }
#nav12 a { background: url(../images/nav02.jpg) 0 -90px no-repeat; }
#nav13 a { background: url(../images/nav02.jpg) 0 -135px no-repeat; }
#nav14 a { background: url(../images/nav02.jpg) 0 -180px no-repeat; }
#nav15 a { background: url(../images/nav02.jpg) 0 -225px no-repeat; }
#nav16 a { background: url(../images/nav02.jpg) 0 -270px no-repeat; }
#nav17 a { background: url(../images/nav02.jpg) 0 -315px no-repeat; }
#nav18 a { background: url(../images/nav02.jpg) 0 -360px no-repeat; }
#nav19 a { background: url(../images/nav02.jpg) 0 -405px no-repeat; }
#nav20 a { background: url(../images/nav02.jpg) 0 -450px no-repeat; }
#nav21 a { background: url(../images/nav02.jpg) 0 -495px no-repeat; }
#nav22 a { background: url(../images/nav02.jpg) 0 -540px no-repeat; }

#nav01 a:hover { background: url(../images/nav.jpg) -10px -260px no-repeat; }
#nav02 a:hover { background: url(../images/nav.jpg) -173px -260px no-repeat; }
#nav03 a:hover { background: url(../images/nav.jpg) -338px -260px no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -10px -346px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -173px -346px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -338px -346px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -10px -432px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -173px -432px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -338px -432px no-repeat; }
#nav10 a:hover { background: url(../images/nav02.jpg) -180px 0 no-repeat; }
#nav11 a:hover { background: url(../images/nav02.jpg) -180px -45px no-repeat; }
#nav12 a:hover { background: url(../images/nav02.jpg) -180px -90px no-repeat; }
#nav13 a:hover { background: url(../images/nav02.jpg) -180px -135px no-repeat; }
#nav14 a:hover { background: url(../images/nav02.jpg) -180px -180px no-repeat; }
#nav15 a:hover { background: url(../images/nav02.jpg) -180px -225px no-repeat; }
#nav16 a:hover { background: url(../images/nav02.jpg) -180px -270px no-repeat; }
#nav17 a:hover { background: url(../images/nav02.jpg) -180px -315px no-repeat; }
#nav18 a:hover { background: url(../images/nav02.jpg) -180px -360px no-repeat; }
#nav19 a:hover { background: url(../images/nav02.jpg) -180px -405px no-repeat; }
#nav20 a:hover { background: url(../images/nav02.jpg) -180px -450px no-repeat; }
#nav21 a:hover { background: url(../images/nav02.jpg) -180px -495px no-repeat; }
#nav22 a:hover { background: url(../images/nav02.jpg) -180px -540px no-repeat; }

#nav p { text-align: center; }
#nav .left{ 
 text-align: left; 
    padding-left:5px;}

#shikatown {
    text-align: center;
    padding: 20px 0 0 0;
    margin: 0;
    }


/*---------- 05  Footer -----------*/

#footer {
    clear: both;
    padding: 0;
    margin: 0;
    background: #fff url(../images/footer_bg.jpg) bottom repeat-x;
    font-size: 85%;
    height: 20px;
    }
	
*:first-child+html #footer {
    clear: both;
    padding: 0;
    margin: 0;
    /*background: #fff url(../images/footer_bg.jpg) bottom repeat-x;*/
    font-size: 9px;
    height: 20px;
    }	/*  for IE7 only */
	
/**: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: #7f690d;
    }
#footer a:hover { text-decoration: underline; }

#footer address {
    margin: 0 auto;
    background: url(../images/copyright.jpg) center 0 no-repeat;
    height: 20px;
    width: 820px;
    text-indent: -9999px;
    }

/*---------- 06  Contents -----------*/

.section { padding: 5px 15px 5px 10px; }
.section .section { padding: 10px 10px 10px 10px ; }

.center { text-align: center; }

h2 {
    height: 80px;
    text-indent: -9999px;
    margin: 0px;
    width: 590px;
    clear: both;
    }
#content h3 {
    clear: both;
    height: 30px;
    text-indent: -9999px;
    }
#content h4 {
    clear: both;
    height: 28px;
    text-indent: -9999px;
    margin-top: 20px; 
    }

#content h5 {
    font-size: 100%;
    font-weight: bold;
    margin: 0 .5em .5em 0;
    padding: 4px 8px;
    background: #dcc783;
    border-bottom: 1px solid #b2a46d;
    }
#content h6 {
    font-size: 93%;
    color: #5e510d;
    }

#content ul { margin-left: 10px; }

#content ul li {
    list-style: none;
    background: url(../images/li_bg.jpg) 0 3px no-repeat;
    padding-left:28px;
    }
#content ul.olist li {
    background-image: none;
    padding-left: 0;
    }

#content dt {
    font-weight: bold;
    color: #661D1D;
    }

#content a { text-decoration: underline; }

a {
    color: #661D1D;
    outline: none;
    }
a:hover { color: #A57973; }

#content blockquote {
    margin: .5em;
    background: url(../images/blockquote_bg.jpg) top left repeat-y;
    padding: .5em 1em;
    }

.image_l  {
    float: left;
    margin: 0 10px 8px 0;
    }

.image_r {
    float: right;
    margin: 0 0 8px 10px;
    }

.case {
    margin: 10px 20px;
    background: url(../images/arrow.jpg) center 40% no-repeat;
    }

.case .image_l { margin-right: 8px; }
.case .image_r { margin-left: 8px; }

.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; }

#content ul.totop {
    clear: both;
    padding-bottom: 20px;
    }

#content ul.totop li {
    list-style: none;
    width: 80px;
    height: 18px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    float: right;
    background-image: none;
    }
#content ul.totop li a {
    display: block;
    height: 18px;
    background: url(../images/totop.jpg) 0 0 no-repeat;
    }

p.caution {
    padding-left: 24px;
    background: url(../images/caution.png) 0 1px no-repeat;
    }

#content table {
    border-collapse: collapse;
    border: 1px solid #BC8041;
    font-size: 100%;
    color: #333;
    width: 510px;
    margin-left: 5px;
    }

#content table th,
#content table td {
    padding: 5px 10px;
    border: 1px solid #BC8041;
    }

#content table th {
    background: #E9D6C2;
    color: #993300;
    width: 120px;
    }

input.submit {
    font-weight: bold;
    margin-right: 1.5em;
    }

#catch { margin: 0; }

#index #catch {
    width: 506px;
    height: 193px;
    padding: 0;
    text-indent: -9999px;
    }

.alpha { float: left; }
.beta { float: right; }

.textarea01 {
    background: url(../images/info_bg.jpg) 0 0 repeat-y ;
    width: 460px;
    margin: 0;
    padding: 10px 15px;
    }
    
.textarea02{
    background: #F9F2E4;
    margin: 10px 0 0 0 ;
    padding: 10px 15px;
    }

.textarea03{
    margin: 10px 0 0 10px ;
    border: 1px solid #FFD22E;
    width: 380px;
    }

.text01 { color: #7F2F2F; }
.text02 { color: #964700; font-weight: bold; }
.text03 { color: #D43800; font-weight: bold; font-size: 124%; }

#ban_contact {
   width: 539px;
   height: 97px;
   text-indent: -9999px;
   margin: 0 0 0 10px ;
   }
#ban_contact a {
   height: 97px;
   display :block;
   background: url(../images/ban_contact.jpg) 0 0 no-repeat;
   }
#ban_contact a:hover { background: url(../images/ban_contact.jpg) 0 -97px no-repeat;}

.photo {
   margin-right: 20px;
   height: 230px;
   }
.photo p { padding-right: 160px; }



/*---------- 07  Index -----------*/

#index #catch { background: url(../index-catch.jpg) 0 0 no-repeat; }
#index h2#title01 { background: url(../images/index_h2-01.jpg) 0 0 no-repeat; }

#index #content .alpha { width: 460px; margin:22px 0 0 25px; }
#index #content .beta {
    width: 285px;
    margin: 22px 22px 0 0 ;
    background: none;
    }

* html #index #content .alpha { margin-left: 12px; }
* html #index #content .beta { margin-right: 11px; }

#index h2 {
    height: 30px;
    width: 460px;
    }
#index .textarea01 dl { margin:0; }
#index .textarea01 dt { float: left; } 
#index .textarea01 dd { padding-left: 100px; } 
#index #content dt { color: #333; font-weight: normal; }
#index #content dt.text01 { color: #7F2F2F; }

#index .pkup {
    float: left;
    width: 286px;
    } 

#index .pkup p {
    width: 143px;
    height: 83px;
    margin: 0;
    padding:0;
    text-indent: -9999px;
    }

#pkup01,
#pkup03 { float: left; width: 143px;}

#pkup02,
#pkup04 { float: right; width: 143px;}

#index .pkup p a {
    width: 143px;
    height: 83px;
    display: block;
    }

#pkup01 a { background: url(../images/pkup.jpg) 0 0 no-repeat; }
#pkup02 a { background: url(../images/pkup.jpg) -143px 0 no-repeat; }
#pkup03 a { background: url(../images/pkup.jpg) 0 -83px no-repeat; }
#pkup04 a { background: url(../images/pkup.jpg) -143px -83px no-repeat; }

#pkup01 a:hover { background: url(../images/pkup.jpg) 0 -166px no-repeat; }
#pkup02 a:hover { background: url(../images/pkup.jpg) -143px -166px no-repeat; }
#pkup03 a:hover { background: url(../images/pkup.jpg) 0 -249px no-repeat; }
#pkup04 a:hover { background: url(../images/pkup.jpg) -143px -249px no-repeat; }

#index #shikatown {
    margin: 0 0 0 0px ;
    padding: 10px 0 0 0;
    }

/*---------- 08  Concept -----------*/

#concept h2#title01 { background: url(../images/concept_h2-01.jpg) 0 0 no-repeat; }
#concept h3#title02 { background: url(../images/concept_h3-02.jpg) 0 0 no-repeat; }

#ban_concept {
   width: 540px;
   height: 102px;
   text-indent: -9999px;
   margin: 0 0 0 10px ;
   }
#ban_concept a {
   width: 540px;
   height: 102px;
   display: block;
   background: url(../images/ban_tel.jpg) 0 0 no-repeat; 
   }
#ban_concept a:hover { background: url(../images/ban_tel.jpg) 0 -102px no-repeat; }

#concept .photo { background: url(../images/concept_bg.jpg) right 0 no-repeat; }

.photo02 {
   margin-right: 20px;
   margin-bottom:15px;
   margin-top:15px;
   height: 230px;
   }
.photo02 p { padding-left: 260px; }
#concept .photo02 { background: url(../images/concept_bg02.jpg) left 0 no-repeat; }

/*---------- 09  Today_implant -----------*/

#today h2#title01 { background: url(../images/today_h2-01.jpg) 0 0 no-repeat; }
#today h3#title02 { background: url(../images/today_h3-02.jpg) 0 0 no-repeat; height: 122px; }
#today h4#title03 { background: url(../images/today_h4-03.jpg) 0 0 no-repeat; height: 38px; }
#today h4#title04 { background: url(../images/today_h4-04.jpg) 0 0 no-repeat; height: 50px; }
#today h4#title05 { background: url(../images/today_h4-05.jpg) 0 0 no-repeat; height: 38px; }

#today .photo { background: url(../images/today_bg.jpg) right 0 no-repeat; }

#ban_today {
   width: 539px;
   height: 80px;
   text-indent: -9999px;
   margin: 0 0 0 10px ;
   }
#ban_today a {
   width: 539px;
   height: 80px;
   display: block;
   background: url(../images/ban_today.jpg) 0 0 no-repeat; 
   }
#ban_today a:hover { background: url(../images/ban_today.jpg) 0 -80px no-repeat; }


/*---------- 10  Denture_implant -----------*/

#denture h2#title01 { background: url(../images/denture_h2-01.jpg) 0 0 no-repeat; }
#denture h3#title02 {
    background: url(../images/denture_h3-02.jpg) 0 0 no-repeat;
    width: 542px;
    height: 122px;
    margin-bottom: 10px;
    }
#denture h4#title03 { background: url(../images/denture_h4-03.jpg) 0 0 no-repeat; }
#denture h3#title04 { background: url(../images/denture_h3-04.jpg) 0 0 no-repeat; }

#ban_denture {
   width: 539px;
   height: 80px;
   text-indent: -9999px;
   margin: 0 0 0 10px ;
   }
#ban_denture a {
   width: 539px;
   height: 80px;
   display: block;
   background: url(../images/ban_denture.jpg) 0 0 no-repeat; 
   }
#ban_denture a:hover { background: url(../images/ban_denture.jpg) 0 -80px no-repeat; }

#denture .flow { margin-left: 30px; }


/*---------- 11  Faq -----------*/

#faq h2#title01 {
    background: url(../images/faq_h2-01.jpg) 0 0 no-repeat;
    width: 542px;
    height: 50px;
    margin-top: 10px;
    }

#ban_faq {
   width: 539px;
   height: 80px;
   text-indent: -9999px;
   margin: 0 0 0 10px ;
   }
#ban_faq a {
   width: 539px;
   height: 80px;
   display: block;
   background: url(../images/ban_faq.jpg) 0 0 no-repeat; 
   }
#ban_faq a:hover { background: url(../images/ban_faq.jpg) 0 -80px no-repeat; }

#faq .faq_qa { background: url(../images/answer.jpg) 0 0 no-repeat; margin: 0 10px 0 5px;}
#faq .answer { margin-left: 40px; }

#faq .textarea03 ul { margin: 5px 15px; }

/*---------- 12  File_implant -----------*/

#file h2#title01 { background: url(../images/file_h2-01.jpg) 0 0 no-repeat; }
#file h3#title02 { background: url(../images/file_h3-02.jpg) 0 0 no-repeat; }
#file h4#title03 { background: url(../images/file_h4-03.jpg) 0 0 no-repeat; }
#file h4#title04 { background: url(../images/file_h4-04.jpg) 0 0 no-repeat; }

#ban_file {
   width: 539px;
   height: 80px;
   text-indent: -9999px;
   margin: 0 0 0 10px ;
   }
#ban_file a {
   width: 539px;
   height: 80px;
   display: block;
   background: url(../images/ban_file.jpg) 0 0 no-repeat; 
   }
#ban_file a:hover { background: url(../images/ban_file.jpg) 0 -80px no-repeat; }

#file .case_text {
   color: #333;
   font-weight: bold;
   border-top: 1px solid #ccc ;
   text-align: center;
   }

#file .case02 {
   margin-left: 30px;
   margin-right: 30px;
   }

#file #preparation {
    background: url(../images/report_bg.jpg) 0 0 no-repeat; 
    height: 220px;
    margin-left: 40px;
    }
#file #preparation p{
    margin: 5px 0 0 145px;
    width: 290px;
    }

/*---------- 13  Brand -----------*/

#brand h2#title01 { background: url(../images/brand_h2-01.jpg) 0 0 no-repeat; }
#brand h3#title02 { background: url(../images/brand_h3-02.jpg) 0 0 no-repeat; }
#brand h4#title03 { background: url(../images/brand_h4-03.jpg) 0 0 no-repeat; }

#ban_brand {
   width: 539px;
   height: 80px;
   text-indent: -9999px;
   margin: 0 0 0 10px ;
   }
#ban_brand a {
   height: 80px;
   display: block;
   background: url(../images/ban_brand.jpg) 0 0 no-repeat; 
   }
#ban_brand a:hover { background: url(../images/ban_brand.jpg) 0 -80px no-repeat; }

#brand .photo { background: url(../images/brand_bg.jpg) right 0 no-repeat; }


/*---------- 14  Trouble -----------*/

#trouble h2#title01 { background: url(../images/trouble_h2-01.jpg) 0 0 no-repeat; }
#trouble h3#title02 { background: url(../images/trouble_h3-02.jpg) 0 0 no-repeat; }
#trouble h3#title03 { background: url(../images/trouble_h3-03.jpg) 0 0 no-repeat; }
#trouble h3#title04 { background: url(../images/trouble_h3-04.jpg) 0 0 no-repeat; }
#trouble h3#title05 { background: url(../images/trouble_h3-05.jpg) 0 0 no-repeat; }
#trouble h3#title06 { background: url(../images/trouble_h3-06.jpg) 0 0 no-repeat; }
#trouble h3#title07 { background: url(../images/trouble_h3-07.jpg) 0 0 no-repeat; }

#ban_trouble {
   width: 539px;
   height: 80px;
   text-indent: -9999px;
   margin: 0 0 0 10px ;
   }
#ban_trouble a {
   width: 539px;
   height: 80px;
   display: block;
   background: url(../images/ban_file.jpg) 0 0 no-repeat; 
   }
#ban_trouble a:hover { background: url(../images/ban_file.jpg) 0 -80px no-repeat; }

#trouble #preparation {
    background: url(../images/report_bg.jpg) 0 0 no-repeat; 
    height: 220px;
    margin-left: 40px;
    }
#trouble #preparation p{
    margin: 5px 0 0 145px;
    width: 290px;
    }

/*---------- 15  Mini_implant -----------*/

#mini h2#title01 { background: url(../images/mini_h2-01.jpg) 0 0 no-repeat; }
#mini h3#title02 { background: url(../images/mini_h3-02.jpg) 0 0 no-repeat; height: 38px; }
#mini h3#title03 { background: url(../images/mini_h3-03.jpg) 0 0 no-repeat; height: 70px; }

#ban_mini {
   width: 539px;
   height: 80px;
   text-indent: -9999px;
   margin: 0 0 0 10px ;
   }
#ban_mini a {
   width: 539px;
   height: 80px;
   display: block;
   background: url(../images/ban_file.jpg) 0 0 no-repeat; 
   }
#ban_mini a:hover { background: url(../images/ban_file.jpg) 0 -80px no-repeat; }

#mini .mini_qa { background: url(../images/answer.jpg) 0 0 no-repeat; margin: 0 10px 0 5px; height: 40px;}
#mini .answer { margin-left: 40px; }

/*---------- 16  Report_implant -----------*/

#report h2#title01 { background: url(../images/report_h2-01.jpg) 0 0 no-repeat; }
#report h3#title02 { background: url(../images/report_h3-02.jpg) 0 0 no-repeat; }

#report #preparation {
    background: url(../images/report_bg.jpg) 0 0 no-repeat; 
    height: 220px;
    margin-left: 40px;
    }
#report #preparation p{
    margin: 5px 0 0 145px;
    width: 290px;
    }
  
#ban_report {
   width: 539px;
   height: 80px;
   text-indent: -9999px;
   margin: 0 0 0 10px ;
   }
#ban_report a {
   width: 539px;
   height: 80px;
   display: block;
   background: url(../images/ban_file.jpg) 0 0 no-repeat; 
   }
#ban_report a:hover { background: url(../images/ban_file.jpg) 0 -80px no-repeat; }

#report #main {
   background: url(../images/main_bg.jpg) 0 0 no-repeat;
   height: 759px;
   }


/*---------- 17  Cost -----------*/

#cost h2#title01 { background: url(../images/cost_h2-01.jpg) 0 0 no-repeat; }
#cost h3#title02 { background: url(../images/cost_h3-02.jpg) 0 0 no-repeat; margin-bottom: 20px; }

#cost #content table th { width: 160px; }

#ban_cost {
   width: 539px;
   height: 80px;
   text-indent: -9999px;
   margin: 0 0 0 10px ;
   }
#ban_cost a {
   width: 539px;
   height: 80px;
   display: block;
   background: url(../images/ban_cost.jpg) 0 0 no-repeat; 
   }
#ban_cost a:hover { background: url(../images/ban_cost.jpg) 0 -80px no-repeat; }

#cost #main {
   background: url(../images/main_bg.jpg) 0 0 no-repeat;
   height: 759px;
   }


/*---------- 18  Office -----------*/

#office h2#title01 { background: url(../images/office_h2-01.jpg) 0 0 no-repeat; }
#office h3#title02 { background: url(../images/office_h3-02.jpg) 0 0 no-repeat; }
#office h3#title03 { background: url(../images/office_h3-03.jpg) 0 0 no-repeat; }
#office h3#title04 { background: url(../images/office_h3-04.jpg) 0 0 no-repeat; }
#office h3#title05 { background: url(../images/office_h3-05.jpg) 0 0 no-repeat; }
#office h3#title06 { background: url(../images/office_h3-06.jpg) 0 0 no-repeat; }
#office h3#title07 { background: url(../images/office_h3-07.jpg) 0 0 no-repeat; }
#office h3#title08 { background: url(../images/office_h3-08.jpg) 0 0 no-repeat; }
#office h3#title09 { background: url(../images/office_h3-09.jpg) 0 0 no-repeat; }
#office h3#title10 { background: url(../images/office_h3-10.jpg) 0 0 no-repeat; }
#office h3#title11 { background: url(../images/office_h3-11.jpg) 0 0 no-repeat; }

#office #content h3 { margin-bottom: 10px; }
#office p.tour_text { padding-top:40px; }
#office p.tour_text02 { padding-top:70px; }

/*---------- 19  Access -----------*/

#access h2#title01 { background: url(../images/access_h2-01.jpg) 0 0 no-repeat; }
#access h3#title02 { background: url(../images/access_h3-02.jpg) 0 0 no-repeat; }
#access h3#title03 { background: url(../images/access_h3-03.jpg) 0 0 no-repeat; }

#map {
   width: 400px;
   height: 400px; 
   margin: 0;
   padding: 0;
   border: 1px solid #666;
   }

#access dl.time dt { float: left; }
#access dl.time dd { padding-left: 60px; }


/*---------- 20  Contact -----------*/

#contact h2#title01 { background: url(../images/contact_h2-01.jpg) 0 0 no-repeat; }
#contact h3#title02 { background: url(../images/contact_h3-02.jpg) 0 0 no-repeat; }

#contact #content table th { width: 90px; }
#contact #content table { width: 520px; }

#contact .form { background: url(../images/main_bg.jpg) 0 0 no-repeat; height: 759px;}

/*---------- 21  Sitemap -----------*/

#sitemap h2#title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }
#sitemap #main {
   background: url(../images/main_bg.jpg) 0 0 no-repeat;
   height: 759px;
   }

