@charset "UTF-8";
body {
	background-color: #FFF;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
body,td,th {
	font-size: small;
	color: #636363;
}
a:hover {
	color: #DDDDDD;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #3E3E3E;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
}
#container {
	width: 650px;
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 650px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#navbar {
	width: 650px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}
#footer {
	width: 650px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	font-size: x-small;
}
#main {
	float: right;
	width: 520px;
	margin-left: 5px;
}
#sidebar {
	float: left;
	width: 80px;
	border-right-style: inset;
	margin-top: 50px;
	border-right-width: thin;
	border-right-color: #DBDBDB;
	text-indent: 5px;
	clear: left;
	clip: rect(auto,auto,auto,auto);
}
#footer {
	width: 650px;
	text-align: center;
	clear: both;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navbar ul li {
	float: left;
	width: 16.6%;
	display: block;
}
#navbar a {
	background-color: #FFF;
	display: block;
	text-align: center;
}
#navbar a:hover {
	background-color: #F0F0F0;
	color: #B3B3B3;
}
