/* CSS Document */

#headerContainer ul li.about {
	background:url(/images/common/gnavi01_on.png) no-repeat;
}

table.about {
	width:100%;
}
table.about th {
	text-align:center;
}
table.about th,
table.about td {
	padding:3px 10px;
}
table.about td p {
	margin-bottom:20px;
}
table.about td p:last-child {
	margin-bottom:0;
}
table.about td p span a {
	color:#007fbd;
	font-weight:bold;
	text-decoration:none;
}
table.about td p span a:hover {
	color:#00a0f0;
}

table.history {
	width:780px;
}
table.history th {
	text-align:center;
}

.phase h3+p {
	margin-bottom:20px;
}
.phase h4 {
	color:#007fbd;
	margin-bottom:15px;
	font-weight:bold;
	font-size:114%;
}
.phase dd {
	font-weight:bold;
	margin-left:1em;
}
.phase ul {
	margin-bottom:20px;
}

