@charset "Shift_JIS";
/* =======
flv player
 =======*/
 
/* 20120510追記 ===== */
ul.player_list{
	list-style:none;
	/*
	float:left;
	*/
	margin:2px 0 0 !important;
	/*
	width:206px; 
	height:285px;
	overflow:scroll;
	 */
	overflow-x:hidden;
	background:url(../img/player_list_line.gif) repeat-y 191px 0 #fff;
	color:#333;
}/*▲.section01を削除▲*/

/* 20120307追記 ===== */
.player ul {
	padding: 10; 
	margin: 1em;
}
.player_listImg img {
	border: 0;
	padding-right:10px;
	float:left;
}
/* ========== */
.player{
	background:#666;
	color:#ccc;
	/*
	zoom:1;
	width:706px;
	*/
}
.player:after{content:".";display: block;height:0px;clear:both;visibility:hidden;}
/* 月別（タブつき）*/
.player_monthly{
	min-height:321px;
}
*html .player_monthly{
	height:321px;
}
/* without list*/
.player_alone{
	width:490px;
	margin-left:15px;
}

/* =======
movie
 =======*/
.player_mov{
	/*
	float:left;
	*/
	width:auto;
	/*
	width:480px;
	height:285px;
	padding:5px;
	display:inline;
*/
}
*html .player_mov{
	width:490px;
	height:295px;
}

/* =======
list
 =======*/

.section01 ul.player_list{
	list-style:none;
	/*
	float:left;
	*/
	margin:5px 0 0;
	width:100%;
	/*
	width:206px;
	height:285px;
	overflow:scroll;
	*/
	overflow-x:hidden;
	background:#fff;
	color:#333;
}
*html .section01 ul.player_list{
	/*
	width:211px;
	*/
}

.player_list li{
	font-size:80%;
	padding-bottom:1em;
	
	border-bottom:solid 1px #ccc;
	zoom:1;

	clear:left;
}
*html .player_list li{
/*
	display:inline;
*/
}
.player_list li a{
	background:url(../img/player_list_btn.gif) no-repeat;
	display:block;
	text-decoration:none;
	padding:3px 5px 0 20px;
	
	min-height:4em;
	
}
*html .player_list li a{
	
	/*
	height:24px;
	*/
}

.player_list li a:hover{
	background-color:#d7ecff;
}

.player_list .player_odd{
	background-color:#f5f5f5;
	padding-bottom:8px;
}

/* =======
category of list (tab)
=======*/
ul.player_listCat{
	display:none;
}
.player_listCat li{	
	display:inline-block;
	background:url(../img/player_tab_line.gif) no-repeat 0% 50%;
	padding-left:2px;
	position:relative;
	left:-2px;
	display:inline;
 	zoom:1;
}
.player_listCat a{
	display:inline-block;
	padding:6px 1em 0;
	line-height:1;
	min-height:20px;
	text-align:center;
}
*html .player_listCat a{
 display:inline;
 zoom:1;
 height:26px;
}
.player_catnow a{
	background:url(../img/player_tab_on.gif) repeat-x #000 100% 0;
 font-weight:bold;
}
.player_monthly .player_listCat a{
	padding-left:3px;
	padding-right:3px;
	width:51px;
}
*html .player_monthly .player_listCat a{
width:53px;
}

/* 20120307コメントアウト
#maincontents .player_listCat li a:link,
#maincontents .player_listCat li a:hover,
#maincontents .player_listCat li a:visited {
	color:#000;
	text-decoration:none;
}
#maincontents .player_listCat li.player_catnow a:link,
#maincontents .player_listCat li.player_catnow a:hover,
#maincontents .player_listCat li.player_catnow a:visited {
	color:#fff;
}
#maincontents .player_listCat li a:hover{
	background:url(../img/player_tab_on.gif) repeat-x #000 100% 0;
	color:#fff;
}
/* 20120307追記 ===== */
.player_listCat li a:link,
.player_listCat li a:hover,
.player_listCat li a:visited {
	color:#000;
	text-decoration:none;
}
.player_listCat li.player_catnow a:link,
.player_listCat li.player_catnow a:hover,
.player_listCat li.player_catnow a:visited {
	color:#fff;
}
.player_listCat li a:hover{
	background:url(../img/player_tab_on.gif) repeat-x #000 100% 0;
	color:#fff;
}
/* ========== */