@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                   Base                          */
/*                   Container                     */
/*                   Header                        */
/*                   Navigation                    */
/*                   Footer                        */
/*                   Contents                      */
/*                   Index                         */
/*                   Concept                       */
/*                   Clinic                        */
/*                   Access                        */
/*                   Staff                         */
/*                   Treatment                     */
/*                   Implant                       */
/*                   Prevent                       */
/*                   Aesthe                        */
/*                   Whitening                     */
/*                   Ortho                         */
/*                   Recruit                       */
/*                   Sitemap                       */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Ocre           #605134      */
/*        Main Color - Light Brown    #a27f59      */
/*                                                 */
/*        Sub Color - Yellow Orange   #ff9900      */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- Container -----------*/

body { background: url(../images/body_bg.jpg) top repeat-x;}

#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	z-index:-1;
	}

#main {
	padding:3px 0 0 0;
	background: url(../images/main.jpg) 0 0 no-repeat;
	height: 100%;
	background:#FFFFFF;
	}

#content {
	width: 595px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 1em 0;
	}


/*---------- Header -----------*/

#header {
	background: url(../images/header_bg.jpg) left bottom no-repeat;
	height: 78px;
	width: 800px;
	margin: 0;
	padding: 0;
	position:relative;
	}

h1 {
	position:absolute;
	top: 3px;
	right: 15px;
	color:#ccc;
	font-size: 95%;
	line-height: 1.3;
	}

#header p#top {
	height: 56px;
	margin: 0;
	}
#header p#top a {
	display: block;
	width: 800px;
	height: 56px;
	text-indent: 0;
	}


#header_nav {
	margin: 0;
	padding: 0;
	background: url(../images/header_nav.jpg) 0 0 no-repeat;
	width: 142px;
	height: 16px;
	float: right;
	}
#header_nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 71px;
	height: 16px;
	float: left;
	text-align: center;
	font-size: 9px;
	line-height: 16px;
	}
#header_nav li a {
	color: #fff;
	text-decoration: none;
	}


/*---------- Navigation -----------*/

#nav {
	width: 180px;
	float: left;
	margin-left:2px;
	}
* html body #nav {
	width: 180px;
	float: left;
	margin-left:0px;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

.internal { width: 180px;}
.internal li {
	width: 180px;
	text-indent: -9999px;
	
	}
.internal a {
	display: block;
	height: 31px;
	}
#nav03 a,
#nav13 a { height: 28px; }

#nav03 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -28px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -59px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -90px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -121px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -152px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -183px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -214px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -245px no-repeat; }
#nav12 a { background: url(../images/nav.jpg) 0 -276px no-repeat; }
#nav13 a { background: url(../images/nav.jpg) 0 -307px no-repeat; }

#nav03 a:hover { background: url(../images/nav.jpg) -180px 0 no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -180px -28px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -180px -59px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -180px -90px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -180px -121px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -180px -152px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -180px -183px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -180px -214px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -180px -245px no-repeat; }
#nav12 a:hover { background: url(../images/nav.jpg) -180px -276px no-repeat; }
#nav13 a:hover { background: url(../images/nav.jpg) -180px -307px no-repeat; }

#nav .external {
	width: 180px;
	margin: 8px 0;
	}
#nav .external li { margin: 0 0 4px 0; }
.external li#shika-town { margin-left: 15px;}

.offi-bnr { margin-top:3px;
margin-bottom:1px;
}
.offi-fr {}
.offi-fr p { font-size:95%;
line-height:110%;}

*:first-child+html .offi-fr p { font-size:80%;
line-height:122%;
}
* html body .offi-fr p { font-size:80%;
line-height:122%;
}


/*---------- Footer -----------*/

#footer {
	clear: both;
	margin: 0;
	background: #fff url(../images/footer_bg.png) top repeat-x;
	font-size: 85%;
	text-align: center;
	/*margin-top:55px;*/
	}
*:first-child+html #footer { font-size: 9px; }
* html body #footer { font-size: 9px; }

#footer .section {
	width: 760px;
	margin: 0 auto;
	background: #fff url(../images/footer_section_bg.png) top repeat-x;

	}

#footer a {
	text-decoration: none;
	color: #605134;
	}

#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: 0 1em 10px 1em;
	color: #fff;
	}
#shika-b {
width:800px;
  height:1px;
  border:0px;
  position:relative;
  }
#footer .shika-bnr{
	position:absolute;
	top:-90px;
	left:0;
	}

