/* CSS Document */

.fontBold {
	font-weight: bold;
}
.fontWhite {
	color:#FFFFFF;
}
.fontGray {
	color:#333333;
}
.clear {
	clear:both;
}

/* TOPへボタンロールオーバー処理 */
.goTop {
	background-image: url(../images2/common/bt_local_top_on.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 50px;	
}
.goTop a {
	background-image: url(../images2/common/bt_local_top.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 50px;
	display: block;		
}
.goTop a:hover {
	background-image: none;
}

/* FireFoxのボタン処理 */
.noDisplay {
	display:none;
}