@charset "utf-8";
/* CSS Document */
body {
	font-family: Tahoma;
	font-size: small;
	padding: 0px;
	margin: 0px;
}
A {
	color: #D2302D;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
input {
	background-color: #FFFFFF;
	border: 1px solid #D2302D;
}
.title {
	color: #FFFFFF;
	background-color: #D2302D;
	font-weight: bold;
	padding-left: 3px;
}
.title2 {
	color: #D2302D;
	font-weight: bold;
}
#BACKGROUND {
	overflow: hidden;
	position: absolute;
	height: 100%;
	width: 100%;
}
#HEADER {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100px;
	background-image: url(img/head.png);
	color: #FFFFFF;
	padding-right: 20px;
	vertical-align: middle;
	text-align: right;
	background-color: #D2302D;
	background-repeat: no-repeat;
	background-position: left top;
}
#CONTENT {
	position: absolute;
	top: 120px;
	left: 140px;
	right: 140px;
	bottom: 80px;
}
#FOOTER {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 60px;
	background-image: url(img/box_bgv.png);
	color: #FFFFFF;
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 3px;
	padding-left: 6px;
	font-weight: bold;
}
#FOOTER A {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#FOOTER A:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.box_hl {
	position: absolute;
	background-image: url(img/box_hl.png);
	background-repeat: no-repeat;
	background-position: left top;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
}
.box_hc {
	position: absolute;
	background-image: url(img/box_bg.png);
	top: 0px;
	left: 20px;
	right: 20px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
}
.box_hr {
	position: absolute;
	background-image: url(img/box_hr.png);
	background-repeat: no-repeat;
	background-position: right top;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 20px;
}
.box_hlv {
	position: absolute;
	background-image: url(img/box_hlv.png);
	background-repeat: no-repeat;
	background-position: left top;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
}
.box_hcv {
	position: absolute;
	background-image: url(img/box_bgv.png);
	top: 0px;
	left: 20px;
	right: 20px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
}
.box_hrv {
	position: absolute;
	background-image: url(img/box_hrv.png);
	background-repeat: no-repeat;
	background-position: right top;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 20px;
}
.box_content {
	position: absolute;
	background-image: url(img/box_bg.png);
	top: 20px;
	left: 0px;
	right: 0px;
	bottom: 20px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	overflow: auto;
}
.box_contentv {
	position: absolute;
	background-image: url(img/box_bg.png);
	top: 20px;
	left: 0px;
	right: 0px;
	bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: auto;
}
.box_fl {
	position: absolute;
	background-image: url(img/box_fl.png);
	background-repeat: no-repeat;
	background-position: left top;
	left: 0px;
	width: 20px;
	height: 20px;
	bottom: 0px;
}
.box_fc {
	position: absolute;
	background-image: url(img/box_bg.png);
	left: 20px;
	right: 20px;
	bottom: 0px;
	height: 20px;
}
.box_fr {
	position: absolute;
	background-image: url(img/box_fr.png);
	background-repeat: no-repeat;
	background-position: right top;
	right: 0px;
	width: 20px;
	height: 20px;
	bottom: 0px;
}
