@charset "UTF-8";
@import url("../../../css/common.css");

#contents {
	color: #ffffff;
	background-color: #000000;
	background-image: none;
}

#contentLeft {
	color: #ffffff;
	background-color: #000000;
	border: none;
}
#contentRight {
	background-color: #000000;
}
#contentRight #userindex {
	background-color: #fff;
}

#hitpchannelContents a:link {
	color: #00cccc;
}

#hitpchannelContents a:visited {
	color: #00cccc;
}

#hitpchannelContents a:hover {
	color: #e56b0b;
}

#hitpchannelContents h2 {
	background-image: url("../images/hitpchannelTitle.jpg");
}

#hitpchannelContents h3 {
	clear: both;
	color: #ffffff;
	border: none;
	border-left: solid 1.5em #ffffff;
	border-bottom: solid 1px #ffffff;
	padding: 0.2em 0.5em;
}

#hitpchannelContents h3 a {
	text-decoration: none;
}

#hitpchannelContents #headText p {
	color: #ffffff;
}

#hitpchannelContents #headText p.lead {
	font-weight: normal;
	color: #e56b0b;
}

#hitpchannelContents ul.videoItem {
	width: 520px;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
}

#hitpchannelContents ul.videoItem li {
	float: left;
	width: 100px;
	margin: 10px;
	background-color: #333333;
}

#hitpchannelContents ul.videoItem li p {
	width: 80px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#hitpchannelContents ul.videoItem li p.image {
	height: 45px;
	margin-top: 10px;
	margin-bottom: 0;
	padding-top: 5px;
	border-top: dotted #cccccc 1px;
	border-left: dotted #cccccc 1px;
	border-right: dotted #cccccc 1px;
	background-color: #000000;
}

#hitpchannelContents ul.videoItem li p.playbtn {
	width: 80px;
	height: 16px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: dotted #cccccc 1px;
	border-left: dotted #cccccc 1px;
	border-right: dotted #cccccc 1px;
	background-color: #000000;
}

#hitpchannelContents ul.videoItem li p.playbtn a {
	display: block;
	width: 47px;
	height: 16px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../images/playBtn.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -10000em;
	overflow: hidden;
}

#hitpchannelContents ul.videoItem li p.playbtn a:hover {
	background-position: left bottom;
}


#hitpchannelContents ul.videoItem li p.comment {
	height: 40px;
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 5px;
	border-bottom: dotted #cccccc 1px;
	border-left: dotted #cccccc 1px;
	border-right: dotted #cccccc 1px;
	color: #ffffff;
	font-size: 9px;
	overflow: hidden;
}



