@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Dr                          */
/*                 09  History                     */
/*                 10  Inquiry                     */
/*                 11  Case01                      */
/*                 12  Case02                      */
/*                 13  Implant                     */
/*                 14  Aesthe                      */
/*                 15  Denture                     */
/*                 16  Connection                  */
/*                 17  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/


/*---------- 02  Container -----------*/

body { background:#E1E1E1 url(../images/body_bg.png) top repeat-x; }

#base_wrapper{
	background: url(../images/base_wrapper.png) repeat-y;
	margin: 0 auto;
    width: 840px;
    }

#wrapper {
    background:url(../images/wrapper_bg.png) no-repeat;
	width: 840px;
	margin: 0 auto;
	text-align: left;
	}

* html #wrapper {
	margin-left:0;
    }

#main {
	margin: 0;
	padding:0;
	background: url(../images/main_bg.png) repeat-y;
	width:820px;
	}

#content {
	width: 575px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding-left:5px;
	}

* html #content {
	padding-left:0px;
    }

/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.png) 0 0 no-repeat;
	height: 140px;
	width: 840px;
	margin: 0px auto;
	padding: 0;
	}

h1 {
	text-indent: -9999px;
	width: 430px;
	height: 80px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 430px;
	height: 80px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header .section {
	width: 200px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	height: 61px;
	}
#header p.tel img { display: block; }

#header_nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px;
	height: 19px;
	}

#header_nav li {
	height: 19px;
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 19px;
	}

/*----------04  Navigation -----------*/

#nav {
	background: url(../images/nav_bg.png) bottom no-repeat;
	width: 210px;
	float: left;
	padding: 5px 0 30px 0;
	margin-left:25px;
	margin-bottom:10px;
	}
* html #nav { margin-left:12px;}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	height: 35px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 35px;
	}

#nav01 a { background: url(../images/nav.png) 0 -36px no-repeat; }
#nav02 a { background: url(../images/nav.png) 0 -74px no-repeat; }
#nav03 a { background: url(../images/nav.png) 0 -110px no-repeat; }
#nav04 a { background: url(../images/nav.png) 0 -182px no-repeat; }
#nav05 a { background: url(../images/nav.png) 0 -218px no-repeat; }
#nav06 a { background: url(../images/nav.png) 0 -254px no-repeat; }
#nav07 a { background: url(../images/nav.png) 0 -290px no-repeat; }
#nav08 a { background: url(../images/nav.png) 0 -326px no-repeat; }
#nav09 a { background: url(../images/nav.png) 0 -362px no-repeat; }
#nav10 a { background: url(../images/nav.png) 0 -398px no-repeat; }

#nav01 a:hover { background: url(../images/nav.png) -210px -36px no-repeat; }
#nav02 a:hover { background: url(../images/nav.png) -210px -74px no-repeat; }
#nav03 a:hover { background: url(../images/nav.png) -210px -110px no-repeat; }
#nav04 a:hover { background: url(../images/nav.png) -210px -182px no-repeat; }
#nav05 a:hover { background: url(../images/nav.png) -210px -218px no-repeat; }
#nav06 a:hover { background: url(../images/nav.png) -210px -254px no-repeat; }
#nav07 a:hover { background: url(../images/nav.png) -210px -290px no-repeat; }
#nav08 a:hover { background: url(../images/nav.png) -210px -326px no-repeat; }
#nav09 a:hover { background: url(../images/nav.png) -210px -362px no-repeat; }
#nav10 a:hover { background: url(../images/nav.png) -210px -398px no-repeat; }

#nav p { text-align: center; }

#nav h2{height:43px;}
#nav h3{height:36px;}

#nav_title01{background: url(../images/nav_top.png) 0 0 no-repeat; text-indent:-9999px;}
#nav_title02{background: url(../images/nav.png) 0 0 no-repeat; text-indent:-9999px;}
#nav_title03{background: url(../images/nav.png) 0 -146px no-repeat; text-indent:-9999px;}


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	margin: 0 auto;
	padding:0;
	background: #fff url(../images/footer_bg.png) bottom repeat-x;
	text-align: center;
	color: #ffffff;
	height:100px;
	font-size: 90%; 
	}
	
