@charset "shift_jis";
/* CSS Document */
* {
	margin: 0;
}
li {
	list-style-type: none;
}
#content {
	width: 900px;
	margin: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.6;
}
#header {
	padding: 10px 0 10px 0;
}
h1 {
	font-size: 1em;
	font-weight: normal;
	color: #666666;
	float: left;
	display: inline;
}
.style1 {
	float: right;
}
.style1 li{
	display: inline;
}
.style2 {
	float: left;
	padding: 10px;
}

.style4 {
	float: right;
	padding: 10px;
}

.style5 {
	clear: both;

}
.color1 {
	font-weight: bold;
	color: #003366;
	font-size: 14px;
}
.color2 {
	color: #FF0000;
}
.color3 {
	font-weight: bold;
	color: #FF0000;
}
.color4 {
	font-weight: bold;
	color: #003366;
}
