@charset "UTF-8";
@import url(../../css/style.css);
@import url(../../css/common.css);
@import url(../../css/font.css);
.title_main{	background: url(../img/title_main.jpg) no-repeat; }
.section{
	display:block;
	width:100%;
	overflow:hidden;
	padding-bottom:20px;
	}
.info{
	display:block;
	width:490px;
	float:left;
	}
.info li{
	display:block;
	width:100%;
	float:left;
	margin-bottom:10px;
	border-bottom:dotted 1px #ccc;
	padding-bottom:10px;
	}
.info .year{
	display:block;
	width:48px;
	float:left;
	color:#fff;
	font-size:14px;
	background-image:url(../img/img_bg_year.gif);
	background-repeat:no-repeat;
	background-position:0 center;
	font-size:11px;
	padding:3px 0 3px 7px;
	
	}
.info .event{
	display:block;
	width:430px;
	float:right;
	}
.img{
	display:block;
	width:200px;
	float:right;
	}