/* CSS Document */

div#content {
	padding-bottom: 100px;
}

div.works {
	width: 836px;
	height: 178px;
	margin: 29px auto 0 auto;
	background: url(images/content_works.gif) left top no-repeat;
}

div.works img {
	float:left;
	margin: 2px 23px 0 17px;
}

div.works dl {
	padding: 19px 33px 8px 0;
}

div.works dt {	
	font-size: 15px;
	color: #3476a7;
}

div.works dt strong {
	font-weight: normal;
	font-size: 17px;
	color: #004375;
}

div.works dd {
	text-align: justify;
	line-height: 17px;
	color: #425f75;
}

div.works a {
	position: relative;
	font-size: 15px;
	color: #e000a5;
}

div.works a:hover {
	background-color: #e000a5;
	text-decoration: none;
	color: #fff;
}