@charset "utf-8";
b {
	font-weight: bold;
	color: #FF0000;
}
p {
	line-height: 150%;
	font-family: "ＭＳ Ｐゴシック", Osaka;
}
#footer {
	font-size: small;
	text-align: center;
}
#contents {
	float: right;
	width: 770px;

}
#navi {
	float: left;
	width: 200px;
}
#header {
	background-color: #66CC66;
	float: none;
	width: 980px;
}
#main {
	width: 980px;
	margin: 0px;
	padding: 0px;
}
#header a {
	text-decoration: none;
}
.orange {
	color: #F60;
	font-weight: bold;
}
.magenta {
	font-weight: bold;
	color: #C03;
}
.black {
	font-weight: bold;
	color: #000;
}
