@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Concept                     */
/*                 09  Staff                       */
/*                 10  Clinic                      */
/*                 11  Recruit                     */
/*                 12  Perio                       */
/*                 13  Prevent                     */
/*                 14  Laser                       */
/*                 15  Child                       */
/*                 16  Ortho                       */
/*                 17  Aesthe                      */
/*                 18  Implant                     */
/*                 19  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,h1,h2,h3,h4,h5,h6,p,table,tr,th,td,dl,dt,dd,img,span,div,ul,li,img {
	margin:0px;
	border:none;
	padding:0px;
	font-size:12px;
	line-height:1.7em;
	list-style-type:none;
}

body {}

table th,
table td {	vertical-align:top;
}

#layout {
  width: 950px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  background: url(../img/bg_body.jpg) top no-repeat;
  }

#wrapper {
  width: 920px;
  margin: 0 auto;
  padding: 0;
  padding-bottom:20px;
  text-align: left;
  }

#main {  width:650px;
  float: right;

  }

#content {
  width:650px;
  float: right;
  font-size: 100%;
  line-height: 1.6;
  color:#000000;
  }

#content p {
	font-size:14px;
}

#content .cs p {
	font-size:12px;
}

#content.index {
  width: 490px;
  float: left;
  display:inline;
  margin-left:10px;
}

/*---------- 03  Header -----------*/

#header {
  background: url(../img/bg_header.jpg) 0 0 no-repeat;
  height:175px;
  width:920px;
  position:relative;
  }

h1 {
　  width:920px;
	position:absolute;
	left: 5px;
	color:#FFFFFF;
}


p#top {
	width: 400px;
	height: 70px;
	float: left;
	position:absolute;
	top: 35px;
	left: 12px;
  }

/*
p#top a {
  display: block;
	width: 365px;
  height: 75px;
  }
*/

p.h_banner {
	position:absolute;
	width:230px;
	height:50px;
	left: 711px;
	top: 20px;
}


p.h_banner a:hover {
  background: url(../img/h_banner.jpg) 0 0 no-repeat;
}




ul#gn {
	position:absolute;
	width:920px;
	height:70px;
	left: 0px;
	top: 105px;
	margin:0;
	padding:0;
}

ul#gn li a {
	display:block;
	height:70px;
}

ul#gn li {
	height:70px;
	float:left;
}


ul#gn li.gn01,
ul#gn li.gn01 a {
	width:173px;
}

ul#gn li.gn02,
ul#gn li.gn02 a {
	width:160px;
}

ul#gn li.gn03,
ul#gn li.gn03 a {
	width:260px;
}

ul#gn li.gn04,
ul#gn li.gn04 a {
	width:150px;
}

ul#gn li.gn05,
ul#gn li.gn05 a {
	width:177px;
}

ul#gn li.gn01 a:hover { background: url(./img/gn01hover.jpg) 0 0 no-repeat; }
ul#gn li.gn02 a:hover { background: url(./img/gn02hover.jpg) 0 0 no-repeat; }
ul#gn li.gn03 a:hover { background: url(./img/gn03hover.jpg) 0 0 no-repeat; }
ul#gn li.gn04 a:hover { background: url(./img/gn04hover.jpg) 0 0 no-repeat; }
ul#gn li.gn05 a:hover { background: url(./img/gn05hover.jpg) 0 0 no-repeat; }


#main_img {	
}

ul#mn {
	position:absolute;
	width:300px;
	height:320px;
	left: 15px;
	top: 20px;
	margin:0;
	padding:0;
}

ul#mn li a {
	display:block;
	width:145px;
	height:100px;
}


ul#mn li.mn01 { position:absolute; }
ul#mn li.mn02 {
	position:absolute;
	left: 155px;
}
ul#mn li.mn03 {
	position:absolute;
	top: 110px;
}
ul#mn li.mn04 {
	position:absolute;
	top: 110px;
	left: 155px;
}
ul#mn li.mn05 {
	position:absolute;
	top: 220px;
}

ul#mn li.mn06 {
	position:absolute;
	top: 220px;
	left: 155px;
}

