@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;
	}
 .px10 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	line-height: 16px;
}
a:link {
	color: #990000;
}
a:visited {
	color: #993300;
}
a:hover {
	color: #FF6600;
}
div#container{
	background-color: #FFFFFF;
	width: 800px;
	height: 3000px;
	background-image: url(common/hp_logo.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
div#menu{
	width: 217px;
	float: left;
	position: fixed;
	height: 100%;
}
div#sitemain{
	width: 583px;
	float: right;
	text-align: left;
	position: relative;
}

