/* CSS Document */

*{padding:0;
  margin:0;
  }
body {
	background-image: url(../common/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #FFFFFF;
}

#menubox {
	width:795px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../common/menubutton_f2.jpg);
	background-repeat: no-repeat;
}
#contena {
	height: auto;
	width: 795px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
#headbox {
	background-image: url(../common/header.jpg);
	height: 164px;
	width: 795px;
	margin-right: auto;
	margin-left: auto;
}


#menubox .menu01 {
	float:left;
	width:132px;
	height:49px;

}
#menubox .menu02 {
	float:left;
    width:133px;
	height:49px;

}
#menubox .menu03 {
	float:left;
	width:132px;
	height:49px;

}
#menubox .menu04 {
	float:left;
	width:133px;
	height:49px;

}
#menubox .menu05 {
	float:left;
	width:132px;
	height:49px;

}
#menubox .menu06 {
	float:left;
	width:133px;
	height:49px;

}

#menubox .menu01 a {
	display:block;
	text-indent:-9999px;
	font-size:1px;
	background-image:url(../common/menubutton.jpg);
	width:132px;
	height:49px;
}
#menubox .menu02 a {
	display:block;
	text-indent:-9999px;
	font-size:1px;
	background-image:url(../common/menubutton.jpg);
	background-position:-132px 0px;
	width:133px;
	height:49px;
}
#menubox .menu03 a {
	display:block;
	text-indent:-9999px;
	font-size:1px;
	background-image:url(../common/menubutton.jpg);
	background-position:-265px 0px;
	width:132px;
	height:49px;
}
#menubox .menu04 a {
	display:block;
	text-indent:-9999px;
	font-size:1px;
	background-image:url(../common/menubutton.jpg);
	background-position:-398px 0px;
	width:133px;
	height:49px;
}
#menubox .menu05 a {
	display:block;
	text-indent:-9999px;
	font-size:1px;
	background-image:url(../common/menubutton.jpg);
	background-position:-530px 0px;
	width:132px;
	height:49px;
}
#menubox .menu06 a {
	display:block;
	text-indent:-9999px;
	font-size:1px;
	background-image:url(../common/menubutton.jpg);
	background-position:-663px 0px;
	width:133px;
	height:49px;
}
#menubox .menu01 a:hover {
	background-image:url(../common/menubutton_f2.jpg);

}
#menubox .menu02 a:hover {
	background-image:url(../common/menubutton_f2.jpg);
	background-position:-132px 0px;
}
#menubox .menu03 a:hover {
	background-image:url(../common/menubutton_f2.jpg);
	background-position:-265px 0px;
}
#menubox .menu04 a:hover {
	background-image:url(../common/menubutton_f2.jpg);
	background-position:-398px 0px;
}
#menubox .menu05 a:hover {
	background-image:url(../common/menubutton_f2.jpg);
	background-position:-530px 0px;
}
#menubox .menu06 a:hover {
	background-image:url(../common/menubutton_f2.jpg);
	background-position:-663px 0px;
}
.clear {
	clear: both;
}
.margin {
	height: 3px;
	width: 795px;
	margin-right: auto;
	margin-left: auto;
}
#midbox {
	height: auto;
	width: 795px;
	margin-right: auto;
	margin-left: auto;
	background-color: #f6f6f6;
}
#footbox {
	padding: 10px;
	height: auto;
	width: 775px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #003300;
	margin-right: auto;
	margin-left: auto;
}
#footbox #address {
	font-size: 12px;
	line-height: 130%;
	color: #333333;
	float: left;
	height: auto;
	width: auto;
}
#footbox #mail {
	font-size: 12px;
	float: right;
	height: auto;
	width: auto;
}
