@charset "UTF-8";
/* ===================== Initialize */
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 76%;
	text-align: center;
	background: #000 url(../images/bg.gif);
	color: #FFF;
}
#Content_Root {
/*	width: 740px; 2008/12/8 Special用 */
	width: 649px;
	margin: 0 auto;
	text-align: center;
/*	background: #000 url(../images/root_bg.gif) repeat-y;*/
}
#Root_inner {
/*	background: url(../images/root_inner_bg.jpg) right bottom no-repeat;*/
}
p {
	margin: 0 0 1em;
}
ul,ol {
	padding: 0 0 0 2em;
}
li {
	margin: 0.5em 0;
}
dd {
	margin: 0 0 0.5em 1em;
}
a img {
	border: 0px;
}
table, form, textarea, input, h1, h2, h3, h4 {
	font-size: 100%;
}
a:link {
	color: #FF801F;
}
a:visited {
	color: #FF801F;
}
a:hover {
	color: #FF801F;
}
a:active {
	color: #FF801F;
}

/* ===================== Common Class */
.MainColumn {
/*	width: 559px; 2008/12/08 Special用 */
	width: 649px;
	float: right;
}

.center {
	text-align: center;
}
.right {
	text-align: right;
}
.break {
	clear: both;
}
.break_left {
	clear: left;
}
.break_right {
	clear: right;
}
.break hr {
	height: 1px;
	visibility: hidden;
}
/* ===================== VIDEO */
#VIDEO h1 {
	width: 559px;
	height: 166px;
	text-indent: -5000em;
	background: url(images/h1_video.jpg) no-repeat;
}
#VIDEO h2 {
/*	margin: 0 0 1em;*/
	margin: 0.1em 0 0;
	padding: 2px;
	font-size: 1.4em;
/*	border-bottom: 1px solid #555;*/
}
#VideoPlayer {
/*	width: 400px;*/
/*	padding: 10px ;*/
	width: 640px;
	padding: 4px;
	float: left;
}
#VideoPlayer2 {
	width: 550px;
	padding: 4px ;
	float: left;
}
#VideoPlayer3 {
	width: 640px;
	padding: 4px ;
	float: left;
}
#MovieComment {
	margin: 10px 0 0;
	padding: 8px;
	float: left;
	background: url(../images/video_comment_cel.gif) no-repeat;
}
#MovieComment .inner {
	width: 110px;
	height: 319px;
	overflow: auto;
	font-size: smaller;
}
#VideoListItems {
	padding: 10px;
}
#VideoListItems .Thmb_Cel {
	width: 127px;
	height: 110px;
	margin: 0 0 4px 4px;
	padding: 7px 12px 0 13px;
	float: left;
	font-size: smaller;
	text-align: center;
	background: url(../images/photo_cel.gif) no-repeat;
	overflow: hidden;
	filter: alpha(opacity=80);
	opacity:0.80;
}
#VideoListItems .Thmb_Cel div {
	display: block;
	padding: 0 7px 7px 0;
	background: url(../images/thmb_shadow.gif) no-repeat;
}
#VideoListItems .Thmb_Cel div img {
	cursor: pointer;
	filter: alpha(opacity=100);
	opacity:1.00;
}