/*---------- Contents -----------*/


.section { padding: .5em 20px; }


p.center { text-align: center; }

#content h2 {
	height: 46px;
	text-indent: -9999px;
	margin: 0 15px;
	}
#content h3 {
	clear: both;
	height: 26px;
	text-indent: -9999px;
	}
#content h4 {
	clear: both;
	height: 24px;
	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 4px no-repeat;
	padding-left: 1.4em;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { font-weight: bold; }

#content a { text-decoration: underline; }
a { color: #605134; }
a:hover { color: #ff9900; }

.image_l  {
	float: left;
	margin: 0 12px 12px 0;
	}

.image_r {
	float: right;
	margin: 0 0 12px 12px;
	}

#content ul.totop li {
	clear: both;
	list-style: none;
	background: url(../images/arrow_up.png) 0 2px no-repeat;
	font-size: 85%;
	padding-left: 15px;
	width: 8em;
	float: right;
	}
#content ul.totop li a { text-decoration: none; }

#content table {
	width: 90%;
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #eee;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	margin: auto;
	}
	
#recruit #content table {
  width: 500px;
}

#content table th,
#content table td {
	border: 1px solid #ddd;
	padding: 4px 8px;
	}

p.caption { text-align: center;}
p.caution {
text-algin: right;
margin: 0;
margin-left: 40px;
font-size: 77%;
}
#content .case { background: url(../images/arrow_h.png) center 80px no-repeat; }

.marTT { margin-top:240px;}
.marT70 { margin-top:70px;}


/*---------- Index -----------*/

body#index { background: url(../images/index_body_bg.jpg) top repeat-x; }

#index #header {
	background: url(../images/header_bg.jpg) left bottom no-repeat;
	height: 428px;
	}

/*#index h1 { height: 406px; }
#index h1 a {
	height: 406px;
	background: url(../images/index_h1.jpg) 0 0 no-repeat;
	}*/

#index p#top { height: 406px; margin: 0; }
#index p#top a {
	height: 406px;
	background: url(../images/index_h1.jpg) 0 0 no-repeat;
	}

#index h2#title01 { /*background: url(../images/index_h2_01.png) 0 0 no-repeat;*/ margin: 0; text-indent: 0; }
#index h3#title02 { /*background: url(../images/index_h3_02.png) 0 0 no-repeat;*/ text-indent: 0; }
#index h3#title03 { /*background: url(../images/index_h3_03.png) 0 0 no-repeat;*/ text-indent: 0; }

#introduction p { margin: 15px; }

#pckp ul { margin: 15px 0; }
#pckp ul li {
	width: 268px;
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	}
#pckp ul li.nil { margin-right: 0; }

#index .schedule { margin-left: 5px; }
#index .schedule h5 { margin: 0; }

#index .contentsBox{
	border: 1px solid #999999;
	width: 540px;
	margin: 0 0 0 5px;
}

#tiny  {
  width: 538px;
  height: 200px;
  overflow-y: auto;
	border: 1px solid #999999;
  margin: 0 0 0px 0 ;
	font-size: 100%;
 }
*+html #tiny  {
  width: 538px;
  height: 200px;
  overflow-y: scroll;
	border: 1px solid #999999;
  margin: 0 0 0px 0 ;
 }

 
#tiny table { 
  border: none;
	width: 518px;}
 
#tiny table td { 
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: dashed 1px #cccccc;
  vertical-align:top;


}

#tiny table td.tn_date{
  padding: 5px 0 10px 15px;
  width: 100px;*/ IE7で横スクロールが出た場合*/
}

#tiny table td.tn_title{
  padding: 5px 0 10px 15px;
}

#tiny table .tn_image {
  padding: 5px 0 10px 15px;
  display:none;}