ul#mn li.mn01 a:hover { background: url(../img/mn01.jpg) 0 0 no-repeat; }
ul#mn li.mn02 a:hover { background: url(../img/mn04.jpg) 0 0 no-repeat; }
ul#mn li.mn03 a:hover { background: url(../img/mn02.jpg) 0 0 no-repeat; }
ul#mn li.mn04 a:hover { background: url(../img/mn05.jpg) 0 0 no-repeat; }
ul#mn li.mn05 a:hover { background: url(../img/mn03.jpg) 0 0 no-repeat; }
ul#mn li.mn06 a:hover { background: url(../img/mn06.jpg) 0 0 no-repeat; }



#index_m {
	  width:920px;
	  height:430px;
	  background: url(../img/index_main.jpg) 0 0 no-repeat;
	  margin:5px auto;
	  overflow:hidden;
}

/*----------04  Navigation -----------*/

#nav {
	  width:250px;
	  float: left;
  }

#menu01 {
	margin-bottom:10px;
}

#menu01 dd a {
	display:block;
	width:250px;
	height:50px;
}


#menu01 dd.n01 a {background: url(../img/n01_1.jpg) 0 0 no-repeat;}
#menu01 dd.n02 a {background: url(../img/n01_2.jpg) 0 0 no-repeat;}
#menu01 dd.n03 a {background: url(../img/n01_3.jpg) 0 0 no-repeat;}

#menu01 dd.n01 a:hover {background: url(../img/n01_1_ov.jpg) 0 0 no-repeat;}
#menu01 dd.n02 a:hover {background: url(../img/n01_2_ov.jpg) 0 0 no-repeat;}
#menu01 dd.n03 a:hover {background: url(../img/n01_3_ov.jpg) 0 0 no-repeat;}



#menu02 dd a {
	display:block;
	width:250px;
	height:50px;
}


#menu02 dd.n01 a {background: url(../img/n02_1.jpg) 0 0 no-repeat;}
#menu02 dd.n02 a {background: url(../img/n02_2.jpg) 0 0 no-repeat;}
#menu02 dd.n03 a {background: url(../img/n02_3.jpg) 0 0 no-repeat;}
#menu02 dd.n04 a {background: url(../img/n02_4.jpg) 0 0 no-repeat;}
#menu02 dd.n05 a {background: url(../img/n02_5.jpg) 0 0 no-repeat;}

#menu02 dd.n01 a:hover {background: url(../img/n02_1_ov.jpg) 0 0 no-repeat;}
#menu02 dd.n02 a:hover {background: url(../img/n02_2_ov.jpg) 0 0 no-repeat;}
#menu02 dd.n03 a:hover {background: url(../img/n02_3_ov.jpg) 0 0 no-repeat;}
#menu02 dd.n04 a:hover {background: url(../img/n02_4_ov.jpg) 0 0 no-repeat;}
#menu02 dd.n05 a:hover {background: url(../img/n02_5_ov.jpg) 0 0 no-repeat;}


#menu03 {
	border-bottom:1px #9BBE60 solid;
}

#menu03 dd a {
	display:block;
	width:230px;
	_width:250px;
	height:30px;
	line-height:30px;
	padding-left:20px;
	color:#000000;
}

#menu03 dd.n01 a {background: url(../img/n03_1.jpg) 0 0 no-repeat;}
#menu03 dd.n02 a {background: url(../img/n03_2.jpg) 0 0 no-repeat;}

#menu03 dd.n01 a:hover {background: url(../img/n03_1_ov.jpg) 0 0 no-repeat;}
#menu03 dd.n02 a:hover {background: url(../img/n03_1_ov.jpg) 0 0 no-repeat;}




#menu04 {
	border-bottom:1px #FF9149 solid;
	margin-bottom:10px;
}

#menu04 dd a {
	display:block;
	width:230px;
	_width:250px;
	height:30px;
	line-height:30px;
	padding-left:20px;
	color:#000000;
}

#menu04 dd.n01 a {background: url(../img/n04_1.jpg) 0 0 no-repeat;}

#menu04 dd.n02 a {background: url(../img/n04_2.jpg) 0 0 no-repeat;
height:50px;
line-height:25px;}

#menu04 dd.n03 a {background: url(../img/n04_3.jpg) 0 0 no-repeat;}

