﻿@charset "utf-8";


/*-----Base-----*/
/*-------------------------------------------------------------------------------*/


body{
	text-align: center;
	color: #666666;
	background-color: #ffffff;
}

#side{
	margin: 0px auto;
	width: 810px;
	text-align: left;
	background-image: url(../img/side_background.jpg);
	background-repeat: repeat-y;
}

#wrapper{
	margin: 0px 5px;
	width: 800px;
	background-color: #ffffff;
	overflow: hidden;
}

div#header{
	margin: 0px;
	width: 800px;
	height: 80px;
	position: relative;
	text-align: left;
	background-image: url(../img/header_background.jpg);
	background-repeat: no-repeat;
}

a:link,a:visited{
	color: #CC667A;
	text-decoration: none;
}

a:active,a:hover{
	color: #CC667A;
	text-decoration: none;
}


/*-----Header-----*/
/*-------------------------------------------------------------------------------*/


div#header h1{
	position: absolute;
	width: 346px;
	height: 50px;
	left: 20px;
	top: 15px;
	text-indent: -9999px;
}

div#header h1 a{
	display: block;
	width: 346px;
	height: 50px;
}

div#header p#description{
	position: absolute;
	width: 295px;
	height: 20px;
	left: 490px;
	top: 5px;
	text-align: right;
}

div#header p#sitemap{
	position: absolute;
	width: 86px;
	height: 12px;
	left: 698px;
	top: 58px;
	text-indent: -9999px;
}

div#header p#sitemap a{
	display: block;
	width: 86px;
	height: 12px;
}


/*-----Navi Top-----*/
/*-------------------------------------------------------------------------------*/


#navi_top{
	float: left;
	display: inline;
	margin: 0px;
	width: 800px;
	text-align: left;
	overflow: hidden;
}

#navi_top ul{
	width: 800px;
	float: left;
	list-style: none;
	margin: 0px;
}

#navi_top ul li{
	float: left;
	height: 40px;
	width: 200px;
	margin: 0px;
}

#navi_top ul li a{
	display: block;
	width: 200px;
	height: 40px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#navi_top ul li.s01 a{
	background-image: url(../img/list_s01.jpg);
}

#navi_top ul li.s02 a{
	background-image: url(../img/list_s02.jpg);
}

#navi_top ul li.s03 a{
	background-image: url(../img/list_s03.jpg);
}

#navi_top ul li.s04 a{
	background-image: url(../img/list_s04.jpg);
}


/*-----Main-----*/
/*-------------------------------------------------------------------------------*/


#main_box{
	float: left;
	display: inline;
	width: 800px;
	margin: 0px;
}

#main{
	float: right;
	display: inline;
	width: 600px;
	margin: 0px;
	padding-bottom: 20px;
}


/*-----Navi-----*/
/*-------------------------------------------------------------------------------*/


#navi{
	float: left;
	width: 200px;
	margin: 0px;
}

#navi ul{
	width: 200px;
	list-style: none;
	margin: 0px 0px 10px;
}

#navi ul li{
	width: 200px;
	height: 40px;
	margin: 0px;
}

#navi ul li a{
	display: block;
	width: 200px;
	height: 40px;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

#navi ul li.navi01 a{background-image: url(../img/navi01.jpg);}
#navi ul li.navi02 a{background-image: url(../img/navi02.jpg);}
#navi ul li.navi03 a{background-image: url(../img/navi03.jpg);}
#navi ul li.navi04 a{background-image: url(../img/navi04.jpg);}
#navi ul li.navi05 a{background-image: url(../img/navi05.jpg);}
#navi ul li.navi06 a{background-image: url(../img/navi06.jpg);}
#navi ul li.navi07 a{background-image: url(../img/navi07.jpg);}

#navi ul#banner{
	width: 172px;
	margin: 0px 14px 10px;
}

#navi ul#banner li.banner01{
	width: 172px;
	height: 46px;
	margin: 0px 0px 10px;
}

#navi ul#banner li.banner01 a{
	display: block;
	width: 172px;
	height: 46px;
	text-indent: -9999px;
	background-image: url(../img/banner01.jpg);
}

#navi ul#banner li.banner02{
	width: 172px;
	height: 47px;
	margin: 0px 0px 10px;
}