/*---------- 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 h3#title03 { background: url(../images/concept_h3_03.png) 0 0 no-repeat; }
#concept h3#title04 { background: url(../images/concept_h3_04.png) 0 0 no-repeat; }


/*---------- 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 h4#title03 { background: url(../images/clinic_h4_03.png) 0 0 no-repeat; }
#clinic h4#title04 { background: url(../images/clinic_h4_04.png) 0 0 no-repeat; }
#clinic h4#title05 { background: url(../images/clinic_h4_05.png) 0 0 no-repeat; }
#clinic h4#title06 { background: url(../images/clinic_h4_06.png) 0 0 no-repeat; }
#clinic h4#title07 { background: url(../images/clinic_h4_07.png) 0 0 no-repeat; }
#clinic h4#title08 { background: url(../images/clinic_h4_08.png) 0 0 no-repeat; }
#clinic h4#title09 { background: url(../images/clinic_h4_09.png) 0 0 no-repeat; }
#clinic h4#title10 { background: url(../images/clinic_h4_10.png) 0 0 no-repeat; }
#clinic h4#title11 { background: url(../images/clinic_h4_11.png) 0 0 no-repeat; }
#clinic h4#title12 { background: url(../images/clinic_h4_12.png) 0 0 no-repeat; }
#clinic h4#title13 { background: url(../images/clinic_h4_13.jpg) 0 0 no-repeat; }

#clinic #content .alpha {
	width: 320px;
	float: right;
	}
#clinic #content .beta {
	width: 180px;
	float: left;
	}

/*---------- Access -----------*/

#access h2#title01 { background: url(../images/access_h2_01.png) 0 0 no-repeat; }
#access h3#title02 { background: url(../images/access_h3_02.png) 0 0 no-repeat; }
#access h4#title03 {
	width: 213px;
	background: url(../images/access_h4_03.png) 0 0 no-repeat;
	}
#access h4#title04 {
	width: 213px;
	background: url(../images/access_h4_04.png) 0 0 no-repeat;
	}
#access h4#title05 {
	width: 213px;
	background: url(../images/access_h4_05.png) 0 0 no-repeat;
	}


/*---------- 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 h3#title03 { background: url(../images/staff_h3_03.png) 0 0 no-repeat; }
#staff h4#title04 { background: url(../images/staff_h4_04.png) 0 0 no-repeat; }
#staff h4#title05 { background: url(../images/staff_h4_05.png) 0 0 no-repeat; }
#staff h4#title07 { background: url(../images/staff_h4_06.png) 0 0 no-repeat; }
#staff h3#title06 { background: url(../images/staff_h3_04.png) 0 0 no-repeat; }
#staff #content .alpha {
	width: 160px;
	float: left;
	}
#staff #content .beta {
	width: 380px;
	float: right;
	}

#staff dl.cv dt {
	width: 7.5em;
	float: left;
	}
#staff dl.cv dd { margin-left: 7.5em; }


/*---------- Treatment -----------*/

#treatment h2#title01 { background: url(../images/treatment_h2_01.png) 0 0 no-repeat; }
#treatment h3#title02 { background: url(../images/treatment_h3_02.png) 0 0 no-repeat; }
#treatment h3#title03 { background: url(../images/treatment_h3_03.png) 0 0 no-repeat; }
#treatment h3#title24 { background: url(../images/treatment_h3_04.png) 0 0 no-repeat; }
#treatment h4#title04 { background: url(../images/treatment_h4_04.png) 0 0 no-repeat; }
#treatment h4#title05 { background: url(../images/treatment_h4_05.png) 0 0 no-repeat; }
#treatment h4#title06 { background: url(../images/treatment_h4_06.png) 0 0 no-repeat; }
#treatment h4#title07 { background: url(../images/treatment_h4_07.png) 0 0 no-repeat; }
#treatment h4#title08 { background: url(../images/treatment_h4_08.png) 0 0 no-repeat; }
#treatment h4#title09 { background: url(../images/treatment_h4_09.png) 0 0 no-repeat; }
#treatment h4#title10 { background: url(../images/treatment_h4_10.png) 0 0 no-repeat; }
#treatment h4#title11 { background: url(../images/treatment_h4_11.png) 0 0 no-repeat; }
#treatment h4#title12 { background: url(../images/treatment_h4_12.png) 0 0 no-repeat; }
#treatment h4#title13 { background: url(../images/treatment_h4_13.png) 0 0 no-repeat; }
#treatment h4#title14 { background: url(../images/treatment_h4_14.png) 0 0 no-repeat; }
#treatment h4#title15 { background: url(../images/treatment_h4_15.png) 0 0 no-repeat; }
#treatment h4#title16 { background: url(../images/treatment_h4_16.png) 0 0 no-repeat; }
#treatment h4#title17 { background: url(../images/treatment_h4_17.png) 0 0 no-repeat; }
#treatment h4#title18 { background: url(../images/treatment_h4_18.png) 0 0 no-repeat; }
#treatment h4#title19 { background: url(../images/treatment_h4_19.png) 0 0 no-repeat; }
#treatment h4#title20 { background: url(../images/treatment_h4_20.png) 0 0 no-repeat; }
#treatment h4#title21 { background: url(../images/treatment_h4_21.png) 0 0 no-repeat; }
#treatment h4#title22 { background: url(../images/treatment_h4_22.png) 0 0 no-repeat; }
#treatment h4#title23 { background: url(../images/treatment_h4_23.png) 0 0 no-repeat; }

