@charset "utf-8";

/****************************************************************************************** tag initialize **/

body {
	margin:0;
	background:url(../graphic/bg_base.gif) repeat;
	text-align:center;
	font-size:0.8em;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.6;
	color:#333;
}

body.mac {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1, h2, h3, h4, h5, p, ul, li, dl, dt, dd, input {
	margin:0;
	padding:0;
}

a {
	color:#333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

li {
	list-style:none;
}

img {
	border:none;
}


/****************************************************************************************** Base **/

.rootContainer {
	
}

.bodyContainer {
	margin:auto auto 20px auto;
	width:1040px;
}

.bodyContainerInner {
	padding:30px 0 20px 0;
	border:1px solid #DFD9DB;
	background:#fff;
}


/****************************************************************************************** Common Class **/

.blank {
	padding-left:10px;
	background:url(../graphic/icon_blank.gif) no-repeat 0 center;
}

.arrowR0 {
	padding-left:10px;
	background:url(../graphic/icon_arrow2_r.gif) no-repeat 0 center;
}

.arrowCR {
	padding: 2px 0 2px 18px;
	background:url(../graphic/icon_arrow_br.gif) no-repeat 0 center;
}

.arrowCL {
	padding-left:18px;
	background:url(../graphic/icon_arrow_bl.gif) no-repeat 0 center;
}

.pdf {
	padding-right:17px;
	background:url(../graphic/icon_pdf.gif) no-repeat right center;
}

a.btnSearch,
a.btnSearchS,
a.btnSearchM {
	display:block;
	text-align:left;
	text-indent:-9999px;
}

a.btnSearch {
	width:242px;
	height:53px;
	background:url(../graphic/btn_search.gif) no-repeat;
}

a.btnSearch:hover {
	background-position:0 -55px;
}

a.btnSearchS {
	width:192px;
	height:39px;
	background:url(../graphic/btn_search_s.gif) no-repeat;
}

a.btnSearchS:hover {
	background-position:0 -40px;
}

a.btnSearchM {
	width:237px;
	height:49px;
	background:url(../graphic/btn_search_m.gif) no-repeat;
}

a.btnSearchM:hover {
	background-position:0 -50px;
}

.brSp {
	display:none;
}

/****************************************************************************************** Footer **/

.footer {
	margin:auto;
	width:980px;
	font-size:0.8em;
}

.footer .footerInner {
	display:inline-block;
	padding-bottom:20px;
	width:100%;
}

.footer a {
}

.footer ul {
	float:left;
}

.footer ul li {
	float:left;
	padding-right:15px;
}

.footer .btnPageTop {
	float:right;
	text-indent:-9999px;
}

.footer .btnPageTop,
.footer .btnPageTop a {
	display:block;
	width:60px;
	height:60px;
}

.footer .btnPageTop a {
	background:url(../graphic/btn_pagetop.gif) no-repeat;
}

.footer .btnPageTop a:hover {
	background-position:0 -62px;
}

.boxPagetop {
	clear: both;
	margin: -20px 0 30px;
	text-align: right;
}
.boxPagetop a {
}

.boxPagetop a:hover img {
	opacity: 0.70;
	filter: alpha(opacity=70);
}

/*********************************************** アルバイト情報サイトバナー **/

.workBannerContainer {
	/*background:url(../graphic/bg_info_adm_l.gif) no-repeat;*/
	height:49px;
}

.workBannerContainerInner {
	/*background:url(../graphic/bg_info_adm_r.gif) no-repeat right 0;*/
	height:49px;
}

.workBannerContainerInner a {
	display:block;
	background:url(../graphic/btn_info_adm.gif) 0 0 no-repeat;
	width:100%;
	height:49px;
	text-indent:-9999px;
}
.workBannerContainerInner a:hover {
	background-position:0 -60px;
}

.home .workBannerContainerInner a {
	display:block;
	background:url(../graphic/btn_info_adm_l.gif) 0 0 no-repeat;
	width:100%;
	height:49px;
	text-indent:-9999px;
}
.home .workBannerContainerInner a:hover {
	background-position:0 -60px;
}
