/* CSS Document */

@import "temp/general.css";
@import "temp/layout.css";

#contentsArea {
	padding-top: 10px;
}
#contentsArea table {
	width: 544px;
	border-collapse: collapse;
	border-bottom-width: 1px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contentsArea table td,#contentsArea table th {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #BEDF7B;
	border-left-color: #BEDF7B;
}
#contentsArea table p,#contentsArea table.fast th p,#contentsArea table.fast td.specificcharge p {
	text-align: left;
	text-indent: 0px;
	margin-left: 5px;
}
#contentsArea table td.expl p,#contentsArea table.fast td.specificcharge p {
	margin-left: 5px;
}
#contentsArea table th p {
	font-weight: normal;
	width: 120px;
	margin-right: auto;
	margin-left: auto;
}
#contentsArea .title p {
	font-size: 125%;
	font-weight: bold;
}
