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

@import "../common/css/0-import.css";

#main .banner {
	margin-bottom: 7px;
}

#conts h2 {
	background: url(../img/works/h2_back.gif) no-repeat left bottom;
	font-size: 13px;
	color: #003366;
	padding-left: 22px;
	margin-bottom: 17px;
	line-height: 18px;
}

#conts table {
	border: 1px solid #595250;
	margin: 0 0 20px 6px;
	width: 800px;
}

#conts table th {
	border: 1px solid #595250;
	text-align: center;
	padding: 15px 0 8px 0;
	width: 79px;
}

	*html #conts table th {
		padding: 15px 0 7px 0;
	}

#conts table tr {
	border: 1px solid #595250;
	height: 37px;
	vertical-align: middle;
}

#conts table tr.first {
	height: auto;
}

#conts table td {
	border: 1px solid #595250;
	vertical-align: middle;
	padding-left: 4px;
	padding-right: 4px;
}
#conts table td span {
	font-size: 9px;
	color: #FF0000;
	line-height: 1.3;
}

#conts table td.td01 {
	padding-left: 4px;
}

#conts table td.td02 {
	padding-left: 4px;
}

#conts table td.mid {
	text-align: center;
	padding-left: 0;
}
#conts table td.right {
	text-align: right;
	padding-right: 15px;
}


#conts table th.w173 {
	 width: 175px;
}

#conts table th.w133 {
	 width: 133px;
}

#conts table th.w97 {
	 width: 97px;
}

#conts .return {
	margin: 0 10px 27px 0;
}

#conts .return a {
	text-decoration: none;
	background: url(../img/worklist/01/icon.gif) no-repeat right -1px;
	padding-right: 15px;
	float:right;
}
