@charset "utf-8";

/* www common */

A{
	text-decoration:none;	
}

DIV {
	overflow:visible;
}

DIV.menu_mainWrp_menuWrp{
	display:none;
}

DIV#mainWrp{
	width:100%;
	height:auto;
	margin:0 auto 0 auto;
}	
	DIV#menu_mainWrp{
		display:none;
	}		

	DIV#menu_subWrp{
		display:none;
	}			
	DIV#main_contentWrp{
		position:relative;
		left:0px;
		top:0px;
		width:980px;
		height:auto;
		margin:0 auto 0 auto;		
	}	
	
	DIV#footerWrp{
		width:100%;
		height:52px;
		margin:0;
		padding:0;
		overflow:hidden;
		line-height:52px;
		font-size:7pt;
		background-image:none;
		border-top:#fff solid 1px;
	}
		DIV#footerWrp_cntnt{			
			width:auto;
			margin:0 2%;
			margin:0 auto 0 auto;
			padding:0 30px 0 30px;
		}
			
			DIV#footerWrp_cntnt_left{	
				float:left;
			}			
			DIV#footerWrp_cntnt_left A{
				color:#000;
				text-decoration:none;
			}
			
			DIV#footerWrp_cntnt_right{
				float:right;
				height:17px;
				margin:18px 0 auto 0;
			}

