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

