@charset "utf-8";


/* index.html専用 */
/*------------------------------*/
img[src="img/img_project01.gif"] {
margin: 20px auto;
width: 596px;
display:block;
}

table#indexList {
border: 1px #20982C solid;
border-spacing: 0;
border-collapse: collapse;
margin: 0 auto 5px auto;
font-size: 90%;
width: 95%;
}
#indexList  td, #indexList  th {
border: 1px #20982C solid;
padding: 1px;
}

#indexList th {
white-space: nowrap;
width: 10%;
}

#indexList th.head, #indexList td {
width: 45%;
}
#indexList th.head {
	background: #20982C;
	color: #FFF;
}
#indexList .even td {/* yuga.jsで自動的につくclassを利用しています*/
	background: #CDFFCC;
}
p.small {
	text-align:right;
	margin: 0 0 30px;
	font-size: 90%;
}

/* e_project.html専用 */
/*------------------------------*/
.article {
	padding: 0 10px;
}
.article dl {
	clear:both;
	border: 1px #20982C solid;
	margin-top: 20px;
	overflow:auto;
}

.article dt, .article dd {
	float:left;
	margin: 5px;
}
.article dt {
	width: 128px;
}
*+html .article dt {
padding-bottom: 5px;
}
.article dd {
	width: 500px;
}
.project01Img, .project01Text {
	float:left;
}
.project01Img {
	margin-right: 15px;
	margin-bottom: 20px;
	width: 311px;
}
.project01Text {
	margin-bottom: 20px;
	width: 320px;
}
