@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 { background: url(../images/body_bg.jpg) top repeat-y; }

#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #198C4A;
	}

#main {
	margin: 0;
	background: url(../images/main_bg.png) repeat-y;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;	}

#content {
	width: 620px;
	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: 109px;
	width: 800px;
	height:109px;
	margin: 0;
	padding: 0;
	position:relative;
	}
* html body #header { height: 109px; } /*  for IE6 only */

h1 {
	text-indent: -9999px;
	width: 280px;
	height: 34px;
	line-height: 1.0;
	float: left;
	margin:33px 51px 10px;
  background: url(../images/h1.jpg) 0 0 no-repeat;	
	}
	
*html body h1 {
	margin-top: 27px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
}


#header .section {
	width: 192px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	margin: 5px 0 0 0;
	padding: 0;
	height: 61px;
	}


#header p.tel img { display: block; }

#header_nav {
	padding: 0;
	list-style: none;
	width: 68px;
	height: 20px;
	float: right;
	margin-top: 17px;
	margin-right:12px;
	margin-bottom:2px;
	margin-left: 0;
	}

#header_nav li {
	height: 20px;
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 20px;
	}

#nav01 { width: 68px; float:right; margin-right:12px; margin-top:44px;}

#nav01 a {
	background: url(../images/header_nav.jpg) 0 0 no-repeat;
	width: 80px;
	float:right;
	margin-right:12px;
    margin-top:4px;
	}

#header .hp p{
  font-size:80%;
	position:absolute;
	left: 8px;
	top: -1px;
	color:#FFFFFF;
}


*html body #header .hp p{
  font-size:70%;
	position:absolute;
	left: 8px;
	top: 0;
}


*:first-child+html #header .hp p{
  font-size:70%;
	position:absolute;
	left: 8px;
	top: 0;
}


/*----------04  Navigation -----------*/

#nav_01 ul,
#nav_01 li,
#nav_02 ul,
#nav_02 li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#nav_01 {
	width: 800px;
	padding: 0;
	margin:0;
	background-color:#FFFFFF;
	}

#nav_01 .menu01 li {
	height: 32px;
	width:160px;
	text-indent: -9999px;
	float:left;
	}

#nav_01 .menu01 li a {
	display: block;
	height: 32px;
	width:160px;
	float:left;
	}
	
#nav01-01 a { background: url(../images/nav01.png) 0 0 no-repeat; }
#nav01-02 a { background: url(../images/nav01.png) -160px 0 no-repeat; }
#nav01-03 a { background: url(../images/nav01.png) -320px 0 no-repeat; }
#nav01-04 a { background: url(../images/nav01.png) -480px 0 no-repeat; }
#nav01-05 a { background: url(../images/nav01.png) -640px 0 no-repeat; }

#nav01-01 a:hover { background: url(../images/nav01.png) 0 -32px no-repeat; }
#nav01-02 a:hover { background: url(../images/nav01.png) -160px -32px no-repeat; }
#nav01-03 a:hover { background: url(../images/nav01.png) -320px -32px no-repeat; }
#nav01-04 a:hover { background: url(../images/nav01.png) -480px -32px no-repeat; }
#nav01-05 a:hover { background: url(../images/nav01.png) -640px -32px no-repeat; }

#nav_02 {
	width: 170px;
	padding: 5px 0 10px 0;
	margin: 5px;
	}

#nav_02 .menu02 li {
	width: 170px;
	height: 25px;
	text-indent: -9999px;
	float:left;
	}

#nav_02 .menu02 li a {
	width: 170px;
	display: block;
	height: 25px;
	float:left;
	}

