/* CSS Document */

.sitemap {
	_width: 100%;
	margin: 0px 20px 0px 0px;
}
 
.SitemapTable {
	margin: 0px 20px 0px 0px;
}

.SitemapTable th {
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}

.LeftTable A {
	text-decoration: underline;
	color: #003399;
}
 
.LeftTable A:hover {
	color:#FF9933;
	text-decoration: underline;
}

.RightTable A {
	text-decoration: underline;
	color: #003399;
} 
.RightTable A:hover {
	color:#FF9933;
	text-decoration: underline;
}

.LeftTable { /* ボックス左 */
	line-height: 130%;
}
 
.LeftTable h3{
	color: #FFFFFF;
	background-image: url(../img/sitemap/lh3_bg.gif);
	background-repeat: repeat-x;
	height: 28px;
	width: 400px;
	padding-left: 10px;
	padding-top: 8px;
	margin: 15px 0px 0px 20px;
}

.LeftTable h3 A {
	text-decoration: none;;
	color: #FFFFFF;
}
 
.LeftTable h3 A:hover {
	color:#003399;
	text-decoration: underline;
}

.LeftTable div {
	margin: 7px 0px 7px 30px; 
	font-size: 90%;
	background-image: url(../img/shared/dir_subblue.gif);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 10px;
	height: 14px;
} 

.LeftTable p {
	margin: 7px 0px 7px 45px; 
	font-size: 90%;
	background-image: url(../img/shared/pdf.gif);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 14px;
	height: 14px;
}

.LeftTable ul{
	list-style-image : url(../img/shared/dir_blue.gif);
	margin: 20px 0px 0px 40px;
	padding-left: 10px;
}

.LeftTable li{
	margin-top:7px;
	margin-bottom:7px;
}


.RightTable { /* ボックス右 */
	line-height: 130%;
}

.RightTable h3{
	color: #FFFFFF;
	background-image: url(../img/sitemap/rh3_bg.gif);
	background-repeat: repeat-x;
	height: 28px;
	width: 400px;
	padding-left: 10px;
	padding-top: 8px;
	margin: 15px 0px 0px 20px;
}

.RightTable h3 A {
	text-decoration: none;;
	color: #FFFFFF;
}
 
.RightTable h3 A:hover {
	color:#003399;
	text-decoration: underline;
}

.RightTable div {
	margin: 7px 0px 7px 30px;
	font-size: 90%;
	background-image: url(../img/shared/dir_subblue.gif);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 10px;
	height: 14px;
}

.RightTable p {
	margin: 7px 0px 7px 45px;
	font-size: 90%;
	background-image: url(../img/shared/pdf.gif);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 14px;
	height: 14px;
}

.RightTable ul{
	list-style-image : url(../img/shared/dir_blue.gif);
	margin: 20px 0px 0px 40px;
	padding-left: 10px;
}

.RightTable li{
	margin-top:7px;
	margin-bottom:7px;
}