/* CSS Document */

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

#contentsArea {
	padding-top: 10px;
}
#contentsArea table {
	border-collapse: collapse;
	border-bottom-width: 1px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 540px;
}
#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;
	padding: 5px;
}
#contentsArea table div.linkbox {
	text-align: left;
	text-indent: 0px;
	float: left;
	width: 250px;
	margin-right: 10px;
}
.box_hover {
	cursor:pointer;
	background-color: #AAE3FF;
}
.none {
	display: none;
}
.linkbox p.readmore,.linkbox:hover p.readmore {
	display: none;
}
.linkbox:hover p {
	text-decoration: underline;
	display: inline;
	margin-left: 12px!important;
	margin-left: 0px;
}
#contentsArea .tableBox div.tableBoxInner {
	margin-left: 10px;
	overflow: hidden;
	position: relative;
}

#contentsArea .tableBox {
	width: 544px;
	margin-top: 40px;
	margin-bottom: 40px;
}
#contentsArea h3 {
	margin-bottom: -20px;
}
#contentsArea .title p {
	font-size: 125%;
	font-weight: bold;
}
#contentsArea .tableBox h4 {
	background-image: url(../../image/main/etc/boxmark1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	padding-left: 20px;
	margin-left: 15px;
}
