@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,p {
	margin:0px;
	border:none;
	padding:0px;
	font-size:12px;
	line-height:1.7em;
}

ol li,
ol {
	list-style-position:inside;
	}


body { background: url(../img/bg_body.jpg) top repeat-x;
}

table th,
table td {	vertical-align:top;
}

#wrapper {
  width: 900px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  overflow:hidden;
  }

#wrapper.index {
  width: 900px;
  background: url(../img/bg_wrapper.jpg) repeat-y;
  margin: 0 auto;
  padding: 0;
  padding-bottom:20px;
  text-align: left;
  }

#main {
  margin: 0;
  }

#content {
  width: 650px;
  overflow:hidden;
  float: left;
  font-size: 100%;
  line-height: 1.6;
  padding:10px 0 0 0;
  color:#000000;
  }

#content p {
	margin-bottom:15px;
}

#content p.m0 {
	margin-bottom:0px;
}



/*---------- 03  Header -----------*/

#header {
  background: url(../img/bg_header.jpg) 0 0 no-repeat;
  height:100px;
  width:900px;
  position:relative;
  margin: 0;
  padding: 0;
  }

h1 {
	text-indent: -9999px;
	width: 295px;
	height: 63px;
	line-height: 1.0;
	float: left;
	position:absolute;
	top: 32px;
	left: 2px;
  }

h1 a {
  display: block;
	width: 295px;
  height: 75px;
  }



#header p.desc {
	font-size:9px;
	padding-top:5px;
}
#header p.desc02 {
	position:absolute;
	width:281px;
	height:63px;
	left: 601px;
	top: 29px;
	font-size:10px;
	_font-size:9px;
	>font-size:9px;
}

#header p.desc02 a {
	font-size:14px;
}

#main_img {	
	width:950;
	height:370px;
	position:relative;
	background: url(../img/bg_main.jpg) 0 0 no-repeat; 
}

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; }

p.logo {
	text-align:center;
	width:648px;
	_width:650px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

/*----------04  Navigation -----------*/

#nav {
  width:230px;
  float: right;
  padding-top:10px;
  overflow:hidden;
  }

#menu {
	border:1px solid #CCCCCC;
	width:228px;
	_width:230px;
}

#menu li {
	list-style:none;
	
}

#menu li a {
	display:block;
	padding-left:10px;
	width:220px;
	_width:230px;
	line-height:40px;
    background: url(../img/menu02.jpg) 0 0 no-repeat;
	color:#000000;
	font-weight: bold;
	border-bottom:1px solid #E5E5E5;
	text-decoration:none;
    }
	
.icon {
	display:block;
	float:left;
	width:38px;
	height:36px;
}

#menu li a:hover { color:#126EB8;    background: url(../img/menu02.jpg) 2px 0 no-repeat;
text-indent:2px;
}

.menu02 {
	border:1px solid #CCCCCC;
	width:228px;
	_width:230px;
	margin:10px 0;
}

.menu02 li .menu02 {
	border: none;
	margin:0;
}

.menu02 li span {
	display:block;
	padding-left:25px;
	width:205px;
	_width:230px;
	line-height:35px;
    background: url(../img/menu.jpg) 0 0 no-repeat;
	color:#000000;
	font-weight: bold;
}

.menu02 li {
	list-style:none;
}

.menu02 li a {
	display:block;
	padding-left:25px;
	width:205px;
	_width:230px;
	line-height:30px;
    background: url(../img/menu04.jpg) 0 0 no-repeat;
	color:#000000;
	font-weight: bold;
	border-bottom:1px solid #E5E5E5;
	text-decoration:none;
    }

.menu02 li a:hover {
    background: url(../img/menu04.jpg) 2px 0 no-repeat;
	text-indent:2px;
}

.menu02 li ul li {
	list-style:none;
}

.menu02 li ul li a {
	display:block;
	padding-left:35px;
	width:195px;
	_width:230px;
	line-height:30px;
    background: url(../img/menu05.jpg) 10px 0 no-repeat;
	color:#000000;
	font-weight: bold;
	border-bottom:1px solid #E5E5E5;
	text-decoration:none;
    }
	
