@charset "UTF-8";

#leftColumn ul.worksList {
	clear: both;
	list-style: none;
	overflow: hidden;
}

#leftColumn ul.worksList li {
	float: left;
	width: 200px;
	height: auto;
	margin: 0;
	padding: 10px 4px 10px 2px;
	list-style: none;
	background: url("../works/images/background/bg_workslist.png") no-repeat;
}

#leftColumn ul.worksList li h3 {
	width: auto;
	height: auto;
	padding: 9px 10px 0px 20px;
	background: none;
	font-size: 1.0em;
}

#leftColumn ul.worksList li p {
	clear: both;
	padding-right: 10px;
	padding-left: 10px;
}

#leftColumn ul.worksList li p img {
	width: 140px;
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 20px;
}

#leftColumn ul.worksList li ul {
	clear: both;
	padding-right: 9px;
	padding-left: 9px;
	list-style: none;
	overflow: hidden;
}

#leftColumn ul.worksList li ul li {
	float: left;
	width: auto;
	height: auto;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	list-style: none;
	background: none;
}

#leftColumn ul.worksList li a {
	color: #333333;
	text-decoration: none;
}
#leftColumn ul.worksList li a:visited {
	color: #333333;
	text-decoration: none;
}
#leftColumn ul.worksList li a:hover {
	color: #FF6600;
	text-decoration: underline;
}

