@charset "utf-8";
/* Menu style */
#timeline {
	width: 814px;
	height: 420px;
	overflow: hidden;
	margin: 0px auto;
	position: relative;
	
}
#dates {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 814px;
	height: 60px;
	overflow: hidden;
}
#dates li {
	list-style: none;
	float: left;
	width: 160px;
	height: 50px;
	font-size: 15px;
	text-align: center;
}


#dates a {
width: 44px;
height: 73px;
display: block;
line-height: 20px;
text-decoration: none;
border-radius: 1000px;
font-weight: bold;
margin-left: 0px;
}

#dates .selected {
	font-weight: bold;
	background-color: #4c9ed9;
	color: #fff;
}
#dates .selected a {
	color: #ffffff;
}
#issues {
	width: 800px;
	height: 350px;
	overflow: hidden;
}
#issues li {
	width: 814px;
	height: 350px;
	list-style: none;
	float: left;
}
#issues .con {
	position: relative;
	width: 814px;
	height: 313px;
	background: url('../images/bg02.png') no-repeat;
}
#issues .con h2 {
	margin-bottom: 5px;
	line-height: 20px;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
.box01 {
	position: absolute;
	top: 72px;
	left: 25px;
	width: 384px;
	height: 227px;
}
.box02 {
	position: absolute;
	top: 75px;
	left: 450px;
	width: 340px;
	height: 165px;

}
.box02 h2 {
	margin: 10px 0;
	font-size: 48px;

}
.box02 p {
	text-indent: 2em;
	width: 350px;
	height: 165px;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;

}
.box02 p a {
	padding-left: 10px;

}
#issues li .con .auto1 {
	overflow: auto;
	height: 160px;
}

