/* reset */
body, div, dl, dt, dd, h1, p, th, td {  
	margin: 0;
	padding: 0;
}
img { 
	border:0;
}

/* contents */
body, td{
	font-family:"MS P Gothic", "‚l‚r ‚oƒSƒVƒbƒN", "Osaka", Helvetica, Arial, sans-serif;
	font-Size:12px;
	line-height:15px;
	color:#333;
}
a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#c71444;
	text-decoration:underline;
}
a:hover img {
	text-decoration:none;
}
.cmBlock{
	width:694px;
	clear:both;
	margin:0 0 15px;
	overflow:hidden;
}
.first{
	margin:0;
}
a.cmBlockItem{
	display:block;
	width:338px;
	height:87px;
	background-image: url(../IMAGES/bg_cmBlockItem.gif);
	background-repeat: no-repeat;
	margin:3px 9px 0 0;
	overflow:hidden;
	float:left;
}
a.cmBlockItem:hover{
	background-image: url(../IMAGES/bg_cmBlockItem_over.gif);
	background-repeat: no-repeat;
}
a.cmBlockItemWeb{
	width:338px;
	height:87px;
	background-image: url(../IMAGES/bg_cmBlockItemWeb.gif);
	background-repeat: no-repeat;
	margin:3px 9px 0 0;
	overflow:hidden;
	float:left;
}
a.cmBlockItemWeb:hover{
	color:#122e6c;
	background-image: url(../IMAGES/bg_cmBlockItemWeb_over.gif);
	background-repeat: no-repeat;
}
a.cmBlockItem, a.cmBlockItemWeb, 
a.cmBlockItem *, a.cmBlockItemWeb *{
	cursor:pointer;
}
.thumbnail{
	width:94px;
	height:70px;
	display:block;
	padding:12px 5px 0 5px;
	float:left;
}
.caption{
	display:block;
	width:233px;
	height:50px;
	margin:12px 0 0;
	float:left;
	font-size:11px;
	line-height:13px;
}
.caption strong{
	font-weight:bold;
	display:block;
	margin-bottom:3px;
}
.btnPlay{
	display:block;
	width:233px;
	float:left;
}
.new{
	background-image: url(../IMAGES/new.gif);
	background-repeat: no-repeat;
}

/**
	related
 */
#related{
	margin:0;
	padding:5px 0 5px 5px;
}
#related .cmBlockItem, #related .cmBlockItemWeb{
	margin:0;
	clear:both;
}

/**
	detail
 */
 
#detail{
	padding: 5px;
	font-size: 11px;
	color: #666666;
	line-height: 1.4em;
	}

#detail h1{
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	background-color: #666;
	padding: 7px 0;
	margin: 0px;
	line-height: 1em;
	text-align:center;
	
	/* IE5.5 hack */
	width: 336px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 100%;  
	}

#detail dl{
	/* IE5.5 hack */
	width: 336px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 100%; 
	}
#detail dl dt{
	display: block;
	background-color: #ccc;
	padding: 6px;
	margin: 0px;
	line-height: 1em;
	}
	
#detail dl dd{
	display: block;
	background-color: #ebebeb;
	padding: 6px 6px 10px 6px;
	margin: 0px;
	}

#detail dl dt.season{display: none;}
#detail dl dt.copy{display: none;}

#detail .thumbnail{
	padding:5px 5px 5px 0;
	}
#detail .copy{
	display:block;
	font-Size:11px; 
	line-height:15px;
	padding: 0px;
	font-weight: bold;
	}

#detail table{
	border: 0px;
	padding: 0px;
	margin: 0px;
	
	/* IE5.5 hack */
	width: 336px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 100%; 
	}
#detail table tr{
	vertical-align: top;
	}
table tr th{
	font-weight: normal;
	white-space: nowrap;
	}

#detail dl dd table{
	font-size: 12px;
	color: inherit;
	}
#detail dl dd table tr th{
	font-size: 11px;
	color: inherit;
	}
#detail dl dd table tr td{
	font-size: 11px;
	color: inherit;
	line-height: 1.4em;
	}
#detail dl dd dl dt{
	background-color: inherit;
	margin: 0px;
	padding: 0px;
	}
#detail dl dd dl dd{
	background-color: inherit;
	margin: 0px;
	padding-left: 20px;
	line-height: 1.4em;
	}

/* ---------------------------------------------------------------------
	clear
 */
.clear:after,
#radioCM .cmBlock:after,
#radioCM .radioDetail:after{
	content:".";
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	}
.clear,
#radioCM .cmBlock,
#radioCM .radioDetail{
	min-height:1px;
	}
* html .clear,
* html #radioCM .cmBlock,
* html #radioCM .radioDetail{
	height:1px;
	/*\*//*/
	height:auto;
	overflow:hidden;
	/**/
	}