#menu04 dd.n01 a:hover {background: url(../img/n04_1_ov.jpg) 0 0 no-repeat;}
#menu04 dd.n02 a:hover {background: url(../img/n04_2_ov.jpg) 0 0 no-repeat;}
#menu04 dd.n03 a:hover {background: url(../img/n04_3_ov.jpg) 0 0 no-repeat;}




#menu li span {
	display:block;
	padding-left:20px;
	width:190px;
	_width:210px;
	line-height:30px;
    background: url(../img/navi_tile.jpg) 0 0 no-repeat;
  color:#000000;
    }

li.mm a {
	display:block;
	width:250px;
	height:40px;	
	margin:10px auto 5px auto;
}

.m01  {
	width:300px;
	height:430px;
	overflow:hidden;
	position:relative;	
	float:left;
	margin-right:10px;
}

.m01_1 a {
	display:block;
	width:300px;
	height:80px;
}

.m01_1 a:hover {
    background: url(../img/m01_h.jpg) 0 0 no-repeat;
}

.m01_2 img {
	display:block;
	position:absolute;
	top:80px;
}


.m01_3 {
	width:90px;
	height:75px;
}

.m01_3 a {
	display:block;
	width:90px;
	height:75px;
    background: url(../img/spacer.gif) 0 0 no-repeat;
}

.m01_3 a.mbt01 {
	position:absolute;
	top:200px;
	left:10px;
}

.m01_3 a.mbt02 {
	position:absolute;
	top:200px;
	left:105px;
}

.m01_3 a.mbt03 {
	position:absolute;
	top:200px;
	left:200px;
}

.m01_3 a.mbt04 {
	position:absolute;
	top:270px;
	left:10px;
}

.m01_3 a.mbt05 {
	position:absolute;
	top:270px;
	left:105px;
}

.m01_3 a.mbt06 {
	position:absolute;
	top:270px;
	left:200px;
}

.m01_4 a {
	display:block;
	width:250px;
	height:45px;
	position:absolute;
	top:355px;
	left:25px;
}

.mr0 {
	margin-right:0px;
}


li.m02 a {
	display:block;
	width:250px;
	height:40px;	
    background: url(../img/m02.jpg) 0 0 no-repeat;
}

li.m03 a {
	display:block;
	width:250px;
	height:40px;	
    background: url(../img/m03.jpg) 0 0 no-repeat;
	margin-bottom:5px;
}

li.m01 a:hover {background: url(../img/m01_ov.jpg) 0 0 no-repeat;}
li.m02 a:hover {background: url(../img/m02_ov.jpg) 0 0 no-repeat;}
li.m03 a:hover {background: url(../img/m03_ov.jpg) 0 0 no-repeat;}

#menu li.m04 a {
	display:block;
	width:240px;
	height:34px;	
    background: url(../img/m04.jpg) 0 0 no-repeat;
}

#menu li.m04 a:hover {
    background: url(../img/m04_ov.jpg) 0 0 no-repeat;
}

#menu li.m04 a {
	display:block;
	width:240px;
	height:34px;	
    background: url(../img/m04.jpg) 0 0 no-repeat;
}

#menu li.m05 {
	padding-left:5px;
	}

#menu li.m06 a {
	display:block;
	width:240px;
	height:34px;	
    background: url(../img/m06.jpg) 0 0 no-repeat;
	margin:5px 0 2px 0;
}

#menu li.m06 a:hover {
    background: url(../img/m06_ov.jpg) 0 0 no-repeat;
}

#menu li.m07 a {
	display:block;
	width:240px;
	height:34px;	
    background: url(../img/m07.jpg) 0 0 no-repeat;
	margin-bottom:2px;
}

#menu li.m07 a:hover {
    background: url(../img/m07_ov.jpg) 0 0 no-repeat;
}

#menu li.m08 {
	margin:2px 0;
	}

.top10 {
	padding-top:10px;
}

#menu li ul li a {
	display:block;
	padding-left:15px;
	width:230px;
	_width:230px;
	line-height:28px;
    background: url(../img/mp.jpg) 0 0 no-repeat;
  color:#000000;
    }

#menu li ul li a:hover {
    background: url(../img/mp_ov.jpg) 0 0 no-repeat;
}
#r_nav {
  width:210px;
  _width:220px;
  float: right;
  padding-left:9px;
  }


