@charset "utf-8";
table#aboutus {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 120%;
}
#aboutus li {
	list-style-type: none;
	padding-bottom: 5px;
	background-image: url(../img/arrow03.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 8px;
}

#aboutus th {
	padding: 10px;
	width: 100px;
	background-color: #F7F7F7;
	font-weight: normal;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #E8E8E8;
	border-left-color: #E8E8E8;
	color: #333333;
}
#aboutus td {
	padding: 10px;
	width: 500px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #E8E8E8;
	border-left-color: #E8E8E8;
	color: #666666;
}