#navi ul#banner li.banner02 a{
	display: block;
	width: 172px;
	height: 47px;
	text-indent: -9999px;
	background-image: url(../img/banner02.jpg);
}

#navi ul#banner li.banner_shika{
	width: 172px;
	height: 62px;
}

#navi ul#banner li.banner_shika a{
	display: block;
	width: 172px;
	height: 62px;
	text-indent: -9999px;
	background-image: url(../img/banner_shika.jpg);
}

#navi div#navi_info{
	width: 172px;
	margin: 0px 14px 10px;
	background-image: url(../img/navi_info_back.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#navi div#navi_info p#navi_info01{
	width: 172px;
	height: 26px;
	margin: 0px;
	text-indent: -9999px;
	background-image: url(../img/navi_info01.jpg);
	background-repeat: no-repeat;
}

#navi div#navi_info p#navi_info02{
	width: 162px;
	height: 30px;
	margin: 5px;
}

#navi div#navi_info p#navi_info03{
	width: 172px;
	height: 26px;
	margin: 0px;
}

#navi div#navi_info p#navi_info03 a{
	display: block;
	width: 90px;
	height: 18px;
	margin: 0px 0px 0px 75px;
	text-indent: -9999px;
	background-image: url(../img/icon_more.jpg);
	background-repeat: no-repeat;
}


/*-----Footer-----*/
/*-------------------------------------------------------------------------------*/


#footer{
	clear: both;
	width: 800px;
	height: 130px;
	float: left;
	overflow: hidden;
	color: #ffffff;
	background-image: url(../img/footer_background.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#footer div#footer_info{
	float: left;
	display: inline;
	width: 780px;
	height: 30px;
	margin: 10px;
	text-align: left;
}

#footer div#footer_info p{
	float: left;
	width: 380px;
	height: 30px;
	font-size: 10px;
	color: #3F3F3F;
	margin: 0px 5px 0px 0px;
}

#footer dl{
	float: left;
	display: inline;
	margin: 0px 0px 0px 10px;
	width: 500px;
	height: 50px;
	text-align: left;
	overflow: hidden;
}

#footer dl dt,#footer dl dd{
	font-size: 83%;
}

#footer dl dt{
	display: inline;
	text-align: right;
}

#footer dl dd{
	float: left;
	text-align: left;
	text-indent: -9999px;
}

address{
	clear: both;
	width: 500px;
	height: 15px;
	font-size: 83%;
	font-style: normal;
	margin: 0px 0px 0px 10px;
}

#footer dl dt a:link,#footer dl dt a:visited,#footer dl dt a:active,#footer dl dt a:hover{
	color: #ffffff;
}

address a:link,address a:visited,address a:active,address a:hover{
	color: #ffffff;
}


/*-----Parts-----*/
/*-------------------------------------------------------------------------------*/


div.main_image{
	float: left;
	display: inline;
	width: 600px;
	margin: 0px 0px 10px;
}

div.main_image p{
	width: 600px;
	height: 280px;
	margin: 0px;
	text-indent: -9999px;
	background-image: url(../img/main_image.jpg);
	background-repeat: no-repeat;
}

div.implant,
div.access,
div.aesthetic,
div.general,
div.ireba,
div.ortho,
div.parts,
div.prevention,
div.recruit,
div.sitemap,
div.clinic,
div.information{
	width: 600px;
	height: 153px;
	margin: 0px 0px 10px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}
div.implant    { background-image: url(../img/main_implant.jpg);}
div.access     { background-image: url(../img/main_access.jpg);}
div.aesthetic  { background-image: url(../img/main_aesthetic.jpg);}
div.general    { background-image: url(../img/main_general.jpg);}
div.ireba      { background-image: url(../img/main_ireba.jpg);}
div.ortho      { background-image: url(../img/main_ortho.jpg);}
div.parts      { background-image: url(../img/main_parts.jpg);}
div.prevention { background-image: url(../img/main_prevention.jpg);}
div.recruit    { background-image: url(../img/main_recruit.jpg);}
div.sitemap    { background-image: url(../img/main_sitemap.jpg);}
div.clinic     { background-image: url(../img/main_clinic.jpg);}
div.information{ background-image: url(../img/main_information.jpg);}

