<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";

/*========== CSS INFORMATION ==========

File Name��	project.css

==============================*/

#project-list {
	width: 660px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.3;
}

#project-listsb {
	width: 620px;
	margin-left: 30px;
	margin-right: 10px;
	margin-bottom:	10px;
	overflow:	hidden;	/*- 蠢��� -*/
}

#project-list li {
	margin-bottom: 20px;
	margin-right: 10px;
	text-align: left;
	float: left;
	position: relative;
}

#project-list li a {
	display:	block;
	width: 278px;
	height: 80px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-color: #F5F5F5;
	zoom:	1;
}

#project-list a:hover {
	background-color: #EAEAEA;
}

#project-listsb .completion a {
	background-color: #F2FAFD;
}

#project-list li img {
	position:	absolute;
	top:	10px;
	left:	10px;
}

#project-list li h3 {
	font-size:	13px;
	font-weight:	normal;
	position:	absolute;
	top:	10px;
	left:	90px;
	cursor:	pointer;
}

#project-list li h3 {
	padding-left: 15px;
	background: url(../img/ic-inlink.gif) no-repeat left 2px;
	zoom:	1;	/*- IE6蜊ｰ蛻ｷ逕ｨ -*/
	padding-right: 10px;
}
/*
#project-list ul li dl {
	position:	absolute;
	top:	35px;
	left:	105px;
}

#project-list ul li dt , #project-list ul li dd {
	line-height:	1.3;
}
*/

#project-list ul li ul {
	position:	absolute;
	top:	40px;
	left:	100px;
	font-size: 12px;
	width: 200px;
}

#project-list ul li ul li {
	line-height:	1.3;
	float: none;
	margin-bottom: 5px;
}
</pre></body></html>