@charset "utf-8";
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　　　　　　　　LIVE配信画面用css
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
@import url("base.css") ;
/*--------------------------------------------------------------------------------
　テレビ枠の設定
--------------------------------------------------------------------------------*/
div#container #videoArea{
 width:480px;
 float:left;
}

/*--------------------------------------------------------------------------------
　コメントの設定
--------------------------------------------------------------------------------*/
#container #title {
 height: 23px;
 width: 850px;
 background-image: url(../images/live_title.gif);
 color: #525389;
 text-align: center;
 padding-top: 7px;
 font-size: 14px;
 margin-bottom: 20px;
 font-weight: bold;
}

#container #comment {
 background-image: url(../images/live_comment.gif);
 height: 240px;
 width: 350px;
 float: left;
 margin-left: 20px;
 padding-top: 40px;
 color: #666666;
}

#container #comInner {
 height: 240px;
 width: 310px;
 text-align:left;
 overflow-x: hidden;
 overflow-y: auto;
 padding: 0px 20px;
 line-height: 1.8em;
}

#container #spacer {
 clear: both;
}

