﻿@charset "utf-8";
body {
	border-top-color: #0a0000;
}
.CategoryTitle {
	border-color: #0a0000;
	background-image:  url("/images/HeaderCommon/HeaderLineBackDB.png");
}
.CategoryTitle h2 {
	background-image: url('/sitemap/images/CatTitle.png');
}

.MainContentsContainer {
	width: 548px;
	float: right;
	line-height: 150%;
}

.MainContentsContainer dl,dt,dd {
	padding: 0px;
	margin: 0px;
}
.MainContentsContainer dl {
	padding: 10px 0px 10px 0px;
	margin: 0px;
	width: 548px;
	height: auto;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
}
.MainContentsContainer dt {
	background-position: 5px 5px;
	display: block;
	width: 200px;
	float: left;
	background-image: url('/images/arrow0.png');
	background-repeat: no-repeat;
	text-indent: 18px;
	line-height: 160%;
	font-weight: bold;
}
.MainContentsContainer dd {
	display: block;
	width: 347px;
	float: left;
}
.MainContentsContainer dd li {
	list-style-image: url('/images/arrow0.png');
	line-height: 160%;
}
