@charset "Shift_JIS";
/* CSS Document */

#container:after,
#header:after,
#floor-bg:after,
#floor-main:after,
#footer-link:after,
#detail-box:after,
#contents-box:after,
#detail-main:after,
#detail-newsmain:after,
#guide-box:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#container,
#header,
#floor-bg,
#floor-main,
#footer-link,
#detail-box,
#contents-box,
#detail-main,
#detail-newsmain,
#guide-box {
	min-height: 1%;
}
/*Hides from IE-mac*/
*html #container,
*html #header,
*html #floor-bg,
*html #floor-main,
*html #footer-link,
*html #detail-box,
*html #contents-box,
*html #detail-main,
*html #detail-newsmain,
*html #guide-box {
	height: 1%;
}
#container,
#header,
#floor-bg,
#floor-main,
#footer-link,
#detail-box,
#contents-box,
#detail-main,
#detail-newsmain,
#guide-box {
	display: block;
}
/*End hide from IE-mac*/
