@charset "UTF-8";

/* Structure Module
-------------------------------------- */

html {
	background: transparent url(../imgs/company/bg_content.gif) repeat-y center top;
}

/* #content
-------------------------------------- */

div#content {
	margin-top: 4px;
}

h1 {
	width: 200px;
	position: absolute;
	top: 60px;
	left: 0;
}

/* -------- #main */

div#main {
	float: right;
	width: 580px;
	margin-top: 15px;
}

/* div.sitemap
-------------------------------------- */

div.sitemap {
	margin-bottom: 40px;
}

div.sitemap h2 {
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: #E3E3E3 dashed 1px;
}

div.sitemap ul li {
	font-size: 14px;
	margin-top: 6px;
	margin-bottom: 6px;
}

div.sitemap ul li ul {
	margin-left: 10px;
	background: transparent url(../imgs/sitemap/line_vertical.gif) repeat-y 5px top;
}

div.sitemap ul li ul li {
	font-size: 12px;
	padding-left: 20px;
	background: transparent url(../imgs/sitemap/line_horizontal.gif) no-repeat 5px 0.8em;
}

div.sitemap ul li.bottom-line {
	margin-bottom: 0;
	padding-bottom: 6px;
	background-image: url(../imgs/sitemap/line_bo.gif);
	zoom: 1;
}

