@charset "UTF-8";

.schedule .l,.schedule .r{
	width: 450px;
	overflow: hidden;
}
.schedule ul{
	padding-left: 1.5em;
}
.schedule li{
	list-style: disc outside;
	margin-bottom: 5px;
}
.schedule .r li{
	font-size: 90%;
}

.schedule li a { color:#66F; text-decoration:underline; }
.schedule li a:hover { color:#CCF; }

/*library*/
.library p { border-bottom:1px dashed #999; }

.library .l,
.library .r {
	width: 450px;
	padding-top:10px;
}
#contents .library li {
	clear: both;
	margin-bottom:20px;
	background: url(./img/icon.png) no-repeat 0 6px;
	border-bottom:1px dashed #999;
	padding-left:15px;
}
.library li h6 {
	display: inline-block;
	width: 330px;
	padding-right:10px;
	font-weight:normal;
}
#contents .library li p {
	display: inline-block;
	width: 60px;
	text-align: center;
	font-weight: bold;
	padding: 5px 10px;
	background: #d61826;
	color: #FFF;
	font-size: 14px;
	vertical-align: top;
}