@charset "utf-8";
body {
	margin: 30px auto 0px auto;
	width: 900px;
	background-color: #FFFFFF;
}
#strongArea {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	float: left;
	width: 800px;
	padding: 35px 0px 5px 0px;
}


#strongArea h1 {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin:0;
	padding:0;
}
#polusLogo {
	float: right;
	height: auto;
	width: 82px;
	padding: 0px 6px 5px 6px;
}
#polusLogo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




#headerArea {
	height: 87px;
	width: 880px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0A4FA0;
	padding :0px 7px 11px 13px;
	background-color: #FFFFFF;

}
#headerAreaLeft {
	width: 626px;
	height: 71px;
	padding-top: 16px;
	float: left;
}
#headerAreaRight {
	width: 210px;
	height: 77px;
	float: right;
	padding: 10px 0px 0px 44px;
}

#totalArea {
	width: 890px;
	height: auto;
	background-color: #FFFFFF;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0A4FA0;
	border-right-color: #0A4FA0;
	border-bottom-color: #0A4FA0;
	border-left-color: #0A4FA0;
	padding: 5px 4px 5px 4px;
}
#footerArea {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0A4FA0;
	text-align: center;
	height: 12px;
	width: 900px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#mainNaviArea {
	width: 270px;
	float: left;
	height: auto;
	background-image: url(../img/navi_base.gif);
	padding: 5px;
	background-repeat: no-repeat;
}
#mainNaviArea p {
	margin: 0px;
	padding: 0px;
}

#contentsArea {
	float: right;
	height: auto;
	width: 610px;
}
.lineClear {
	clear: both;
}
#headerAreaLeft img {
	padding: 3px 0px 3px 0px;
}