#nav02_01 a { background: url(../images/nav02.png) 0 -5px no-repeat; }
#nav02_02 a { background: url(../images/nav02.png) 0 -30px no-repeat; }
#nav02_03 a { background: url(../images/nav02.png) 0 -55px no-repeat; }
#nav02_04 a { background: url(../images/nav02.png) 0 -80px no-repeat; }
#nav02_05 a { background: url(../images/nav02.png) 0 -105px no-repeat; }
#nav02_06 a { background: url(../images/nav02.png) 0 -130px no-repeat; }
#nav02_07 a { background: url(../images/nav02.png) 0 -155px no-repeat; }
#nav02_15 a { background: url(../images/nav02.png) 0 -180px no-repeat; }
#nav02_08 a { background: url(../images/nav02.png) 0 -205px no-repeat; }
#nav02_09 a { background: url(../images/nav02.png) 0 -230px no-repeat; }
#nav02_10 a { background: url(../images/nav02.png) 0 -255px no-repeat; }
#nav02_11 a { background: url(../images/nav02.png) 0 -280px no-repeat; }
#nav02_12 a { background: url(../images/nav02.png) 0 -305px no-repeat; }
#nav02_13 a { background: url(../images/nav02.png) 0 -330px no-repeat; }
#nav02_14 a { background: url(../images/nav02.png) 0 -355px no-repeat; }

#nav02_01 a:hover { background: url(../images/nav02.png) -170px -5px no-repeat; }
#nav02_02 a:hover { background: url(../images/nav02.png) -170px -30px no-repeat; }
#nav02_03 a:hover { background: url(../images/nav02.png) -170px -55px no-repeat; }
#nav02_04 a:hover { background: url(../images/nav02.png) -170px -80px no-repeat; }
#nav02_05 a:hover { background: url(../images/nav02.png) -170px -105px no-repeat; }
#nav02_06 a:hover { background: url(../images/nav02.png) -170px -130px no-repeat; }
#nav02_07 a:hover { background: url(../images/nav02.png) -170px -155px no-repeat; }
#nav02_15 a:hover { background: url(../images/nav02.png) -170px -180px no-repeat; }
#nav02_08 a:hover { background: url(../images/nav02.png) -170px -205px no-repeat; }
#nav02_09 a:hover { background: url(../images/nav02.png) -170px -230px no-repeat; }
#nav02_10 a:hover { background: url(../images/nav02.png) -170px -255px no-repeat; }
#nav02_11 a:hover { background: url(../images/nav02.png) -170px -280px no-repeat; }
#nav02_12 a:hover { background: url(../images/nav02.png) -170px -305px no-repeat; }
#nav02_13 a:hover { background: url(../images/nav02.png) -170px -330px no-repeat; }
#nav02_14 a:hover { background: url(../images/nav02.png) -170px -355px no-repeat; }

#nav_02 img { text-align: center; padding:10px 0 0 4px;}



#nav_02 .nav-info { width:160px;
height:150px;
border:1px solid green;
margin-top:15px;
margin-left:4px;
}
#nav_02 .nav-info2{ border:1px dashed orange;
padding:1px;
width:156px;
height:146px;
}
#nav_02 .nav-info2 p { padding-left:5px;
line-height:140%;
}

*html body #nav_02 .nav-info2 p { padding-left:3px;
line-height:135%;
text-align:left;
}

/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 5px;
	margin: 0 auto;
	font-size: 85%;
	color: #666666;
	width:800px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height:80px;
	}
*: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: #666666;
	}
#footer a:hover { text-decoration: underline; }

#footer .tel{
float:left; margin: 30px 0 0 5px;
}

#footer #menu{
	width:560px;
	float:right;
	margin-right:20px;
	margin-left:20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #198C4A;
	padding-top:5px;}

#footer ul {
	list-style: none;
	margin: 0 1em 2px 1em;
	padding: 0;
	clear: both;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address { margin: 8px 5px;	width:570px;
	float:right;
	margin-right:10px; }
	
#index #wrapper #footer #top_add {
	width: 560px;
	float: right;
	margin: 0 20px;
	padding-top: 61px;
	border-top: 1px solid #198c4a;
}


/*---------- 06  Contents -----------*/

.section { padding: .5em 30px; }
.section .section { padding: .5em 10px; }

.banner{ width:570px; margin-left:25px;}

p.center { text-align: center; }