#treatment #content .alpha {
	width: 230px;
	float: left;
	}
#treatment #content .beta {
	width: 230px;
	float: right;
	}


/*---------- Implant -----------*/

#implant h2#title01 { background: url(../images/implant_h2_01.png) 0 0 no-repeat; }
#implant h3#title02 { background: url(../images/implant_h3_02.png) 0 0 no-repeat; }
#implant h3#title03 { background: url(../images/implant_h3_03.png) 0 0 no-repeat; }
#implant h4#title04 { background: url(../images/implant_h4_04.png) 0 0 no-repeat; }
#implant h4#title05 { background: url(../images/implant_h4_05.png) 0 0 no-repeat; }
#implant h4#title06 { background: url(../images/implant_h4_06.png) 0 0 no-repeat; }
#implant h4#title07 { background: url(../images/implant_h4_07.png) 0 0 no-repeat; }
#implant h4#title08 { background: url(../images/implant_h4_08.png) 0 0 no-repeat; }
#implant h4#title09 { background: url(../images/implant_h4_09.png) 0 0 no-repeat; }

#implant #content ol li {
	background: url(../images/arrow_down.png) center bottom no-repeat;
	padding-bottom: 12px;
	margin-bottom: 6px;
	}

#implant #content ol li.nil {
	background-image: none;
	padding-bottom: 0;
	margin-bottom: 0;
	}

/*---------- 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 h3#title04 { background: url(../images/prevent_h3_04.png) 0 0 no-repeat; }
#prevent h3#title05 { background: url(../images/prevent_h3_05.png) 0 0 no-repeat; }
#prevent h3#title06 { background: url(../images/prevent_h3_06.png) 0 0 no-repeat; }
#prevent h3#title07 { background: url(../images/prevent_h3_07.png) 0 0 no-repeat; }


/*---------- 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_07.png) 0 0 no-repeat; }
#aesthe h3#title08 { background: url(../images/aesthe_h3_08.png) 0 0 no-repeat; }

/*---------- Whitening -----------*/

#whitening h2#title01 { background: url(../images/whitening_h2_01.png) 0 0 no-repeat; }
#whitening h3#title02 { background: url(../images/whitening_h3_02.png) 0 0 no-repeat; }
#whitening h3#title03 { background: url(../images/whitening_h3_03.png) 0 0 no-repeat; }
#whitening h3#title04 { background: url(../images/whitening_h3_04.png) 0 0 no-repeat; }
#whitening h3#title05 { background: url(../images/whitening_h3_05.png) 0 0 no-repeat; }
#whitening h3#title06 { background: url(../images/whitening_h3_06.png) 0 0 no-repeat; }
#whitening h2#title07 { background: url(../images/whitening_h2_07.png) 0 0 no-repeat; }
#whitening h3#title08 { background: url(../images/whitening_h3_08.png) 0 0 no-repeat; }
#whitening h3#title09 { background: url(../images/whitening_h3_09.png) 0 0 no-repeat; }
#whitening h4#title10 { background: url(../images/whitening_h4_10.png) 0 0 no-repeat; }
#whitening h4#title11 { background: url(../images/whitening_h4_11.png) 0 0 no-repeat; }
#whitening h4#title12 { background: url(../images/whitening_h4_12.png) 0 0 no-repeat; }
#whitening h4#title13 { background: url(../images/whitening_h4_13.png) 0 0 no-repeat; }
#whitening h3#title14 { background: url(../images/whitening_h3_14.png) 0 0 no-repeat; }


#whitening p.bnr_aesthe {
	float:right;
	padding-right:5px;
}
#whitening p.bnr_aesthe a {
	display:block;
	width:250px;
	height:80px;
	padding:0;
	margin:0;
	outline:none;
	text-indent:-9999em;
	background:url(../images/bnr_aesthe.jpg) no-repeat 0 0;
}

#whitening p.bnr_aesthe a:hover { background-position:bottom; }

