@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	font-size: 14px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 800px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#menu_ue{
	background-color: #FFFFFF;
	padding: 0px;
	float: none;
	height: 33px;
	width: 800px;
	margin-top: 10px;
	margin-bottom: 10px;
}
h1{
	font-size: 16px;
	color: #408080;
	width: 200px;
}
.text{
	font-size: 10px;
	text-align: right;
	margin-right: 10px;
}
.table{
	width: 750px;
	margin-left: 20px;
	line-height: 20px;
	font-size: 12px;
}
.td{
	font-size: 10px;
	width: 60px;
}
.img{
	clear: left;
	margin-left: 550px;
	margin-top: 10px;	
}
