body {
	background: url('../img/page-bg.png') center center;
	margin: 0;
	padding: 0;
	text-align: center;
	font: normal 13px Tahoma;
	color: #003;
}
a {
	color: navy;
	text-decoration: none;
}
a:hover {
	color: blue;
}

#page {
	width: 762px;
	margin: auto;
	text-align: left;
}
#head {
	height: 255px;
	background: url('../img/banner.png') center center;
}
#navi {
	width: 211px;
	background: url('../img/navi-center.png') center center repeat-y;
	float: left;
}
#navi_top {
	height: 24px;
	background: url('../img/navi-top.png') center center;
}
#navi_bottom {
	height: 16px;
	background: url('../img/navi-bottom.png') center center;
	font-size: 1px;
}

#conti {
	float: right;
	width: 551px;
	background: url('../img/conti-center.png') center center repeat-y;
}
#conti_top {
	height: 24px;
	background: url('../img/conti-top.png') center center repeat-y;
}
#conti_bottom {
	height: 16px;
	background: url('../img/conti-bottom.png') center center repeat-y;
	font-size: 1px;
}
#foot {
	color: gray;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 5px;
	clear: both;
}
#foot a {
	color: gray;
	text-decoration: none;
}
#foot a:hover {
	color: #000;
}