p.map {	
	width:190px;
	_width:210px;
	height:65px;
	_height:280px;
	padding:215px 10px 0 10px;
    background: url(../img/bg_map.jpg) 0 0 no-repeat;
	font-size:10px;
	_font-size:9px;
	>font-size:9px;
}

.text01 {	
	width:460px;
	_width:490px;
	padding:20px 15px;
	margin-bottom:15px;
    background: url(../img/bg_text.jpg) no-repeat top #EDEDED;
}

.text02 {	
	width:470px;
	_width:490px;
	padding:20px 10px;
    background: url(../img/bg_text.jpg) no-repeat top #EDEDED;
}

.pu01 {
	width:460px;
	_width:490px;
	padding:20px 15px;
    background: url(../img/bg_pu.jpg) bottom no-repeat;
}



ul#nb {
	margin:0;
	padding:0;
}

ul#nb li a {
	display:block;
	width:210px;
	height:70px;
}

ul#nb li {
	width:210px;
	height:70px;
	margin-bottom:5px;
}

ul#nb li.nb01 a { background: url(../img/r01.jpg) 0 0 no-repeat; }
ul#nb li.nb02 a { background: url(../img/r02.jpg) 0 0 no-repeat; }
ul#nb li.nb03 a { background: url(../img/r03.jpg) 0 0 no-repeat; }
ul#nb li.nb04 a { background: url(../img/r04.jpg) 0 0 no-repeat; }

ul#nb li.nb01 a:hover { background: url(../img/r01_ov.jpg) 0 0 no-repeat; }
ul#nb li.nb02 a:hover { background: url(../img/r02_ov.jpg) 0 0 no-repeat; }
ul#nb li.nb03 a:hover { background: url(../img/r03_ov.jpg) 0 0 no-repeat; }
ul#nb li.nb04 a:hover { background: url(../img/r04_ov.jpg) 0 0 no-repeat; }

div.user {
	height:300px;
	overflow:auto;
	border-bottom:5px solid #D9D9D9;
}

div.user p {
	line-height:40px;
}

.name {
	font-weight:bold;
	color:#860000;
	padding-right:10px;	
}


h2 {
	clear:both;
	width:650px;
	height:90px;
	text-indent:35px;
	font-size:28px;
	line-height:90px;
	font-weight:bold;
	margin-bottom:10px;
	background: url(../img/h2.jpg) 0 0 no-repeat;}



h2.img {
	width: auto;
	height: auto;
	text-indent:0px;
	margin-bottom:0px;
	background: none;}


h3 {
	clear:both;
	line-height:45px;
	font-weight:bold;
	background: url(../img/h3.jpg) 0 0 no-repeat;
	text-indent:40px;
	font-size:16px;
	margin-bottom:10px;
}

h3 span {
	display:block;
	line-height:45px;
	font-weight:bold;
	background: url(../img/h3.jpg) 0 0 no-repeat;
	text-indent:40px;
	font-size:16px;
	margin-bottom:10px;
}


h4 {
	clear:both;
	line-height:45px;
	font-weight:bold;
	background: url(../img/h4.jpg) 0 0 no-repeat;
	text-indent:40px;
	color:#4D8F00;
	font-size:14px;
	margin:6px auto;
}


h5 {
	line-height:30px;
	font-weight:bold;
	background: url(../img/h5.jpg) 0 0 no-repeat;
	text-indent:35px;
	font-size:14px;
	color:#970D13;
	margin:5px auto;
}

.h5 {
	line-height:30px;
	font-weight:bold;
	background: url(../img/h5.jpg) 0 0 no-repeat;
	text-indent:35px;
	font-size:14px;
	color:#970D13;
	margin:5px auto;
}


.q {
	line-height:50px;
	font-weight:bold;
	background: url(../img/q.jpg) 0 0 no-repeat;
	text-indent:60px;
	height:50px;
	font-size:14px;
	margin:0;
	color:#85001C;
}

.a {
	padding:15px 15px 15px 40px;
	margin-bottom:15px;
	background: url(../img/a.jpg) 0 0 no-repeat;

}



.m10 {
	margin:0 10px 10px 10px;
}
.form {
	margin:15px auto;
}

.form a {
	display:block;
	height:120px;
	width:710;
	background: url(../img/form.jpg) 0 0 no-repeat;
}

