@charset "UTF-8";
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#allitem {
	background-color: #FFFFFF;
	width: 700px;
}
#header {
}
#navibar {
	width: 100px;
	font-size: 12px;
	line-height: 12px;
	margin: 0px;
	padding: 0px;
}
#contents {
	font-size: 12px;
	line-height: 18px;
	float: right;
	width: 590px;
}
#footer {
	text-align: center;
	clear: both;
	font-size: 10px;
	line-height: 18px;
	padding-top: 3px;
	padding-bottom: 3px;
}

