/* CSS Document */

html,body,div,h1,h2,h3,h4,h5,ul,li,p,img {
	margin:0;
	padding:0;
	border: none;
	font-size: 100%;
	font-style:normal;
	font-weight:normal;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
}

body{
	background-color:#324600;
}

#cont{
	background:#FFFFFF;
	width:800px;
	margin:0 auto;
}

/*********  head  *********/

#head{
	background:url(../images/head_bg.jpg) top center no-repeat #FFFFFF;
	padding:0;
}

h1{
	padding:130px 30px 30px 30px;
}

#menu{
	margin:10px auto 30px auto;
	width:700px;
}

#menu li{
	float:left;
	margin:30px 10px;
}

#menu:after {
	height: 0;
	visibility: hidden;
	content: "";
	display: block;
	clear: both;
}

#menu li span{
	display:none;
}

#menu1{
	display:block;
	width:162px;
	height:25px;
	background:url(../images/icon01_01.gif) center center no-repeat;
}
#menu1:hover{
	display:block;
	width:162px;
	height:25px;
	background:url(../images/icon01_02.gif) center center no-repeat;
}

#menu2{
	display:block;
	width:95px;
	height:25px;
	background:url(../images/icon02_01.gif) center center no-repeat;
}
#menu2:hover{
	display:block;
	width:95px;
	height:25px;
	background:url(../images/icon02_02.gif) center center no-repeat;
}

#menu3{
	display:block;
	width:94px;
	height:25px;
	background:url(../images/icon03_01.gif) center center no-repeat;
}
#menu3:hover{
	display:block;
	width:94px;
	height:25px;
	background:url(../images/icon03_02.gif) center center no-repeat;
}

#menu4{
	display:block;
	width:128px;
	height:25px;
	background:url(../images/icon04_01.gif) center center no-repeat;
}
#menu4:hover{
	display:block;
	width:128px;
	height:25px;
	background:url(../images/icon04_02.gif) center center no-repeat;
}

#menu5{
	display:block;
	width:94px;
	height:25px;
	background:url(../images/icon05_01.gif) center center no-repeat;
}
#menu5:hover{
	display:block;
	width:94px;
	height:25px;
	background:url(../images/icon05_02.gif) center center no-repeat;
}

/*********  head  *********/

/*********  main  *********/
#main{
	width:650px;
	margin:10px auto;
}
#main:after {
	height: 0;
	visibility: hidden;
	content: "";
	display: block;
	clear: both;
}


/*********  main  *********/

/*********  foot  *********/

#foot{
	background:url(../images/foot_bg.jpg) top center no-repeat #567000;
	padding:100px 0 20px 0;
}

#foot a{
	color:#FFFFFF;
}

#foot a:hover{
	color:#A2D384;
}

#navi{
	text-align:center;
	line-height:1.5em;
	color:#FFFFFF;
	font-size:small;
}

#copy{
	text-align:center;
	color:#FFFFFF;
	font-size:x-small;
	margin:20px;
}

/*********  foot  *********/