div.seg00{
	float: left;
	display: inline;
	width: 570px;
	margin: 0px 0px 10px;
}

div.seg01,div.seg02,div.seg03,div.seg03,div.seg04,div.sr_seg01,div.sr_sg01{
	float: left;
	display: inline;
	width: 570px;
	margin: 0px 0px 10px;
}

div.sr_sg{
	float: left;
	display: inline;
	width: 300px;
	margin: 0px 0px 20px 0px;
}

h2{
	clear: both;
	width: 570px;
	height: 29px;
	margin: 0px 0px 10px;
	text-indent: -9999px;
	background-image: url(../img/h2_parts.jpg);
	background-repeat: no-repeat;
}

h3{
	clear: both;
	width: 570px;
	height: 25px;
	margin: 0px 0px 10px;
	text-indent: -9999px;
	background-image: url(../img/h3_parts.jpg);
	background-repeat: no-repeat;
}

h4{
	clear: both;
	width: 570px;
	height: 24px;
	margin: 0px 0px 10px;
	text-indent: -9999px;
	background-image: url(../img/h4_parts.jpg);
	background-repeat: no-repeat;
}

div.seg01 div,div.seg02 div,div.seg03 div,div.seg04 div{
	float: left;
	display: inline;
	width: 570px;
	padding: 5px 0px;
	margin: 0px 0px 10px;
}

div.seg01 div p{
	float: left;
	display: inline;
	width: 560px;
	margin: 0px 5px 5px;
}

div.seg02 div{
	background-image: url(../img/seg02_background.jpg);
	background-repeat: no-repeat;
}

div.seg02 div p.left{
	float: left;
	display: inline;
	width: 265px;
	height: 200px;
	margin: 0px;
}

div.seg02 div p.right{
	float: right;
	display: inline;
	width: 265px;
	height: 200px;
	margin: 0px;
}

div.seg02 div p.text{
	clear: both;
	width: 560px;
	margin: 0px;
}

div.seg03 div p.right{
	float: right;
	display: inline;
	width: 210px;
	margin: 0px;
}

div.seg03 div p.left{
	float: left;
	display: inline;
	width: 340px;
	margin: 0px;
}

div.seg03 div p.text{
	clear: both;
	width: 560px;
	margin: 0px;
}

div.seg04 div .right{
	float: right;
	display: inline;
	width: 210px;
	margin: 0px;
}

div.seg04 div table.left{
	float: left;
	display: inline;
	width: 340px;
	line-height: 120%;
	margin: 0px;
}

div.seg04 div table th{
	text-align: center;
}

div.seg04 div table td{
	text-align: center;
}

div.seg01 div.totop,div.seg02 div.totop,div.seg03 div.totop{
	width: 560px;
	height: 12px;
	padding: 0px;
	margin: 0px 0px 10px;
}

div.seg01 div.totop p,div.seg02 div.totop p,div.seg03 div.totop p{
	width: 560px;
	margin: 0px;
}

div.seg01 div.totop p a,div.seg02 div.totop p a,div.seg03 div.totop p a{
	display: block;
	width: 90px;
	height: 18px;
	margin: 0px 0px 0px 460px;
	text-indent: -9999px;
	background-image: url(../img/totop.gif);
	background-repeat: no-repeat;
}

#main ul{
	float: left;
	display: inline;
	list-style-position: outside;
	list-style-image: url(../img/icon_arrow.jpg);
	width: 530px;
	margin: 5px 0px 5px 30px;
}

#main ul li{
	line-height: 12px;
	margin: 5px 0px;
}

div.seg01 table{
	float: left;
	display: inline;
	width: 560px;
	line-height: 120%;
	margin: 0px;
}

div.seg01 table th{
	text-align: center;
}

div.seg01 table td{
	text-align: center;
}

td,th{
	border: 1px solid #ff7f00;
}


.image_r {   
    float: right;   
	margin: 0 12px 12px 12px;

    }  

.image_l {   
    float: left;   
	 margin: 0 12px 12px 12px;

    } 
		
.image_c { text-align:center;   
    margin: 0 12px 12px 12px;   
    } 

div.sr_sg01 div.sr_L {   
    float: left;   
	 margin: 0 22px 12px 12px;
    
    }
	
div.sr_sg01 div.sr_L p{margin-bottom:10px;}	


