@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;
}

#wrapper {
  width: 940px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  }

#wrapper.index {
  width: 940px;
  margin: 0 auto;
  padding: 0;
  padding-bottom:20px;
  text-align: left;
  }

#main {
  margin: 0;
  }

#content {
  width:660px;
  _width:680px;
  padding:10px 0 0 20px;
  float: right;
  font-size: 100%;
  line-height: 1.6;
  color:#000000;
  }

#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:150px;
  width:940px;
  position:relative;
  }
	
.index_top #header {
  background: url(../img/bg_header_top.jpg) 0 0 no-repeat;
  height:150px;
  width:940px;
  position:relative;
  }	

h1 {
	text-indent: -9999px;
	width: 368px;
	height: 75px;
	line-height: 1.0;
	float: left;
	position:absolute;
	top: 3px;
	left: 10px;
  }

h1 a {
  display: block;
	width: 365px;
  height: 75px;
  }

p.h_banner {
	position:absolute;
	width:230px;
	height:50px;
	left: 711px;
	top: 20px;
}

p.h_banner a {
	display:block;
	width:230px;
	height:50px;
	text-indent:-9999px;
}

p.h_banner a:hover {
  background: url(../img/h_banner.jpg) 0 0 no-repeat;
}

ul#gn {
	position:absolute;
	width:940px;
	height:50px;
	left: 0px;
	top: 90px;
	margin:0;
	padding:0;
}

ul#gn li a {
	display:block;
	height:50px;
	text-indent:-9999px;
}

ul#gn li {
	height:50px;
	float:left;
}

ul#gn li.gn01,
ul#gn li.gn01 a {
	width:234px;
}

ul#gn li.gn02,
ul#gn li.gn02 a {
	width:173px;
}

ul#gn li.gn03,
ul#gn li.gn03 a {
	width:209px;
}

ul#gn li.gn04,
ul#gn li.gn04 a {
	width:166px;
}

ul#gn li.gn05,
ul#gn li.gn05 a {
	width:158px;
}

ul#gn li.gn01 a:hover { background: url(../img/gn01.jpg) 0 0 no-repeat; }
ul#gn li.gn02 a:hover { background: url(../img/gn02.jpg) 0 0 no-repeat; }
ul#gn li.gn03 a:hover { background: url(../img/gn03.jpg) 0 0 no-repeat; }
ul#gn li.gn04 a:hover { background: url(../img/gn04.jpg) 0 0 no-repeat; }
ul#gn li.gn05 a:hover { background: url(../img/gn05.jpg) 0 0 no-repeat; }

#header p#desc {
	font-size:10px;
	_font-size:9px;
	>font-size:9px;
	padding-top:5px;
}

#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;
	text-indent:-9999px;
}


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; }



/*----------04  Navigation -----------*/

#nav {
	  width:250px;
	  _width:260px;
	  float: left;  
	padding:0 5px;
	background:#CCCCCC;
  }

#menu {
    background: url(../img/mb.jpg) bottom #FFFFFF no-repeat;
	padding:5px;
	padding-bottom:18px;
}

#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:55px;	
	background: url(../img/menu02.jpg) #CCCCCC -5px 0 no-repeat;
	text-indent:-9999px;
	/*margin:10px auto 5px auto;*/
}
li.mm a:hover{
/*	margin:10px auto 5px auto;*/
	background: url(../img/menu02_ov.jpg) #CCCCCC -5px 0 no-repeat;
}


li.m01 a {
	display:block;
	width:250px;
	height:40px;	
    background: url(../img/m01.jpg) 0 0 no-repeat;
	text-indent:-9999px;
}

li.m02 a {
	display:block;
	width:250px;
	height:40px;	
    background: url(../img/m02.jpg) 0 0 no-repeat;
	text-indent:-9999px;
}

li.m03 a {
	display:block;
	width:250px;
	height:40px;	
    background: url(../img/m03.jpg) 0 0 no-repeat;
	text-indent:-9999px;	
}
li.Srm04 a {
	display:block;
	width:240px;
	height:40px;	
    background: url(../img/m11.jpg) 0 0 no-repeat;
	text-indent:-9999px;
	margin:10px 0px -5px;
}

