﻿@charset "utf-8";
@import url("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
--------- --------- --------- --------- --------- */
.sitemap_title {
	background: url(../images/sitemap/sitemap_maintitle.jpg) no-repeat;
	}
	
.sitemap_stitle {
	background: url(../images/sitemap/sitemap_stitle.jpg) no-repeat;
	margin:0 0 10px 0;
	padding:0;
	width:280px;
	height:29px;
	}
	
.sitemap_stitle b {
	display: block;
	font-size:1.2em;
	padding:7px 0 0 26px;
	width:254px;
	height:22px;
	color:#1A3D9E;
	}
	
.sitemap_stitle a {
	display: block;
	font-size:1.2em;
	padding:7px 0 0 26px;
	width:254px;
	height:22px;
	color:#1A3D9E;
	}
	
.sitemap_stitle.b5 {
	margin:0 0 5px 0;
	}
	
.sitemap_area {
	margin:0;
	padding:0;
	}
	
.sitemap_arealeft {
	margin:0;
	padding:0;
	float:left;
	width:280px;
	}
	
.sitemap_arearight {
	margin:0;
	padding:0;
	float:right;
	width:280px;
	}

.sitemap_list {
	margin:0 0 10px 28px;
	padding:0;
	list-style-type: none;
	font-size: 1.2em;
	line-height:1.4;
	}
	
.sitemap_list li {
	background: url(../images/sitemap/sitemap_list1.gif) no-repeat;
	background-position: 0 2px;
	margin:0;
	padding:0 0 0 12px;
	}
	
.sitemap_list li ul {
	margin:0;
	padding:0;
	list-style-type: none;
	}
	
.sitemap_list li ul li {
	background: url(../images/sitemap/sitemap_list2.gif) no-repeat;
	background-position: 0 2px;
	margin:0;
	padding:0 0 0 16px;
	}
	
.sitemap_list li a, .sitemap_list li ul li a {	
	color:#1A3D9E;
	}
