@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Clinic                      */
/*                 09  Dr                          */
/*                 10  Concept                     */
/*                 11  Disease                     */
/*                 12  Prevent                     */
/*                 13  Pedodontic                  */
/*                 14  Esthe                       */
/*                 15  Lost                        */
/*                 16  Recruit                     */
/*                 17  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: #f6faff url(../images/bg.jpg) top repeat-x; }

#wrapper {
	background: url(../images/header_bg.jpg) center 0 no-repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	}

#main {
	width: 850px;
	text-align: left;
	margin: 0 auto;
	background: url(../images/main_bg.jpg) center repeat-y;
	}

#content {
	width: 630px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	padding: 60px 0 1em;
	background: url(../images/content_bg.jpg) 0 0 no-repeat;
	}
#index #content {
	padding-top: 0;
	background: none;
	}

/*---------- 03  Header -----------*/

#header {
	height: 250px;
	width: 840px;
	margin: 0 auto;
	padding: 0;
	}

h1 {
	text-indent: -9999px;
	width: 386px;
	height: 90px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 230px;
	height: 80px;
	margin-left: 156px;
	margin-top: 10px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header .section {
	width: 440px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	float: left;
	margin: 5px 0 0;
	padding: 0;
	height: 90px;
	}
#header p.tel img {
	display: block;
	margin: 0;
	padding: 0;
	}

#header_nav {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 193px;
	height: 80px;
	background: url(../images/header_nav.jpg) 0 60px no-repeat;
	}

#header_nav li {
	float: left;
	width: 90px;
	height: 20px;
	text-indent: -9999px;
	list-style: none;
	margin: 60px 0 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 20px;
	}

#nav01 a { background: url(../images/header_nav.jpg) 0 0 no-repeat; }
#nav02 a { background: url(../images/header_nav.jpg) -90px 0 no-repeat; }

#nav01 a:hover { background: url(../images/header_nav.jpg) 0 -20px no-repeat; }
#nav02 a:hover { background: url(../images/header_nav.jpg) -90px -20px no-repeat; }


/*----------04  Navigation -----------*/

#nav {
	width: 220px;
	float: left;
	padding: 5px 0 0 0;
	background: url(../images/nav_bg.jpg) 30px 0 no-repeat;
	}

#nav .internal {
	padding-left: 35px;
	padding-right: 5px;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	height: 50px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 45px;
	}

#nav03 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -45px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -90px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -135px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -180px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -225px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -270px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -315px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -360px no-repeat; }
#nav12 a { background: url(../images/nav.jpg) 0 -405px no-repeat; }

#nav03 a:hover { background: url(../images/nav.jpg) -180px 0 no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -180px -45px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -180px -90px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -180px -135px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -180px -180px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -180px -225px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -180px -270px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -180px -315px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -180px -360px no-repeat; }
#nav12 a:hover { background: url(../images/nav.jpg) -180px -405px no-repeat; }

#nav p {
	margin-left: 30px;
	text-align: center;
	padding: 5px 0 10px;
	}


/*---------- 05  Footer -----------*/

#footer {
	width: 850px;
	clear: both;
	margin: 0 auto;
	padding-top: 50px;
	background: #fff url(../images/footer_bg.jpg) top left no-repeat;
	font-size: 85%;
	text-align: center;
	color: #999;
	}
*: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: #64c8ff;
	}
#footer a:hover { text-decoration: underline; }

#footer ul { 
	list-style: none;
	margin: 0 30px 15px 30px;
	padding: 0;
	clear: both;
	}

#footer ul li {
	display: inline;
	padding: 0;
	}

#footer address {
	margin: 0;
	padding: 0;
	width: 850px;
	height: 50px;
	text-align: center;
	background: #fff url(../images/footer_bg.jpg) bottom repeat-x;
	}
#footer address a {
	display: block;
	width: 290px;
	height: 30px;
	margin: 0 auto 0;
	text-indent: -9999px;
	background: url(../images/copyright.jpg) 0 0 no-repeat;
	}


/*---------- 06  Contents -----------*/

.section { padding: .5em 45px .5em 15px; }
#index .section { padding: 0 0; }
.section .section { padding: .5em 10px; }

p.center { text-align: center; }

#content h2 {
	height: 46px;
	text-indent: -9999px;
	margin: 0 15px;
	}
#content h3 {
	height: 45px;
	text-indent: -9999px;
	margin: 0;
	}