li.Srm05 a {
	display:block;
	width:250px;
	height:40px;	
    background: url(../img/menu01.jpg) -5px -10px no-repeat;
	text-indent:-9999px;	
}

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;}
li.Srm04 a:hover {background: url(../img/m11_ov.jpg) 0 0 no-repeat;}
li.Srm05 a:hover {background: url(../img/menu01.jpg) -5px -10px no-repeat;}

#menu li.m04 a {
	display:block;
	width:240px;
	height:34px;	
    background: url(../img/m04.jpg) 0 0 no-repeat;
	text-indent:-9999px;
}

#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;
	text-indent:-9999px;
}

#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;
	text-indent:-9999px;
	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;
	text-indent:-9999px;
	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;
	text-indent:-9999px;
}

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 {
	width:660px;
	height:100px;
	text-indent:35px;
	font-size:22px;
	line-height:100px;
	font-weight:bold;
	margin-bottom:10px;
}

.index h2 {
	width: auto;
	height: auto;
	text-indent:0;
	font-size:22px;
	line-height:0;
	font-weight:bold;
	margin-bottom:0;
}

h2.typea {	background: url(../img/h2a.jpg) 0 0 no-repeat;}
h2.typeb {	background: url(../img/h2b.jpg) 0 0 no-repeat;}
h2.typec {	background: url(../img/h2c.jpg) 0 0 no-repeat;}
h2.typed {	background: url(../img/h2d.jpg) 0 0 no-repeat;}
h2.typee {	background: url(../img/h2e.jpg) 0 0 no-repeat;}
h2.typef {	background: url(../img/h2f.jpg) 0 0 no-repeat;}
h2.typeg {	background: url(../img/h2g.jpg) 0 0 no-repeat;}
h2.typeh {	background: url(../img/h2h.jpg) 0 0 no-repeat;}
h2.typei {	background: url(../img/h2i.jpg) 0 0 no-repeat;}
h2.typej {	background: url(../img/h2j.jpg) 0 0 no-repeat;}


h3 {
	line-height:50px;
	font-weight:bold;
	background: url(../img/h3.jpg) 0 0 no-repeat;
	text-indent:50px;
	font-size:16px;
	margin-bottom:10px;
}

.index h3 {
	line-height:40px;
	text-indent:0px;
	color:#FFFFFF;
	margin:0 0;
}

.index h3.sub {
	line-height:50px;
	text-indent:50px;
	color:#000000;
	margin:0 0;
}

.le01 {
	line-height:80px;
	font-weight:bold;
	background: url(../img/le01.jpg) 0 0 no-repeat;
	text-indent:150px;
	font-size:16px;
	margin-bottom:10px;
}

.le02 {
	line-height:80px;
	font-weight:bold;
	background: url(../img/le02.jpg) 0 0 no-repeat;
	text-indent:180px;
	font-size:16px;
	margin-bottom:10px;
}



h4 {
	line-height:40px;
	font-weight:bold;
	background: url(../img/h4.jpg) 0 0 no-repeat;
	text-indent:50px;
	color:#D6006F;
	font-size:14px;
	margin:6px auto;
}

.index h4 {
	line-height:40px;
	text-indent:0px;
	color:#FFFFFF;
	margin:0 0;
}

h5 {
	line-height:40px;
	font-weight:bold;
	background: url(../img/h5.jpg) 0 0 no-repeat;
	text-indent:25px;
	font-size:14px;
	margin:6px auto;
}

h5.guide5 {
	line-height:40px;
	font-weight:bold;
	text-indent:0px;	
	font-size:14px;
	margin:6px auto 3px;
	color:#669900;
}

.q {
	line-height:50px;
	font-weight:bold;
	background: url(../img/q.jpg) 0 0 no-repeat;
	text-indent:70px;
	height:50px;
	font-size:14px;
	margin:0;
	color:#D6006F;
}

.a {
	padding:15px 15px 15px 70px;
	margin-bottom:15px;
	background: url(../img/a.jpg) 0 0 no-repeat;

}