.caption {   
    text-align: center;   
    }  

.section{
	width:565px;
}

.case {   
    background: url(../img/arrow.gif) center center no-repeat;   
    }  
.case img.imgleft{margin:0px 0 12px 10px;}
.case img.imgright{margin:0px 0 12px 120px;}

h3.case{
	background-image: url(../img/h3_case.jpg);
}












/*-----Topページindex.html-----*/
/*-------------------------------------------------------------------------------*/


#index div.greeting{
	float: left;
	display: inline;
	width: 570px;
	margin: 0px 0px 10px;
	background-image: url(../img/greeting_background.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#index .Information_01 {
  float: left;
	display: inline;
	margin: 0px 0px 10px;
}

#index .Information_01 h2{
  width:570px;
  height:29px;
	background-image: url(../img/h2_index_information.jpg);
}

#index #tiny {
	width: 570px;
	height:70px;
	margin: 0px 0px 10px;
	overflow-y:scroll;
}

#index #tiny tr{
  background-color:#FFFFFF;
	border:none;
}

#index #tiny tr td,th{
  border:none;

}

#index #tiny a:hover {
  border:none;

}

#index div.greeting h3{
	clear: both;
	width: 570px;
	height: 55px;
	margin: 0px;
	text-indent: -9999px;
	background-image: url(../img/h2_index_greeting.jpg);
	background-repeat: no-repeat;
}

#index div.greeting div{
	float: left;
	display: inline;
	width: 570px;
	margin: 0px;
	padding: 5px 0px;
}

#index div.greeting div p{
	float: left;
	display: inline;
	width: 530px;
	margin: 0px 20px;
	padding: 0px;
}

#index div.topics{
	clear: both;
	float: left;
	display: inline;
	width: 570px;
	margin: 0px 0px 10px;
}

#index div.topics div{
	float: left;
	width: 182px;
	height: 190px;
	margin: 0px 7px 10px 0px;
	background-image: url(../img/topics_background.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#index div.topics div h3{
	width: 182px;
	height: 27px;
	margin: 0px 0px 5px 0px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}

#index div.topics div p{
	width: 172px;
	margin: 0px 5px 5px;
}

#index div.topics div p.text{
	font-size: 83%;
	height: 35px;
	line-height: 
}

#index div.topics div p.more{
	width: 180px;
	height: 28px;
	margin: 0px;
}

#index div.topics div p.more a{
	display: block;
	width: 90px;
	height: 18px;
	text-indent: -9999px;
	margin: 3px 0px 0px 85px;
	background-image: url(../img/icon_more.jpg);
	background-repeat: no-repeat;
}

#index div.topics div.topics01 h3{
	background-image: url(../img/h3_topics01.jpg);
}

#index div.topics div.topics02 h3{
	background-image: url(../img/h3_topics02.jpg);
}

#index div.topics div.topics03 h3{
	background-image: url(../img/h3_topics03.jpg);
}


/*-----サイトマップsitemap.html-----*/
/*-------------------------------------------------------------------------------*/


#sitemap h2{
	background-image: url(../img/h2_staff.jpg);
}

#sitemap h3.h3_04{
	background-image: url(../img/h3_access04.jpg);
}

#sitemap h3.h3_05{
	background-image: url(../img/h3_access05.jpg);
}

#sitemap dl#sitemap{
	clear: both;
	width: 560px;
}

dl#sitemap dt{
	border-bottom: #019fc6 solid 1px;
	border-left: #019fc6 solid 5px;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	text-indent: 8px;
}

dl#sitemap dd{
	text-indent: 20px;
	margin-bottom: 15px;
	border-bottom: #d2b597 dotted 1px;
	line-height: 20px;
	font-size: 12px;
}

dl#sitemap dt a:link,dl#sitemap dt a:visited{
	color: #CC667A;
	text-decoration: none;
}

dl#sitemap dt a:active,dl#sitemap dt a:hover{
	color: #CC667A;
	text-decoration: none;
}


/*-----医院のご案内・アクセスaccess.html-----*/
/*-------------------------------------------------------------------------------*/


#access h2{
	background-image: url(../img/h2_access.jpg);
}

#access h3.h3_01{
	background-image: url(../img/h3_access01.jpg);
}

