/* CSS Document */

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

.mainContentsBox {
	margin-top: -1px;
}
#contentsArea {
	padding-top: 10px;
}
#contentsArea li {
	text-align: left;
	text-indent: 0px;
	margin-right: 15px;
	background-image: url(../../image/top/etc/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	margin-left: 15px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	width: 500px;
}
#contentsArea li a {
}
#contentsArea p {
	text-align: left;
	text-indent: 0px;
	margin-left: 12px;
	margin-right: 12px;
}

#contentsArea h2 {
	margin-bottom: 20px;
}
.linkbox{
	padding: 5px;
}
.box_hover{
	cursor:pointer;
}
li.box_hover {
	cursor:pointer;
	background-color: #D0E3FF;
}
.none{
	text-indent:-9999px;
	height:0px;
	overflow:hidden;
}
