@charset "UTF-8";

@import url("../common/css/common.css");


/* #content */
.main table{
	width:960px;
	margin:200px;
}
.main table th{
	font-weight:normal;
	padding:0px 0 0px 0px;
	vertical-align:top;
	width:160px;
}
.main table td{
	border-bottom:1px solid #d9d9d9;
	border-collapse: collapse;
	font-weight:normal;
	padding:6px 0;
	text-align: center; 
}