@charset "utf-8";
#wrapper {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 191px;
	width: 950px;
}
#navi {
	width: 950px;
	height: 50px;
}

#main {
	width: 950px;
	background-color: #FFF;
	border-top-color: #B3ECFD;
	border-right-color: #B3ECFD;
	border-bottom-color: #B3ECFD;
	border-left-color: #B3ECFD;
}
#footer {
	width: 950px;
	background-color: #063;
	font-size: small;
	text-align: center;
	padding-top: 10px;
	height: 100px;
	color: #FFF;
}
#footer	a:link{color:#FFF;
}
#footer	a:visited{color:#FFF;
}
#footer	a:hover{color:#FC3;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #main table tr td table tbody tr th table tbody tr td {
	background-color: #FFF;
}
#wrapper #main table tr td table tbody tr th table tbody tr th {
	background-color: #B3ECFD;
}
#wrapper #main table tr td table {
	background-color: #FFFFFF;
}
