@charset "UTF-8";

/* グローバルメニュー
-------------------------------------------------------------------------------------------------------- */
#bt{
	width:820px;
	height:450px;
	padding-top:36px;
	background:url(../../tokeisrc/tokei/img/ajax-loader2.gif) no-repeat 50% 50%;
	margin-left:44px;
	position:relative;
}
#bt #btAd{
	position:absolute;
	width:590px;
	height:450px;
	background:url(../../tokeisrc/tokei/img/trans.png);
}
#bt #btAd a{
	width:590px;
	height:450px;
	display:block;
	
}
#bt #btAd a img{
	display:none;
	border:none;
}
#bt #btInner{
	display:none;
}
#bt #btPh{
	float:left;
	margin-top:0;
}


#bt #btRight{
	width:200px;
	float:right;
}
#bt #btRight #btNmae{
	color:#000;
	font-size:18px;
	font-weight:300;
	line-height:1.1;
	border-bottom:1px dotted #000;
	background:url(../../tokeisrc/tokei/img/line.png) no-repeat;
	padding:0 0 8px 8px;
	margin-top:0;
	margin-bottom:12px;
}
#bt #btRight dt{
	font-size:14px;
	color:#000;
	line-height:1.3;
}
#bt #btRight dd{
	color:#666;
	font-size:16px;
	font-weight:300;
	line-height:1.5;
	padding-bottom:9px;
	margin-left:0;
}