@charset "utf-8";

#works{
	padding-top: 30px;
	width: 900px;
}

#works h2.title {
	background-image: url(../images/works/works_title01.gif);
	background-repeat: no-repeat;  
	height: 50px;
	width: 150px;
	text-indent: -9999px;
}

#works h3 {
	font-size:12px;
	font-weight:bold;
	margin-top:10px;
	margin-left:13px;
	margin-bottom:5px;
}

#works table.prof {
	width: 900px;
	margin-top: 30px;
}
#works table.prof th {
	width: 150px;
	line-height: 150%;
	text-align: right;
	vertical-align: top;
}
#works table.prof td {
	width: 540px;
	padding-left: 150px;
	padding-right:60px;
	background-image: url(../images/works/line_grid02.gif);
	background-repeat: repeat-y;
	background-position: 75px;
	vertical-align: top;
	padding-bottom: 1.5em;
	line-height: 150%;
}


#works table.prof blockquote {
	margin-top:5px;
	margin-bottom:10px;
	margin-left:30px;
	margin-right:0px;
	padding:0px;
}

#works table.prof .workSet img {
	margin:0px;
	padding:5px;
	border:1px solid #666;
}

.workSet {
	width: 540px;
}
.workSet .txt {
	width: 370px;
	float: left;
}
.workSet .bcode {
	width: 160px;
	float: left;
	text-align:center;
	line-height:1.5em;
}
.workSet blockquote {
	margin-top:5px;
	margin-bottom:10px;
	margin-left:30px;
	margin-right:0px;
	padding:0px;
	font-size:12px;
	line-height:1.5em;
}

/*
#works table.prof a {
	background-position:center left;
	background-repeat:no-repeat;
	background-image:url(../images/common/link1.gif);
	margin-left:5px;
	padding-left:5px;
}

#works table.prof a:hover {
	background-position:center left;
	background-repeat:no-repeat;
	background-image:url(../images/common/link2.gif);
	margin-left:5px;
	padding-left:5px;
}
*/