#access h3.h3_02{
	background-image: url(../img/h3_access02.jpg);
}

#access h3.h3_03{
	background-image: url(../img/h3_access03.jpg);
}

#access h3.h3_04{
	background-image: url(../img/h3_access04.jpg);
}

#access h3.h3_05{
	background-image: url(../img/h3_access05.jpg);
}

#access div.seg04 div table th,#access div.seg04 div table td{
	text-align: left;
	font-size: 83%;
}

#access div.seg01 div table th,#access div.seg01 div table td{
	text-align: left;
}


#access div.seg04 .box_access{
	width: 560px;
}

#access div.seg04 .box_access .fL{
	width: 340px;
	float: left;
}

#access div.seg04 .box_access div table{
	float: left;
	width: 340px;
	font-size: 120%;
	line-height: 120%;
	margin: 0px 0px 10px 0px;
}

#access div.seg04 .box_access div table td .bold{
	font-weight: bold;
}

#access div.seg04 .box_access .right{
	float: right;
	width: 200px;
	margin: 0px;
	padding: 0px;
}


/*-----設備紹介clinic.html-----*/
/*-------------------------------------------------------------------------------*/


#clinic h2{
	background-image: url(../img/h2_clinic.jpg);
}

#clinic h3.h3_01{
	background-image: url(../img/h3_clinic01.jpg);
}



/*-----診療案内information.html-----*/
/*-------------------------------------------------------------------------------*/


#information h2{
	background-image: url(../img/h2_information01.jpg);
}

#information h3.h3_01{
	background-image: url(../img/h3_information01.jpg);
}

#information h3.h3_02{
	background-image: url(../img/h3_information02.jpg);
}

#information h3.h3_03{
	background-image: url(../img/h3_information03.jpg);
}

#information h3.h3_04{
	background-image: url(../img/h3_information04.jpg);
}

#information h3.h3_05{
	background-image: url(../img/h3_information05.jpg);
}

#information h3.h3_06{
	background-image: url(../img/h3_information06.jpg);
}

#information h3.h3_07{
	background-image: url(../img/h3_information07.jpg);
}

#information h3.h3_08{
	background-image: url(../img/h3_information08.jpg);
}

#information h3.h3_09{
	background-image: url(../img/h3_information09.jpg);
}

#information h3.h3_10{
	background-image: url(../img/h3_information10.jpg);
}


/*-----予防歯科prevention.html-----*/
/*-------------------------------------------------------------------------------*/


#prevention h2{
	background-image: url(../img/h2_prevention.jpg);
}

#prevention h3.h3_01{
	background-image: url(../img/h3_prevention01.jpg);
}

#prevention h3.h3_02{
	background-image: url(../img/h3_prevention02.jpg);
}

#prevention h3.h3_03{
	background-image: url(../img/h3_prevention03.jpg);
}


/*-----インプラントimplant.html-----*/
/*-------------------------------------------------------------------------------*/


#implant h2{
	background-image: url(../img/h2_implant.jpg);
}

#implant h3.h3_01{
	background-image: url(../img/h3_implant01.jpg);
}

#implant h4.h4_01{
	background-image: url(../img/h4_implant01.jpg);
}

#implant h4.h4_02{
	background-image: url(../img/h4_implant02.jpg);
}

#implant h4.h4_03{
	background-image: url(../img/h4_implant03.jpg);
}

#implant h4.h4_04{
	background-image: url(../img/h4_implant04.jpg);
}

#implant h4.h4_05{
	background-image: url(../img/h4_implant05.jpg);
}


/*-----義歯（入れ歯）ireba.html-----*/
/*-------------------------------------------------------------------------------*/


#ireba h2{
	background-image: url(../img/h2_ireba.jpg);
}

#ireba h3.h3_01{
	background-image: url(../img/h3_ireba01.jpg);
}

#ireba h3.h3_02{
	background-image: url(../img/h3_ireba02.jpg);
}

#ireba h4.h4_01{
	background-image: url(../img/h4_ireba01.jpg);
}

#ireba h4.h4_02{
	background-image: url(../img/h4_ireba02.jpg);
}

#ireba h4.h4_03{
	background-image: url(../img/h4_ireba03.jpg);
}

#ireba h4.h4_04{
	background-image: url(../img/h4_ireba04.jpg);
}

