@charset "utf-8";
@import "common/0-import.css";

/**/
.select {
	margin-bottom: 20px;
}
.select caption {
	text-align: left;
	background-image:url(../images/words/caption.gif);
	background-repeat: no-repeat;
	padding: 5px 0px 0px 10px;
	color:#FFF;
	font-weight: bold;
}
.select table {
	width: 100%;
	border: #fc8006 solid 2px;
	border-collapse: collapse;
}
.select td {
	background-image: url(../images/words/bg_list.gif);
	background-repeat: repeat-x;
	background-position: 0 50%;
	border-left: #CCC solid 1px;
	border-right: #fff solid 1px;
	border-top: #CCC solid 1px;
	border-bottom: #fff solid 1px;
	
}
.select td a {
	background-image: url(../images/words/icon_link.gif);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	display: block;
	padding: 3px 5px 3px 25px;
}
#conts .contsMiddle .select table td a {
	font-size: 13px;
}


#conts .contsTop {
	margin-bottom: 10px;
}

#conts .contsMiddle .banner {
	margin-bottom: 10px;
}

#conts .contsMiddle .tableBox table th.special01 {
	padding-left: 0;
	background: url(../images/words/th_bg.gif) repeat;
	text-align: center;
	font-size: 14px;
	color: #000;
	border-top: 1px solid #b5b5b5;
	border-bottom: 1px solid #949494;
}

#conts .contsMiddle .tableBox table td.special02 {
	background-color: #f3f3f3;
	text-align: center;
	font-size: 14px;
	border-top: 1px solid #b5b5b5;
	border-bottom: 1px solid #949494;
}

#conts .contsMiddle .tableBox table th {
	padding-left: 10px;
	font-size: 18px;
	border-left:1px solid #b3b3b3;
}

#conts .contsMiddle .tableBox table td {
	padding-left: 20px;
	color: #000;
	border-bottom: 1px solid #afafaf;
}