﻿@charset "UTF-8";

/* img
----------------------------------------------- */
#img {
	width: 551px;
	height: 86px;
	color: #666;
	margin-top: 11px;
	background: url("../images/img_main.jpg") no-repeat;
}
	#img p {
		color: #666;
		font-size: 14px;
		text-align: left;
		line-height: 1.5;
	}

/* box
----------------------------------------------- */
.box {
	width: 540px;
	margin: 2em auto 0;
}
	.box dl {
		float: left;
		width: 250px;
	}
		.box dl.sitemap01 {
			margin: 0 20px 0 0;
		}
		.box dl a {
			color: #333;
		}
		.box dl dt {
			width: 240px;
			margin: 20px 0 10px;
			padding: 3px 0 3px 10px;
			background: url("../images/sitemap_headline.gif") no-repeat;
		}
		.box dl dd {
			margin: 0 0 15px 20px;
			padding: 0 0 0 18px;
			line-height: 1.1;
			background: url("../images/mark.gif") no-repeat;
		}