@charset "utf-8";
/* CSS Document */



div#first-section
{
	width: 720px;
}

div#first-section > h3
{
	margin-bottom:5px;
}

div#timeline 
{
	width:720px;
	border:#3E9E9E 1px solid;
}

div#timeline div.section
{
	width:690px;
	margin:15px;
	padding-bottom:15px;
	border-bottom:#3E9E9E 1px dotted;
}

div#timeline div.section div.text
{
	width:280px;
	float:left;
}
div#timeline div.section div.text div.detail
{
	color:#3E9E9E;
	border-bottom:#3E9E9E 1px solid;
}

div#timeline div.section div.imgs
{
	width:400px;
	float:right;

}
