/*anchor*/
#bd a:link{ color: #0033CC; text-decoration: none; }
#bd a:visited{ color: #0033CC; text-decoration: none; }
#bd a:hover{ color: #0033CC; text-decoration: none; }
#bd a:active{ color: #0033CC; text-decoration: none; }

#menuMain{
margin-top:0px;
height:25px;
border:none;
background-repeat: no-repeat;
}


h1 {
	font-size:18px;
}
h2 {
	font-size:16px;
}
h1, h2 {
	font-weight:bold;
	margin: 5px 0;
}

/*share-title anchor*/
#share-title a {
	color: #0000EE;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

#video-entry-image img {
	vertical-align: text-bottom;
}

/*share*/
#share {
	padding-top: 5px;
}

/*main header footer*/
#doc4 {
	background-color: #FFFFFF;
	padding: 10px;
}


#yui-main h1 {
	margin-top: 0px;
	margin-bottom: 5px;
}

/*search-box*/
#search-box {
	color:: #777777;
}

/*player*/
#player {
	width: 640px;
	height: 480px;
	background-color: #CCCCCC;
}

/*share*/
#share-form {
	display: none;
}

/*comment*/
.comment {
	padding-bottom: 10px;
	border: 1px solid #CCCCCC;
	width: 640px;
}
.comment-entry {
	margin-top: 10px;
	border-bottom: 1px dotted #AFAFAF;
	padding-bottom: 10px;
	padding-left: 10px;
}
.comment-box {
	margin-top: 15px;
	padding-left: 10px;
}
#comment-entry-box {
	width: 80%;
	color: #000000;
}



/*news*/
#search-news h2, #today-news h2, #past-news h2 {
	margin-top: 15px;
	margin-bottom: 5px;
}
#search-news h2 {
	margin-top: 0px;
}
#search-news h3{
	margin-top: 15px;
	margin-bottom: 5px;
}
.news-list {
	height: 300px;
	border: 1px solid #CCCCCC;
	padding: 10px;
	overflow: auto;
}

/*video*/
.video-entry {
	clear: both;
	height: 80px;
/*
	cursor: pointer;
	cursor: hand;
*/
}
.video-entry p {
	margin-bottom: 0;
}
.video-entry-image {
	float: left;
	width: 110px;
	height: 80px;
}
.view-count, .view-date {
	color: #666666;
	font-size: 12px;
}