#content h4 {
	height: 40px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 100%;
	font-weight: bold;
	padding: .3em .5em;
	background: #a7dcfe;
	border: 1px solid #65c8ff;
	margin-bottom: 10px;
	}

#content ul li {
	list-style: none;
	background: url(../images/list.jpg) 0 4px 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: #00c7e8;
	outline: none;
	}
a:hover { color: #2e96ab; }

#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;
	}

.case {
	margin: 10px 25px;
	background: url(../images/arrow_h.jpg) center center no-repeat;
	}
.case img {
	display: block;
	}

.case .caption {
	text-align: center;
	border-top: 2px solid #ccc;
	}


#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 120px;
	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/pagetop.jpg) 0 0 no-repeat;
	}

p.caution {
	text-align: right;
	}

/* 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 */

table {
	font-size: 100%;
	}
table tr th,
table tr td {
	color: #666;
	}


.dashed {
	padding: 9px 19px;
	border: 1px dashed #ccc;
	}
.bordered {
	padding: 9px 19px;
	border: 1px solid #ccc;
	}
.colored {
	padding: 9px 19px;
	background: #e9f6fe;
	}

.reservation {
	width: 570px;
	margin-left: 10px;
	}
.reservation a {
	display: block;
	height: 90px;
	background: url(../images/reservation_banner01.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}
.reservation a:hover { background: url(../images/reservation_banner01.jpg) 0 -90px no-repeat; }

/*-------- 07  Index --------*/

#index #content #title01 {
	height: 60px;
	background: url(../images/index_h2-01.jpg) 0 0 no-repeat;
	margin: 0;
	}
#index #content #title02 {
	width: 380px;
	height: 90px;
	background: url(../images/index_h3-02.jpg) 0 0 no-repeat;
	margin: 0;
	}
* html #index #content #title02 { float: right; }
#index #content #title03 {
	height: 60px;
	background: url(../images/index_h4-03.jpg) 0 0 no-repeat;
	margin: 0;
	}
#index #content #title04 {
	height: 60px;
	background: url(../images/index_h4-04.jpg) 0 0 no-repeat;
	}
#index #content #title05 {
	height: 40px;
	background: url(../images/index_h4-05.jpg) 0 0 no-repeat;
	}

#index #content .section .section {
	padding: 0;
	}
#index #content .section .animals {
	float: right;
	margin: 0 -10px 0 0;
	padding: 0;
	}
#index #content .section .animals img {
	display: block;
	width: 260px;
	overflow: hidden;
	}
#index #content .greeting {
	margin: 0;
	padding: 0;
	background: url(../images/greeting_bg.jpg) 0 0 no-repeat;
	}
#index #content .greeting dt {
	height: 40px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	}
#index #content .greeting dd {
	margin: 0 50px 0 0;
	padding: 20px;
	background: url(../images/greeting_footer.jpg) 10px bottom no-repeat;
	}
#index #content .pickup {
	clear: both;
	padding: 10px 50px 10px 10px;
	}
#index #content .pickup .image_l,
#index #content .pickup .image_r {
	width: 280px;
	background: url(../images/pickup_bg.jpg) 0 0 repeat-y;
	margin: 0;
	padding-bottom: 0;
	}
#index #content .pickup div .image_r {
	width: auto;
	background: none;
	}

#index #content .pickup div p {
	padding: 5px;
	line-height: 1.5;
	}
#index #content .pickup div p.pickup_bt {
	clear: both;
	background: url(../images/pickup_footer.jpg) 0 bottom no-repeat;
	margin: 0;
	padding: 0 10px 20px;
	}
#index #content .pickup div p.pickup_bt a {
	display: block;
	height: 20px;
	text-indent: -9999px;
	}
#index #content .pickup .image_l p.pickup_bt a { background: url(../images/pickup_bt01.jpg) 0 0 no-repeat; }
#index #content .pickup .image_r p.pickup_bt a { background: url(../images/pickup_bt02.jpg) 0 0 no-repeat; }

#index #content .pickup .image_l p.pickup_bt a:hover { background: url(../images/pickup_bt01.jpg) 0 -20px no-repeat; }
#index #content .pickup .image_r p.pickup_bt a:hover { background: url(../images/pickup_bt02.jpg) 0 -20px no-repeat; }

