@charset "utf-8";

/* -----------------------------
  common
----------------------------- */

.col01 {
	color:#FF0000;
}
.col02 {
	color:#00a0c6;
}
.col03 {
	color:#00bd3d;
}
.col04 {
	color:#ffb80e;
}
.col05 {
	color:#ff7f00;
}
.col06 {
	color:#ab10d2;
}
.col07 {
	color:#7c4b4b;
}
.col08 {
	color:#647C4B;
}
.col09 {
	color:#4A7D7C;
}
.col10 {
	color:#98303A;
}

/* -----------------------------
  sitemap
----------------------------- */

#sitemap {
	width:600px;
	margin: 0 auto;
	font-size: 116%;
}

#sitemap h1 {
	text-align:center;
	margin-bottom:20px;
}


#sitemap ul {
	border-top: 1px solid #7c4b4b;
	padding: 20px;
}

#sitemap li {
	width:270px;
	margin-bottom:10px;
	margin-right:10px;
	float:left;
}

#sitemap .sitemapfooter {
	background: url(../images/sitemap_illust.gif) no-repeat center bottom;
	padding: 20px 20px 130px 20px;
}