/*---------- 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 h4#title03 { background: url(../images/ortho_h4_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 h4#title06 { background: url(../images/ortho_h4_06.png) 0 0 no-repeat; }
#ortho h4#title07 { background: url(../images/ortho_h4_07.png) 0 0 no-repeat; }
#ortho h4#title08 { background: url(../images/ortho_h4_08.png) 0 0 no-repeat; }
#ortho h4#title09 { background: url(../images/ortho_h4_09.png) 0 0 no-repeat; }

#ortho #content ol li {
	background: url(../images/arrow_down.png) center bottom no-repeat;
	padding-bottom: 12px;
	margin-bottom: 6px;
	clear: both;
	}

#ortho #content ol li.nil {
	background-image: none;
	padding-bottom: 0;
	margin-bottom: 0;
	}


/*---------- 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 #content dl { margin: 1em 0; }

#recruit #content .alpha {
	width: 200px;
	float: left;
	}
#recruit #content .beta {
	width: 200px;
	float: right;
	}


/*---------- Sitemap -----------*/

#sitemap h2#title01 { background: url(../images/sitemap_h2_01.png) 0 0 no-repeat; }
#sitemap h3#title02 { background: url(../images/sitemap_h3_02.png) 0 0 no-repeat; }
#sitemap h3#title03 { background: url(../images/sitemap_h3_03.png) 0 0 no-repeat; }
#sitemap h3#title04 { background: url(../images/sitemap_h3_04.png) 0 0 no-repeat; }
#sitemap h3#title05 { background: url(../images/sitemap_h3_05.png) 0 0 no-repeat; }
#sitemap h3#title06 { background: url(../images/sitemap_h3_06.png) 0 0 no-repeat; }
#sitemap h3#title07 { background: url(../images/sitemap_h3_07.png) 0 0 no-repeat; }
#sitemap h3#title08 { background: url(../images/sitemap_h3_08.png) 0 0 no-repeat; }
#sitemap h3#title09 { background: url(../images/sitemap_h3_09.png) 0 0 no-repeat; }
#sitemap h3#title10 { background: url(../images/sitemap_h3_10.png) 0 0 no-repeat; }
#sitemap h3#title11 { background: url(../images/sitemap_h3_11.png) 0 0 no-repeat; }
#sitemap h3#title12 { background: url(../images/sitemap_h3_12.png) 0 0 no-repeat; }
#sitemap h3#title13 { background: url(../images/sitemap_h3_13.png) 0 0 no-repeat; }
#sitemap h3#title14 { background: url(../images/sitemap_h3_14.png) 0 0 no-repeat; }
#sitemap h3#title15 { background: url(../images/sitemap_h3_15.png) 0 0 no-repeat; }
#sitemap h3#title16 { background: url(../images/sitemap_h3_16.png) 0 0 no-repeat; }
#sitemap h3#title17 { background: url(../images/sitemap_h3_17.png) 0 0 no-repeat; }
#sitemap h3#title18 { background: url(../images/sitemap_h3_18.png) 0 0 no-repeat; }


#sitemap #content h3 a {
	display: block;
	width: 317px;
	height: 18px;
	}
.fr { text-align:right;
margin-top:-27px;}
.mail-bnr a{ display:block;
width:180px;
height:80px;
background:url(../images/mail-bnr.jpg) 0 0 no-repeat;
text-indent:-9999px;
outline:none;
}
.mail-bnr a:hover { background-position:-180px;}


/*---------- Voice -----------*/

#voice h2#title01 { background: url(../images/voice_h2_01.png) 0 0 no-repeat; }

#voice #content table {
	width: 570px;
	border-collapse: separate;
	border: none;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	margin: auto;
	}
	
#voice #recruit #content table {
  width: 500px;
	border: none;
}

#voice #content table th,
#voice #content table td {
	border: none;
	padding: 0px;
	text-align: center;
	}

#voice #content table td.card_img {
	padding: 16px 5px 10px 0;
}

#voice #content table td p{
	padding: 0px;
	margin: 0px;
}



/*---------- 共通 -----------*/

.pl01{padding: 0px 0px 0px 5px;}
.blue01{ color: #0033FF;}
.adr{font-size:12px; font-weight:bold; color:#ca6900;}
.fl{float:left;}
.fr{float:right;}
.top_brn a{ background:url(../images/banner01.jpg) 0 0 no-repeat;
	width:540px;
	height:80px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	margin:0 0 0 5px;}
.top_brn a:hover{ background:url(../images/banner01_o.jpg);
