/* CSS Document */

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

.mainContentsBox {
	margin-top: -1px;
}
#contentsArea {
	padding-top: 10px;
}
#contentsArea h4 {
	font-size: 14px;
	padding-left: 20px;
	margin-bottom: 30px;
	background-color: #A8BCE6;
	text-align: left;
	line-height: 200%;
	margin-top: -20px;
	width: 530px;
	margin-right: auto;
	margin-left: auto;
}
#contentsArea table {
	width: 544px;
	border-collapse: collapse;
	border-bottom-width: 1px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contentsArea h2 {
	margin-bottom: 20px;
}

#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 .tableBox {
	background-color: #BEDF7B;
	width: 550px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contentsArea table p {
	text-align: left;
	text-indent: 0px;
	margin-left: 5px;
}
#contentsArea table td.expl p {
	margin-left: 5px;
}
#contentsArea table th p {
	font-weight: normal;
	width: 140px;
}
