@charset "utf-8";
/* CSS Document */

div#contents {
	width: 600px;
	margin: 0 auto 0 auto;
	padding: 120px 0 220px 0;
}
	div#contents a {
		display: block;
		height: 50px;
		line-height: 50px;
		padding-left: 25px;
		background: url(../images/sitemap/arrow.png) no-repeat;
		text-decoration: none;
		font-size: 16px;
		color: #655F5D;
	}
	div#contents div.leftBox {
		width: 50%;
		float: left;
	}
	div#contents div.rightBox {
		width: 50%;
		float: right;
	}