/* CSS Document */

#wrapper {
	width: 540px;
	margin: 50px auto 0;
	padding: 20px 30px 30px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

h1 {
	margin-bottom: 20px;
}

h2 {
	margin-bottom: 20px;
}

p {
	text-align: center;
	font-size: 14px;
	margin-bottom: 20px;
}

.boxArea {
	width: 190px;
	float: left;
	padding: 30px 50px 0 50px;
}

th {
	padding-right: 10px;
}

.type01 {
	width: 12em;
}

.imgArea {
	float: right;
}

.alR {
	text-align: right;
}

