@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Prevent                     */
/*                 09  Implant                     */
/*                 10  Implant Prevent             */
/*                 11  Condition                   */
/*                 12  Maintenance                 */
/*                 13  Regeneration                */
/*                 14  Implant Aesthe              */
/*                 15  Media Coverage              */
/*                 16  Case                        */
/*                 17  Dr Staff                    */
/*                 18  Clinic                      */
/*                 19  Contact                     */
/*                 20  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Wine Red       #ab0101      */
/*        Main Color - Dark Red       #680101      */
/*        Main Color - Beige          #c2916b      */
/*                                                 */
/*        Sub Color  - Light Grey     #cecece      */
/*                                                 */
/*==================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) top repeat-x; }

#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y;
	width: 840px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
#container {
	background: url(../images/container_bg.jpg) top no-repeat;
	width: 800px;
	margin: 0;
	padding: 0 20px;
	}
* html bodt #container { width: 840px; }

#main {
	width: 800px;
	margin: 0;
	background: url(../images/main_bg.png) repeat-y;
	clear: both;
	}

#content {
	width: 600px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 2em 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 70px;
	width: 800px;
	margin: 0;
	padding: 0;
	}

h1 {
	text-indent: -9999px;
	width: 540px;
	height: 52px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 540px;
	height: 52px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	outline: none;
	}
	
h1 span {
	display: block;
	width: 540px;
	height: 52px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	outline: none;
	}

#header p.lead {
	height: 16px;
	line-height: 16px;
	margin: 0 0 0 20px;;
	padding: 2px 0 0 0;
	color: #ddd;
	}
* html body #header p.lead { height: 18px; }

#header .alpha {
	width: 378px;
	float: left;
	}

#header .beta {
	width: 252px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	height: 51px;
	}
#header p.tel img { display: block; }

#header_nav {
	margin: 0;
	padding: 3px 18px 0 0;
	list-style: none;
	color: #bbb;
	float: right;
	text-align: right;
	font-size: 10px;
	}

#header_nav li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	color: #fff;
	text-decoration: none;
	}


/*----------04  Navigation -----------*/

#global_nav {
	width: 800px;
	height: 30px;
	margin: 0;
	padding: 0;
	border-top: 5px solid #000;
	clear: both;
	}
* html body #global_nav { height: 35px; }
#global_nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: left;
	height: 30px;
	}

#global_nav li a {
	display: block;
	height: 30px;
	}

#g-nav01 { width: 68px; }
#g-nav02 { width: 169px; }
#g-nav03 { width: 192px; }
#g-nav04 { width: 196px; }
#g-nav05 { width: 75px; }
#g-nav06 { width: 100px; }

#g-nav01 a { background: url(../images/global_nav.jpg) 0 0 no-repeat; }
#g-nav02 a { background: url(../images/global_nav.jpg) -68px 0 no-repeat; }
#g-nav03 a { background: url(../images/global_nav.jpg) -237px 0 no-repeat; }
#g-nav04 a { background: url(../images/global_nav.jpg) -429px 0 no-repeat; }
#g-nav05 a { background: url(../images/global_nav.jpg) -625px 0 no-repeat; }
#g-nav06 a { background: url(../images/global_nav.jpg) -700px 0 no-repeat; }

#g-nav01 a:hover { background: url(../images/global_nav.jpg) 0 -30px no-repeat; }
#g-nav02 a:hover { background: url(../images/global_nav.jpg) -68px -30px no-repeat; }
#g-nav03 a:hover { background: url(../images/global_nav.jpg) -237px -30px no-repeat; }
#g-nav04 a:hover { background: url(../images/global_nav.jpg) -429px -30px no-repeat; }
#g-nav05 a:hover { background: url(../images/global_nav.jpg) -625px -30px no-repeat; }
#g-nav06 a:hover { background: url(../images/global_nav.jpg) -700px -30px no-repeat; }


#nav {
	width: 200px;
	float: left;
	padding: 5px 0 20px 0;
	}

#nav dt#menu01 {
	height: 50px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	background: url(../images/nav_h2-01.png) 0 0 no-repeat;
	}
#nav dt#menu02 {
	height: 49px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	background: url(../images/nav_h2-02.png) 0 0 no-repeat;
	}

#nav dl {
	padding: 5px 0 9px 0;
	margin: 0 0 5px 0;
	}

#nav dd {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 20px;
	text-indent: -9999px;
	}

#nav dd a {
	display: block;
	height: 20px;
	outline: none;
	}

#nav .internal01 { background: url(../images/internal01.png) 0 0 no-repeat; }
#nav .internal02 { background: url(../images/internal02.png) 0 0 no-repeat; }

