@charset "utf-8";
/*///////動画プレイヤー用CSS///////*/


/*全般
======================================*/
body,ul,ol,li,h1,h2,h3,h4,h5,h6,
form,iframe,table,th,td,p{margin:0;padding:0;}

h1,h2,h3,h4,h5,h6{font-weight:normal;}
li{list-style:none;}

a{color:#000;text-decoration:underline;}
	a:hover{text-decoration:underline;color:#12096e;}
	a img{border:none;}


/*内容非表示
======================================*/
hr,.alt,
#BCclose a span{
		position:absolute;
		left:-5000px;
		visibility:hidden;
		display:none;
		/*\*/
		display:block;
		/**/
		}


/*font指定
======================================*/
*{
	/* Hides from IE-mac \*/
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	/* End hide from IE-mac */
	line-height:1.5;
	}



/*float関連
======================================*/
.left{float:left;}
.right{float:right;}
.flc{
	font-size:1px;clear:both;
	line-height:0;height:0;display:block;
	}
	.flc br{
		height:0;line-height:0;
		}

.clearfix:after{
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
	}


/*フォーマット
======================================*/
body{
	text-align:center;
	padding:10px;background:url(img/bcbg.gif) 0 0 repeat;
	}
#BCP{width:798px;margin-left:auto;margin-right:auto;}
#BCplayer{margin-bottom:5px;}
#BCclose{text-align:right;}
#BCclose a{
	display:block;
	width:130px;height:24px;
	background:url(img/btn_closewin.gif) 0 -25px no-repeat;
	margin-left:auto;
	}
#BCclose a:hover{
	background-position: 0 0;
	}
