/*---インデックス用　css---*/

/*---ページ共通---*/

@import url(commonness.css);
　

/*---FLASHbox---*/
div#flashbox {
	width: 575px;
	height: 210px;
}


/*---バナーBOX---*/
div.banner { 
	width: 565px;
	height: 140px;
	margin-top: 10px;
}

div.banner img { border: none;}

div.banner2 { 
	width: 565px;
	height: 100px;
}

div.banner2 img { 
	border: none;
}



/*---メイン---*/

h2.mainehead { 
	width: 575px;
	height: 33px;
	margin-top: 10px;
}


/*---サブメインBOX---*/
div.subumain {
	width: 575px;
	margin-top: 17px;
}


/*フロートハック*/
div.subumain:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html .subumain {
    height: 1%;
    overflow: visible;
}
/**/


/*--サブメインBOX---*/
div.subumainleft {
	float: left; 
	width: 290px;
	background: #FFFFFF;
}


div.subumainlight {
	float: right; 
	width: 250px;
	background: #FFFFFF;
}



h3.maineentry {
	padding-top: 70px;
	padding-left: 150px;
	font-size: 16px;
	text-align: left;
}


h3.maineentry a { color: #000000;}

h3.maineentry a:hover { color: #ff9966;}



p.mainetxt { 
	clear: both;
	padding-top: 10px;
	font-size: 14px;
	text-align: left;
}


img.subumainimg {
	float: left;
	border: none;
}



/*--サブメインボトム　BOX---*/
div.mainlow {
	clear: both;
	width: 575px;
} 



div.mainlink {
	float: left;
	width: 140px;
	height: 20px;
	margin-left: 35px;
	background: url(../images/details.gif) no-repeat;
	font-size: 14px;
	line-height: 20px;
}



div.mainlink1 {
	float: left;
	width: 140px;
	height: 20px;
	margin-left: 150px;
	background: url(../images/details.gif) no-repeat;
	font-size: 14px;
	line-height: 20px;
}


div.mainlow > div.mainlink { 
	margin-left: 70px;
}


/*---対応地域---*/
div#areabox {
	width: 575px;
	margin-top: 17px;
	text-align: left;
	border-bottom: #CCCCCC 1px solid;
}

h5.areahead {
	margin: 10px auto;
	font-size: 14px; 
}

p.areatxt {
	margin-bottom: 10px; 
	font-size:12px;
}


p.areatxtlow {
	margin: 10px 0px;
	font-size: 12px; 
}


/*---インフォメーション----*/
div.recruitmentreien {
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

p.recruitmenttxt {
	margin-top: 10px;
	font-size: 12px;
	color:#000000;
	text-align: left;
}

span.recruitmenttitle { 
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

span.recruitmenthead {
	font-size: 14px; 
	font-weight: bold;
}


img.infomeision { 
	border: none;
}

/*---休業のお知らせ---*/
div.information { 
	width: 565px;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: left;
}

div.information p { 
	font-size: 14px;
	font-weight: bold;
}