#nav01 a { background: url(../images/internal01.png) 0 -5px no-repeat; }
#nav02 a { background: url(../images/internal01.png) 0 -25px no-repeat; }
#nav03 a { background: url(../images/internal01.png) 0 -45px no-repeat; }
#nav04 a { background: url(../images/internal01.png) 0 -65px no-repeat; }
#nav05 a { background: url(../images/internal01.png) 0 -85px no-repeat; }
#nav06 a { background: url(../images/internal01.png) 0 -105px no-repeat; }
#nav07 a { background: url(../images/internal01.png) 0 -125px no-repeat; }
#nav08 a { background: url(../images/internal01.png) 0 -145px no-repeat; }
#nav09 a { background: url(../images/internal01.png) 0 -165px no-repeat; }

#nav10 a { background: url(../images/internal02.png) 0 -5px no-repeat; }
#nav11 a { background: url(../images/internal02.png) 0 -25px no-repeat; }
#nav12 a { background: url(../images/internal02.png) 0 -45px no-repeat; }
#nav13 a { background: url(../images/internal02.png) 0 -65px no-repeat; }
#nav14 a { background: url(../images/internal02.png) 0 -85px no-repeat; }

#nav01 a:hover { background: url(../images/internal01.png) -200px -5px no-repeat; }
#nav02 a:hover { background: url(../images/internal01.png) -200px -25px no-repeat; }
#nav03 a:hover { background: url(../images/internal01.png) -200px -45px no-repeat; }
#nav04 a:hover { background: url(../images/internal01.png) -200px -65px no-repeat; }
#nav05 a:hover { background: url(../images/internal01.png) -200px -85px no-repeat; }
#nav06 a:hover { background: url(../images/internal01.png) -200px -105px no-repeat; }
#nav07 a:hover { background: url(../images/internal01.png) -200px -125px no-repeat; }
#nav08 a:hover { background: url(../images/internal01.png) -200px -145px no-repeat; }
#nav09 a:hover { background: url(../images/internal01.png) -200px -165px no-repeat; }

#nav10 a:hover { background: url(../images/internal02.png) -200px -5px no-repeat; }
#nav11 a:hover { background: url(../images/internal02.png) -200px -25px no-repeat; }
#nav12 a:hover { background: url(../images/internal02.png) -200px -45px no-repeat; }
#nav13 a:hover { background: url(../images/internal02.png) -200px -65px no-repeat; }
#nav14 a:hover { background: url(../images/internal02.png) -200px -85px no-repeat; }


#nav p {
	text-align: center;
	margin: 0 auto 5px auto;
	line-height: 1.0;
	}
#nav p.nil { margin-bottom: 2px; }



/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 14px 0 8px 0;
	margin: 0;
	background: #fff url(../images/footer_bg.jpg) top repeat-x;
	font-size: 85%;
	text-align: center;
	color: #999;
	}
*: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: #885555;
	}
#footer a:hover { text-decoration: underline; }

#footer p { 
	display: inline;
	margin: 0 0 2px 3em;
	padding: 0;
	}

#footer ul { 
	display: inline;
	list-style: none;
	margin: 0 3em 2px 0;
	padding: 0;
	clear: both;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address {
	margin: 8px 1em;
	text-align: center;
	color: #cc0101;
	}
#footer address a { color: #ff0000; }


/*---------- 06  Contents -----------*/

.section { padding: .5em 30px; }
.section .section { padding: .5em 0; }

p.center { text-align: center; }

#content h2 {
	height: 46px;
	text-indent: -9999px;
	margin: 0 15px;
	}
#content h3 {
	clear: both;
	height: 35px;
	text-indent: -9999px;
	margin-left: -10px;
	}
#content h4 {
	height: 29px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 108%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	}

#content ul li {
	list-style: none;
	background: url(../images/li_bg.png) 0 8px no-repeat;
	padding-left: 14px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { font-weight: bold; }

#content a { text-decoration: underline; }
a { color: #ab0101; }
a:hover { color: #680101; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_l  {
	float: left;
	margin: 0 16px 16px 0;
	}

.image_r {
	float: right;
	margin: 0 0 16px 16px;
	}

.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.png) center center no-repeat;
	}
.case img {
	display: block;
	}

.case .caption {
	text-align: center;
	}


#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 100px;
	height: 13px;
	line-height: 13px;
	margin: 0;
	padding: 0;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 14px;
	padding-left: 20px;
	background: url(../images/to_top.jpg) 0 0 no-repeat;
	}

