/* CSS Document */
body {
	background-color: #eeeeee;
	margin-right: auto;
	margin-left: auto;
	width: 710px;
}
p {
	font-size: 10px;
	line-height: 120%;
	color: #000000;
	margin-top: 5px;
}
#under {
	height: 170px;
	width: 380px;
	float: left;
}
#rogo {
	height: 25px;
	width: 100px;
	margin: 10px 0px 5px 5px;
	float: right;
}
#rogo2 {
	margin: 15px 10px 0px 0px;
	float: right;
	text-align: right;
	width: 300px;
}
#okaimono {
	width: 185px;
	margin: 10px 0px 5px 5px;
	float: left;
}
#protect {
	font-size: 12px;
	margin-top: 10px;
	clear: both;
}
.header {
	font-size: 10px;
	color: #666666;
	width: 600px;
	float: left;
	height: 25px;
	line-height: 40px;
}
.clear {
	clear: both;
}

