@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      sitemap.css
 Author:         kase
 Style Info:     プライバシーポリシー　sitemap/index.html
----------------------------------------------------------- */

/*----------------------------------------------------
	sitemap/index.html
----------------------------------------------------*/

#main {
	height: 280px;
	position: relative;
	margin: 20px 0;
}
#main li {
	list-style-type: disc;
	margin-left: 20px;
	font-size: 14px;
	line-height: 2em;
}
#main .sitemap {
	float: left;
	margin: 0 15px;
}

