@charset "UTF-8";

.faq {
	border-bottom: 1px dotted #999999;
}
.faq div.question {
	margin-bottom: 1em;
	color: #524000;
	background: url(../img/icon_ques.gif) no-repeat left center;
	height: 40px;
	padding-left: 45px;
	line-height: 40px;
	margin-top: 1em;
}
.faq p {
	background: #F5EEDB url(../img/icon_answer.gif) no-repeat 5px center;
	padding: 10px 5px 10px 50px;
}
ul.link li {
	list-style: none;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #726C5B;
}
.newinfo {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #726C5B;
}
.newinfo div {
	font-weight: bold;
	margin-bottom: 0.3em;
}
#main .newinfo p {
	margin-bottom: 0px;
}
.itemlist {
	clear: both;
	margin-left: 15px;
}
.itemlist div {
	background: url(../img/item_list_bgd.gif) no-repeat;
	width: 130px;
	float: left;
	text-align: center;
	margin-bottom: 1em;
	margin-right: 5px;
	margin-left: 5px;
}
.itemlist img {
	margin: 15px;
}
.sitemap-left {
	float: left;
	width: 290px;
}
.sitemap-right {
	float: right;
	width: 300px;
}
.sitemap-right li.category {
	background: #F5EEDB;
	list-style: none;
	margin-left: -2em;
	padding: 5px;
}
ol.kotei li {
	list-style: none;
	clear: both;
}
ol.kotei li span {
	display: block;
	border: 1px solid #726C5B;
	margin-bottom: 0.5em;
	padding: 3px;
	background: #E9DFC4;
}