#content h2 {
	height: 40px;
	text-indent: -9999px;
	margin: 0 15px;
	}
#content h3 {
	clear: both;
	height: 35px;
	text-indent: -9999px;
	margin-left: -10px;
	}
#content h4 {
	height: 30px;
	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.jpg) 0 7px no-repeat;
	padding-left: 20px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { font-weight: bold; }

#content a { text-decoration: underline; }
a {
	color: #198C4A;
	outline: none;
	}
a:hover { color: #198C4A; }

#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;
	}

.mt8 { margin-top: 8px;}

.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: 98px;
	height: 20px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 20px;
	background: url(../images/to_top.png) 0 0 no-repeat;
	}
	
#content .section_click{margin:0;}
#content ul.click {
	clear: both;
	padding-bottom: 5px;
	}

#content ul.click li {
	list-style: none;
	width: 98px;
	height: 20px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.click li a {
	display: block;
	height: 20px;
	background: url(../images/click.jpg) 0 0 no-repeat;
	}


p.caution {
	padding-left: 24px;
	}
	
.arrow a {background:url(../images/arrow_h.png) left 5px no-repeat; padding-left:25px; float:right;}
.arrow_l a {background:url(../images/arrow_h.png) left 5px no-repeat; padding-left:25px; float:left;}
strong {color:#198C4A;}

.sidemargin {
padding:10px 50px 0 50px;
}

.baseline {
vertical-align:0.8em;
}

.circlered {
float:left;
width:31px;
}
.text01 {
float:left;
width:420px;
padding-top:0.4em;
}

/* 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 */


.Srsection { padding: 0; margin:-10px 0 0 0; }
/*---------- 07  Index -----------*/
#index h2#index_top{ background:url(../images/index_h2.jpg) 0 0 no-repeat; width:800px; height:300px; display:block; text-indent:-9999px;}

#index h3#title01{ background:url(../images/index_h3-01.png) 0 0 no-repeat;}
#index h3#title02{ background:url(../images/index_h3-02.jpg) 0 0 no-repeat; width:560px;}
#index h3#title03{ background:url(../images/index_h3-03.jpg) 0 0 no-repeat; width:560px;}



#index dl {margin:10px; width:500px; float:left;}
#index dl dt{background:url(../images/li_bg.jpg) left 7px no-repeat;
             width: 7em;
			 float:left;
			 padding-left:15px;
			 font-weight:normal;
			 }
			 
#index dl dd{overflow:hidden; width: 400px;}

#index .image_l  {
	float: left;
	margin: 0 5px 16px 0;
	}

#index .image_r {
	float: right;
	margin: 0 0 16px 5px;
	}
	
#index .section_click{margin:40px 10px 0 0; float:right; width:98px;}
#index ul.click {
	clear: both;
	padding-bottom: 5px;
	}

#index ul.click li {
	list-style: none;
	width: 98px;
	height: 20px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#index ul.click li a {
	display: block;
	height: 20px;
	background: url(../images/click.jpg) 0 0 no-repeat;
	}
	

#index .bg01{
	background-color: #B1EBA6;
	width: 540px;
	background-image: url(../images/index_bg01.jpg);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	padding:0 10px 10px 10px;
	margin: 0 0 0 20px;
}

#index .kyosei-bnr a { 
display:block;
background:url(../images/kyosei-bnr.jpg) 0 0 no-repeat;
width:560px;
height:60px;
margin-left:20px;
margin-bottom:15px;
text-indent:-9999px;
outline:none;
}
#index .kyosei-bnr a:hover { background-position:bottom;}

/*---------- 08  Concept -----------*/

#concept h2#title01{ background:url(../images/concept_h2-01.png) 0 0 no-repeat;}
#concept h3#title02{ background:url(../images/concept_h3-02.png) 0 0 no-repeat;}
#concept h4#title03{ background:url(../images/concept_h4-03.png) 0 0 no-repeat;}
#concept h4#title04{ background:url(../images/concept_h4-04.png) 0 0 no-repeat;}
#concept h4#title05{ background:url(../images/concept_h4-05.png) 0 0 no-repeat;}
#concept h4#title06{ background:url(../images/concept_h4-06.png) 0 0 no-repeat;}
#concept h4#title07{ background:url(../images/concept_h4-07.png) 0 0 no-repeat;}


