@charset "utf-8";
/* CSS Document */
#title {
	width:1000px;
	height:57px;
	float:left;
}
#container {
	width:1000px;
	height: auto;
	float:left;
}
#content {
	width:966px;
	height: auto;
	float:left;
	padding:30px 17px 0px 17px;
	background-color:#1c1e22;
}
#content_detail {
	width:1000px;
	height: auto;
	float:left;
	background-color:#1c1e22;
}
#container_bottom {
	width:1000px;
	height:50px;
	float:left;
}
#works {
	width:100%;
	height:auto;
	float:left;
}
#works .frame {
	width:182px;
	height:178px;
	float:left;
	padding-top:20px;
	margin-right:11px;
}
#works .photo {
	width:182px;
	height:134px;
	margin-bottom:5px;
	padding-top:5px;
	text-align:center;
	background-image:url(../img/works/photo_bg.jpg);
	overflow:hidden;
}
#works .name {
	width:182px;
	height:34px;
	padding-top:10px;
	text-align:center;
	background-image:url(../img/works/name_bg.jpg);
}
#works_detail {
	width:100%;
	height:auto;
	float:left;
}
#works_detail .frame {
	width:182px;
	height:178px;
	float:left;
	padding-top:20px;
	margin-right:11px;
}
#works_detail .photo {
	width:182px;
	height:134px;
	margin-bottom:5px;
	padding-top:5px;
	text-align:center;
	background-image:url(../img/works/photo_bg.jpg);
	overflow:hidden;

}
#works_detail .name {
	width:182px;
	height:34px;
	padding-top:10px;
	text-align:center;
	background-image:url(../img/works/name_bg.jpg);
}