.form a:hover {
	background: url(../img/form_ov.jpg) 0 0 no-repeat;
}

.step {
	line-height:50px;
	font-weight:bold;
	background: url(../img/step.jpg) 0 0 no-repeat;
	text-indent:90px;
	font-size:14px;
	margin:6px auto;
}

.table_a {
	width:100%;
	vertical-align:top;
	margin:10px auto;
}

.table_a,
.table_a tr,
.table_a tr th,
.table_a tr td {
	padding:6px;
	vertical-align:top;
	line-height:20px;
}

.table_a th {
	width:30%;
	border-bottom:1px solid #E0E0E0;
	
	border-right:5px solid #E0E0E0;
}

.table_a td {
	width:70%;
	vertical-align:top;
	border-bottom:1px solid #E0E0E0;
}




.table_b {
	width:100%;
	vertical-align:top;
	margin:10px auto;
}

.table_b,
.table_b tr,
.table_b tr th,
.table_b tr td {
	padding:6px;
	vertical-align:top;
	line-height:20px;
}

.table_b th {
	border-bottom:1px solid #E0E0E0;
	background-color:#F8EEEE;
}

.table_b td {
	vertical-align:top;
	border-bottom:1px solid #E0E0E0;
}




.mini {
	width:50%;
	vertical-align:top;
	float:left;
}

.mini th {
	width:30%;
	color:#860000;
	border-bottom:1px solid #E6E6E6;
	border-right:3px solid #E6CBCB;
}

.mini td {
	width:70%;
	vertical-align:top;
	border-bottom:1px solid #E6E6E6;
}



.bg01 {
	clear:both;
	display:block;
	padding:10px;
	border:5px solid #ededed;
}

.bg02 {
	clear:both;
	display:block;
	padding:10px;
	background-color:#ededed;
}


/*---------- 05  Footer -----------*/


#footer {
  clear: both;
  padding: 0;
  margin: 0;
  text-align: center;
  background-color:#EDEDED;
  }
  
#footer .section {
	  clear: both;
	width:950px;
	height:180px;
	background: url(../img/bg_footer.jpg) 0 0 no-repeat;
	margin:0 auto;
	text-align:center;
}

*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */

#footer p.fb01 {
	width:290px;
	height:40px;
	float:right;
	display:inline;
	margin:37px 45px 0 0;
}

#footer p.fb01 a {
	display:block;
	width:290px;
	height:40px;
	margin-bottom:5px;
}

#footer p.fb02 {
	width: 222px;
	height: 63px;
	float:left;
	display:inline;
	text-align:left;
	font-size:9px;
	margin:0 0 0 359px;
	padding-top:18px;
}

#footer address {
	font-style:normal;
	top: 104px;
	left: 43px;
	width: 486px;
	float:left;
	display:inline;
	text-align:left;
	margin:15px 0 0 30px; }


/*---------- 06  Contents -----------*/

#content .section { padding: 1em 20px 0 30px; }
#content .section .section { padding: .5em 10px 0 10px; }

.center { text-align: center; }



#content a { 
  text-decoration: underline;
  color: #666666;
  }

#content a:hover {
  color: #000;
  }

#content blockquote {
  margin: .5em;
  background: url(../img/blockquote_bg.jpg) top left repeat-y;
  padding: .5em 1em;
  }

.image_l  {
  float: left;
  margin: 8px 12px 8px 0;
  }

.image_r {
  float: right;
  margin: 8px 0 8px 12px;
  }

.case {
  margin: 10px 20px;
  background: url(../img/arrow_h.png) center center no-repeat;
  }

