@charset "shift_jis";
/* CSS Document */
body {
	width: 900px;
	font-size: 12px;
	color: #666;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
	background-color: #FFF;
}
a:link {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #0097dd;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #666;
	font-weight: bold;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 52px;
}
#logo {
	float: left;
}
ul {
	float: right;
	padding-top: 15px;
	margin-right: 40px;
}
ul li {
	text-align: left;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	list-style-type: none;
	padding-left: 10px;
	margin-right: 10px;
	height: 21px;
	padding-top: 3px;
}
body ul li img {
	margin-left: 0px;
	padding-left: 0px;
}
