@charset "utf-8";
/* CSS Document */

#wrapper h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	height: 70px;
	width: 760px;
	clear: both;
}

#wrapper #top {
	float: right;
	height: 40px;
	width: 40px;
	padding-right: 10px;
	padding-top: 10px;
}

#wrapper #container #left #sitemap_left {
	float: left;
	width: 280px;
	font-size: 90%;
}

#wrapper #container #left #sitemap_left ul {
	list-style-position: outside;
	list-style-image: url(../images/sitemap/icn_sankaku.gif);
	line-height: 200%;
}

#wrapper #container #left #sitemap_right {
	float: right;
	width: 280px;
	font-size: 90%;
}

#wrapper #container #left #sitemap_right ul {
	line-height: 200%;
	list-style-image: url(../images/sitemap/icn_sankaku.gif);
	list-style-position: outside;
}