#index #content .holiday {
	width: 550px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin: 20px 0 10px 20px;
	padding: 8px 4px;
	clear:both;
}
#index #content .holiday strong {
	margin-right: 25px;
	color: #f60;
}

#index #content .clinic_info {
	clear: both;
	padding: 10px 50px 10px 10px;
	}
#index #content .clinic_info .image_r {
	width: 230px;
	}
#index #content .clinic_info .image_r a {
	display: block;
	height: 290px;
	background: url(../images/access_bt.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}
#index #content .clinic_info .image_r a:hover { background: url(../images/access_bt.jpg) -230px 0 no-repeat; } 

#index #content .clinic_info dl {
	margin-left: 0;
	margin-right: 240px;
	}
#index #content .clinic_info dl dt {
	width: 230px;
	height: 40px;
	background: url(../images/index_h5-06.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}
#index #content .clinic_info dl dd {
	margin: 0;
	padding: 0;
	}

#index #content .clinic_info dl dd dl {
	margin: 0;
	padding: 0;
	}
#index #content .clinic_info dl dd dl dt {
	float: left;
	width: 80px;
	height: auto;
	background: none;
	text-indent: 0;
	color: #ff9c13;
	font-weight: 100;
	}
#index #content .clinic_info dl dd dl dd {
	margin-left: 80px
	}
#index #content .clinic_info dl dd dl dd table {
	border: 0;
	padding: 0;
	}
#index #content .clinic_info dl dd dl dd table tr th,
#index #content .clinic_info dl dd dl dd table tr td {
	border: 0;
	padding: 0;
	color: #999;
	text-align: left;
	}
#index #content .clinic_info dl dd dl dd table tr td {
	padding-left: 10px;
	}
.rest-text { text-align:center;
color:#FF0000;
margin-bottom:0px;
}

.Sr_St01{
width:540px;
	text-align:center;
	color:#8B5C29;
	border:double;
	font-size:14px;
	font-weight: bold;
	margin:10px 0px 10px 0px;
	padding:10px 0px 10px 0px;
}
.Sr_textRed{
	color:#FF0000;
}
/*-------- 08  Clinic --------*/

#clinic #content #title01 { background: url(../images/clinic_h2-01.jpg) 0 0 no-repeat; }
#clinic #content #title02 { background: url(../images/clinic_h3-02.jpg) 0 0 no-repeat; }
#clinic #content #title03 { background: url(../images/clinic_h4-03.jpg) 0 0 no-repeat; }
#clinic #content #title04 { background: url(../images/clinic_h4-04.jpg) 0 0 no-repeat; }
#clinic #content #title05 { background: url(../images/clinic_h3-05.jpg) 0 0 no-repeat; }
#clinic #content #title06 { background: url(../images/clinic_h4-06.jpg) 0 0 no-repeat; }
#clinic #content #title07 { background: url(../images/clinic_h4-07.jpg) 0 0 no-repeat; }
#clinic #content #title08 { background: url(../images/clinic_h4-08.jpg) 0 0 no-repeat; }
#clinic #content #title09 { background: url(../images/clinic_h4-09.jpg) 0 0 no-repeat; }
#clinic #content #title10 { background: url(../images/clinic_h4-10.jpg) 0 0 no-repeat; }
#clinic #content #title11 { background: url(../images/clinic_h4-11.jpg) 0 0 no-repeat; }
#clinic #content #title12 { background: url(../images/clinic_h4-12.jpg) 0 0 no-repeat; }
#clinic #content #title13 { background: url(../images/clinic_h4-13.jpg) 0 0 no-repeat; }
#clinic #content #title14 { background: url(../images/clinic_h4-14.jpg) 0 0 no-repeat; }
#clinic #content #title15 { background: url(../images/clinic_h4-15.jpg) 0 0 no-repeat; }
#clinic #content #title16 { background: url(../images/clinic_h4-16.jpg) 0 0 no-repeat; }

#clinic #content table {
	border: 3px solid #abe0ff;
	}
#clinic #content table tr th,
#clinic #content table tr td {
	border: 1px solid #abe0ff;
	padding: .5em 3em .5em 1em;
	text-align: left;
	}
#clinic #content table tr th {
	background: #e7f5fe;
	}
#clinic .dashed {
	margin-bottom: 10px;
	}


/*-------- 09  Dr --------*/