.menu02 li ul li a:hover {
    background: url(../img/menu05.jpg) 12px 0 no-repeat;
	text-indent:2px;
}


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;
	list-style:none;
}

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 {
	line-height:50px;
	font-weight:bold;
	background: url(../img/h2.jpg) 0 0 no-repeat;
	text-indent:30px;
	height:70px;
	color:#0087E3;
	font-size:16px;
	margin:6px auto;
}

h2.type02 {
	line-height:50px;
	font-weight:bold;
	background: url(../img/h2_2.jpg) 0 0 no-repeat;
	text-indent:30px;
	height:70px;
	color:#D66600;
	font-size:16px;
	margin:6px auto;
}

.index h2 {
	line-height: normal;
	background:none;
	text-indent:0;
	height: auto;
	margin:0;
}




h3 {
	line-height:35px;
	font-weight:bold;
	background: url(../img/h3.jpg) 0 0 no-repeat;
	text-indent:30px;
	color:#000000;
	font-size:14px;
	margin:6px auto;
}

h3.type02 {
	line-height:35px;
	font-weight:bold;
	background: url(../img/h3_2.jpg) 0 0 no-repeat;
	text-indent:30px;
	color:#000000;
	font-size:14px;
	margin:6px auto;
}

h3.type03 {
	line-height:35px;
	font-weight:bold;
	background: url(../img/h3_3.jpg) 0 0 no-repeat;
	text-indent:30px;
	color:#ffffff;
	font-size:14px;
	margin:6px auto;
}


.index h3 {
	line-height:40px;
	text-indent:0px;
	color:#FFFFFF;
	margin:0 0;
}

h4 {
	line-height:40px;
	font-weight:bold;
	background: url(../img/h4.jpg) 0 0 no-repeat;
	text-indent:30px;
	font-size:14px;
	margin:6px auto;
	color:#666666;
}

h4.type02 {
	line-height:40px;
	font-weight:bold;
	background: url(../img/h4_2.jpg) 0 0 no-repeat;
	text-indent:30px;
	font-size:14px;
	margin:6px auto;
	color: #FF0000;
}

.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;
}

.q {
	line-height:40px;
	font-weight:bold;
	background: url(../img/q.jpg) 0 0 no-repeat;
	text-indent:50px;
	height:40px;
	_height:55px;
	padding-top:15px;
	font-size:14px;
	margin:0;
}

.a {
	padding:15px 15px 15px 60px;
	border:1px solid #F4A6A3;
	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;
}

.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;
	
}

.ll {
	border-bottom:5px solid #ededed;}

.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:0 auto 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 #E6E6E6;
	background-color:#EDEDED;
	border-right:3px solid #CCCCCC;
}

.table_a td {
	vertical-align:top;
	border-bottom:1px solid #E6E6E6;
	border-right:1px solid #CCCCCC;
}

.table_b td {
	width:35%;
	vertical-align:top;
	border-bottom:1px solid #E6E6E6;
}


.blue_t {
	width:100%;
	vertical-align:top;
	margin:0 auto 10px auto;
}

.blue_t,
.blue_t tr,
.blue_t tr th,
.blue_t tr td {
	padding:6px;
	vertical-align:top;
	line-height:20px;
}

.blue_t th {
	width:30%;
	border-bottom:1px solid #78C7E9;
	background-color:#DBF0F9;
	border-right:3px solid #78C7E9;
}

.blue_t td {
	vertical-align:top;
	border-bottom:1px solid #78C7E9;
	border-right:1px solid #78C7E9;
}

.red_t {
	width:100%;
	vertical-align:top;
	margin:0 auto 10px auto;
}

.red_t,
.red_t tr,
.red_t tr th,
.red_t tr td {
	padding:6px;
	vertical-align:top;
	line-height:20px;
}

.red_t th {
	width:30%;
	border-bottom:1px solid #FFC5C5;
	background-color:#FFE5E5;
	border-right:3px solid #FFC5C5;
}

.red_t td {
	vertical-align:top;
	border-bottom:1px solid #FFC5C5;
	border-right:1px solid #FFC5C5;
}


.orange_t {
	width:100%;
	vertical-align:top;
	margin:0 auto 10px auto;
}

.orange_t,
.orange_t tr,
.orange_t tr th,
.orange_t tr td {
	padding:6px;
	vertical-align:top;
	line-height:20px;
}

