body {
	background-color: #cde96d;
	width: 500px;
	margin: 0 auto;
}
#title {
	margin: 30px 0 30px 0;
	background: transparent url(../img/common/title.png) no-repeat center center;
	width: 500px;
	height: 54px;
	clear: both;
}
.page .top {
	background: transparent url(../img/common/t.png) no-repeat;
	width: 420px;
	height: 21px;
	clear: both;
}
.page .middle {
	background: transparent url(../img/common/m.png) repeat-y;
	width: 380px;
	clear: both;
	padding: 0 20px 0 20px;
}
.page .bottom {
	background: transparent url(../img/common/b.png) no-repeat;
	width: 420px;
	height: 23px;
	clear: both;
}
.page {
	width: 420px;
	margin: 10px auto;
	clear: both;
}
.middle img {
	float: left;
	border: 1px solid #ababab;
	margin: 0 10px 10px 0;
}
.middle p {
	font: normal normal normal 0.8em "Lucida Grande", "MS Trebuchet", sans-serif;
	margin: 0 0 5px 0;
}
p strong {
	font-weight: bold;
}
a {
	color: #3a3a3a;
	text-decoration: none;
}
