@charset "utf-8";
/* メインコンテンツ‐サイトマップ
----------------------------------------*/
.mainCoSite {
	width: 500px;
	margin-left: 80px;
	line-height: 230%;
}
#siteLeft {
	float: left;
	width: 240px;
	margin-right: 20px;
}
#siteRight {
	width: 240px;
	float: right;
}
.mainCoSite a {
	color: #009900;
	text-decoration: underline;
}
.mainCoSite a:hover {
	color: #009900;
	text-decoration: none;
}
