@charset "UTF-8";
@import "../common/main.css";

.mainImg {
	background-image: url(headImg.jpg);
}

.boxInner {
	overflow: hidden;
}

.boxInner div {
	float: left;
	width: 350px;
}

.boxInner img {
	display: block;
	float: right;
}

table {
	width: 100%;
}

th, td {
	border: 1px solid #582e29;
	padding: 10px;
	text-align: center;
}

th {
	background: #f5e1dd;
}

td {
	background: #fff;
	width: 178px;
}

.link {
	text-align: center;
	font-weight: bold;
	margin-top: 40px;
}