@charset "utf-8";

h1 {
	width:840px;
	margin:20px auto 0 auto;
	height:40px;
	background-image:url(../img/header_marker.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:24px;
	font-size:20px;
	line-height:40px;
	border-bottom:#ff5050 solid 1px;
}

a {
	color:#303030;
	text-decoration:none;
}

a:hover {
	color:#ff5050;
	text-decoration:underline;
}

.sitemapWidth {
	width:840px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;/*float解除用*/
}

.categoryBox {
	min-width:150px;
	margin:20px;
	float:left;
}

h2 {
	font-size:16px;
	padding:0 6px;
}

.categoryBox ul {
	margin:0;
	padding:0;
	list-style:none;
	border-top: #ff8080 double 3px;
	border-bottom: #666666 dotted 1px;
}

.categoryBox li {
	margin:0.5em 0;
}

.categoryBox li a {
	background-image:url(../img/li_marker.png);
	background-repeat:no-repeat;
	padding-left:14px;
}

.categoryBox li a:hover {
	background-position:0 -16px;
}

.marginBottom {
	marin-bottom:40px;
}