@charset "EUC-JP";

p.title {
	margin-bottom: 35px;
}


/******************************
 * SUMMARY
 *
 ******************************/
table.summary {
	width: 750px;
	margin-bottom: 30px;
	border-collapse: collapse;
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
	margin-left: 8px;
}
table.summary th {
	width: 128px;
	padding: 8px 0 8px 22px;
	line-height: 140%;
	border-bottom: 1px solid #999;
	background: url(../images/marker.gif) 10px center no-repeat #d2e0f0;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
}
table.summary td {
	padding: 8px 10px;
	line-height: 140%;
	border-bottom: 1px solid #999;
}

div.lead {
	margin-bottom: 30px;
	border-left: 8px;
}
div.lead h3 {
	margin: 0 0 10px 0;
}
div.lead h4 {
	margin: 0 0 15px 0;
	font-size: 16px;
	color: #006;
}

div.lead ul.transition {
	float: right;
	padding-top: 10px;
}

div.lead p {
	line-height: 140%;
	text-indent: 1em;
	margin-bottom: 1em;
}

p.banner {
	margin: -20px 0 1em 0;
	_margin-top: -30px;
	text-align: center;
}


/******************************
 * TOPICS
 *
 ******************************/
table.topics {
	width: 750px;
	border-collapse: collapse;
	border-bottom: 1px solid #fff;
	;
	margin-left: 8px;
}
table.topics th {
	padding: 12px 25px;
	border-bottom: 1px dashed #ccc;
	background: url(../images/arrow.gif) 15px center no-repeat;
	font-weight: bold;
	white-space: nowrap;
}
table.topics td {
	width: 620px;
	border-bottom: 1px dashed #ccc;
	padding: 12px 0;
}