p.caution {
	padding-left: 24px;
	}



/*---------- 07  Index -----------*/

#index #content { padding-top: 1em; }

#index #content .section { padding: .5em 15px; }

#index h2#title01 {
	width: 420px;
	height: 400px;
	float: right;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	background: url(../images/index_h2-01.jpg) bottom left no-repeat;
	}

#index h3 {
	height: 36px;
	margin: 0;
	}
#index h3#title02 { background: url(../images/index_h3-02.jpg) 0 0 no-repeat; }
#index h3#title03 { background: url(../images/index_h3-03.jpg) 0 0 no-repeat; }
#index h3#title04 { background: url(../images/index_h3-04.jpg) 0 0 no-repeat; }

#index h4 {
	height: 30px;
	margin: 0;
	}
#index h4#title04 { background: url(../images/index_h4-04.jpg) 0 0 no-repeat; }
#index h4#title05 { background: url(../images/index_h4-05.jpg) 0 0 no-repeat; }
#index h4#title06 { background: url(../images/index_h4-06.jpg) 0 0 no-repeat; }
#index h4#title07 { background: url(../images/index_h4-07.jpg) 0 0 no-repeat; }
#index h4#title08 { background: url(../images/index_h4-08.jpg) 0 0 no-repeat; }
#index h4#title09 { background: url(../images/index_h4-09.jpg) 0 0 no-repeat; }
#index h4#title10 { background: url(../images/index_h4-10.jpg) 0 0 no-repeat; }
#index h4#title11 { background: url(../images/index_h4-11.jpg) 0 0 no-repeat; }
#index h4#title12 { background: url(../images/index_h4-12.jpg) 0 0 no-repeat; }

#top_content {
	width: 800px;
	height: 400px;
	background: url(../images/top_content_bg.jpg) 0 0 no-repeat;
	}
#top_content ul,
#top_content li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#top_content ul.alpha {
	width: 315px;
	float: left;
	padding: 10px 0 40px 0;
	background: url(../images/top_content_menu.jpg) 0 0 no-repeat;
	}
#top_content ul.alpha li {
	height: 70px;
	text-indent: -9999px;
	}
#top_content ul.alpha li a {
	display: block;
	height: 70px;
	}
#top_content li#t-nav01 a { background: url(../images/top_content_menu.jpg) 0 -10px no-repeat; }
#top_content li#t-nav02 a { background: url(../images/top_content_menu.jpg) 0 -80px no-repeat; }
#top_content li#t-nav03 a { background: url(../images/top_content_menu.jpg) 0 -150px no-repeat; }
#top_content li#t-nav04 a { background: url(../images/top_content_menu.jpg) 0 -220px no-repeat; }
#top_content li#t-nav05 a { background: url(../images/top_content_menu.jpg) 0 -290px no-repeat; }


#top_content li#t-nav01 a:hover { background: url(../images/top_content_menu.jpg) -315px -10px no-repeat; }
#top_content li#t-nav02 a:hover { background: url(../images/top_content_menu.jpg) -315px -80px no-repeat; }
#top_content li#t-nav03 a:hover { background: url(../images/top_content_menu.jpg) -315px -150px no-repeat; }
#top_content li#t-nav04 a:hover { background: url(../images/top_content_menu.jpg) -315px -220px no-repeat; }
#top_content li#t-nav05 a:hover { background: url(../images/top_content_menu.jpg) -315px -290px no-repeat; }

#index #pckp {
	border: 1px solid #9e9e9e;
	background: #eee;
	padding: 0 0 0 8px;
	}

#index #pckp #pckp01 {
	margin-bottom: 5px;
	}

#index #pckp .pckp-content {
	width: 140px;
	float: left;
	line-height: 1.3;
	font-size: 85%;
	padding-bottom: 5px;
	}
*:first-child+html #index #pckp .pckp-content { font-size: 9px; } /*  for IE7 only */
* html body#index #pckp .pckp-content { font-size: 9px; } /*  for IE6 only */

#index #pckp .pckp-content .description { margin-right: 18px; }

#index #clinic-info div {
	width: 350px;
	float: right;
	font-size: 12px;
	}
*:first-child+html #index #clinic-info div { font-size: 12px; } /*  for IE7 only */
* html body#index #clinic-info div { font-size: 12px; } /*  for IE6 only */

#index #clinic-info div dl { margin: 1em 0; }
#index #clinic-info div dl dt {
	margin: 0;
	padding-left: 15px;
	width: 70px;
	float: left;
	background: url(../images/index_clinic-info_dt.png) 0 2px no-repeat;
	}