/*---------- 09  Staff -----------*/

#staff h2#title01{ background:url(../images/staff_h2-01.png) 0 0 no-repeat;}
#staff h3#title02{ background:url(../images/staff_h3-02.png) 0 0 no-repeat;}
#staff h4#title03{ background:url(../images/staff_h4-03.png) 0 0 no-repeat;}
#staff h4#title04{ background:url(../images/staff_h4-04.png) 0 0 no-repeat;}
#staff h3#title05{ background:url(../images/staff_h3-05.png) 0 0 no-repeat;}
#staff h4#title06{ background:url(../images/staff_h4-06.png) 0 0 no-repeat;}

#staff h3#title07{ background:url(../images/staff_img01.png) 10px 10px no-repeat;}

#staff .dr{float:left; width:300px; margin-top:10px;}

#staff .section p.philo {
  margin: 5px auto 5px;
	text-align: center;
}


/*---------- 10  Clinic -----------*/

#clinic h2#title01{ background:url(../images/clinic_h2-01.png) 0 0 no-repeat;}
#clinic h3#title02{ background:url(../images/clinic_h3-02.png) 0 0 no-repeat;}
#clinic h3#title03{ background:url(../images/clinic_h3-03.png) 0 0 no-repeat;}
#clinic h3#title04{ background:url(../images/clinic_h3-04.png) 0 0 no-repeat;}
#clinic h4#title05{ background:url(../images/clinic_h4-05.png) 0 0 no-repeat; width:240px; height:26px;}
#clinic h4#title06{ background:url(../images/clinic_h4-06.png) 0 0 no-repeat; width:240px; height:26px;}
#clinic h4#title07{ background:url(../images/clinic_h4-07.png) 0 0 no-repeat; width:240px; height:26px;}
#clinic h4#title08{ background:url(../images/clinic_h4-08.png) 0 0 no-repeat; width:240px; height:26px;}
#clinic h4#title09{ background:url(../images/clinic_h4-09.png) 0 0 no-repeat; width:240px; height:26px;}
#clinic h4#title10{ background:url(../images/clinic_h4-10.png) 0 0 no-repeat; width:240px; height:26px;}

#clinic .access{ margin-top:10px;}
#clinic .photo .image_l p,
#clinic .photo .image_r p{ margin-left:20px;}

.ml15 {margin-left: 15px;}

/*---------- 11  Sick -----------*/

#sick h2#title01{ background:url(../images/sick_h2-01.png) 0 0 no-repeat;}
#sick h3#title02{ background:url(../images/sick_h3-02.png) 0 0 no-repeat;}
#sick h4#title03{ background:url(../images/sick_h4-03.png) 0 0 no-repeat;}
#sick h4#title04{ background:url(../images/sick_h4-04.png) 0 0 no-repeat;}
#sick h4#title05{ background:url(../images/sick_h4-05.png) 0 0 no-repeat;}
#sick h4#title06{ background:url(../images/sick_h4-06.png) 0 0 no-repeat;}
#sick h4#title07{ background:url(../images/sick_h4-07.png) 0 0 no-repeat;}
#sick h3#title08{ background:url(../images/sick_h3-08.png) 0 0 no-repeat;}
#sick h3#title09{ background:url(../images/sick_h3-09.png) 0 0 no-repeat;}
#sick h4#title10{ background:url(../images/sick_h4-10.png) 0 0 no-repeat;}
#sick h3#title11{ background:url(../images/sick_h3-11.png) 0 0 no-repeat;}

.mt20 {margin-top: 15px; margin-bottom: 20px;}

