@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #1b8239;
}
#header {
	width:100%;
	height:3px;
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
	
}
#main_table_c {
	width:100%;
	background-color:#FFF
}

#main_table {
	height: 597px;
	width: 1024px;
	text-align: center;
	margin:0 auto;

}
#footer {
	width:100%;
	height:150px;
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin:0 auto;
}
#footer_con {
	width:1023px;
	margin:0 auto;
	height:150px;
	clear:both;
}

#footer_con p {
	margin:0;
}

#footer_con_l {
	width:416px;;
	height:114px;
	float:left;
}
#footer_con_r {
	width:607px;
	height:114px;	
	float:left;	
}
#footer_wnew {
	width:345px;
	height:54px;
	text-align:left;
	padding:5px 10px 0px 10px;
	margin:0px 14px 0px 37px;
	background-color:#FFF;
	color:#333;
	font-size:12px;
}

#footer_wnew p {
	margin-bottom:5px;
}
