@charset "utf-8";
/* CSS Document */

@import url("common.css");
@import url("header.css");
@import url("right.css");
@import url("footer.css");


#content_header {
	background: url(../images/index/bg_seo_img.jpg) no-repeat 0px 0px;
	height: 105px;
	width: 410px;
	margin-bottom: 20px;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 280px;
}

#content_header h2 {
	text-indent: -9999px;
}

#content_header p {
	line-height: 1.4em;
}

#company_list {
	float: left;
	width: 190px;
}

#main_contents {
	float: right;
	width: 500px;
}

#company_list_title {
	background: url(../images/index/hed_img_company.jpg) no-repeat 0px 0px;
	text-indent: -9999px;
	height: 35px;
	width: 190px;
}

#company_list_line {
	width: 178px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	padding: 5px 4px;
}

.company {
	width: 180px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #000000;
}

.company_img {
	float: left;
	width: 50px;
	margin-bottom: 5px;
}

.company_name {
	float: right;
	width: 120px;
	margin-bottom: 5px;
	margin-top: 15px;
}

.company_name a {
	text-decoration: none;
}

.company_name a:hover {
	text-decoration: underline;
}

.company_btn {
	width: 180px;
	height: 15px;
}

.company_btn ul {
	width: 180px;
	height: 15px;
}

.company_btn ul li {
	list-style: none;
	float: right;
	height: 15px;
	margin-left: 5px;
	width: 85px;
}

.btn_new a {
	background: url(../images/index/btn_company_list.gif) no-repeat 0px 0px;
	height: 15px;
	width: 85px;
	text-indent: -9999px;
	display: block;
}

.btn_old a {
	background: url(../images/index/btn_company_list.gif) no-repeat -100px 0px;
	height: 15px;
	width: 85px;
	text-indent: -9999px;
	display: block;
}

.btn_regular a {
	background: url(../images/index/btn_company_list.gif) no-repeat -200px 0px;
	height: 15px;
	width: 85px;
	text-indent: -9999px;
	display: block;
}

.btn_part_time a {
	background: url(../images/index/btn_company_list.gif) no-repeat -300px 0px;
	height: 15px;
	width: 85px;
	text-indent: -9999px;
	display: block;
}

.btn_part a {
	background: url(../images/index/btn_company_list.gif) no-repeat -400px 0px;
	height: 15px;
	width: 85px;
	text-indent: -9999px;
	display: block;
}

.btn_new a:hover {
	background: url(../images/index/btn_company_list.gif) no-repeat 0px -20px;
	height: 15px;
	width: 85px;
	text-indent: -9999px;
	display: block;
}

.btn_old a:hover {
	background: url(../images/index/btn_company_list.gif) no-repeat -100px -20px;
	height: 15px;
	width: 85px;
	text-indent: -9999px;
	display: block;
}

.btn_regular a:hover {
	background: url(../images/index/btn_company_list.gif) no-repeat -200px -20px;
	height: 15px;
	width: 85px;
	text-indent: -9999px;
	display: block;
}

.btn_part_time a:hover {
	background: url(../images/index/btn_company_list.gif) no-repeat -300px -20px;
	height: 15px;
	width: 85px;
	text-indent: -9999px;
	display: block;
}

.btn_part a:hover {
	background: url(../images/index/btn_company_list.gif) no-repeat -400px -20px;
	height: 15px;
	width: 85px;
	text-indent: -9999px;
	display: block;
}


.pickup_company_img {
	margin:0 0 5px;
}

.box_top {
	background: url(../images/index/bg_wrap_shadow_top.gif) no-repeat 0px 0px;
	width:500px;
	padding-top:10px;
	margin-bottom:20px;
}

.box_middle {
	background: url(../images/index/bg_wrap_shadow_bg.gif) repeat-y 0px 0px;
	width:480px;
	padding:0 10px;
}

.box_bottom {
	background: url(../images/index/bg_wrap_shadow_bottom.gif) no-repeat 0px bottom;
	width: 500px;
	padding-bottom:10px;
}

.box_middle p {
	line-height: 1.4em;
}

.btn_more {
	height: 22px;
	width: 100px;
	margin: 10px 10px 10px 370px;
}

.btn_more a {
	background: url(../images/index/btn_more.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 22px;
	width: 100px;
}

.btn_more a:hover {
	background: url(../images/index/btn_more.gif) no-repeat 0px -25px;
	text-indent: -9999px;
	display: block;
	height: 22px;
	width: 100px;
}


/*404 notfound
------------------------*/
#error404 {
	margin: 50px auto 150px;
	width: 370px;
	padding: 15px;
	border: 1px solid #CCCCCC;
}

#error404 h2 {
	font-size: 1.2em;
	font-weight: bold;
	background: #F3F3F3;
	padding: 5px;
	width: 100%;
}

#error404 p {
	margin-top: 20px;
	text-align: right;
	margin-bottom: 5px;
}