.bold {font-weight: bold; font-size: 105%;}
.red {color: #FF0000;}


/*---------- 12  Prevent -----------*/

#prevent h2#title01{ background:url(../images/prevent_h2-01.png) 0 0 no-repeat;}
#prevent h3#title02{ background:url(../images/prevent_h3-02.png) 0 0 no-repeat;}
#prevent h3#title03{ background:url(../images/prevent_h3-03.png) 0 0 no-repeat;}
#prevent h4#title04{ background:url(../images/prevent_h4-04.png) 0 0 no-repeat;}
#prevent h3#title05{ background:url(../images/prevent_h3-05.png) 0 0 no-repeat;}
#prevent h4#title06{ background:url(../images/prevent_h4-06.png) 0 0 no-repeat;}
#prevent h4#title07{ background:url(../images/prevent_h4-07.png) 0 0 no-repeat;}
#prevent h3#title08{ background:url(../images/prevent_h3-08.png) 0 0 no-repeat;}
#prevent h3#title09{ background:url(../images/prevent_h3-09.png) 0 0 no-repeat;}

/*---------- 13  Ortho -----------*/

#ortho h2#title01{ background:url(../images/ortho_h2-01.png) 0 0 no-repeat;}
#ortho h3#title02{ background:url(../images/ortho_h3-02.png) 0 0 no-repeat;}
#ortho h3#title03{ background:url(../images/ortho_h3-03.png) 0 0 no-repeat;}
#ortho h4#title04{ background:url(../images/ortho_h4-04.png) 0 0 no-repeat;}
#ortho h4#title05{ background:url(../images/ortho_h4-05.png) 0 0 no-repeat;}
#ortho h3#title06{ background:url(../images/ortho_h3-06.png) 0 0 no-repeat;}
#ortho h4#title07{ background:url(../images/ortho_h4-06.png) 0 0 no-repeat;}

/*---------- 14  Aesthe -----------*/

#aesthe h2#title01{ background:url(../images/aesthe_h2-01.png) 0 0 no-repeat;}
#aesthe h3#title02{ background:url(../images/aesthe_h3-02.png) 0 0 no-repeat;}
#aesthe h3#title03{ background:url(../images/aesthe_h3-03.png) 0 0 no-repeat;}
#aesthe h3#title04{ background:url(../images/aesthe_h3-04.png) 0 0 no-repeat;}
#aesthe h3#title05{ background:url(../images/aesthe_h3-05.png) 0 0 no-repeat;}
#aesthe h4#title06{ background:url(../images/aesthe_h4-06.png) 0 0 no-repeat;}
#aesthe h4#title07{ background:url(../images/aesthe_h4-06.png) 0 0 no-repeat;}
#aesthe h4#title08{ background:url(../images/aesthe_h4-07.png) 0 0 no-repeat;}
#aesthe h3#title09{ background:url(../images/aesthe_h3-08.png) 0 0 no-repeat;}

/*---------- 14  Lost -----------*/

#lost h2#title01{ background:url(../images/lost_h2-01.png) 0 0 no-repeat;}
#lost h3#title02{ background:url(../images/lost_h3-02.png) 0 0 no-repeat;}
#lost h3#title03{ background:url(../images/lost_h3-03.png) 0 0 no-repeat;}
#lost h4#title04{ background:url(../images/lost_h4-04.png) 0 0 no-repeat;}
#lost h3#title05{ background:url(../images/lost_h3-05.png) 0 0 no-repeat;}
#lost h4#title06{ background:url(../images/lost_h4-06.png) 0 0 no-repeat;}
#lost h3#title07{ background:url(../images/lost_h3-07.png) 0 0 no-repeat;}
#lost h4#title08{ background:url(../images/lost_h4-08.png) 0 0 no-repeat;}
#lost h3#title09{ background:url(../images/lost_h3-09.png) 0 0 no-repeat;}
#lost h4#title10{ background:url(../images/lost_h4-10.png) 0 0 no-repeat;}
#lost h4#title11{ background:url(../images/lost_h4-11.png) 0 0 no-repeat;}
#lost h4#title12{ background:url(../images/lost_h4-12.png) 0 0 no-repeat;}
#lost h4#title13{ background:url(../images/lost_h4-13.png) 0 0 no-repeat;}
#lost h4#title14{ background:url(../images/lost_h4-14.png) 0 0 no-repeat;}
#lost h4#title15{ background:url(../images/lost_h4-15.png) 0 0 no-repeat;}
#lost h3#title16{ background:url(../images/lost_h3-10.png) 0 0 no-repeat;}


#lost .implant{float:right; width:320px; margin-top:10px;}

#lost .bridge dl{ margin:5px;}
#lost .bridge dl dt{width: 2em; font-weight:normal; float:left;}
#lost .bridge dl dd{overflow:hidden;}

#lost table.imp {
  margin: 10px 0 20px 0;
	border-collapse: collapse;
	width: 540px;
}

