﻿@charset "utf-8";
.SiteMapCon1 {
	width: 465px;
	float: left;
}
.SiteMapCon2 {
	width: 465px;
	float: right;
}
.SiteMapConteener .SiteMapPage1 {
	color: #0082cb;
	font-weight: bold;
	font-size: 115%;
	padding: 0px 0px 3px 0px;
	margin: 0px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #80D2FF;
	background-image: url('../../module/images/common/arrow_squair.png');
	background-repeat: no-repeat;
	background-position: 0px 8px;
	text-indent: 15px;
}
.SiteMapConteener .SiteMapPage1 a {
	color: #0082cb;
}

.SiteMapConteener .SiteMapPage2 {
	color: #0082cb;
	font-weight: bold;
	font-size: 115%;
	padding: 0px 0px 3px 0px;
	margin: 40px 0px 0px 0px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #80D2FF;
	background-image: url('../../module/images/common/arrow_squair.png');
	background-repeat: no-repeat;
	background-position: 0px 8px;
	text-indent: 15px;
}
.SiteMapConteener .SiteMapPage2 a {
	color: #0082cb;
}
.SiteMapConteener ul {
	padding: 0px;
	margin: 10px 0px 0px 20px;
}
.SiteMapConteener li {
	background-image: url('../../module/images/common/arrow_blue.png');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	list-style-type: none;
	text-indent: 15px;
	padding: 0px;
	margin: 0px;
}
.SiteMapConteener li a {
	text-decoration: underline;
}

