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

#playerBox {
	clear: both;
	height: 360px;
}
#playerMain {
	float: left;
	margin-left: 40px;
}

#chapterList p.chapterList_title{
	background-color: #003399;
	color: #fff;
	text-align: center;
	margin-bottom: 15px;
}

#chapterList {
	overflow-y: auto;
	width: 240px;
	height: 360px;
	float: left;
}
#chapterList a.item {
	color: #003399;
	/*text-decoration: underline;*/
	cursor: pointer;
	padding: 3px 0;
	/*border: 1px solid #AAAAAA;
	margin-right: 5px;
	margin-bottom: 5px;*/
	background-color: #FFF;
	display: block;
}
#chapterList a.item:hover {
	/*background-color: #EEE;*/
	color:#0058f2;
}
#chapterList a.item.current,
#chapterList a.item:hover.current {
	/*background-color: #FFFFd5;*/
}
p.cptitle {
	text-decoration: none;
	color: #002566;
	font-weight:bold;
	background-color: #E6EBEE;
	padding: 4px 0 2px 5px;
}
p.cptitle:hover {
	color:#0058f2;
}
p.cp {
	padding: 0 0 0 17px;
}
span.cptxt {
	text-decoration: underline;
}


