@charset "UTF-8";

dl#works_list dt {
	text-indent: -9999px;
}
dl#works_list dd {
	width: 510px;
	padding: 10px;
	margin: 0px 10px 0px 10px;
}
dl#works_list dd .dd_comment {
	float: right;
	width: 300px;
}

dl#works_list dd .dd_comment p a {
	color: #666666;
	text-decoration: none;
}
dl#works_list dd .dd_comment p a:visited {
	color: #666666;
	text-decoration: none;
}
dl#works_list dd .dd_comment p a:hover {
	color: #ff0000;
	text-decoration: underline;
}



/*------- dd#dd_normal -------*/
dd#dd_normal {
	border: 1px solid #74AECB;
	background: url("../works/images/dd_bg_normal.jpg") repeat-y;
}
dd#dd_normal h4 {
	background: url("../works/images/h4_img_normal.jpg") no-repeat;
	width: 200px;
	height: 150px;
	text-indent: -9999px;
	float: left;
}
dd#dd_normal h4 a {
	background: url("../works/images/h4_img_normal.jpg") no-repeat;
	width: 200px;
	height: 150px;
	text-indent: -9999px;
	float: left;
	display: block;
	overflow: hidden;
}



/*------- dd#dd_office -------*/
dd#dd_office {
	border: 1px solid #E5C7C7;
	background: url("../works/images/dd_bg_office.jpg") repeat-y;
}
dd#dd_office h4 {
	background: url("../works/images/h4_img_office.jpg") no-repeat;
	width: 200px;
	height: 150px;
	text-indent: -9999px;
	float: left;
}
dd#dd_office h4 a {
	background: url("../works/images/h4_img_office.jpg") no-repeat;
	width: 200px;
	height: 150px;
	text-indent: -9999px;
	float: left;
	display: block;
	overflow: hidden;
}



/*------- dd#dd_asbestos -------*/
dd#dd_asbestos {
	border: 1px solid #B1D24D;
	background: url("../works/images/dd_bg_asbestos.jpg") repeat-y;
}
dd#dd_asbestos h4 {
	background: url("../works/images/h4_img_asbestos.jpg") no-repeat;
	width: 200px;
	height: 150px;
	text-indent: -9999px;
	float: left;
}
dd#dd_asbestos h4 a {
	background: url("../works/images/h4_img_asbestos.jpg") no-repeat;
	width: 200px;
	height: 150px;
	text-indent: -9999px;
	float: left;
	display: block;
	overflow: hidden;
}



/*------- dd#dd_public -------*/
dd#dd_public {
	border: 1px solid #FFC061;
	background: url("../works/images/dd_bg_public.jpg") repeat-y;
}
dd#dd_public h4 {
	background: url("../works/images/h4_img_public.jpg") no-repeat;
	width: 200px;
	height: 150px;
	text-indent: -9999px;
	float: left;
}
dd#dd_public h4 a {
	background: url("../works/images/h4_img_public.jpg") no-repeat;
	width: 200px;
	height: 150px;
	text-indent: -9999px;
	float: left;
	display: block;
	overflow: hidden;
}
