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

#wrap {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #f2f2f2;
	padding: 0px;
	margin-top: 0px;
}
#headline {
	background-color: #000;
	height: 35px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	position: absolute;
}
#headline .floatL {
	float: left;
	height: 16px;
	width: 230px;
	padding-top: 9px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
}
.floatL .fL {
	float: left;
	padding-right: 20px;
}

#headline .floatR {
	float: right;
	height: 14px;
	width: 140px;
	padding-top: 10px;
	padding-bottom: 11px;
	padding-right: 10px;
}


#head {
	clear: both;
	background-image: url(../../header_bg.png);
	background-repeat: repeat-x;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	/* padding-top: 6px; */
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	top: 44px;
}
.left_bg {
	position: absolute;
	left: 0px;
	bottom: 94px;
}
.right_bg {
	position: absolute;
	bottom: 74px;
	right: 0px;
	z-index: 10;
	height: 274px;
	width: 526px;
}

#bg_left {
	background-attachment: fixed;
	background-image: url(../../bg_left.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#bg_right {
	background-attachment: fixed;
	background-image: url(../../bg_right.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#bg_mark {
	background-attachment: fixed;
	background-image: url(../../bg_mark.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#bg_center {
	background-attachment: fixed;
	background-image: url(../../bg_center.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}


#logo {

}
.navi {
	clear: both;
	width: 741px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
.navi li {
	float: left;
	padding: 0px;
}
.navi img {
	display: block;
}
#flash {
	clear: both;
	background-color: #CCFF99;
}
#cont {
	padding: 10px;
	clear: both;
	background-color: #99CCFF;
}
#foot {
	background-color: #000;
	clear: both;
	text-align: center;
	font-size: 12px;
	line-height: 35px;
	height: 34px;
	position: fixed;
	bottom: 0px;
	width: 100%;
	background-image: url(../img/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #CCC;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Times New Roman", Times, serif;
}
