@charset "utf-8";

@import url("common.css");

h2.mainttl {
	font-size: 18px;
	border-bottom: solid 3px #75b409;
	line-height: 100%;
	padding: 0 0 3px 0;
}

ul.detail {
	width: 640px;
	padding: 0 0 20px 0;
	background: url(../img/dotted.gif) bottom no-repeat;
	margin: 0 0 20px 0;
}

dl.tags {
	width: 640px;
}
dl.tags dt {
	color: #fc0;
	font-weight: bold;
	padding: 5px 0;
	line-height: 100%;
	border-bottom: solid 2px #fc0;
}
dl.tags dd {
	padding: 10px;
	background: #333;
}
dl.tags dd a {
	color: #fff;
}
dl.tags dd ul li {
	float: left;
	white-space: nowrap;
	line-height: 100%;
	background: url(../img/s_arrow_fff.gif) 0 3px no-repeat;
	padding: 3px 20px 3px 10px;
	zoom: 1;
}