.q_ {
	line-height:50px;
	font-weight:bold;
	background: url(../img/q_.jpg) 0 0 no-repeat;
	text-indent:70px;
	height:50px;
	font-size:14px;
	color:#3690A6;
	margin:0;
}

.a_ {
	padding:15px 15px 15px 70px;
	margin-bottom:15px;
	background: url(../img/a_.jpg) 0 0 no-repeat;

}

.me {
	line-height:40px;
	font-weight:bold;
	background: url(../img/me.jpg) 0 0 no-repeat;
	text-indent:70px;
	height:40px;
	_height:55px;
	padding-top:15px;
	font-size:14px;
	margin:0;
}

.me_text {
	padding:15px;
	border:1px solid #F4A6A3;
}

.car_t {
	line-height:40px;
	font-weight:bold;
	background: url(../img/car_t.jpg) 0 0 no-repeat;
	text-indent:70px;
	height:40px;
	_height:55px;
	padding-top:15px;
	font-size:14px;
	margin:0;
	color:#FFFFFF;
}

.car_text {
	padding:15px;
	border:1px solid #000000;
}

.car_l {
	width:250px;
	float:left;
}

.car_r {
	width:410px;
	float: right;
	margin-right:10px;
}


.me_text p {
	margin-bottom:10px;
	}

.coment {
	float:right;
	width:455px;
}

.me_img {
	display:block;
	float:left;
	padding:5px;
	width:200px;
	_width:210px;
	margin:0 10px 10px 0;
	background-color:#EDEDED;
	font-size:10px;
	_font-size:9px;
	>font-size:9px;
}

.car_list {
	float:left;
	margin-bottom:10px;
}

.car_t02 {
	width:230px;
	line-height:40px;
	font-weight:bold;
	background: url(../img/car_t02.jpg) 0 0 no-repeat;
	text-indent:35px;
	height:40px;
	font-size:12px;
	margin:0;
	color:#FFFFFF;
}

.car_text02 {
	width:208px;
	_width:230px;
	padding:10px;
	border:1px solid #000000;
}

.car_p {
	width:230px;
	line-height:40px;
	font-weight:bold;
	text-align:center;
	background: url(../img/car_p.jpg) 0 0 no-repeat;
	padding-top:10px;
	color:#860000;
	
}


.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;
	text-indent:-9999px;
}

.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 td {
	width:35%;
	vertical-align:top;
	border-bottom:1px solid #E6E6E6;
}



.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;
}

.Sr_pl20{ 	padding-left:20px;}
.Sr_ml20{ margin-left:20px;}
.Sr_mr20{ margin-right:20px;}
.Sr_mt10{margin-top:10px;}
.Sr_mlb10{ margin-left:20px; margin-bottom:10px;}
.Sr_mlb20{ margin-left:20px; margin-bottom:20px;}

.Sr_l {
	width:350px;
	float:left;
	padding-left:20px;
}
.Sr_imgl2 {
	width:300px;
	float:left;
	padding-left:10px;
}
/* for IE6*/
* html body .Sr_imgl2 {
	width:300px;
	float:left;
	padding-left:20px;
}
/* for IE7*/
*:first-child+html .Sr_imgl2 {
	width:300px;
	float:left;
	padding-left:20px;
}

.Sr_r {
	width:230px;
	float: right;
	margin:0px;
}

/*---------- 05  Footer -----------*/

#footer {
  clear: both;
  padding: 0;
  margin: 0;
  text-align: center;
  background-color:#000000;
  padding-bottom:80px;
	background: url(../img/bg_footer02.jpg) 0 0 repeat-x;
  }
  
#footer .section {
	width:940px;
	height:140px;
	background: url(../img/bg_footer.jpg) 0 0 no-repeat;
	margin:10px auto;
	text-align:center;
	position:relative;
}

*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */

#footer p.fb01 {
	position:absolute;
	top: 22px;
	left: 700px;
	width:230px;
	height:50px;
}

#footer p.fb01 a {
	display:block;
	width:230px;
	height:50px;
	text-indent:-9999px;
	margin-bottom:5px;
}

