@charset "Shift_JIS";

/* common */
body {
	background-color: #21b500;
	text-align: center;
	margin: 0;
}
img {
	border: none;
}
table {
	border-collapse: collapse;
}

/* contents */
table#contents tr td {
	padding: 0;
}
table#contents tr td#top img,
table#contents tr td#btm img {
	width: 770px;
	height: 10px;
}
table#contents tr td#mid {
	background: url('../img/wallmiddle.gif');
	text-align: center;
}

/* common header */
table#commonheader {
	width: 770px;
	height: 65px;
}
table#commonheader tr td h1 {
	margin: 0 0 0 70px;
	padding: 0;
	line-height: 100%;
	font-size: 50%;
	font-weight: bold;
	color: #ffffff;
}
table#commonheader tr td.logo {
	text-align: left;
}
table#commonheader tr td.ads {
	width: 468px;
	vertical-align: top;
}

/* common footer */
table#commonfooter {
	width: 770px;
	margin-top: 10px;
	margin-bottom: 20px;
}
table#commonfooter tr td {
	text-align: right;
	color: #ffffff;
	font-size: 70%;
}
