@charset "utf-8";
/*--LAYOUT SET--*/
*{
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	text-align:left;
}
BODY{
	background:none;
}
#LAYOUT{
	width:100%;
	margin:0;
	border:none;
	background:none;
}
#HEAD{
	display:none;
}
#NAVI{
	display:none;
}
#SIDEBAR{
	display:none;
}
#CONTENTS{
	float:none;
	width:100%;
}
#FOOT1{
	display:none;
}
#FOOT2{
	border-top:3px;
	background:nond;
}

/*--BLOCK PUBLIC--*/
#CONTENTS .Herf{
	float:none;
	width:100%;
	height:auto;
	overflow:visible;
}