#ireba h4.h4_05{
	background-image: url(../img/h4_ireba05.jpg);
}

#ireba h4.h4_06{
	background-image: url(../img/h4_ireba06.jpg);
}


/*-----矯正歯科ortho.html-----*/
/*-------------------------------------------------------------------------------*/


#ortho h2{
	background-image: url(../img/h2_ortho.jpg);
}

#ortho h3.h3_01{
	background-image: url(../img/h3_ortho01.jpg);
}

#ortho h3.h3_02{
	background-image: url(../img/h3_ortho02.jpg);
}

#ortho h4.h4_01{
	background-image: url(../img/h4_ortho01.jpg);
}

#ortho h4.h4_01{
	background-image: url(../img/h4_ortho01.jpg);
}

#ortho h4.h4_02{
	background-image: url(../img/h4_ortho02.jpg);
}

#ortho h4.h4_03{
	background-image: url(../img/h4_ortho03.jpg);
}

#ortho h4.h4_04{
	background-image: url(../img/h4_ortho04.jpg);
}

#ortho h4.h4_05{
	background-image: url(../img/h4_ortho05.jpg);
}

#ortho h4.h4_06{
	background-image: url(../img/h4_ortho06.jpg);
}

#ortho h4.h4_07{
	background-image: url(../img/h4_ortho07.jpg);
}


/*-----一般歯科general.html-----*/
/*-------------------------------------------------------------------------------*/


#general h2{
	background-image: url(../img/h2_general.jpg);
}

#general h3.h3_01{
	background-image: url(../img/h3_general01.jpg);
}

#general h3.h3_02{
	background-image: url(../img/h3_general02.jpg);
}

#general h4.h4_01{
	background-image: url(../img/h4_general01.jpg);
}

#general h4.h4_01{
	background-image: url(../img/h4_general01.jpg);
}

#general h4.h4_02{
	background-image: url(../img/h4_general02.jpg);
}

#general h4.h4_03{
	background-image: url(../img/h4_general03.jpg);
}

#general h4.h4_04{
	background-image: url(../img/h4_general04.jpg);
}

#general h4.h4_05{
	background-image: url(../img/h4_general05.jpg);
}


/*-----審美歯科aesthetic.html-----*/
/*-------------------------------------------------------------------------------*/


#aesthetic h2{
	background-image: url(../img/h2_aesthetic.jpg);
}

#aesthetic h3.h3_01{
	background-image: url(../img/h3_aesthetic01.jpg);
}

#aesthetic h3.h3_02{
	background-image: url(../img/h3_aesthetic02.jpg);
}

#aesthetic h4.h4_01{
	background-image: url(../img/h4_aesthetic01.jpg);
}

#aesthetic h4.h4_02{
	background-image: url(../img/h4_aesthetic02.jpg);
}

#aesthetic h4.h4_03{
	background-image: url(../img/h4_aesthetic03.jpg);
}

#aesthetic h4.h4_04{
	background-image: url(../img/h4_aesthetic04.jpg);
}



#aesthetic #main .seg01 table,
#ireba #main .seg01 table {
	border-collapse: collapse;
	border-spacing: 0;
	}
#aesthetic #main .seg01 table th,
#ireba #main .seg01 table th,
#aesthetic #main .seg01 table td,
#ireba #main .seg01 table td {
	text-align: center;
	line-height: 1.2;
	padding: 3px;
	}

#main .seg01 table td { background: #ffffcc; }
#main .seg01 table td.in { background: #ddeeff; }


#main .sr_seg01 table td { background: #ffffcc; }
#main .sr_seg01 table td.Srin { background: #ddeeff;}

#main .sr_seg01 table th,
#main .sr_seg01 table td{
	text-align: left;
	line-height: 1.2;
	padding: 5px;
}



/*-----求人情報recruit.html-----*/
/*-------------------------------------------------------------------------------*/


#recruit h2{
	background-image: url(../img/h2_recruit.jpg);
}

#recruit h3.h3_01{
	background-image: url(../img/h3_recruit.jpg);
}


.news {
  color: #CC0000;
  font-size: 120%;
  margin: 10px 0;
  padding: 0;
  font-weight: bold;
}

.sr_mrg{margin:0 0 20px 0; padding-top:10px;}
