@charset "UTF-8";
/* CSS Document */

@import "common.css";
@import "layout.css";

#sub1 table {
	width: 460px;
	float: left;
	margin-left: 60px;
	margin-bottom: 30px;
	margin-top: 10px;
}
#contents th {
	background-color: #E6E6E6;
	line-height: 2.5em;
	width: 100px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-left: 3px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #A8A8A8;
}
#contents td {
	padding-left: 20px;
	text-align: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #A8A8A8;
}
table {
	margin-left: 80px;
}
h4 {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#image {
	margin-bottom: 30px;
}