.case-narrow {
  margin: 10px 40px;
  background: url(../img/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;
  }


p.caution {
  padding-left: 24px;
  background: url(../img/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 */




input.submit {
  font-weight: bold;
  margin-right: 1.5em;
  }

.t {
	color:#860000;
	font-weight:bold;
	font-size:14px;
}

.pt {
	text-align:right;
	margin:10px 0;
}

.list {
	margin:10px 10px;
}

.list li {
	text-indent:10px;
	line-height:20px;
	border-left:5px solid #005CB8;
	display:block;
	margin:8px 0;
	color:#005CB8;
	font-weight:bold;
}



.red {
	color:#910018;
}
/*---------- Index -----------*/

.pm {
	margin:10px 0 20px 0;
}

.pick {
	width:710px;
	height:120px;
	background: url(../img/pick.jpg) 0 0 no-repeat;
}

.pick li.pi01 {
	width:250px;
	height:120px;
	float:left;
}

.pick li.pi01,
.pick li.pi03 {
	width:250px;
	height:120px;
	float:left;
}

.pick li.pi02 {
	width:210px;
	height:120px;
	float:left;
}

.pick li.pi01 a,
.pick li.pi03 a {
	display:block;
	width:250px;
	height:120px;
}

.pick li.pi02 a {
	display:block;
	width:210px;
	height:120px;
}

.br {
	width:265px;
	height:280px;
	float:left;
	background: url(../img/bn01.jpg) 0 0 no-repeat;
}

.b01 {
	display:block;
	width:265px;
	height:135px;
}

.b01:hover {
	background: url(../img/b01.jpg) 0 0 no-repeat;
}

.b02 {
	display:block;
	width:265px;
	height:130px;
}

.b02:hover {
	background: url(../img/b02.jpg) 0 0 no-repeat;
}

.right {
	float:right;
	margin:0 0 10px 10px;
}

.step {
	width:650px;
	height:200px;
	margin-bottom:20px;
	background: url(../img/bg_step.jpg) 0 0 no-repeat;
}

.s01,
.s02,
.s03 {
	display:block;
	width:210px;
	height:200px;
	float:left;
}

.s01,
.s02 {
	margin-right:10px;
}

.s01:hover {
	background: url(../img/step01.jpg) 0 0 no-repeat;
}
.s02:hover {
	background: url(../img/step02.jpg) 0 0 no-repeat;
}
.s03:hover {
	background: url(../img/step03.jpg) 0 0 no-repeat;
}




.box01 {
	margin-bottom:25px;
}

.mb01 {
	margin-bottom:10px;	
}

.mb02 {
	margin-bottom:20px;	
}

.mb03 {
	margin-bottom:30px;	
}

.bt {
	height:80px;
}

.bt_l,
.bt_r {
	width:325px;
	float:left;
}

.bt_l a {
	display:block;
	width:325px;
	height:75px;
	line-height:70px;
	font-weight:bold;
	text-indent:40px;
	background: url(../img/bt_l.jpg) 0 0 no-repeat;
}

.bt_r a {
	display:block;
	width:335px;
	height:75px;
	line-height:70px;
	font-weight:bold;
	text-indent:40px;
	background: url(../img/bt_r.jpg) 0 0 no-repeat;
}

.bt_l a:hover {background: url(../img/bt_lov.jpg) 0 0 no-repeat;}
.bt_r a:hover {background: url(../img/bt_rov.jpg) 0 0 no-repeat;}

.po {
	padding:12px;
	background-color:#FDECFC;
	border:1px solid #F7C6DD;
	margin-bottom:15px;
}

.img_b {
	margin-bottom:10px;
}

.img_b img {
	border:8px solid #E6E6E6;
	margin:0 5px;
}
	
.b {
	font-weight:bold;
	color: #003399;
}

.bb {
	font-weight:bold;
	color: #CC0000;
}

.bbb {
	font-weight:bold;
	color: #666666;
}

.center {
	text-align:center;
}

.ll li {
	float:left;
	width:300px;
	
}

.rowTint {}

.imgover {}

.blankLink {
	/*background: url(../img/blank.gif) no-repeat 100% 0;
	padding-right: 19px;*/
}

#gmaps {
	width: 650px;
	height: 400px;
	margin-bottom: 20px;
	letter-spacing: 0;
}
#col-a #gmaps dt {
	width: 200px;
	font-weight: bold;
	color: #147e1e;
}

.site {
	padding-left:20px;
}

.site ul li {
	border-left:5px solid #CCCCCC;
	margin:10px auto;
	line-height:25px;
	text-indent:10px;
}

.site ul li ul li {
	border-left:none;
	margin-left:10px;
	border-left:3px solid #CCCCCC;

}



.c {
	text-align:center;
}

.base {
background-color:#EDEDED;
}

.n_form a {
	display:block;
	width:250px;
	height:290px;
	margin-bottom:10px;
}

.n_form a:hover {
	background: url(../img/nb_ov.jpg) 0 0 no-repeat;
}

.cs {
	width:650px;
	height:650px;
	position:relative;
	margin-bottom:10px;
	background: url(../img/cs.jpg) 0 0 no-repeat;
}

.po01 {
	position:absolute;
	width:620px;
	height:70px;
	left: 13px;
	top: 81px;
}

.po02 {
	position:absolute;
	width:300px;
	height:56px;
	top: 310px;
	left: 16px;
}

.po03 {
	position:absolute;
	width:300px;
	height:56px;
	left: 332px;
	top: 311px;
}

.po04 {
	position:absolute;
	width:300px;
	height:56px;
	left: 14px;
	top: 541px;
}
.po05 {
	position:absolute;
	width:300px;
	height:56px;
	left: 332px;
	top: 540px;
}



.cs01 {position:absolute;}

.cs01 a,
.cs02 a,
.cs03 a,
.cs04 a
 {
	display:block;
	width:130px;
	height:26px;
	text-indent:-9999px;
	}
	

.cs01 {
	position:absolute;
	left: 186px;
	top: 372px;
}
.cs02 {
	position:absolute;
	left: 505px;
	top: 372px;
}
.cs03 {
	position:absolute;
	left: 185px;
	top: 602px;
}
.cs04 {
	position:absolute;
	left: 505px;
	top: 602px;
}

.cs01 a:hover {background: url(../img/cs01.jpg) 0 0 no-repeat;}
.cs02 a:hover {background: url(../img/cs02.jpg) 0 0 no-repeat;}
.cs03 a:hover {background: url(../img/cs03.jpg) 0 0 no-repeat;}
.cs04 a:hover {background: url(../img/cs04.jpg) 0 0 no-repeat;}

.trouble a {	
	display:block;
	width:650px;
	height:330px;
}

.gree {
	border:1px solid #86BAEC;
	border-top:none;
	background-color:#EDF5FC;
	padding:0 15px 15px 15px;
}

#nav img {
	display:block;
}

