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

table#table2 {
	width: 630px;
	font-size: 14px;
}
table#table2 tr {
	border-bottom: dotted 1px #000;
}
table#table2 tr th,
table#table2 tr td {
	padding: 10px;
}
table#table2 tr th {
	width: 80px;
	font-weight: bold;
}
table#table2 tr td {
	width: 480px;
}
table#table2 tr td .td1 {
	margin: 15px 0px;
}
table#table2 tr td .td1 a {
	float: left;
	display: block;
	width: 160px;
	margin: 0px;
	padding: 0px 0px 5px;
}
table#table2 tr td.arrow {
	width: 10px;
	background-image: url(../common/images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
