﻿@charset "utf-8";
@import url("../../common/css/main.css"); /* common stylesheet */

#dammy {
	background: url() no-repeat;
	margin: 0;
	padding: 40px 0 0 0;
	width: 216px;
	overflow: hidden;
	display: block;
	border: none;
	text-decoration: none;
	height: 0px!important;
	height /**/:40px;/* for ie5.x */
	}


/* #
--------- --------- --------- --------- --------- */
.sitemap_mtitle {
	background: url(../images/sitemap_stitle.gif) no-repeat;
	margin: 0 0 15px 0;
	padding: 23px 0 0 0;
	width: 492px;
	overflow: hidden;
	display: block;
	border: none;
	text-decoration: none;
	height: 0px!important;
	height /**/:23px;/* for ie5.x */
	}
	
.sitemap_stitle {
	background: url(../images/sitemap_bar.gif) no-repeat;
	margin: 0 0 10px 0;
	padding: 4px 0 1px 12px;
	width: 480px;
	height:17px;
	font-size:1.6em;
	line-height:1.0;
	color:#4C3237;
	font-weight:bold;
	}
	
.sitemap_sstitle {
	margin:0 0 2px 0;
	font-size:1.2em;
	color:#89000F;
	font-weight: bold;
	}
	
.sitemap_area {
	margin:0 0 10px 0;
	}
	
.sitemap_list {
	margin:0 0 25px 0;
	list-style-type: none;
	}
	
.sitemap_list li {
	margin:0 0 5px 0;
	font-size:1.2em;
	width:164px;
	float:left;
	}
	
.sitemap_list li.lo {
	width:328px;
	}

.sitemap_list li a {
	color:#333;
	}
	
.sitemap_list li a:hover {
	color:#333;
	text-decoration: underline;
	}
