@charset "utf-8";

@import "style.css";

/* Contents
--------------------------------------------------*/
#content h4.title {
	display: none;
}

/* BackNumber
--------------------------------------------------*/
#content .backnumber {
	width: 543px;
	padding-top: 30px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
#content .category2 .backnumber { background: url(../img/c2/backnumber.jpg) no-repeat left top; }
#content .category3 .backnumber { background: url(../img/c3/backnumber.jpg) no-repeat left top; }
#content .category4 .backnumber { background: url(../img/c4/backnumber.jpg) no-repeat left top; }
#content .category5 .backnumber { background: url(../img/c5/backnumber.jpg) no-repeat left top; }
#content .category6 .backnumber { background: url(../img/c6/backnumber.jpg) no-repeat left top; }

#content .backnumber dl {
	overflow: hidden;
	margin: 0 0 10px 5px;
}

#content .backnumber dt {
	display: none;
}

#content .backnumber dd {
	float: left;
	padding: 0 5px 0 20px;
	margin-top: 10px;
	white-space: nowrap;
	border-right: 1px dotted #666;
	background: url(../../img/icon/icon_link.gif) no-repeat 5px center;
}

/* News
--------------------------------------------------*/
#content .news dl {
	width: 500px;
	margin: 10px auto;
}

#content .news dt {
	padding-left: 10px;
}
#content .category2 .news dt { background: url(../img/c2/arrow.gif) no-repeat left center; }
#content .category3 .news dt { background: url(../img/c3/arrow.gif) no-repeat left center; }
#content .category4 .news dt { background: url(../img/c4/arrow.gif) no-repeat left center; }
#content .category5 .news dt { background: url(../img/c5/arrow.gif) no-repeat left center; }
#content .category6 .news dt { background: url(../img/c6/arrow.gif) no-repeat left center; }

#content .news dd {
	margin: -2em 0 5px;
	padding-left: 7em;
	border-bottom: 1px dotted #666;
}

/* Report
--------------------------------------------------*/
#content .report dl {
	width: 500px;
	margin: 10px auto;
}

#content .report dt {
	padding-left: 10px;
}
#content .category2 .report dt { background: url(../img/c2/arrow.gif) no-repeat left center; }
#content .category3 .report dt { background: url(../img/c3/arrow.gif) no-repeat left center; }
#content .category4 .report dt { background: url(../img/c4/arrow.gif) no-repeat left center; }
#content .category5 .report dt { background: url(../img/c5/arrow.gif) no-repeat left center; }
#content .category6 .report dt { background: url(../img/c6/arrow.gif) no-repeat left center; }

#content .report dd {
	margin: -2em 0 5px;
	padding-left: 7em;
	border-bottom: 1px dotted #666;
}

/* GET ADOBE READER
--------------------------------------------------*/
#content .adobe_reader {
	margin-top: 200px;
}