#footer .footer_content {
    width:840px;
	margin: 0 auto;
    }
     	
/*-- *: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: #ffffff;
	}
#footer a:hover { text-decoration: underline; }

#footer ul { 
	list-style: none;
	margin: 0 1em 2px 1em;
	padding: 0;
	clear: both;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address { margin: 8px 1em; }

#footer .beta{
    float:right;
    padding-top:8px;
    margin:0px 26px 0 0;
    }
*:first-child+html #footer .beta{
    padding-top:14px;
    margin:0px 26px 0 0;
    }
* html body #footer .beta{
    padding-top:13px;
    margin:0px 15px 0 0;
    }
    
#footer .alpha{
    width:620px;
    padding:0;
    margin:20px 0 0 10px;
    text-align:left;
    }
    
/*---------- 06  Contents -----------*/

.section { padding: .5em 12px 0;
     }
.section .section { padding: .5em 10px; }

p.center { text-align: center; }

#content h2 {
	height: 30px;
	text-indent: -9999px;
	margin: 0 15px;
	}
#content h3 {
	clear: both;
	height: 30px;
	text-indent: -9999px;
	}
#content h4 {
	height: 26px;
	text-indent: -9999px;
	}
#content h5 {
	font-size: 108%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	}

#content ul {
    margin-top:5px;
    }
    
#content ul ul{
    margin:3px 0 10px 0;
    }

#content ul li {
	list-style: none;
	background: url(../images/li_bg.png) 0 4px no-repeat;
	padding-left: 20px;
	}
#content ul li li{
	list-style: none;
	background: url(../images/li_bg2.png) 0 4px no-repeat;
	padding-left: 20px;
	}

#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { font-weight: bold; }

#content a { text-decoration: underline; }
a {
	color: #028eaf;
	outline: none;
	}
a:hover { color: #de91a2; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_l  {
	float: left;
	margin: 0 16px 10px 0;
	}

.image_r {
	float: right;
	margin: 0 0 10px 16px;
	}

.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.png) center center no-repeat;
	}
.case img {
	display: block;
	}

.case .caption {
	text-align: center;
	border-top: 2px solid #ccc;
	}
	

	
.top_img{
   margin-bottom:15px;
   }

.alpha,
.beta {
	float: left;
	margin: 0 20px 15px 0;
	}
.gamma {
	float: left;
	margin: 0 0 15px 0;
	}
	
#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 100px;
	height: 14px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 14px;
	background: url(../images/to_top.jpg) 0 0 no-repeat;
	}

p.caution {
	padding-left: 24px;
	background: url(../images/caution.jpg) 0 1px no-repeat;
	}

#content th,tr,td {
    border: 1px solid #ccc;
    }

* html #content table {
    font-size:100%;
    color:#666;
    }
* html #content table li{
    height:18px;
    padding-top:3px;
    }
    
/* 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 */



/*-------- 07  Index --------*/

#index h2#title01 { 
    background: url(../images/index_h2-01.png) 0 0 no-repeat; 
    height:35px;
    margin:0px;
    padding:0px;
    }
#index h2#title02 { background: url(../images/index_h2-02.png) 0 0 no-repeat; height:30px;}

#index .greeting{
	background: url(../images/greeting_bg.png) 0 0 no-repeat;
    margin-bottom:10px;
    height:137px;
    }
    
#index .greeting p{
    color:#ffffff;
    width:540px;
    padding:5px 15px 20px 15px;
    margin:0px;
    }

#index #content .guide { padding: .1em 12px; }
#index #content .guide .image_l{margin-top:5px;float:left;}
#index #content .guide_banner {padding-left:7px;width:536px;}
* html #index .guide_banner {width:544px;}

#index #content .guide_banner .image_l {
	float: left;
	margin-right:0px;
	}
#index #content .guide_banner .image_r {
	margin-left:0px;
	}
	
#index #content .m-bottom {margin-bottom:20px;}

#index .guide ul#index_nav  {
	margin:13px 20px 0 0;
	padding: 0;
	list-style: none;
	float: right;
	width:333px;
	}
	
*html #index .guide ul#index_nav  {
	margin:13px 10px 0 0;
	padding: 0;
	list-style: none;
	float: right;
	width:333px;
	}
		