#index #clinic-info div dl dd { margin-left: 85px; }

#index #clinic-info p {
	width: 200px;
	float: left;
	}

.info{
	font-size:14px;
	color:#FF0000;
	font-weight:bold;
}

/*---------- 08  Prevent -----------*/

#prevent h2#title01 { background: url(../images/prevent_h2-01.jpg) 0 0 no-repeat; }
#prevent h3#title02 { background: url(../images/prevent_h3-02.jpg) 0 0 no-repeat; }
#prevent h3#title03 { background: url(../images/prevent_h3-03.jpg) 0 0 no-repeat; }


/*---------- 09  Implant -----------*/

#implant h2#title01 { background: url(../images/implant_h2-01.jpg) 0 0 no-repeat; }
#implant h3#title02 { background: url(../images/implant_h3-02.jpg) 0 0 no-repeat; }
#implant h4#title03 { background: url(../images/implant_h4-03.jpg) 0 0 no-repeat; }
#implant h4#title04 { background: url(../images/implant_h4-04.jpg) 0 0 no-repeat; }


/*---------- 10  Implant Prevent -----------*/

#implant-prevent h2#title01 { background: url(../images/implant-prevent_h2-01.jpg) 0 0 no-repeat; }
#implant-prevent h3#title02 { background: url(../images/implant-prevent_h3-02.jpg) 0 0 no-repeat; }


/*---------- 11  Condition -----------*/

#condition h2#title01 { background: url(../images/condition_h2-01.jpg) 0 0 no-repeat; }
#condition h3#title02 { background: url(../images/condition_h3-02.jpg) 0 0 no-repeat; }
#condition h3#title03 { background: url(../images/condition_h3-03.jpg) 0 0 no-repeat; }
#condition h3#title04 { background: url(../images/condition_h3-04.jpg) 0 0 no-repeat; }


/*---------- 12  Maintenance -----------*/

#maintenance h2#title01 { background: url(../images/maintenance_h2-01.jpg) 0 0 no-repeat; }
#maintenance h3#title02 { background: url(../images/maintenance_h3-02.jpg) 0 0 no-repeat; }
#maintenance h4#title03 { background: url(../images/maintenance_h4-03.jpg) 0 0 no-repeat; }
#maintenance h4#title04 { background: url(../images/maintenance_h4-04.jpg) 0 0 no-repeat; }


/*---------- 13  Regeneration -----------*/

#regeneration h2#title01 { background: url(../images/regeneration_h2-01.jpg) 0 0 no-repeat; }
#regeneration h3#title02 { background: url(../images/regeneration_h3-02.jpg) 0 0 no-repeat; }
#regeneration h3#title03 { background: url(../images/regeneration_h3-03.jpg) 0 0 no-repeat; }
#regeneration h3#title04 { background: url(../images/regeneration_h3-04.jpg) 0 0 no-repeat; }
#regeneration h3#title05 { background: url(../images/regeneration_h3-05.jpg) 0 0 no-repeat; }


/*---------- 14  Implant Aesthe -----------*/

#implant-aesthe h2#title01 { background: url(../images/implant-aesthe_h2-01.jpg) 0 0 no-repeat; }
#implant-aesthe h3#title02 { background: url(../images/implant-aesthe_h3-02.jpg) 0 0 no-repeat; }
#implant-aesthe h3#title03 { background: url(../images/implant-aesthe_h3-03.jpg) 0 0 no-repeat; }
#implant-aesthe h3#title04 { background: url(../images/implant-aesthe_h3-04.jpg) 0 0 no-repeat; }
#implant-aesthe h3#title05 { background: url(../images/implant-aesthe_h3-05.jpg) 0 0 no-repeat; }


/*---------- 15  Media Coverage -----------*/

#media-coverage h2#title01 { background: url(../images/media-coverage_h2-01.jpg) 0 0 no-repeat; }



/*---------- 16  Case -----------*/

#case h2#title01 { background: url(../images/case_h2-01.jpg) 0 0 no-repeat; }
#case h3#title02 { background: url(../images/case_h3-02.jpg) 0 0 no-repeat; }
#case h3#title03 { background: url(../images/case_h3-03.jpg) 0 0 no-repeat; }
#case h3#title04 { background: url(../images/case_h3-04.jpg) 0 0 no-repeat; }
#case h3#title05 { background: url(../images/case_h3-05.jpg) 0 0 no-repeat; }
#case h3#title06 { background: url(../images/case_h3-06.jpg) 0 0 no-repeat; }
#case h3#title07 { background: url(../images/case_h3-07.jpg) 0 0 no-repeat; }


