@charset "utf-8";
/* CSS Document */

.HeaderBarBox {
	background-color: #333333;
	padding-left: 20px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FF6600;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	width: 120px;
	float: left;
	text-decoration: none;
}
.HeaderBarBoxTx {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.HeaderBarBoxTxKicsi {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