.orange_t th {
	width:30%;
	border-bottom:1px solid #FF7900;
	background-color:#FFE3CA;
	border-right:3px solid #FF7900;
}

.orange_t td {
	vertical-align:top;
	border-bottom:1px solid #FF7900;
	border-right:1px solid #FF7900;
}



.mini {
	width:66%;
	vertical-align:top;
	float:left;
}

.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;
  padding-bottom:80px;
	background: url(../img/bg_footer02.jpg) 0 0 repeat-x;
  }
  
#footer .section {
	width:900px;
	height:180px;
	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.desc03 {
	position:absolute;
	top: 55px;
	left: 600px;
	width: 283px;
	font-size:10px;
	>font-size:9px;
	_font-size:9px;
	text-align:left;
}

#footer ul li a {
	display:block;
	width:260px;
	height:30px;
	text-indent:-9999px;
	margin-bottom:5px;
}

#footer ul li.fb01 a:hover {
	background: url(../img/fb01.jpg) 0 0 no-repeat;
}

#footer ul li.fb02 a:hover {
	background: url(../img/fb02.jpg) 0 0 no-repeat;
}

#footer address {
	position:absolute;
	font-style:normal;
	top: 119px;
	left: 8px;
	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: #003C84;
  }

#content a:hover {
  color: #003C84;
  }

#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;
}

.pt {
	text-align:right;
	margin:10px 0;
}


.flow {
	width:644px;
	_width:650px;
	height:77px;
	_height:110px;
	padding:33px 0 0 6px;
	background: url(../img/flow.jpg) 0 0 no-repeat;
}

.flow ul li {
	float:left;
	list-style:none;
}

.flow ul li a {
	display:block;
	width:130px;
	height:60px;
	text-indent:-9999px;
	}

.flow ul li.f05 a {
	width:124px;
}


.flow ul li.f01 a:hover {background: url(../img/f01.jpg) 0 0 no-repeat;}
.flow ul li.f02 a:hover {background: url(../img/f02.jpg) 0 0 no-repeat;}
.flow ul li.f03 a:hover {background: url(../img/f03.jpg) 0 0 no-repeat;}
.flow ul li.f04 a:hover {background: url(../img/f04.jpg) 0 0 no-repeat;}
.flow ul li.f05 a:hover {background: url(../img/f05.jpg) 0 0 no-repeat;}

.method {
	width:650px;
	height:60px;
	_height:90px;
	padding-top:30px;
	background: url(../img/method2.gif) 0 0 no-repeat;
}

.method ul li {
	float:left;
	margin-right:2px;
	list-style:none;
}

.method ul li a {
	display:block;
	width:128px;
	height:40px;
	text-indent:-9999px;
	}

.method ul li.m01 a:hover {background: url(../img/m01.jpg) 0 0 no-repeat;}
.method ul li.m02 a:hover {background: url(../img/m02.jpg) 0 0 no-repeat;}
.method ul li.m03 a:hover {background: url(../img/m03.jpg) 0 0 no-repeat;}
.method ul li.m04 a:hover {background: url(../img/m04.jpg) 0 0 no-repeat;}
.method ul li.m05 a:hover {background: url(../img/m05.jpg) 0 0 no-repeat;}


.se {
	width:710px;
	height:120px;
	background: url(../img/se.jpg) 0 0 no-repeat;
}

.se li {
	width:355px;
	height:120px;
	float:left;
	list-style:none;
}

.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;
}


p.banner01 a{
	display:block;
	width:230px;
	height:140px;
	text-indent:-9999px;
	background: url(../img/banner01.jpg) 0 0 no-repeat;
	}
	
p.banner02 a{
	display:block;
	width:230px;
	height:70px;
	text-indent:-9999px;
	background: url(../img/form.jpg) 0 0 no-repeat;
	}	

p.banner02 a:hover{
	background: url(../img/form_ov.jpg) 0 0 no-repeat;
}

.shop {
	width:210px;
	_width:230px;
	padding:10px;
	background: url(../img/bg_shop.jpg) 0 0 repeat-y;
}

.shop p {
	border-bottom:1px solid #CCCCCC;
	margin-bottom:10px;
	}

.red {
	color:#CC0000;
}