/*---------- 17  Dr Staff -----------*/

#dr-staff h2#title01 { background: url(../images/dr-staff_h2-01.jpg) 0 0 no-repeat; }
#dr-staff h3#title02 { background: url(../images/dr-staff_h3-02.jpg) 0 0 no-repeat; }
#dr-staff h4#title03 { background: url(../images/dr-staff_h4-03.jpg) 0 0 no-repeat; }
#dr-staff h4#title04 { background: url(../images/dr-staff_h4-04.jpg) 0 0 no-repeat; }
#dr-staff h3#title05 { background: url(../images/dr-staff_h3-05.jpg) 0 0 no-repeat; }
#dr-staff h3#title06 { background: url(../images/dr-staff_h3-06.jpg) 0 0 no-repeat; }
#dr-staff h4#title07 { background: url(../images/dr-staff_h4-07.jpg) 0 0 no-repeat; }
#dr-staff h4#title08 { background: url(../images/dr-staff_h4-08.jpg) 0 0 no-repeat; }
#dr-staff h4#title09 { background: url(../images/dr-staff_h4-09.jpg) 0 0 no-repeat; }
#dr-staff h4#title10 { background: url(../images/dr-staff_h4-10.jpg) 0 0 no-repeat; }
#dr-staff h3#title11 { background: url(../images/dr-staff_h3-11.jpg) 0 0 no-repeat; }
#dr-staff h4#title12 { background: url(../images/dr-staff_h4-12.jpg) 0 0 no-repeat; }
#dr-staff h4#title13 { background: url(../images/dr-staff_h4-13.jpg) 0 0 no-repeat; }


#dr-staff .dr01 {
	float: left;
	width: 370px;
	padding: 0 0 10px 0;
}

#dr-staff .dr01 dl dt {
     margin-left:-10px;
	 float: left;
	 width:4em;}
#dr-staff .dr01 dl dd{
     overflow:hidden;}
	 
#dr-staff .staff01 {
	float: right;
	width: 380px;
	padding: 0;
}

/*---------- 18  Clinic -----------*/

#clinic h2#title01 { background: url(../images/clinic_h2-01.jpg) 0 0 no-repeat; }
#clinic h3#title02 { background: url(../images/clinic_h3-02.jpg) 0 0 no-repeat; }
#clinic h4#title03 { background: url(../images/clinic_h4-03.jpg) 0 0 no-repeat; }
#clinic h4#title04 { background: url(../images/clinic_h4-04.jpg) 0 0 no-repeat; }
#clinic h3#title05 { background: url(../images/clinic_h3-05.jpg) 0 0 no-repeat; }

#clinic .access {
	float: left;
	width: 320px;
	padding: 0 0 10px 0;
	margin:0;}

#clinic .access dl dt {
     margin-left:-10px;
     margin-right:0px;
	 float: left;
	 width:7em;}
#clinic .access dl dd{
     margin-left:0px;
     overflow:hidden;}
	 
#clinic .access02 {
	float: left;
	width: 320px;
	padding: 0 0 10px 0;
	margin:0;}

#clinic .access02 dl dt {
     margin-left:-10px;
     margin-right:0px;
	 float: left;
	 width:5em;}
#clinic .access02 dl dd{
     margin-left:0px;
     overflow:hidden;}


#clinic #map {
	width: 500px;
	height: 360px;
	border: 1px solid #666;
	margin-bottom: 18px;
	}

#clinic #content #map .InfoWin { width: 240px; }
#clinic #content #map .InfoWin p {
	margin-left: 24px;
	font-size: 108%;
	color: #666;
	letter-spacing: 1px;
	} 


/*---------- 19  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 h3#title03 { background: url(../images/contact_h3-03.jpg) 0 0 no-repeat; }

#contact #form table {
	text-align: left;	
	background-color:#999;
	border:none;
	font-size:12px;	
	color: #666;
}
#contact table.form th {
	background-color: #EEE;	
	text-align: left;
	font-size:12px;	
	color:#666;
	width: 150px;
}
#contact table.form td {
	background-color: #FFF;
	font-size:12px;	
	color:#666;	
}

#contact table.form td,
#contact table.form th,{
	border:none;
}


/*---------- 20  Sitemap -----------*/

#sitemap h2#title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }
#sitemap h3#title02 { background: url(../images/sitemap_h3-02.jpg) 0 0 no-repeat; }
#sitemap h3#title03 { background: url(../images/sitemap_h3-03.jpg) 0 0 no-repeat; }


/* strong*/

#str {
	text-align: center;
}

#str strong {
	font-weight: normal;
}
