/*共通
----------------------------------------*/
td.bar_title {
	background-image: url(../images/challenged/bar_title0711.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

h1.bar_title {
	color: #333333;
	text-indent: 25px;
}

td.list02 {
	background-image: url(../../images/list02.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

h2.list02 {
	color: #333333;
	text-indent: 25px;
}

td.list03 {
	background-image: url(../../images/yajirushi_01.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
}

h2.list03 {
	color: #333333;
	text-indent: 20px;
	margin-bottom: 0px;
}

/*テーブル(各項目の表)
----------------------------------------*/

.base_table {
	width: 555px;
	border: 1px #999999 solid;
	border-collapse: collapse;
}

.base_table td {
	border: 1px #999999 solid;
	background-color: #FFFFFF;
	padding: 5px;
}

td.base_table_item {
	width: 135px;
	background-color: #EEEEFF;
	text-align: center;
	padding: 5px;
}

/*テーブル(活躍フィールド等)
----------------------------------------*/

.bgcol_table {
	border-collapse: collapse;
}

.bgcol_table td {
	border: 0px;
	background-color: #F2F2F2;
	padding: 3px;
}


/*テーブル(指定無し)
----------------------------------------*/

.base_table_normal td {
	border: 0px;
	background-color: #FFFFFF;
	padding: 3px;
}


/*リスト
----------------------------------------*/

ul {
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 20px;
}

li {
	margin-bottom: 4px;
}


/*応募方法・採用プロセス(各項目)
----------------------------------------*/

td.process {
	background: url(../images/challenged/process_back.gif) 100% 0% repeat-y;
	background-color: #EEEEFF;

}


