﻿@charset "UTF-8";

h1
{
	font-size: 120%;
	margin-bottom: 10px;
	text-align: left;
	border-bottom: 1px solid #ccc;
}

#contents .main .left1 .sitemap
{
	width: 520px;
	height: auto;
	margin: 0 0 15px 0;
	padding: 20px;
}

#contents .main .left1 .sitemap ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#contents .main .left1 .sitemap ul li.top
{
	background: url("../images/sitemap/icon.gif") no-repeat;
	background-position: 0px 2px;
	margin-bottom: 10px;
	padding-left: 17px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	text-align: left;
}

#contents .main .left1 .sitemap ul ul
{
	list-style-type: none;
	margin: 0 0 0 5px;
	padding: 0;
}

#contents .main .left1 .sitemap ul ul li
{
	background: url("../images/sitemap/icon_s.gif") no-repeat;
	background-position: 0px 5px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 12px;
	text-align: left;
}

