

/* output css
************************************************** */
div.title03a,div.title03{
	border-left:3px solid #B1647C;
	}

/*　メニュー　*/
#menu_base #currentMain a p{
	height: 35px;
	background-image: url("../layout_img/menu_list.gif");
	background-repeat: no-repeat;
	background-position: -646px -35px;
}
/*テーブル装飾*/
table.recruit_list {
	width:100%;
	margin:0 10px 0 0;
	border: 1px #cccccc solid;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
}

table.recruit_list th {
	width:110px;
	background:#f2f2f2;
	font-weight: bold;
	text-align:center;
}


table.recruit_list td {
	background:#ffffff;
}

table.recruit_list th,
table.recruit_list td {
	line-height:1.4;
	padding:5px 12px;
	border: #cccccc solid;
	border-width: 0 0 1px 1px;
}

table.recruit_list td a{
	color:#333;
	text-decoration: underline;
}
table.recruit_list td a:hover{color:#ff4400;}
