@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
#center {
	clear: both;
	float: left;
	width: 842px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#c_left {
	clear: both;
	float: left;
	width: 632px;
}
img.title {
	clear: both;
	float: left;
	margin-bottom: 10px;
	height: 30px;
	margin-top: 10px;
}

#c_left ul {
	list-style-type: none;
	clear: both;
	float: left;
	width: 580px;
	margin-left: 20px;
	margin-bottom: 20px;
}

#c_left li {

}

.day {
	color: #e6627b;
}
#c_right {
	float: right;
	width: 190px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #999;
}

#c_right p {
	float: right;
	width: 165px;
	margin-bottom: 10px;
	font-size: 10px;
	line-height: 12px;
}
