@charset "utf-8";
/* ================================================

info:組込み時の共通部分（ヘッダー・フッター）調整用CSS

================================================ */

/* header
------------------------------------------------ */
#header_wrap {
	background: none;
	min-height: 100%;
	border: none;
	position: relative;
	z-index: 100;
}
#header {
	width: 100%;
	text-align: left;
}

/* footer
------------------------------------------------ */
#footer_wrap {
	width: auto;
	height: auto;
	margin: 0;
	background: none;
}
#footer {
	width: auto;
	padding: 0;
	margin: 0;
	border: none;
}
#footer .topicpath ol li:first-child span {
	padding: 0;
}
#copyright {
	width: auto;
	float: none;
}