/* ページのレイアウト用CSS */
.hidden {
	width: 100%;
	margin-left: 0px;
	display:none;
	clear:both;
	}
