body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 12px;
}
#wrap {
	height: auto;
	width: 700px;
	margin: 0 auto;
}
#header {
	height: 150px;
	width: 700px;
}
#menu {
	height: 30px;
	width: 700px;
}
#menu ul,#menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li {
	float: left;
}
#menu a {
	display: block;
	height: 30px;
	width: 100px;
	text-indent: -9999em;
}
#menu a.menu01 {
	background-image: url(images/menu01.gif);
	background-repeat: no-repeat;
}
#menu a.menu02 {
	background-image: url(images/menu02.gif);
	background-repeat: no-repeat;
}
#menu a.menu03 {
	background-image: url(images/menu03.gif);
	background-repeat: no-repeat;
}
#menu a.menu04 {
	background-image: url(images/menu04.gif);
	background-repeat: no-repeat;
}
#menu a.menu05 {
	background-image: url(images/menu05.gif);
	background-repeat: no-repeat;
}
#menu a.menu06 {
	background-image: url(images/menu06.gif);
	background-repeat: no-repeat;
}
#menu a.menu07 {
	background-image: url(images/menu07.gif);
	background-repeat: no-repeat;
}
#menu a.menu01:hover {
	background-position: 0px -30px;
}
#menu a.menu02:hover {
	background-position: 0px -30px;
}
#menu a.menu03:hover {
	background-position: 0px -30px;
}
#menu a.menu04:hover {
	background-position: 0px -30px;
}
#menu a.menu05:hover {
	background-position: 0px -30px;
}
#menu a.menu06:hover {
	background-position: 0px -30px;
}
#menu a.menu07:hover {
	background-position: 0px -30px;
}
#contents {
	height: auto;
	width: 700px;
	margin-top: 15px;
}
#left {
	height: auto;
	width: 142px;
	float: left;
}
.box {
	text-align: center;
	height: auto;
	width: 140px;
	margin-bottom: 15px;
	border: 1px solid #666666;
}
.box ul,.box li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.box li {
	margin-top: 5px;
	margin-bottom: 5px;
}

#right {
	float: right;
	height: auto;
	width: 542px;
}
#right p {
	line-height: 120%;
	margin: 0px;
	padding: 5px;
}
.block {
	height: auto;
	width: 540px;
	margin-bottom: 15px;
	border: 1px solid #666666;
}
.block iframe {
	margin-bottom: 5px;
	margin-left: 5px;
}
#right table {
	margin-bottom: 15px;
}
#next {
	text-align: right;
	height: 20px;
	width: 542px;
	padding-bottom: 15px;
}
#pre {
	text-align: left;
	height: 20px;
	width: 542px;
	padding-bottom: 15px;
}
#footer {
	height: 25px;
	width: 700px;
	clear: both;
}
