@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:59px;
	position:relative;
}

#bt #btInner{
	display:none;
}
#bt #btPh{
	float:left;
	margin-top:0;
}


#bt #btRight{
	width:214px;
	float:right;
}
#bt #btRight #btNmae{
	color:#333333;
	font-size:15px;
	font-weight:300;
	line-height:1.1;
	border-bottom:1px dotted #CCCCCC;
	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:10px;
	color:#C09;
	line-height:1.3;
}
#bt #btRight dd{
	color:#666;
	font-size:12px;
	font-weight:300;
	line-height:1.5;
	padding-bottom:9px;
	margin-left:0;
}