@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
#first p.last {
	margin: 15px 0 33px;
}
/*-------------------------------------------------------------------
	#search
-------------------------------------------------------------------*/
#search {
	margin-bottom: 20px;
	overflow: hidden;
 /zoom: 1;
}
#search dl {
	float: left;
	width: 138px;
	margin:0 17px 25px 0;
}
#search dl.none {
	margin:0 0 25px 0;
}
#search dl dt {
	margin-top: 5px;
}
#search dl dt a{
	font-size:0.85em;
}
#search dl dd.image a {
	border: 1px solid #DFD9D5;
	width: 132px;
	height: 132px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	padding:2px;
}
#search dl dd.image a img {
	max-width: 132px;
}
/*-------------------------------------------------------------------
	#topics
-------------------------------------------------------------------*/
#topics {
	margin-bottom:20px;
	border:1px solid #DFD9D5;
	padding:10px 20px;
}
#topics dl {
	overflow: hidden;
 /zoom: 1;
	padding: 3px 5px 2px 5px;
	border-bottom:1px solid #E6DED9;
}
#topics dt {
	float: left;
}
#topics dd {
	margin-left: 95px;
}
#topics dd a{
	font-size:0.85em;
}
#content .topicsbtn {
    margin-bottom: 50px;
}
#content .topicsbtn a {
    display: block;
    border: 1px solid #DFD9D5;
	text-align: center;
	text-decoration: none;
	padding: 6px 0 4px;
}
#content .topicsbtn a:hover {
	color: #DF6820;
}