#index .guide ul#index_nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#index #content ul#index_nav li{
	list-style: none;
    width:333px;
    padding:0px;
    margin: 0;
    text-indent:-9999px;
    }
              
#index #index_nav li a {
	display: block;
    height:24px;
	}
    
#index #i_nav01 { background: url(../images/index_nav_bg.png) 0 0 no-repeat;}
#index #i_nav02 { background: url(../images/index_nav_bg.png) 0 -24px no-repeat;}
#index #i_nav03 { background: url(../images/index_nav_bg.png) 0 -48px no-repeat;}
#index #i_nav04 { background: url(../images/index_nav_bg.png) 0 -72px no-repeat;}
#index #i_nav05 { background: url(../images/index_nav_bg.png) 0 -96px no-repeat;}

#index #i_nav01 a { background: url(../images/index_nav_bg.png) 0 0 no-repeat;}
#index #i_nav02 a { background: url(../images/index_nav_bg.png) 0 -24px no-repeat;}
#index #i_nav03 a { background: url(../images/index_nav_bg.png) 0 -48px no-repeat;}
#index #i_nav04 a { background: url(../images/index_nav_bg.png) 0 -72px no-repeat;}
#index #i_nav05 a { background: url(../images/index_nav_bg.png) 0 -96px no-repeat;}

.red{
	color:#FF0000;
	font-weight:bold;
}
.center{
	text-align:center;
}
    
/*-------- 08  Dr --------*/
#dr h2#title01 {background: url(../images/dr_h2-01.png) 0 0 no-repeat;}
#dr h3#title02 {background: url(../images/dr_h3-02.png) 0 0 no-repeat;}
#dr h3#title03 {background: url(../images/dr_h3-03.png) 0 0 no-repeat;}
#dr h4#title04 {background: url(../images/dr_h4-04.png) 0 0 no-repeat;}
#dr h4#title05 {background: url(../images/dr_h4-05.png) 0 0 no-repeat;}
#dr h4#title06 {background: url(../images/dr_h4-06.png) 0 0 no-repeat;}
#dr h4#title07 {background: url(../images/dr_h4-07.png) 0 0 no-repeat;}
#dr h4#title08 {background: url(../images/dr_h4-08.png) 0 0 no-repeat;}
#dr h3#title09 {background: url(../images/dr_h3-09.png) 0 0 no-repeat;}
#dr h3#title10 {background: url(../images/dr_h3-10.png) 0 0 no-repeat;}
#dr h4#title11 {background: url(../images/dr_h4-04.png) 0 0 no-repeat;}
#dr h4#title12 {background: url(../images/dr_h4-05.png) 0 0 no-repeat;}
#dr h4#title13 {background: url(../images/dr_h4-11.png) 0 0 no-repeat;}

#dr .caption {
	text-align: center;
	}
#dr dl{
    margin-top:0px;
    }
#dr #content ul{
    margin-bottom:0px;
    }
#dr .m-bottom{
    margin-bottom:30px;
    }
	
#dr .pro{width:300px; float:right;}

/*-------- 09  History --------*/
#history h2#title01 {background: url(../images/history_h2-01.png) 0 0 no-repeat;}
#history h3#title02 {background: url(../images/history_h3-02.png) 0 0 no-repeat;}
#history h3#title03 {background: url(../images/history_h3-03.png) 0 0 no-repeat;}
#history h3#title04 {background: url(../images/history_h3-04.png) 0 0 no-repeat;}

#history dt{
    float:left;
    width:170px;
    }
#history dd{
    margin-left:170px;
    }
#history th{
    background-color:#E4E4E4;
    width:150px;
    }
#history #map {  
    width: 370px;  
    height: 300px;  
    border: 2px solid #ccc;  
    margin: 18px;
    }
#history .history{
    background: url(../images/history_bg.jpg) 0 0 no-repeat;
    width:540px;
    height:400px;
    border: 1px dotted #ccc;
    margin-top:5px;
    }
#history table ul{
    margin-left:5px;
    }
#history table {
    width:540px;
    }
    
/*-------- 10  Inquiry --------*/
#inquiry h2#title01 {background: url(../images/inquiry_h2-01.png) 0 0 no-repeat;}
#inquiry h3#title02 {background: url(../images/inquiry_h3-02.png) 0 0 no-repeat;}

