@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
#first {
	margin: 0 0 30px;
}
#first .box {
	margin: 0 0 20px;
}

#first .box dt{
	margin-bottom:5px;
}

#content h4 {
	margin: 0 0 20px;
	background: url(../image/h4_bg.jpg);
	padding:6px 0 5px 10px;
	line-height:1.2;
}

#about .box {
	overflow: hidden;
 /zoom: 1;
 	border-bottom:2px dotted #EDCC58;
	padding-bottom:18px;
	margin-bottom:20px;
}
#about .box.last {
 	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
}
#about p.t01 {
	margin:20px 0 40px;
}
#about .box .image{
	float: left;
}
#about .box p{
	margin-left:220px;
	margin-top:-5px;
}
/*-------------------------------------------------------------------
	#works
-------------------------------------------------------------------*/
#works {
	margin-bottom: 15px;
	overflow: hidden;
 /zoom: 1;
}
#works dl {
	float: left;
	width: 200px;
	margin:0 20px 15px 0;
}
#works dl.none {
	margin:0 0 15px 0;
}
#works dl dt {
	margin: 5px 0 0;
}
#works dl dd.image a {
	width: 194px;
	height: 194px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	border: 1px solid #EFD169;
	padding:2px;
}
#works dl dd.comment {
	font-size:0.85em;
	margin-right:10px;
}
#content p.btn{
	margin-bottom:40px;
}
/*-------------------------------------------------------------------
	#topics
-------------------------------------------------------------------*/
#topics {
	height: 160px;
	overflow-y: scroll;
	margin-bottom:50px;
}
#topics dl {
	overflow: hidden;
 /zoom: 1;
	padding: 7px 0 6px 20px;
	border-bottom:1px dotted #32170E;
}
#topics dt {
	float: left;
}
#topics dd {
	margin-left: 105px;
}
