﻿@charset "utf-8";
@import url("common.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/sitemap_mtitle.jpg) no-repeat;
	margin: 0 0 10px 0;
	padding: 64px 0 0 0;
	width: 699px;
	overflow: hidden;
	display: block;
	border: none;
	text-decoration: none;
	height: 0px!important;
	height /**/:64px;/* for ie5.x */
	}
	
.sitemap_stitle {
	background: url(../images/common/icon_arrow3.jpg) no-repeat;
	background-position: 8px center;
	background-color: #E6E6E6;
	margin:0 0 10px 0;
	padding:6px 0 3px 25px;
	font-size:1.6em;
	color:#4D4D4D;
	font-weight: bold;
	line-height:1.1;
	}
	
.sitemap_stitle a {
	color:#4D4D4D;
	font-weight: bold;
	}
	
.map_list {
	margin:0 0 10px 0;
	padding:0 25px;
	list-style-type: none;
	}
	
.map_list li {
	background: url(../images/sitemap/sitemap_icon.gif) no-repeat;
	background-position: 0 center;
	margin:0 10px 5px 0;
	padding:0 0 0 11px;
	width:300px;
	float:left;
	font-size:1.4em;
	font-weight: bold;
	line-height:1.1;
	}
	
.map_list li a {
	color:#4D4D4D;
	font-weight: bold;
	}