/*-------- 11  Case01 --------*/
#case01 h2#title01 {background: url(../images/case01_h2-01.png) 0 0 no-repeat;}
#case01 h3#title02 {background: url(../images/case01_h3-02.png) 0 0 no-repeat;}
#case01 h3#title03 {background: url(../images/case01_h3-03.png) 0 0 no-repeat;}
#case01 h3#title04 {background: url(../images/case01_h3-04.png) 0 0 no-repeat;}
#case01 h3#title05 {background: url(../images/case01_h3-05.png) 0 0 no-repeat;}
#case01 h3#title06 {background: url(../images/case01_h3-06.png) 0 0 no-repeat;}
#case01 h3#title07 {background: url(../images/case01_h3-07.png) 0 0 no-repeat;}

/*-------- 12  Case02 --------*/
#case02 h2#title01 {background: url(../images/case02_h2-01.png) 0 0 no-repeat;}
#case02 h3#title02 {background: url(../images/case02_h3-02.png) 0 0 no-repeat;}
#case02 h3#title03 {background: url(../images/case02_h3-03.png) 0 0 no-repeat;}

/*-------- 13  Implant --------*/
#implant #imp_nav01 { background: url(../images/implant_nav.png) 0      0 no-repeat;}
#implant #imp_nav02 { background: url(../images/implant_nav.png) -160px 0 no-repeat;}
#implant #imp_nav03 { background: url(../images/implant_nav.png) -320px 0 no-repeat;}
#implant #imp_nav04 { background: url(../images/implant_nav.png) 0      -40px no-repeat;}
#implant #imp_nav05 { background: url(../images/implant_nav.png) -160px -40px no-repeat;}
#implant #imp_nav06 { background: url(../images/implant_nav.png) -320px -40px no-repeat;}
#implant #imp_nav07 { background: url(../images/implant_nav.png) 0      -80px no-repeat;}
#implant #imp_nav08 { background: url(../images/implant_nav.png) -160px -80px no-repeat;}
#implant #imp_nav09 { background: url(../images/implant_nav.png) -320px -80px no-repeat;}

#implant #imp_nav01 a { background: url(../images/implant_nav.png) 0      0 no-repeat;}
#implant #imp_nav02 a { background: url(../images/implant_nav.png) -160px 0 no-repeat;}
#implant #imp_nav03 a { background: url(../images/implant_nav.png) -320px 0 no-repeat;}
#implant #imp_nav04 a { background: url(../images/implant_nav.png) 0      -40px no-repeat;}
#implant #imp_nav05 a { background: url(../images/implant_nav.png) -160px -40px no-repeat;}
#implant #imp_nav06 a { background: url(../images/implant_nav.png) -320px -40px no-repeat;}
#implant #imp_nav07 a { background: url(../images/implant_nav.png) 0      -80px no-repeat;}
#implant #imp_nav08 a { background: url(../images/implant_nav.png) -160px -80px no-repeat;}
#implant #imp_nav09 a { background: url(../images/implant_nav.png) -320px -80px no-repeat;}

#implant .implant_nav li {
   float: left;
   width:160px;
   height:40px;
   margin:0;
   padding:0px;
   text-indent:-9999px;
   }
#implant .implant_nav li a {
   display:block;
   height:40px;
   }

#implant h2#title01 {background: url(../images/implant_h2-01.png) 0 0 no-repeat;}
#implant h3#title02 {background: url(../images/implant_h3-02.png) 0 0 no-repeat;}
#implant h3#title03 {background: url(../images/implant_h3-03.png) 0 0 no-repeat;}
#implant h3#title04 {background: url(../images/implant_h3-04.png) 0 0 no-repeat;}

/*-- 13-1 Implant_step01 --*/
#implant_step01 h4#title05 {background: url(../images/implant_h4-05.png) 0 0 no-repeat; margin-top:10px;}

/*-- 13-2 Implant_step02 --*/
#implant_step02 h4#title05 {background: url(../images/implant_step02_h4-05.png) 0 0 no-repeat;margin-top:10px;}

/*-- 13-3 Implant_step03 --*/
#implant_step03 h4#title05 {background: url(../images/implant_step03_h4-05.png) 0 0 no-repeat;margin-top:10px;}