.m_list {
	overflow:hidden;
	float:left;
	border:5px solid #E6E6E6;
	border-top:none;
	border-left:none;
	margin:10px 5px;
	_margin-left:2px;
	width:310px;
	height:195px;
}

.item {
	width:130px;
	float:left;
	margin:0 10px 10px 0;
	color:#999999;
}

.item img {
	border:2px solid #E6E6E6;
	}

.title {
	border-bottom:1px solid #CCCCCC;
	font-weight:bold;
	width:170px;
	float:right;
}

.m_list ul {
	margin:0;
	padding:0;
	float:left;
}

.m_list ul li {
	list-style:none;
}

.m_list ul li a {
	background: url(../img/item.jpg) 0 2px no-repeat;
	display:block;
	width:170px;
	text-indent:15px;
	line-height:25px;
}

.i_bt {
	border-top:1px solid #CCCCCC;
	clear:both;
	text-align:right;
	line-height:30px;
}
.i_bt a {
	padding-right:15px;
}

.mar01 {
	margin-bottom:10px;
}

.mar02 {
	margin-bottom:20px;
}

.mar03 {
	margin-bottom:30px;
}

.mar04 {
	margin-bottom:40px;
}

.list {
	margin:10px 0 20px 0;
}

.list li {
	float:left;
	list-style:none;
	}

.list li a {
	background: url(../img/item.jpg) 0 4px no-repeat;
	display:block;
	width:200px;
	margin-right:15px;
	line-height:30px;
	text-indent:20px;
	border-right:1px solid #CCCCCC;
}

.box {
	width:178px;
	_width:210px;
	height:;
	overflow:hidden;
	padding:10px;
	float:left;
	border:6px solid #E6E6E6;
	margin:10px 3px;
}

.title02 {
	border-bottom:1px solid #CCCCCC;
	line-height:30px;
	color:#003399;
	font-weight:bold;
}

.title03 {
	padding:6px;
	background-color:#FFE4E1;
	margin:5px 0;
}

.box_img {
	padding:5px 30px;
	background-color:#ffffff;
}

.box_img02 {
	width:210px;
	float:left;
}

.box_img02 img {
	border:3px solid #E6E6E6;
	}

.form_b a {
	display:block;
	margin-top: 100px;
	width:650px;
	height:100px;
	background: url(../img/form02.jpg) 0 0 no-repeat;
	text-indent:-9999px;
}

.form_b a:hover {
	background: url(../img/form02_ov.jpg) 0 0 no-repeat;
}

/*------sekigen original----*/

#content .cot {
	line-height: 1.7em;
	padding-bottom: 10px;
}

#content .list_b {
	list-style-type: circle;
}

#content .h5_b {
	line-height:40px;
	font-weight:bold;
	font-size:14px;
	margin:6px auto;
}

#content .list_c {
	list-style-type: disc;
	font-style: italic;
	text-indent: 30px;
}

#content .bold_blue a {
	font-weight: bold;
	color: #00BFFF;
	font-size: 14px;
}

#content .top_h3 {
	margin-top: 10px;
	margin-bottom: 3px;
	margin-left: 0px;
	background: #ffffff;	
}

.pro01 ul li {
	float:left;
	margin-right:1px;
	margin-bottom: 10px;
	list-style:none;
}

.pro01 ul li a {
	display:block;
	width:80px;
	height:80px;
	text-indent:-9999px;
	}

