body {
	padding: 0;
	text-align:center
	color: #000000;
	background-color: #CFD6BC;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0px;
	float: none;
}
#navi {
	padding-left:0;
	list-style-type:none;
	border-top:none;
	border-right:none;
	border-left:none;
	border-bottom:none;
	border:none
	width:700px;
	height:35px;
	margin-top:0px;
	margin-bottom: none;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
#navi a {
    display:block;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:10px;
    text-decoration:none;
    text-align:center;
    background-image:url(../images/b01.gif);
    background-repeat:no-repeat;
    background-position:left top;
    border-left:none;
    font-weight:bold;
}
#navi a:visited {
	background-image:url(../images/b01.gif);
	background-repeat:no-repeat;
	text-decoration: none;
	color: #003366;
}
#navi a:hover {
	background-image:url(../images/b02.gif);
	background-repeat:no-repeat;
	text-decoration: underline;
	color: #FF3300;
}
#navi li {
    float:left;
    width:100px;
}
#title {
	margin:none;
	margin-top:5px;
	width:700px;
	background: #CFD6BC url(../images/title.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}
#contents {
	width:700px;
	margin-right: auto;
	margin-left: auto;
}
#main {
	float:left;
	width:500px;
	margin-top:0px;
	height: auto;
}
#sidebar {
	float:right;
	width:200px;
	margin-top:0px;
}
#footer {
	width:715px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	clear: left;
}
