DIV#timeLineFrame{
	width: 589px;
	border: 1px solid #e8dbbf;
	margin: 10px 0px;
}
DIV#timeLineHeader{
	height: 37px;
	width: 589px;
	background-color: #f6f3ed;
	border-bottom: 1px solid #e8dbbf;
}
DIV#timeLineTitle{
	font-size: 20px;
	font-weight: bold;
	height: 14px;
	line-height: 14px;
	padding: 11px 0px 0px 10px;
}
DIV#timeLineArea{
	width: 589px;	
}
DIV#timeLineContetnsFrame{
	height: 1080px;
	width: 584px;
	overflow: auto;
	position: relative;
	padding: 5px 0px 0px 5px;
}
DIV#timeLineFooter{
	height: 36px;
	width: 589px;
	background-color: #f6f3ed;
	border-top: 1px solid #e8dbbf;
}

DIV.congestionRecord{
	width: 560px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #aaaaaa;
}
DIV.congestionRecordTmp{
	width: 560px;
	height: 1px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #aaaaaa;
	overflow: hidden;
}
DIV.congestionTimeFrame{
	float: left;
	text-align: right;
	width: 82px;
	padding-right: 6px;
}
DIV.congestionTime{
	padding-top: 23px;
}
DIV.congestionImageFrame{
	float: left;
	margin: 5px 8px 0px 0px;
}
DIV.congestionImageFrame IMG{
	width: 42px;
	height: 56px;
}
DIV.congestionTextFrame{
	float: left;
	width: 198px;
	padding-top: 21px;
}
DIV.congestionTextContents{
	line-height: 20px;
}
DIV.congestionTextCongestion{
	float: left;
	margin-right: 5px;
	font-weight: bold;
}
DIV.congestionTextSeparate{
	float: left;
}
DIV.congestionTextOperation{
	float: left;
	margin-left: 5px;
}
DIV.congestionDirectFrame{
	float: left;
	background-color: #F4F4F4;
	width: 223px;
	min-height: 60px;
	margin-bottom: 5px;
}
DIV.congestionDirectTextFrame{
	text-align: center;
	padding-top: 5px;
}
DIV.congestionRail{
	font-size: 14px;
	font-weight: bold;
}
DIV.congestionDirect{
}
DIV.congestionStation{
	color: #309803;
	font-weight: bold;
}
.color_red{
	color: #e70000;
}