@charset "utf-8";
/* CSS Document */
/*==================================Clear Browser Pre Style Start================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
        margin:0;
        padding:0;
}
table {
        border-collapse:collapse;
        border-spacing:0;
}
fieldset,img {
        border:0;
}
address,caption,cite,code,dfn,em,th,var {
        font-style:normal;
        font-weight:normal;
}
ol,ul {
        list-style:none;
}
caption,th {
        text-align:left;
}
h1,h2,h3,h4,h5,h6 {
        font-size:100%;
        font-weight:normal;
}
q:before,q:after {
        content:'';
}
abbr,acronym {
        border:0;
}
pre{
        font-size: 1em ;
}
/*===================================Clear Browser Pre Style End================================*/

body {
	margin: 0;
	padding: 0;
	background-color:#000;
	text-align: center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#main_wrapper{
	margin: 0 auto;
	padding: 0px;
	width: 1000px;
	position: relative;
	text-align: center;
}

.pic_desc {
	position:absolute;
	left:-9999px;
	width:500px;
}
.clear_float{
	clear:both;	
}

/* ============================================TopBlock======================================= */
#top_block {
	position: relative;
	margin: 0 auto;
	text-align: left;
	height:120px
}
#branding {
	position: absolute;
	left: 47px;
	height: 32px;
	width: 224px;
	top: 0;
	z-index:100;
}

#main_navi {
	position: absolute;
	right: 120px;
	width: 100%;
	height: 30px;
	top: 71px;
	left: 0;
	background:#226600 url(../image/mainmenu_bg.jpg);
}
			#menulist{
				margin-left:450px;	
			}
			#main_navi ul li{
				float:left;
				white-space:nowrap;
				padding-left:16px;
			}

#top_ani {

}
/* ============================================ContentBlock==========================================*/
#content_block {
	position: relative;
	text-align: left;
	background-color:#000;
}
/* =============================================FootBlock=============================================*/
#foot_block {
	position: relative;
	margin: 0;
	height: 140px;
	width: 100%;
}
		#foot_logo {
	position: absolute;
	left:138px;
	top:60px;
	width: 150px;
	text-align:left;
		}		
		#foot_navi {
			height:24px;
			background-color:#111111;
			padding:6px 0 0 67px;
		}
			#foot_navi ul li{
				float:left;
				white-space:nowrap;
				padding-right:24px;
			}
				#foot_navi ul li a:link{
					color:#575757;	
					text-decoration:none;
				}
				#foot_navi ul li a:visited{
					color:#575757;	
					text-decoration:none;
				}
				#foot_navi ul li a:hover{
					color:#fff;	
					text-decoration:underline;
				}
		#site_info {
	position:absolute;
	width:542px;
	height:24px;
	left: 313px;
	top: 62px;
	color:#666;
	text-align:left;
		}
			#site_info li{
				float:left;
				white-space:nowrap;
				padding-right:36px;
				line-height:21px;
			}
			#site_info a:link{
				color:#666;	
				text-decoration:none;
			}
			#site_info a:visited{
				color:#666;	
				text-decoration:none;
			}
			#site_info a:hover{
				color:#69C;	
				text-decoration:underline;
			}
