@charset "utf-8";
/* CSS Document */
table {
	margin:20px auto;
	width:90%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-image: url(../images/aboutus/bg-logo.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
th {
	text-align:left;
	width:30%;
	vertical-align:top;
}

th, td {
	padding:10px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
td ul {margin-left:-20px;}