@charset "shift_jis";

/* ///////////////////////////////////////////////////////////////////


/////////////////////////////////////////////////////////////////// */


ul#project {
	width: 653px;
	height: 300px;
	background: url(../img/projectBg.png) no-repeat left #E8E7E5;
	padding: 15px 0 0 197px;
}

ul#project li {
	width: 620px;
	background: url(../img/cBg.gif) repeat-y;
	margin-bottom: 10px;
}

ul#project li div {
	padding: 0 15px 15px;
	background: url(../img/cFooter.gif) no-repeat bottom;
}

ul#project li div dl {
}

ul#project li div dl dt {
	background: url(../img/cTitleBg.png) no-repeat;
	line-height: 30px;
	padding-left: 20px;
	color: #254185;
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0 5px;
}

ul#project li div dl dd {
	padding-left: 40px;
	background: url(../img/pointer.png) no-repeat 20px 50%;
	line-height: 25px;
}

ul#project li ul {
	padding: 10px 10px 10px 30px;
	background: url(../img/cFooter.gif) no-repeat bottom;
}

ul#project li ul li {
	width: auto;
	margin: 0 0 5px 5px;
	line-height: 25px;
	background: url(../img/pointer.png) no-repeat 0 50%;
	padding: 0 0 5px 20px;
	position: relative;
	border-bottom: 1px dotted #555;
}

ul#project li ul li span {
	width: 330px;
	position: absolute;
	top: 0;
	right: 0;
	color: #333;
}

