/*---------------------------------------
sitemap
---------------------------------------*/
@import url("../css/reset.css");
@import url("../css/baselayout.css");

/*高さ調整*/
.spacing-pad2 {
	height:20px;
}
.spacing-pad {
	height:20px;
}

.category {
	padding:5px 0 15px 0;
}

.category .title {
	padding:5px;
	font-weight:bold;
	background:#fff;
}

.category ul {
	list-style:none;
	padding-left10px;
}
.category ul a{
	text-decoration:none;
	font-weight:bold;
	color:#003100;
}
.category ul a:hover{
	color:#626160;
}

.list1 a{
	padding:4px 20px;
	background:url(images/mark1.gif) no-repeat center left;
}
.list2 a{
	padding:4px 20px;
	background:url(images/mark2.gif) no-repeat center left;
}
.list3 a{
	padding:4px 20px;
	background:url(images/mark3.gif) no-repeat center left;
}
.list4 a{
	padding:4px 20px;
	background:url(images/mark4.gif) no-repeat center left;
}




.category li {
	padding:5px 0 5px 20px;
	/*background:url(images/mark1.gif) no-repeat center left;*/
}


.detail {
	padding:8px 0 20px 0;
}

/* color override*/
.detail h4{
	font-weight:bold;
	color:#5C0024;
}