/*-- 13-4 Implant_step04 --*/
#implant_step04 h4#title05 {background: url(../images/implant_step04_h4-05.png) 0 0 no-repeat;margin-top:10px;}

/*-- 13-5 Implant_step05 --*/
#implant_step05 h4#title05 {background: url(../images/implant_step05_h4-05.png) 0 0 no-repeat;margin-top:10px;}

/*-- 13-6 Implant_step06 --*/
#implant_step06 h4#title05 {background: url(../images/implant_step06_h4-05.png) 0 0 no-repeat;margin-top:10px;}

/*-- 13-7 Implant_step07 --*/
#implant_step07 h4#title05 {background: url(../images/implant_step07_h4-05.png) 0 0 no-repeat;margin-top:10px;}

/*-- 13-8 Implant_step08 --*/
#implant_step08 h4#title05 {background: url(../images/implant_step08_h4-05.png) 0 0 no-repeat;margin-top:10px;}

/*-- 13-9 Implant_step09 --*/
#implant_step09 h4#title05 {background: url(../images/implant_step09_h4-05.png) 0 0 no-repeat;margin-top:10px;}

/*-------- 14  Aesthe --------*/
#aesthe h2#title01 {background: url(../images/aesthe_h2-01.png) 0 0 no-repeat;}
#aesthe h3#title02 {background: url(../images/aesthe_h3-02.png) 0 0 no-repeat;}
#aesthe h3#title03 {background: url(../images/aesthe_h3-03.png) 0 0 no-repeat;}
#aesthe h4#title04 {background: url(../images/aesthe_h4-04.png) 0 0 no-repeat;}
#aesthe h4#title05 {background: url(../images/aesthe_h4-05.png) 0 0 no-repeat;}
#aesthe h4#title06 {background: url(../images/aesthe_h4-06.png) 0 0 no-repeat;}
#aesthe h4#title07 {background: url(../images/aesthe_h4-07.png) 0 0 no-repeat;}
#aesthe h4#title08 {background: url(../images/aesthe_h4-08.png) 0 0 no-repeat;}

/*-------- 15  Denture --------*/
#denture h2#title01 {background: url(../images/denture_h2-01.png) 0 0 no-repeat;}
#denture h3#title02 {background: url(../images/denture_h3-02.png) 0 0 no-repeat;}
#denture h3#title03 {background: url(../images/denture_h3-03.png) 0 0 no-repeat;}
#denture h4#title04 {background: url(../images/denture_h4-04.png) 0 0 no-repeat;}
#denture h4#title05 {background: url(../images/denture_h4-05.png) 0 0 no-repeat;}
#denture h4#title06 {background: url(../images/denture_h4-06.png) 0 0 no-repeat;}

/*-------- 16  Connection --------*/
#connection h2#title01 {background: url(../images/connection_h2-01.png) 0 0 no-repeat;}
#connection h3#title02 {background: url(../images/connection_h3-02.png) 0 0 no-repeat;}
#connection h4#title03 {background: url(../images/connection_h4-03.png) 0 0 no-repeat;width:180px;}
#connection h4#title04 {background: url(../images/connection_h4-04.png) 0 0 no-repeat;width:180px;}

#connection .connection_box{
    width:200px;
    margin-right:5px;
    }
#connection .connection_box ul {
    margin-left:0px;
    }

#connection .connection ul {
	width: 520px;
	height: 360px;
	position: relative;
	background: url(../images/connection01.jpg) 0 0 no-repeat;
	padding: 0;
	margin: 0;
	}
#connection .connection ul li {
	position: absolute;
	padding: 0;
	margin: 0;
	background: none;
	}
#connection .connection ul li a {
	display: block;
	text-indent: -9999px;
	}

#connection .connection ul #connect01 {
	width: 70px;
	height: 70px;
	top: 83px;
	left: 95px;
	}
#connection .connection ul #connect01 a {
	height: 70px;
	}
#connection .connection ul #connect01 a:hover {
	background: url(../images/connection01.jpg) -95px -443px no-repeat;
	}

#connection .connection ul #connect02 {
	width: 82px;
	height: 82px;
	top: 131px;
	left: 9px;
	}
