.about	{
	width: 510px;
	margin: 0px auto 10px auto;
	padding: 20px;	
	border: solid 1px #CCCCCC;
	background-color: #FFFFFF;
}

.about_h	{
	width: 490px;
	margin-bottom: 20px;
	padding: 5px 10px;
	background-image: url(../image/green.gif);
	background-repeat: repeat-x;
	font-size: 14px;
	font-weight: bold;
}

.about	table	{
	width: 510px;
	table-layout: fixed;
	border-collapse: collapse;
}

.about	th	{
	width: 110px;
	padding: 5px;
	border-bottom: dotted 1px #CCCCCC;
}	

.about	td	{
	width: 380px;
	padding: 5px;
	border-bottom: dotted 1px #CCCCCC;
}