.bl {
	display:block;
}
#wrapper .mb {
	width:650px;
	height:70px;
	overflow:hidden;
	float:right;
}

.mb li {
	float:left;
	width:210px;
	height:56px;
	overflow:hidden;
}

.mb li a {
	display:block;
	width:210px;
	height:56px;
	text-indent:-9999px;
	margin-bottom:10px;
}

.mb li.mb_1,
.mb li.mb_2 {
	margin-right:10px;
 }

.mb li.mb_1 a {background: url(../img/mn01.jpg) 0 0 no-repeat;}
.mb li.mb_2 a {background: url(../img/mn02.jpg) 0 0 no-repeat;}
.mb li.mb_3 a {background: url(../img/mn03.jpg) 0 0 no-repeat;}

.mb li.mb_1 a:hover {background: url(../img/mn01_ov.jpg) 0 0 no-repeat;}
.mb li.mb_2 a:hover {background: url(../img/mn02_ov.jpg) 0 0 no-repeat;}
.mb li.mb_3 a:hover {background: url(../img/mn03_ov.jpg) 0 0 no-repeat;}

.sitemap dl {
	border-bottom:3px solid #EDEDED;
	margin-bottom:15px;

}

.sitemap dl dt {
	line-height:30px;
	font-weight:bold;
	background: url(../img/h5.jpg) 0 0 no-repeat;
	text-indent:35px;
	font-size:14px;
	color:#970D13;
	margin:5px auto;
}

.sitemap dl dd a {
	color:#666666;
	line-height:25px;
}

#gallery p a img {
	width:80px;
	margin:5px;
	vertical-align:top;
}
#gallery div p {
	clear:both;
	}

#gallery div p.exm {
	display:block;
	text-align:center;
	margin:0 auto;
}

#gallery div p.exm a {
	display:block;
	float:left;
	width:80px;
	height:60px;
	overflow:hidden;
	border:4px solid #EDEDED;
}

p.trim a {
	display:block;
	float:left;
	width:80px;
	height:60px;
	overflow:hidden;
	border:4px solid #EDEDED;
}

#gallery p.trim a img {
	width:80px;
	border: none;
	margin:5px;
	vertical-align:top;
}