#lost table.imp th {
  background: #3fa267;
	width: 133px;
	color: #FFF;
	font-size: 12px;
}

#lost table.imp th.head {
  width: 80px;
	text-align: center;
}


#lost table.imp td {
  font-size: 12px;
	vertical-align: top;
	line-height: 1.5em;
	width: 133px;
}

#lost table.imp td.th01 {
	text-align: center;
	vertical-align: middle;
}



.empha_red {font-weight: bold; color: #FF0000; font-size: 15px;}
.empha_black {font-weight: bold; color: #000000; font-size: 15px;}


.mt10 {margin-top: 15px; margin-bottom: 15px;}

div.olds { width: 500px; margin: 10px 0 10px 30px; }

div.olds div.box {
  float: left;
	width: 145px;
	margin-right: 15px;
}

div.olds div.box .inborder {
  border: 1px solid #666666;
	padding: 0 3px;
	height: 145px;
}


/*---------- 15  Recruit -----------*/

#recruit h2#title01{ background:url(../images/recruit_h2-01.png) 0 0 no-repeat;}
#recruit h3#title02{ background:url(../images/recruit_h3-02.png) 0 0 no-repeat;}
#recruit h4#title03{ background:url(../images/recruit_h4-03.png) 0 0 no-repeat;}
#recruit h4#title04{ background:url(../images/recruit_h4-04.png) 0 0 no-repeat;}
#recruit h4#title05{ background:url(../images/recruit_h4-05.png) 0 0 no-repeat;}
#recruit h3#title06{ background:url(../images/recruit_h3-06.png) 0 0 no-repeat;}

#recruit .comment{float:right; width:320px; margin-top:10px;}

#recruit dl {margin:0; width:530px;}
#recruit dl dt{color:#198C4A;
             width: 7em;
			 float:left;}
#recruit dl dd{overflow:hidden; width:400px;}

/*---------- 16  Sitemap -----------*/

#sitemap h2#title01{ background:url(../images/sitemap_h2-01.png) 0 0 no-repeat;}


/*-----blog用バナー-----*/

.blog {
	margin: 15px 0 0 4px;
}

.blog a {
  display: block;
	width: 162px;
	height: 73px;
	background: url(../images/blog.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	outline: none;
}

.blog a:hover {
  background-position: 0 -73px;
}


/*---IE6用ブラウザ崩れ----*/

*html body #header p.tel {
	margin: 10px 0 0 0;
	padding: 0;
	height: 61px;
	}

*html body #nav_02 p { text-align: center; padding: 10px 0 0 0; margin: 0 auto;}




*html body#index #wrapper #content .bg01 {
	background-color: #B1EBA6;
	width: 540px;
	background-image: url(../images/index_bg01.jpg);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	padding:0 0 10px 0;
	margin: 0 0 0 20px;
}

*html body#index #wrapper #content .bg01 p { padding-left: 10px;}


*html body#index #wrapper #content h3#title02{ 
  background:url(../images/index_h3-02.jpg) 0 0 no-repeat; 
	width:560px; 
	margin:0; 
	padding: 0;
}

*html body #footer address { 
  margin: 8px 15px 8px 5px;	
	width:570px;
	float: right;
	line-height: 1.5em;
}
