div#center_col .pdficon {
	background: url(../images/pdficon.gif) no-repeat left top;
	line-height: 35px;
	padding-left: 35px;
}
/*
div#center_col ul {
	margin-left: 1em;
	list-style-type: none;
}
div#center_col li {
	text-indent: 1em;
	background: url(../images/bullet_lightgray.gif) no-repeat left 5px;
}
div#center_col li ul li {
	background: none;
	margin-bottom: 0.5em;
}
*/
div#center_col dl {
	margin-top: 2em;
	margin-left: 1em;
}
div#center_col dt {
	font-weight: bold;
	float: left;
	width: 7em;
}
div#center_col dd {
	margin-left: 7em;
}
div#center_col div.notice {
	background: #FFE8E8;
	border: 1px solid #666666;
	width: 90%;
	padding-left: 1em;
	padding-right: 1em;
	margin-left: auto;
	margin-right: auto;
}
div#center_col ul.download {
	background: #CCCCCC;
	border: 1px solid #666666;
	width: 90%;
	margin-left: 1em;
	padding-left: 1em;
}
div#center_col ul.download li {
	list-style-type: none;
	margin: 0;
}
div#center_col ul.download li a {
	display: block;
	background: url(../images/download-icon.gif) no-repeat left center;
	padding: 20px 0 20px 40px;
}
div#center_col ul.download li a:hover {
	color: #000066;
	background-color: #ECFFFF;
}

.project_list table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.project_list thead {
	background-color:#CCCCCC;
}
.project_list tbody {
}
.project_list td, .project_list th {
	border: 1px solid #CCCCCC;
	padding: 0.2em 0.5em;
}
.project_list .num {
	width: 2em;
}
.project_list .title {
	width: 24em
}
.project_list .name {
	width: 7em;
}
.project_list .lemon_yellow {
	background-color: #FFFFCC;
}
span.note {
	font-size: 70%;
}
.go {
	margin-left: 15em;
}
.go a {
	text-align: right;
	text-decoration: none;
	padding-right: 2em;
	color: #214D99;
	background: url(../images/bullet_lightgray.gif) no-repeat right center;
}
.go a:hover {
	color: #E1F3F6;
	background: #214D99 url(../images/marker1.gif) no-repeat right center;
}
hr {
	width: 90%;
	margin: 2em auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
}
