/* Fujiyama Co., LTD */

/* Nakata added overflow on .body-content
height 280px
20080423 19:05(PM)*/

/***************************************************************************
 * comment
 ***************************************************************************/
.clearL { clear: left; }
.hLink { text-decoration: none; font-weight:bold; }
.hLink:hover { text-decoration: underline; font-weight:bold; }

#commentWrapper{
	position:absolute;
	top:480px;
}
#ytCommentArea {
	border: 1px solid #ccc;
	margin-top: 10px;
	width:478px;
}
#ytTabContent {
	width: 239px;
}
#ytTabNone {
	width: 238px;
}

#ytComment-post {
	margin-top: 12px;
}

.ytComment-entry {
	clear: both;
	margin-top: 6px;
	padding-top: 7px;
	padding-bottom: 4px;
	border-top: 1px solid #efefef;
}

.ytComment-auth {
	font-weight: bold;
	text-decoration: none;
}
.ytComment-auth:hover {
	text-decoration: underline;
}
.ytComment-time {
	color: #666;
}
.ytComment-info {
	float: left;
}

.ytComment-body {
	margin-top: 4px;
	margin-left: 4px;
	width: 75%;
}

#ytComment-post {
	margin-top: 12px;
}

#ytTabCountSummary {
	color: #000;
	font-weight: bold;	
}
#ytTabCountSummary span {
	color: #666;
}

.body-header-stat {
	color: #666;
}

.body-content{
	margin:7px;
        height: 280px;
	overflow-x: hidden;
        overflow-y: auto;
}

.eLink { text-decoration: none; border-bottom: 1px dotted #03C; color: #03c; cursor: hand; cursor: pointer; }

/***************************************************************************
 * comment tab
 ***************************************************************************/

.ytCommentTabs div {
	float: left;
	text-align: center;
	background: transparent url(../img/yt_tab_bg.gif) repeat-x;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size: 16px;
	font-weight: bold;
	color: #03c;
}
#watch-actions-area .ytCommentTabs div {	/* ie6 rule */
	padding-top: 7px;
	height: 28px;
}
html > body #watch-actions-area .ytCommentTabs div { /* hide from ie6 */
	padding-top: 0;
	height: 35px;
}

.ytCommentTabs .selectedTab {
	background: white;
	border-bottom: 0;
	color: #000;
}

.ytCommentTabs .ytTab-first {
	border-left: 0;
}
.ytTabCount {
	clear: left;
	padding: 7px;
}

h2 { font-size: 16px; margin-top:10px;}

/***************************************************************************
 * ratings & view space
 ***************************************************************************/
.ytRatingText { font-size: 11px; color:#666666; }
#ytRatingsViews {
	border: 1px solid #CCC;
	margin-top: 10px;
	padding: 5px;
	line-height: 20px;
	width:468px;
}

#ytRating,
#ytViews {
	float: left;
}
#ytRating {
	width: 280px;
}
#ytRating.ratingSingleline {
	overflow: hidden;
}
#ytViews {
	width: 188px;
	overflow: hidden;
}
#ytRatingsViews .ytViewsTitle {
	margin-right: 4px;
	font-size: 16px;
	font-weight: bold;
	float:left;
}