#footer p.fb01 a:hover {
	background: url(../img/fb01.jpg) 0 0 no-repeat;
}

#footer p.fb02 {
	position:absolute;
	top: 97px;
	left: 784px;
	width: 143px;
	height: 28px;
}

#footer p.fb02 a {
	display:block;
	width: 143px;
	height: 28px;
	text-indent:-9999px;
	margin-bottom:5px;
}


#footer address {
	position:absolute;
	font-style:normal;
	top: 104px;
	left: 23px;
	width: 486px;
	text-align:left; }

/*---------- 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;
  }

#content .totop {
  margin: 10px 20px;
  }

#content .totop ul {
  clear: both;
  padding-bottom: 10px;
  }

#content .totop li {
  list-style: none;
  width: 110px;
  height: 30px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  float: right;
  background-image: none;
  }
#content .totop li a {
  display: block;
  height: 30px;
  background: url(../img/to_top.jpg) 0 0 no-repeat;
  }

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;
}

 li.list02 {
	text-indent:10px;
	line-height:20px;
	border-left:none;
	display:block;
	margin:8px 0;
	color:#333;
	font-weight: normal;
}

.list2 {
	margin:10px 0px;
}

.list2 li {
	text-indent:10px;
	line-height:20px;
	border-left:5px solid #005CB8;
	display:block;
	margin:8px 0;
	color:#005CB8;
	font-weight:bold;
}

.list2 .list02 {
	text-indent:10px;
	line-height:20px;
	border-left:none;
	display:block;
	margin:8px 0;
	color:#333;
	font-weight: normal;
}

.list3 {
	margin:0px 0px;
}

.list3 li {
	text-indent:10px;
	line-height:20px;
	border-left:5px solid #005CB8;
	display:block;
	margin:8px 0;
	color:#005CB8;
	font-weight:bold;
}

.list3 .list02 {
	text-indent:10px;
	line-height:20px;
	border-left:none;
	display:block;
	margin:8px 0;
	color:#333;
	font-weight: normal;
}





.f_list {
	width:710px;
	height:430px;
	background: url(../img/flow.jpg) 0 0 no-repeat;
}

.f_list li {
	width:710px;
	height:45px;
}

.f_list li a {
	display:block;
	width:710px;
	height:45px;
	text-indent:-9999px;
}



.se {
	width:710px;
	height:120px;
	background: url(../img/se.jpg) 0 0 no-repeat;
}

.se li {
	width:355px;
	height:120px;
	float:left;
}

.se li a {
	display:block;
	width:355px;
	height:120px;
	text-indent:-9999px;
}

.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;
	text-indent:-9999px;
}

.pick li.pi02 a {
	display:block;
	width:210px;
	height:120px;
	text-indent:-9999px;
}

.bl {
	width:350px;
	_width:370px;
	float:left;
	margin-right:20px;
	padding-left:20px;
}

.bl2 {
	width:350px;
	_width:370px;
	float:left;
	margin-right:20px;
}

.bl3 {
	margin-right:20px;
}

.br {
	width:265px;
	height:280px;
	float:left;
	background: url(../img/bn01.jpg) 0 0 no-repeat;
}

.br2 {
  width:550px;
	height:130px;
	margin:20px auto 0;
	}

.b01 {
	display:block;
	width:265px;
	height:135px;
	text-indent:-9999px;
}

.b01:hover {
	background: url(../img/b01.jpg) 0 0 no-repeat;
}

.b02 {
    display: block;
    height: 130px;
    text-indent: -9999px;
    width: 265px;
}

.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;
	text-indent:-9999px;
	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;
}

.faq {
	width:660px;
	height:170px;
	position:relative;
	background: url(../img/bg_faq.jpg) 0 0 no-repeat;
}

.faq a {
	width:300px;
	height:70px;
	display:block;
	text-indent:-9999px;
}

.faq .f01 {
	width:300px;
	height:70px;
	position:absolute;
	left: 20px;
	top: 71px;
}

.faq .f02 {
	width:300px;
	height:70px;
	position:absolute;
	left: 340px;
	top: 71px;
}

.faq .f01 a:hover {
	background: url(../img/f01.jpg) 0 0 no-repeat;
}
.faq .f02 a:hover {
	background: url(../img/f02.jpg) 0 0 no-repeat;
}


.box02 {
	width:350px;
	float:left;
}

.box03 {
	margin-bottom:25px;
	width:265px;
	float:right;
}

.top-bnr {
  margin:0 0 0 65px;
	}

.top-bnr p{
  float:left;
	margin:15px 0;
  }

.mb00 {
	margin-bottom:0px;	
}


.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;

}

.mail a {
	display:block;
	width:660px;
	height:100px;
	background: url(../img/mail.jpg) 0 0 no-repeat;
	text-indent:-9999px;
}

.mail a:hover {
	background: url(../img/mail_ov.jpg) 0 0 no-repeat;
}

.tr {
	text-align:right;
}

.c {
	text-align:center;
}

.base {
background-color:#EDEDED;
}

.m {
	font-weight:bold;
	font-size:14px;
	
}

.fs {
	font-size:10px;
	>font-size:9px;
	_font-size:9px;
}

.fsb {
	font-size:16px;
	>font-size:14px;
	_font-size:14px;
}

#content .bold_B {
	font-weight: bold;
	font-size: 14px;
}

#content .bold_B a { 
  text-decoration: underline;
  color: #FF00FF;
  }

#content .bold_B a:hover {
  color: #FF66FF;
  }

.Sr_Font16{
	text-align:center;
	font-size:24px;
	font-weight:bold;
}
.Sr_baner01 a {	
	display:block;
	width:565px;
	height:88px;
	text-indent:-9999px;
	background: url(../img/bnr_01.jpg) 0 0 no-repeat;
}

.Sr_baner01 a:hover {background: url(../img/bnr_01_ov.jpg) 0 0 no-repeat;}
.Sr_center{
	float:left;
	width:650px;
	text-align:center;
	margin:0 0 10px 30px;
}
.Sr_width{
	float:left;
	width:650px;
/*	text-align:center;
	margin:0 0 10px 30px;*/
}
 /*  for IE7 only */
