
#title {
	background-image: url(images/title_bg.jpg);
}

#title {
	padding-top: 80px;
}

#title p {
	color: white;
	font-size: 20px;
	line-height: 1.8em;
	text-align: center;
	text-shadow: 0 0 9px rgba(0,0,0,.8);
}

div.history {
	background-color: #f9faf8;
	background-size: 15px;
	margin: 0 auto;
	padding: 100px 50px 0 50px;
	width: 1100px;
}

div.history ul {
	background: url(images/history_mainline.gif) repeat-y center top;
	float: left;
	padding-bottom: 60px;
}

div.history ul li {
	background-color: white;
	margin-top: 50px;
	padding: 15px 30px 20px 30px;
	position: relative;
	width: 470px;
}

div.history ul li:first-child {
	margin-top: -40px;
}

div.history ul li.left {
	float: left;
	text-align: right;
}

div.history ul li.right {
	float: right;
}

div.history ul li.y1910,
div.history ul li.y2015 {
	margin-top: 200px;
}

div.history ul li.y1941,
div.history ul li.y1962 {
	margin-top: 120px;
}

div.history ul li.y1955,
div.history ul li.y1961 {
	margin-top: 100px;
}

div.history ul li.y1981 {
	margin-top: 70px;
}

div.history ul li.left::before,
div.history ul li.right::before {
	background: url(images/history_point.svg);
	background-size: 32px;
	content: "";
	height: 32px;
	position: absolute;
	top: 15px;
	width: 32px;
}

div.history ul li.left::before {
	right: -46px;
}

div.history ul li.right::before {
	left: -46px;
}

div.history ul li h3 {
	color: #555555;
	font-size: 25px;
	font-weight: 500;
	text-align: justify;
}

div.history ul li.left h3 {
	text-align: right;
}

div.history ul li h3 em {
	font-size: 23px;
	margin-left: 2px;
}

div.history ul li img {
	margin: 10px 5px 0 0;
}

div.history ul li.left img {
	margin: 10px 0 0 5px;
}

div.history ul li p {
	font-size: 15px;
	line-height: 1.5em;
	margin: 5px 0;
}

div.history ul li.left p {
	text-align: right;
}