#dr #content #title01 { background: url(../images/dr_h2-01.jpg) 0 0 no-repeat; }
#dr #content #title02 { background: url(../images/dr_h3-02.jpg) 0 0 no-repeat; }
#dr #content #title03 { background: url(../images/dr_h4-03.jpg) 0 0 no-repeat; }
#dr #content #title04 { background: url(../images/dr_h4-04.jpg) 0 0 no-repeat; }

#dr #content .dr_name01 {
	background: url(../images/dr_name01.jpg) center 0 no-repeat;
	text-indent: -9999px;
	height: 30px;
	width: 240px;
	}
#dr #content .dr_name02 {
	background: url(../images/dr_name02.jpg) center 0 no-repeat;
	text-indent: -9999px;
	height: 30px;
	width: 240px;
	} 
#dr #content table {
	border: 3px solid #abe0ff;
	}
#dr #content table tr th,
#dr #content table tr td {
	border: 1px solid #abe0ff;
	text-align: left;
	}
#dr #content table tr th {
	background: #e7f5fe;
	}

/*-------- 10  Concept --------*/

#concept #content #title01 { background: url(../images/concept_h2-01.jpg) 0 0 no-repeat; }
#concept #content #title02 { background: url(../images/concept_h3-02.jpg) 0 0 no-repeat; }
#concept #content #title03 { background: url(../images/concept_h4-03.jpg) 0 0 no-repeat; }
#concept #content #title04 { background: url(../images/concept_h4-04.jpg) 0 0 no-repeat; }
#concept #content #title05 { background: url(../images/concept_h4-05.jpg) 0 0 no-repeat; }

#concept #content .flow {
	padding-bottom: 40px;
	background: url(../images/arrow_v.jpg) center bottom no-repeat;
	}
#concept #content dl dt {
	padding: 9px 19px;
	border: 1px solid #ccc;
	border-bottom: 0;
	color: #6bc9fd;
	}
#concept #content dl dd {
	padding: 9px 19px;
	border: 1px solid #ccc;
	border-top: 0;
	margin: 0;
	}

/*-------- 11  Disease --------*/

#disease #content #title01 { background: url(../images/disease_h2-01.jpg) 0 0 no-repeat; }
#disease #content #title02 { background: url(../images/disease_h3-02.jpg) 0 0 no-repeat; }
#disease #content #title03 { background: url(../images/disease_h4-03.jpg) 0 0 no-repeat; }
#disease #content #title04 { background: url(../images/disease_h4-04.jpg) 0 0 no-repeat; }
#disease #content #title05 { background: url(../images/disease_h4-05.jpg) 0 0 no-repeat; }
#disease #content #title06 { background: url(../images/disease_h4-06.jpg) 0 0 no-repeat; }
#disease #content #title07 { background: url(../images/disease_h3-07.jpg) 0 0 no-repeat; }
#disease #content #title08 { background: url(../images/disease_h4-08.jpg) 0 0 no-repeat; }
#disease #content #title09 { background: url(../images/disease_h4-09.jpg) 0 0 no-repeat; }
#disease #content #title10 { background: url(../images/disease_h3-10.jpg) 0 0 no-repeat; }
#disease #content #title11 { background: url(../images/disease_h4-11.jpg) 0 0 no-repeat; }
#disease #content #title12 { background: url(../images/disease_h4-12.jpg) 0 0 no-repeat; }

#disease .dashed {
	margin-bottom: 10px;
	}

/*-------- 12  Prevent --------*/

#prevent #content #title01 { background: url(../images/prevent_h2-01.jpg) 0 0 no-repeat; }
#prevent #content #title02 { background: url(../images/prevent_h3-02.jpg) 0 0 no-repeat; }
#prevent #content #title03 { background: url(../images/prevent_h4-03.jpg) 0 0 no-repeat; }
#prevent #content #title04 { background: url(../images/prevent_h4-04.jpg) 0 0 no-repeat; }
#prevent #content #title05 { background: url(../images/prevent_h4-05.jpg) 0 0 no-repeat; }
#prevent #content #title06 { background: url(../images/prevent_h4-06.jpg) 0 0 no-repeat; }
#prevent #content #title07 { background: url(../images/prevent_h4-07.jpg) 0 0 no-repeat; }



/*-------- 13  Pedodontic --------*/

