@import "base.css";


.line_arrow {
	float:left;
	height: 35px;
}
.line_title {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 16px;
	padding-top: 5px;
	display:inline-block;
}
.line_anno {
	font-size: 11px;
}
.year_panel {
	padding-left:28px;
	padding-bottom:15px;
	padding-right:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 11px;
	/**/display:none;
}
.year_panel_02{
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 11px;
	/**/display:none;
	
}
.year_block {
	padding-left:8px;
	background-image: url(../gfx/bg_line.jpg);
	background-repeat: repeat-x;
	background-position: bottom;

}
.year_panel ul {
	margin:0px;
	padding:0px;
	padding-bottom: 20px;
}
.year_panel li {
	margin-top:10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cde0e6;
	list-style-image: url(../gfx/arrow_el.jpg);
}