.pro01 ul li.p01 a:link {background: url(../img/p01.gif) 0 0 no-repeat;}
.pro01 ul li.p02 a:link {background: url(../img/p02.gif) 0 0 no-repeat;}
.pro01 ul li.p03 a:link {background: url(../img/p03.gif) 0 0 no-repeat;}
.pro01 ul li.p04 a:link {background: url(../img/p04.gif) 0 0 no-repeat;}
.pro01 ul li.p05 a:link {background: url(../img/p05.gif) 0 0 no-repeat;}
.pro01 ul li.p06 a:link {background: url(../img/p06.gif) 0 0 no-repeat;}
.pro01 ul li.p07 a:link {background: url(../img/p07.gif) 0 0 no-repeat;}
.pro01 ul li.p08 a:link {background: url(../img/p08.gif) 0 0 no-repeat;}
.pro01 ul li.p01 a:visited {background: url(../img/p01.gif) 0 0 no-repeat;}
.pro01 ul li.p02 a:visited {background: url(../img/p02.gif) 0 0 no-repeat;}
.pro01 ul li.p03 a:visited {background: url(../img/p03.gif) 0 0 no-repeat;}
.pro01 ul li.p04 a:visited {background: url(../img/p04.gif) 0 0 no-repeat;}
.pro01 ul li.p05 a:visited {background: url(../img/p05.gif) 0 0 no-repeat;}
.pro01 ul li.p06 a:visited {background: url(../img/p06.gif) 0 0 no-repeat;}
.pro01 ul li.p07 a:visited {background: url(../img/p07.gif) 0 0 no-repeat;}
.pro01 ul li.p08 a:visited {background: url(../img/p08.gif) 0 0 no-repeat;}
.pro01 ul li.p01 a:hover {background: url(../img/p01_02.gif) 0 0 no-repeat;}
.pro01 ul li.p02 a:hover {background: url(../img/p02_02.gif) 0 0 no-repeat;}
.pro01 ul li.p03 a:hover {background: url(../img/p03_02.gif) 0 0 no-repeat;}
.pro01 ul li.p04 a:hover {background: url(../img/p04_02.gif) 0 0 no-repeat;}
.pro01 ul li.p05 a:hover {background: url(../img/p05_02.gif) 0 0 no-repeat;}
.pro01 ul li.p06 a:hover {background: url(../img/p06_02.gif) 0 0 no-repeat;}
.pro01 ul li.p07 a:hover {background: url(../img/p07_02.gif) 0 0 no-repeat;}
.pro01 ul li.p08 a:hover {background: url(../img/p08_02.gif) 0 0 no-repeat;}


.method02 {
	width:650px;
	height:120px;
	_height:150px;
	padding-top:31px;
	background: url(../img/p_bg.gif) 0 0 no-repeat;
}

.method02 ul li {
	float:left;
	margin-right:1px;
	margin-bottom: 10px;
	list-style:none;
}

.method02 ul li a {
	display:block;
	width:80px;
	height:80px;
	text-indent:-9999px;
	}

.method02 ul li.p01 a:link {background: url(../img/p01.gif) 0 0 no-repeat;}
.method02 ul li.p02 a:link {background: url(../img/p02.gif) 0 0 no-repeat;}
.method02 ul li.p03 a:link {background: url(../img/p03.gif) 0 0 no-repeat;}
.method02 ul li.p04 a:link {background: url(../img/p04.gif) 0 0 no-repeat;}
.method02 ul li.p05 a:link {background: url(../img/p05.gif) 0 0 no-repeat;}
.method02 ul li.p06 a:link {background: url(../img/p06.gif) 0 0 no-repeat;}
.method02 ul li.p07 a:link {background: url(../img/p07.gif) 0 0 no-repeat;}
.method02 ul li.p08 a:link {background: url(../img/p08.gif) 0 0 no-repeat;}
.method02 ul li.p01 a:visited {background: url(../img/p01.gif) 0 0 no-repeat;}
.method02 ul li.p02 a:visited {background: url(../img/p02.gif) 0 0 no-repeat;}
.method02 ul li.p03 a:visited {background: url(../img/p03.gif) 0 0 no-repeat;}
.method02 ul li.p04 a:visited {background: url(../img/p04.gif) 0 0 no-repeat;}
.method02 ul li.p05 a:visited {background: url(../img/p05.gif) 0 0 no-repeat;}
.method02 ul li.p06 a:visited {background: url(../img/p06.gif) 0 0 no-repeat;}
.method02 ul li.p07 a:visited {background: url(../img/p07.gif) 0 0 no-repeat;}
.method02 ul li.p08 a:visited {background: url(../img/p08.gif) 0 0 no-repeat;}
.method02 ul li.p01 a:hover {background: url(../img/p01_02.gif) 0 0 no-repeat;}
.method02 ul li.p02 a:hover {background: url(../img/p02_02.gif) 0 0 no-repeat;}
.method02 ul li.p03 a:hover {background: url(../img/p03_02.gif) 0 0 no-repeat;}
.method02 ul li.p04 a:hover {background: url(../img/p04_02.gif) 0 0 no-repeat;}
.method02 ul li.p05 a:hover {background: url(../img/p05_02.gif) 0 0 no-repeat;}
.method02 ul li.p06 a:hover {background: url(../img/p06_02.gif) 0 0 no-repeat;}
.method02 ul li.p07 a:hover {background: url(../img/p07_02.gif) 0 0 no-repeat;}
.method02 ul li.p08 a:hover {background: url(../img/p08_02.gif) 0 0 no-repeat;}