#pedodontic #content #title01 { background: url(../images/pedodontic_h2-01.jpg) 0 0 no-repeat; }
#pedodontic #content #title02 { background: url(../images/pedodontic_h3-02.jpg) 0 0 no-repeat; }
#pedodontic #content #title03 { background: url(../images/pedodontic_h4-03.jpg) 0 0 no-repeat; }
#pedodontic #content #title04 { background: url(../images/pedodontic_h4-04.jpg) 0 0 no-repeat; }
#pedodontic #content #title05 { background: url(../images/pedodontic_h3-05.jpg) 0 0 no-repeat; }
#pedodontic #content #title06 { background: url(../images/pedodontic_h4-06.jpg) 0 0 no-repeat; }
#pedodontic #content #title07 { background: url(../images/pedodontic_h4-07.jpg) 0 0 no-repeat; }

#pedodontic .diffrence dl dt {
	padding: 9px 19px;
	border: 1px solid #ccc;
	border-bottom: 0;
	color: #6bc9fd;
	}
#pedodontic .diffrence dl dd {
	padding: 9px 19px;
	border: 1px solid #ccc;
	border-top: 0;
	margin: 0;
	}


/*-------- 14  Esthe --------*/

#esthe #content #title01 { background: url(../images/esthe_h2-01.jpg) 0 0 no-repeat; }
#esthe #content #title02 { background: url(../images/esthe_h3-02.jpg) 0 0 no-repeat; }
#esthe #content #title03 { background: url(../images/esthe_h4-03.jpg) 0 0 no-repeat; }
#esthe #content #title04 { background: url(../images/esthe_h4-04.jpg) 0 0 no-repeat; }
#esthe #content #title05 { background: url(../images/esthe_h4-05.jpg) 0 0 no-repeat; }
#esthe #content #title06 { background: url(../images/esthe_h4-06.jpg) 0 0 no-repeat; }
#esthe #content #title07 { background: url(../images/esthe_h3-07.jpg) 0 0 no-repeat; }

#esthe .whitening dt {
	padding: 9px 19px;
	border: 1px solid #ccc;
	border-bottom: 0;
	color: #6bc9fd;
	}
#esthe .whitening dd {
	padding: 9px 19px;
	border: 1px solid #ccc;
	border-top: 0;
	margin: 0;
	}



/*-------- 15  Lost --------*/

#lost #content #title01 { background: url(../images/lost_h2-01.jpg) 0 0 no-repeat; }
#lost #content #title02 { background: url(../images/lost_h3-02.jpg) 0 0 no-repeat; }
#lost #content #title03 { background: url(../images/lost_h4-03.jpg) 0 0 no-repeat; }
#lost #content #title04 { background: url(../images/lost_h4-04.jpg) 0 0 no-repeat; }
#lost #content #title05 { background: url(../images/lost_h4-05.jpg) 0 0 no-repeat; }
#lost #content #title06 { background: url(../images/lost_h3-06.jpg) 0 0 no-repeat; }

#lost #content .point {
	margin-top: 0;
	
	}
#lost #content .point dt {
	padding: 9px 19px;
	border: 1px solid #ccc;
	border-bottom: 0;
	color: #6bc9fd;
	}
#lost #content .point dd {
	padding: 9px 19px;
	border: 1px solid #ccc;
	border-top: 0;
	margin: 0 0 10px;
	}
#lost .dashed {
	padding: .5em;
	line-height: 1.3;
	margin-bottom: 10px;
	}
/*-------- 16  Recruit --------*/

#recruit #content #title01 { background: url(../images/recruit_h2-01.jpg) 0 0 no-repeat; }
#recruit #content #title02 { background: url(../images/recruit_h3-02.jpg) 0 0 no-repeat; }

#recruit #content table {
	border: 3px solid #abe0ff;
	}
#recruit #content table tr th,
#recruit #content table tr td {
	border: 1px solid #abe0ff;
	text-align: left;
	}
#recruit #content table tr th {
	background: #e7f5fe;
	}


/*-------- 17  Sitemap --------*/

#sitemap #content #title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }


/*-------- 18  raser --------*/

#raser #content #title01 { background: url(../images/raser_h2-01.jpg) 0 0 no-repeat; }
#raser #content #title02 { background: url(../images/raser_h3-02.jpg) 0 0 no-repeat; }
#raser #content #title03 { background: url(../images/raser_h4-01.jpg) 0 0 no-repeat; }
#raser #content #title04 { background: url(../images/raser_h4-02.jpg) 0 0 no-repeat; }

