@charset "UTF-8";
@import url("../../share/css/common.css");

/*======================================

	コンテンツ

=======================================*/
/* 年リスト */
.year_list {
	width: 737px;
	margin: 0px;
	padding: 15px 0px 15px 0px;
	list-style: none;
}


.year_list {
	margin: 0px;
	padding: 15px 0px 15px 0px;
	list-style: none;
	text-align: right;
}

.year_list li {
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	font-size: 0.75em;
}

/* 記事リスト */
.report_list {
	width: 739px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

.report_list li {
	border-bottom: 1px dotted #BEBEBE;
	margin: 0px;
	padding: 5px 0px 3px 0px;
	list-style: none;
}

.report_list li .new {
	float: left;
	width: 35px;
	margin: 0px;
	padding: 2px 0px 0px 0px;
}

.report_list li .report {
	float: left;
	width: 680px;
	background-image: url("../../share/images/icon_paper.gif");
	background-repeat: no-repeat; 
	background-position: 0% 20%;
	margin: 0px;
	padding: 0px 0px 3px 20px;
	font-size: 0.875em;
	line-height:1.6;
}