*:first-child+html  .Sr_center{
	float:left;
	width:650px;
	text-align:center;
	margin-right:0;
	margin:0 0 10px 0;
}

 /*  for IE6 only */
* html body .Sr_center{
	float:left;
	width:650px;
	text-align:center;
	margin:0 0 10px0 ;
}

.text_RB {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
table.price td {
	width: 200px;
}	

.large {
  font-size: 120%;
}

.top_ul {
  margin:10px 0;
	}
	
.top_value {
  font-size:30px;
	color:#cc0000;
	font-weight:bold;
	margin-left:20px;
	}	
	
.top_value02 {
  font-size:20px;
	color:#cc0000;
	font-weight:bold;
	margin-left:20px;
	}		
	
.top_value03 {
  font-size:18px;
	color:#cc0000;
	font-weight:bold;
	margin-left:90px;
	}	

.floatc {
  clear:both;
	margin:0 0 0 50px;}	
	
span.large-txt {
  font-size:16px;
	padding:0 2px;}	
	
	
/*--art/image.html-*/	

.study_image p {
  margin:0 0 20px;
	}
	
.fl_image {
  float:left;
	width:350px;
	_width:360px;
	padding:5px;
	}	
	
.fl_image-txt {
  height:200px;
	_height:220px;
	width:270px;
	_width:300px;
	float:right;
	}	


/*--flow.html--*/
.flow-b {
  border:5px solid #e6e6e6;
	}
	
#content .flow-txt {
  display:block;
	background:#f89dcb;
	border:1px solid #d4006f;
	width:85px;
	_width:100px;
	padding:5px;
	}	
	
#content .flow-txt a {
  font-size:14px;
	font-weight:bold;
	color:#d4006f;
	}	
	.idx_frm
	{
		padding:5px 0 5px 5px;
		border:solid 1px #7F7F7F;
	}
	.idx_frm table
	{
		margin-left:15px;
		}
