﻿@charset "utf-8";


#contentMain .box dl {
	float: left;
	width: 240px;
}
	.sitemap01 {
		margin: 0 25px 0 0;
	}

	#contentMain .box dl a {
		color: #333;
	}

	#contentMain .box dl dt {
		width: 240px;
		height: 23px;
		margin: 20px 0 10px 0;
		padding: 2px 0 0 10px;
		background: url("../images/sitemap_headline.gif") no-repeat;
	}

	#contentMain .box dl dd {
		margin: 0 0 15px 25px;
		padding: 0 0 0 18px;
		line-height: 1;
		background: url("../images/mark.gif") no-repeat;
	}