@charset "UTF-8";
/* CSS Document */

body {
	margin-top: 0px;
	background-color: #dad1c5;
	}
body,tr,td {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	line-height: 180%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #404040;
	}
a:link {
	color: #990000;
}
a:visited {
	color: #993300;
}
a:hover {
	color: #FF6600;
}
div#container{
	position: relative;
	text-align: center;
	background-color: #FFFFFF;
	height: auto;
	width: 800px;
	background-attachment: fixed;
	background-image: url(common/hp_logo.gif);
	background-repeat: no-repeat;
	background-position: 8px 0px;
	margin: 0px;
	padding: 0px;
}
div#menu{
	width: 217px;
	position: fixed;
	height: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}
div#sitemain{
	width: 583px;
	text-align: left;
	margin-left: 217px;
	height: auto;
	float: none;
}
.px10{
	font-size: 10px;
	line-height: 160%;
	color: #404040;
	}
	
