/* CSS Document */


a:hover {
	color: #A4A091;
	text-decoration:none;
}
a:link {
	color:#333333;
	text-decoration:none;
}
a:visited {
	text-decoration: none;
	color:#333333;
}
a:active {
	text-decoration: none;
	color:#338DBD;
}
body {
	font-size:12px;
	margin: 0px;
	background-color: #f3f3f3;
}
td {
	font-size: 12px;
}
img {
	border: 0;
}
h1 {
	color: #333333;
	font-size: 12px;
	margin:5px;
	font-weight:normal;
	text-align: left;
}
.footer_bgcolor {
	background-color:#333333;
	color:#FFFFFF;
}
.footer_linecolor {
	background-color:#333333;
}
.menu_info {
	color:#333333;
	text-align:center;
	line-height: 16px;
	vertical-align: middle;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

.f_0099CC {
	color: #0099CC
}


/*--------------menu--------------*/

.menu {
	width:190px;
	height: 35px;
	margin: 0px auto;
	position:relative;
}

/*-----------menu-35px-----------*/

.menu-35px {
	position:relative;
	top:0px;
	left:0px;
	height: 35px;
}

.menu-35px a {
	width:160px;
	height:25px;
	display:block;
	background: url(../img/m-btn_35px.png) no-repeat;
	color: #000000;
	text-decoration: none;
	text-align: left;
	padding-top: 10px;
	padding-left:30px;
	line-height:19px;
}
.menu-35px a:hover {
	background: url(../img/m-btn_35px-o.png) no-repeat;
	color: #63ACCF;
	text-decoration: none;
}


/*-----------menu-40px-----------*/

.menu-40px {
	position:relative;
	top:0px;
	left:0px;
	height: 40px;
}

.menu-40px a {
	width:160px;
	height:30px;
	display:block;
	background: url(../img/m-btn_40px.png) no-repeat;
	color: #000000;
	text-decoration: none;
	text-align: left;
	padding-top: 10px;
	padding-left:30px;
	line-height:22px;
}
.menu-40px a:hover {
	background: url(../img/m-btn_40px-o.png) no-repeat;
	color: #63ACCF;
	text-decoration: none;
}

.bnrArea {
	margin:20px 0;
	text-align:center;
}
.bnrArea a:hover img {
  opacity: 0.70;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  -ms-filter: "alpha(opacity=70)";
}