/*anchor*/
a:link{ color: #0033CC; text-decoration: none; }
a:visited{ color: #0033CC; text-decoration: none; }
a:hover{ color: #0033CC; text-decoration: none; }
a:active{ color: #0033CC; text-decoration: none; }

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 {
	margin-top: 5px;
}

/*main header footer*/
#doc4 {
	background-color: #FFFFFF;
	padding: 10px;
}

#hd {
	margin-bottom: 1em;
}
#hd li {
	list-style: none;
	display: inline;
}
#hd li a {
	color: #FFFFFF;
}
/*nav*/
#nav ul {
	background-color: #30496F;
}
#nav ul li {
	background-color:#2D4474;
	color:#FFFFFF;
	font-size:17px;
	font-weight:bold;
	letter-spacing:1px;
}
/*sub-nav*/
#sub-nav ul {
	background-color:#2D4474;
	padding: 3px;
}
#sub-nav li {
	font-size: 17px;
	padding: 5px;
	margin-bottom: 5px;
}


.date-weather {
	position: absolute;
	right: 0px;
}

#yui-main h1 {
	margin-top: 0px;
	margin-bottom: 5px;
}

/*search-box*/
#search-box {
	color: #777777;
}

/*player*/
#player {
	width: 600px;
	height: 350px;
	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;
}

/*ads*/
.ads {
	width: 300px;
	height: 200px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
}
.ads h2 {
	margin: 0px;
	text-align: center;
	position: relative;
	top: 80px;
}

/*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;
}
