@import url("plan.css");
@import url("school_account.css");

#corp {
	overflow: hidden;
}
h2 {
  border-bottom:2px solid #669900;
  margin: 0 0 10px 0;  
}
h2 a{
  text-decoration:none;
  color:#111;
}
h3 {
  font-size:14px;
  color:#336600;
}
/*トップページ掲載リスト*/
.toplist {
	font-size:11px;
}

/**/
a.of_detail_btn01 {
	text-indent: -9999em;
	display: block;
	width: 109px;
	height:45px;
	background: url("../img/offer_business/offer_detail_btn01.gif") no-repeat left top;
}
a.of_detail_btn01:hover {
	background-position: left -45px;
}

a.links {
  padding: 1px 0 1px 16px;
  line-height:24px;
  font-size: 14px;
  background: url("../img/common/list06.gif") no-repeat left center;
}

.obh3bg {
  font-size: 18px;
  color:#000;
  line-height: 50px;
  margin:0px 0 10px 0;
  clear: both;
  height: 50px;
  background: #aaa url(../img/common/title_660_bg4.gif) no-repeat left top;
  overflow: hidden;
  padding:0 10px;
}
.obh4bg {
  font-size: 14px;
  color:#72644E;
  line-height: 50px;
  margin:0px 0 10px 0;
  clear: both;
  height: 50px;
  background: #aaa url(../img/common/title_660_bg4.gif) no-repeat left top;
  overflow: hidden;
  padding:0 10px;
}
/*******************企業トップ************************/
.new {margin:10px 0 20px 0;}
.new .info_top {
	background: url(../img/common/new.gif) no-repeat left center;
	padding: 2px 0 2px 47px;
	font-weight: bold;

}
.new_offer_btn {
  text-align:center;
  margin: 30px 0;
}
.new_offer_btn a {
  display: block;
  text-indent: -99999em;
  width:331px;
  height:51px;
  background: url("../img/offer_business/new_offer_btn.gif") no-repeat left top;
}
.new_offer_btn a:hover {
  background-position: left -51px;
}
/************************************/
.status_area {}
.status_area strong{
	color:#CC0000;
	font-size:16px;
}
.status_area a img{
	vertical-align: middle;
}
/***********各求人タイトル**********/
.offer_title {
  background: #EDFCCD;
  border-top: 1px solid #669900;
  border-bottom: 1px solid #669900;
  margin:0 0 10px 0;
  padding:5px 10px;
  position:relative;
}
.offer_title h3.detail_title {
  font-size: 16px;
}
.offer_detail_btn {
	text-align: right;
	margin: -25px 0 0 0 ;
	overflow: hidden;
	_display:inline-block;
}
.offer_detail_btn a{
  display: block;
  width: 200px;
  background: url("../img/common/btn_bg.gif") repeat-x left top;
  padding:3px 5px;
  text-align:center;
  font-weight:bold;
  color:#FFF;
  text-decoration:none;
  font-size: 12px;
  float: right;
}
.offer_detail_btn a:hover{
  background: url("../img/common/btn_bg.gif") repeat-x left bottom;
  color:#FFFFCC;
  text-decoration:underline;
}
.offer_detail_table {
  border-collapse: collapse;
  width:100%;
}
.offer_detail_table th {
}

.offer_detail_table th,
.offer_detail_table td {
  border-bottom:1px dotted #aaa;
  padding:5px 10px 5px 0;
}

.offer_detail_table a.common_btn{
  display: block;
  width: 150px;
  background: url("../img/common/btn_bg.gif") repeat-x left top;
  text-align:center;
  font-weight:bold;
  color:#FFF;
  text-decoration:none;
  font-size: 14px;
  height:35px;
  padding: 2px 10px;
  line-height: 35px;
}
.offer_detail_table a.common_btn:hover{
  background: url("../img/common/btn_bg.gif") repeat-x left bottom;
  color:#FFFFCC;
  text-decoration:underline;
}
table.offer_plan {
  width:100%;
  border-collapse: collapse;
}
table.offer_plan th,
table.offer_plan td {
  border-bottom:1px dotted #aaa;
  padding:5px 10px 5px 0;
}
/*************************/
table.list01 {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0 0 0;
  
}
table.list01 th{
  background: url("../img/common/bg03.gif") repeat-x left top;
  color: #FFF;
  padding:5px ;
  font-weight: bold;
  border-right: 1px solid #A2D90F;
  border-left: 1px solid #A2D90F;
  text-align: center;
}
table.list01 tr.bg04 th{
  background: url("../img/common/bg04.gif") repeat-x left top;
  border-right: 1px solid #ccc;
}
table.list01 td{
  border:1px solid #aaa;
  padding:5px ;
}
table.list01 td.cost{
  font-weight:bold;
  color:#CC0000;
}
tr.bottom_all {
  background: #eee;
}
/********共通メニュー*********************/
.co_a_menu {
	overflow:hidden;
}
.co_a_menu h3{
	margin:0;
	padding:0;
}
.co_a_menu ul {
	background: #eee;
	margin: 0;
	overflow:hidden;
	width: 250px;

}
.co_a_menu ul li {
	margin:5px ;
	width:240px;
}
.co_a_menu ul li a{
  background: url("../img/offer_business/corp_menu_bg.gif") no-repeat left -30px;
  width: 230px;
  _width:240px;
  height:28px;
  text-decoration:none;
  color:#111;
  display: block;
  line-height: 28px;
  padding: 2px 0 0 10px;
  }
.co_a_menu ul li a:hover{
	background-position: left top;
	color:#0066FF;
}
.co_a_menu li.logout {
	margin-top:10px ;
	padding-top:10px;
	border-top:1px dashed #AAA;
}
.co_a_menu li.logout a{
	font-weight: bold;
	color:#CC0000;
}
/***************請求**************/
.claim {
  border-bottom: 1px dotted #ddd;
  padding:10px 0;
}
/****************企業情報変更リンク******************/
.co_edit {
  margin:5px 0;
  background:#F5FCD3;
}
.co_edit a{
  display:block;
  font-weight:bold;
  font-size:14px;
  padding: 5px 0 5px 21px;
  background: url("../img/common/list06.gif") no-repeat 5px center;

}
/**************************************************/
/*            企業管理ページ解説                  */
/**************************************************/
div.corp_help {}
div.corp_help table{}
div.corp_help table td{
	vertical-align: top;
}
div.corp_help table td h3{
	font-size:16px;
	border-bottom:2px solid #CADB35;
}
div.corp_help table td h4{
	font-size:14px;
	margin: 30px 0 5px 0;
	color:#145FBA;
}
div.corp_help table td h5{
	color: #FF790B;
	font-size: 12px;
}
div.corp_help table td.left{
	padding: 0 10px 0 0;
}
div.corp_help table td.right{
	width: 250px;
	text-align:center;
	padding:10px 0 0 0;
	background:#eee;
}