#connection .connection ul #connect02 a {
	height: 82px;
	}
#connection .connection ul #connect02 a:hover {
	background: url(../images/connection01.jpg) -9px -491px no-repeat;
	}

#connection .connection ul #connect03 {
	width: 60px;
	height: 60px;
	top: 53px;
	left: 230px;
	}
#connection .connection ul #connect03 a {
	height: 60px;
	}
#connection .connection ul #connect03 a:hover {
	background: url(../images/connection01.jpg) -230px -413px no-repeat;
	}

#connection .connection ul #connect04 {
	width: 70px;
	height: 70px;
	top: 83px;
	left: 355px;
	}
#connection .connection ul #connect04 a {
	height: 70px;
	}
#connection .connection ul #connect04 a:hover {
	background: url(../images/connection01.jpg) -355px -443px no-repeat;
	}

#connection .connection ul #connect05 {
	width: 90px;
	height: 90px;
	top: 203px;
	left: 315px;
	}
#connection .connection ul #connect05 a {
	height: 90px;
	}
#connection .connection ul #connect05 a:hover {
	background: url(../images/connection01.jpg) -315px -563px no-repeat;
	}

#connection .connection ul #connect06 {
	width: 82px;
	height: 82px;
	top: 131px;
	left: 429px;
	}
#connection .connection ul #connect06 a {
	height: 82px;
	}
#connection .connection ul #connect06 a:hover {
	background: url(../images/connection01.jpg) -429px -491px no-repeat;
	}

#connection .connection ul #connect07 {
	width: 90px;
	height: 90px;
	top: 203px;
	left: 115px;
	}
#connection .connection ul #connect07 a {
	height: 90px;
	}
#connection .connection ul #connect07 a:hover {
	background: url(../images/connection01.jpg) -115px -563px no-repeat;
	}




/*-------- 17  Sitemap --------*/
#sitemap h3#title01 {background: url(../images/sitemap_h2-01.png) 0 0 no-repeat;}
#sitemap h4#title02 {background: url(../images/sitemap_h3-02.png) 0 0 no-repeat;}
#sitemap h3#title03 {background: url(../images/sitemap_h2-03.jpg) 0 0 no-repeat;}
#sitemap h4#title04 {background: url(../images/sitemap_h3-04.jpg) 0 0 no-repeat;}
#sitemap h3#title05 {background: url(../images/sitemap_h2-05.jpg) 0 0 no-repeat;}
#sitemap h4#title06 {background: url(../images/sitemap_h3-06.jpg) 0 0 no-repeat;}
#sitemap h3#title07 {background: url(../images/sitemap_h2-07.jpg) 0 0 no-repeat;}
#sitemap p#title08 {background: url(../images/sitemap_h3-08.jpg) 0 0 no-repeat; height:50px; text-indent:-9999px;}
#sitemap h3#title09 {background: url(../images/sitemap_h2-09.jpg) 0 0 no-repeat;}
#sitemap h4#title10 {background: url(../images/sitemap_h3-10.jpg) 0 0 no-repeat;}
#sitemap h3#title11 {background: url(../images/sitemap_h2-11.jpg) 0 0 no-repeat;}
#sitemap h4#title12 {background: url(../images/sitemap_h3-12.jpg) 0 0 no-repeat;}
#sitemap h3#title13 {background: url(../images/sitemap_h2-13.jpg) 0 0 no-repeat;}
#sitemap h4#title14 {background: url(../images/sitemap_h3-14.jpg) 0 0 no-repeat;}
#sitemap h3#title15 {background: url(../images/sitemap_h2-15.jpg) 0 0 no-repeat;}
#sitemap h4#title16 {background: url(../images/sitemap_h3-16.jpg) 0 0 no-repeat;}

#sitemap #content ul{
    margin-left:10px;
    }
#sitemap #content ul li {
    font-size:105%;
    }
#sitemap #content h2 {
	height: 120px;
	text-indent:0;
	margin:0 0 15px 0;
	}
#sitemap #content h3 {
	height: 30px;
	text-indent: -9999px;
	margin: 0 15px;
	}
#sitemap #content h4 {
	clear: both;
	height: 30px;
	text-indent: -9999px;
	}
