@charset "UTF-8";

div.page-tit {
	height: 25px;
	margin: 7px 0 0;
	padding: 5px 5px 0;
	background: url(/commons/tit-back.png) no-repeat;
}
div.page-tit h3 {
	width: 300px;
	padding-left: 15px;
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	color: #666;
}
div.categ {
	clear: both;
	margin-bottom: 15px;
	padding-bottom: 15px;
	padding-left: 13px;
}
div.categ h4 {
	background: url(/commons/arrow-cross.png) 0 3px no-repeat;
	padding-left: 13px;
	margin: 10px 0;
	color: #960;
	font-weight: bold;
	font-size: 100%;
}
div.categ dl.box {
	margin: 15px 10px 0 0;
	padding-left: 12px;
	padding-bottom: 20px;
	border-bottom: #999 dotted 1px;
}
div.categ h3 {
	clear: both;
	padding-left: 12px;
	background: url(/commons/ico-arrow-02.png) 0 5px no-repeat;
	font-size: 100%;
	margin: 5px 0;
}
div.categ dd dl {
	margin: 20px 0;
}
div.categ dl dt {
	float: left;
	width: 100px;
	background: none;
}
div.categ dl dd {
	float: right;
	width: 450px;
}
div.categ dl dd.lastChild {
	margin-bottom: 20px;
}
div.categ p {
	clear: both;
	color: #cc0000;
	padding: 10px 0 3px;
}
div.categ ul li {
	display: inline;
	float: left;
	margin: 1px 0;
	padding: 0 5px;
	border-right: #666 solid 1px;
	white-space: nowrap;
}
