@charset "utf-8";
#index {
	width: 700px;
	float: left;
	padding-bottom: 150px;
}
/*___________ news ___________ */
#news {
	width: 700px;
	float: left;
	margin-bottom: 40px;
	position: relative;
}
#news h2 {
	width: 700px;
	float: left;
	padding: 0px;
	height: 43px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#news ul {
	margin: 0px;
	padding: 0px;
}
#news li {
	float: left;
	width: 220px;
	margin-right: 20px;
}
#news li:last-child {
	margin-right: 0px;
}
#news li .image {
	background-color: #EEEEE8;
	float: left;
	height: 160px;
	width: 220px;
	margin-bottom: 10px;
}
#news li .day {
	font-size: 100%;
}
#news li .title {
	width: 220px;
	font-weight: bold;
	line-height: 18px;
	padding-top: 3px;
	padding-bottom: 5px;
	height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
#news li .cat {
	text-align: right;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	background-color: #F2F2F2;
	line-height: 24px;
	height: 24px;
	padding-right: 5px;
}
#news .button {
	height: 24px;
	width: 140px;
	position: absolute;
	top: 5px;
	right: 5px;
}
/*___________ info ___________ */
#info {
	width: 700px;
	float: left;
	margin-bottom: 40px;
	position: relative;
}
#info h2 {
	width: 700px;
	float: left;
	padding: 0px;
	height: 43px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
}
#info ul {
	margin: 0px;
	padding: 0px;
}
#info li {
	float: left;
	width: 700px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
#info li .day {
	font-size: 100%;
	float: left;
	width: 80px;
	line-height: 20px;
	color: #333;
}
#info li .cat {
	float: left;
	width: 80px;
	text-align: center;
	line-height: 18px;
	height: 18px;
	border: 1px solid #F99;
	color: #F99;
	font-size: 95%;
	font-weight: bold;
}
#info li .title {
	float: left;
	line-height: 20px;
	padding-left: 10px;
	font-size: 110%;
}
#info .button {
	height: 24px;
	width: 140px;
	position: absolute;
	top: 5px;
	right: 5px;
}
/*___________ schedule ___________ */
#schedule {
	width: 700px;
	float: left;
}
#schedule h2 {
	width: 700px;
	float: left;
	padding: 0px;
	height: 43px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
}
#schedule ul {
	margin: 0px;
	padding: 0px;
}
#schedule li {
	float: left;
	width: 700px;
	line-height: 20px;
	font-size: 110%;
	background-image: url(../img/common/header_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
