@import "../../common_css/common.css";
@import "../../common_css/header.css";
@import "../../common_css/footer.css";
#main {
	padding-left: 35px;
	padding-top: 20px;
}
table {
	text-align: left;
	background-color: #FFFFFF;
}
body {
	text-align: left;
}
th {
	border-left: 10px solid #0000FF;
	border-bottom: 1px solid #0000FF;
	text-indent: 5px;
	line-height: 30px;
}
td {
	border-bottom: 1px solid #0000FF;
	text-indent: 10px;
	letter-spacing: 1px;
}

