@charset "utf-8";

#container {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
}

#header {
	/* display: none; */
	width: 100%;
}

#header #header-logo {
	width: 100%;
}

#header #header-navi {
	display: none;
}


#side {
	display: none;
}

#contents {
	display: block;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

#contents table.search {
	display: none;
}

#contents table.tool {
	display: none;
}

#contents table.datatbl {
	display: block;
	width: 100%;
}

#footer-shop {
	display: none;
}

#footer-link {
	display: none;
}

#footer {
	width: 100%;
}

