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

body {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#main_table {
	height: 350px;
	width: 400px;
}
#header_00 {
	height: 50px;
	width: 400px;
}

#header {
	height: 50px;
	width: 400px;
	background-image: url(../img/vh400x50.jpg);
	background-repeat: no-repeat;
}
#video_name {
	padding-top: 15px;
	font-weight: bold;
	font-size: 24px;

}

#player {
	height: 300px;
	width: 400px;
}
#s_table {
	height: 350px;
	width: 450px;
}
.ch_index {
	float: left;
	height: 175px;
	width: 225px;
	text-align: center;
}

.ch_index a {
	text-decoration: none;
	display: block;
	height: 170px;
	width: 205px;
	color: #999;
	margin-right: auto;
	margin-left: auto;
}
.ch_index a:hover {
	color: #F90;
}

.ch_bg_out {
	border: 1px solid #333;
	width: 190px;
	margin-right: auto;
	margin-left: auto;
}
.ch_bg_in {
	border: 5px solid #E4E4E4;
	width: 180px;
}
.ch_name {
	font-size: 14px;
}
