@charset "utf-8";
/* CSS Document */



body
{
	margin: 0;
	padding: 0;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font: normal 12px/18px Verdana, Tahoma, Helvetica, Arial;
  background: #7aab49 url(/i/k_body_hatter.png) repeat;

}

a {
	text-decoration: none;
  color: #9d6737;
}

p {
  font: normal 12px/18px Verdana, Tahoma, Helvetica, Arial;
  color: #000;

}

p img {
 margin-left: 10px;
 margin-bottom: 10px;
}

h1
{
  font: normal 16px/22px Verdana, Tahoma, Helvetica, Arial;
  margin: 0;
  padding: 0;
}

img
{
	border: 0px;
}

.main
{
	width: 1020px;
	height: 100%;
	margin: auto;
  background: transparent url(/i/k_main_hatter.png) repeat-y;
  overflow: hidden;
}

.header
{
	width: 1000px;
	height: 277px;
	background-image: url("/i/k_azolo2_header.png");
  margin-left: 10px;
}

.menu
{
	width: 1000px;
	height: 68px;
  background: #587c41 url(/i/k_azolo2_menu.png) no-repeat;
  float: left;
  margin-left: 10px;
}

.horizontal_menu
{
	display: none;
}

.center
{
	width: 1000px;
	height: 100%;
	float: left;
  background: #587c41 url(/i/k_azolo2_center.png) repeat-y 10px 0px;

  overflow: hidden;
  margin-left: 10px;
}

.left
{
	width: 180px;
	height: 495px;
	margin-left: 10px;
	float: left;
  background: #fefefd url(/i/k_azolo2_left.png) repeat-x;
}

.text_box
{
	width: 170px;
	margin-left: 5px;
	margin-top: 15px;
}

.content
{
	width: 600px;
	height: 100%;
	float: left;
  margin-left: 10px;
  background: #fefefd url(/i/k_azolo2_center2.png) repeat-x;

  padding: 0;
}

.content_top
{
	width: 600px;
	height: 35px;
	background-image: url("/i/k_azolo2_center_top.png");
	background-position: top;
	float: left;
}

.c_text
{
	width: 580px;
	float: left;
	margin-top: 0;
  padding: 10px;
}

.content_text
{
	width: 460px;
	height: 100%;
	background-image: url("/i/k_azolo2_center_content.png");
	float: left;
}

.content_bottom
{
	width: 460px;
	height: 44px;
	background-image: url("/i/k_azolo2_center_bottom.png");
	float: left;
}

.right
{
	width: 180px;
	height: 495px;
	margin-left: 10px;
	float: left;
  background: #fefefd url(/i/k_azolo2_left.png) repeat-x;
}

.footer
{
	width: 1000px;
	height: 224px;
	background-image: url("/i/k_azolo2_footer.png");
	float: left;
  margin-left: 10px;
}

.footer_text
{
	width: 960px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
}
.notice_error
{
	width: 100%;
	height: auto;
	margin: auto;
	float: left;
	margin-bottom: 20px;
}

.notice
{

	margin-top: 11px;
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	height: auto;
	background-color: #FC6;
	border: 1px solid #F60;
	visibility: visible;
	color: #600;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 23px;
}

.error
{

	margin-top: 11px;
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	height: auto;
	background-color: #F99;
	border: 1px solid #F00;
	visibility: visible;
	color: #600;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 23px;
}
