@charset "utf-8";

/* ====== sitemap CUSTOMIZE ====== */

#main{
	text-align: left;
	width: 900px;
	padding: 0 50px;
}

/* h2 */
h2{
	height: 0;
	padding-top: 50px;
	overflow: hidden;
	line-height: 1.5;
	margin-top: 15px;
}

#h2_sitemap{
	background: url("../images/sitemap/h2_sitemap.png") no-repeat;
}

ul#sitemap{
	margin: 30px 0;
}

li.main_menu{
	font-size: 125%;/*14px*/
	background: url("../images/sitemap/triangle.png") no-repeat 0% 50%;
	line-height: 35px;
	clear: left;
	padding-left: 20px;
}

li.sub_menu{
	margin-left: 25px;
	background: url("../images/sitemap/square.png") no-repeat 0% 50%;
	padding-left: 15px;
}

li.city{
	margin-left: 25px;
	clear: left;
	background: url("../images/sitemap/square.png") no-repeat 0% 50%;
	padding-left: 15px;
}

li.tera{
	float: left;
	padding-left: 8px;
}

li.top{
	clear: left;
	margin-left: 33px;
}


a{
	color: #000000;
}

a:hover { 
	color: #68A9CF; 
}