.method03 {
	width:650px;
	height:80px;
	_height:110px;
}

.method03 ul li {
	float:left;
	margin-right:1px;
	margin-bottom: 10px;
	list-style:none;
}

.method03 ul li a {
	display:block;
	width:80px;
	height:80px;
	text-indent:-9999px;
	}

.method03 ul li.p01 a:link {background: url(../img/p01.gif) 0 0 no-repeat;}
.method03 ul li.p02 a:link {background: url(../img/p02.gif) 0 0 no-repeat;}
.method03 ul li.p03 a:link {background: url(../img/p03.gif) 0 0 no-repeat;}
.method03 ul li.p04 a:link {background: url(../img/p04.gif) 0 0 no-repeat;}
.method03 ul li.p05 a:link {background: url(../img/p05.gif) 0 0 no-repeat;}
.method03 ul li.p06 a:link {background: url(../img/p06.gif) 0 0 no-repeat;}
.method03 ul li.p07 a:link {background: url(../img/p07.gif) 0 0 no-repeat;}
.method03 ul li.p08 a:link {background: url(../img/p08.gif) 0 0 no-repeat;}
.method03 ul li.p01 a:visited {background: url(../img/p01.gif) 0 0 no-repeat;}
.method03 ul li.p02 a:visited {background: url(../img/p02.gif) 0 0 no-repeat;}
.method03 ul li.p03 a:visited {background: url(../img/p03.gif) 0 0 no-repeat;}
.method03 ul li.p04 a:visited {background: url(../img/p04.gif) 0 0 no-repeat;}
.method03 ul li.p05 a:visited {background: url(../img/p05.gif) 0 0 no-repeat;}
.method03 ul li.p06 a:visited {background: url(../img/p06.gif) 0 0 no-repeat;}
.method03 ul li.p07 a:visited {background: url(../img/p07.gif) 0 0 no-repeat;}
.method03 ul li.p08 a:visited {background: url(../img/p08.gif) 0 0 no-repeat;}
.method03 ul li.p01 a:hover {background: url(../img/p01_02.gif) 0 0 no-repeat;}
.method03 ul li.p02 a:hover {background: url(../img/p02_02.gif) 0 0 no-repeat;}
.method03 ul li.p03 a:hover {background: url(../img/p03_02.gif) 0 0 no-repeat;}
.method03 ul li.p04 a:hover {background: url(../img/p04_02.gif) 0 0 no-repeat;}
.method03 ul li.p05 a:hover {background: url(../img/p05_02.gif) 0 0 no-repeat;}
.method03 ul li.p06 a:hover {background: url(../img/p06_02.gif) 0 0 no-repeat;}
.method03 ul li.p07 a:hover {background: url(../img/p07_02.gif) 0 0 no-repeat;}
.method03 ul li.p08 a:hover {background: url(../img/p08_02.gif) 0 0 no-repeat;}



.list01 li {
	border-left:3px solid #FF0000;
	text-indent:10px;
	line-height:20px;
	margin:7px 0;
	list-style:none;
}

.list02 li {
	border-left:3px solid #003399;
	text-indent:10px;
	line-height:20px;
	margin:7px 0;
	list-style:none;
}

.list03 li {
	border-left:3px solid #669900;
	text-indent:10px;
	line-height:20px;
	margin:7px 0;
	list-style:none;
}

.ft_01 p {
	font-size: 9px;
}

.ft_01b p {
	font-size: 9px;
	color: #0033FF;
}

.ft_01bb p {
	font-size: 9px;
	color: #0033FF;
	font-weight: bold;
}

.ft_01 span {
	font-size: 9px;
}

.ft_01b span {
	font-size: 9px;
	color: #0033FF;
}

.ft_01bb span {
	font-size: 9px;
	color: #0033FF;
	font-weight: bold;
}

.form_c {
	display: block;
}

#top_text {
	padding-top: 2em;
	clear: both;
	width: 650px;
}

