@charset "utf-8";

/* Print CSS
========================================== */

html, body {
	color: #000000;
	background-color: #FFFFFF;
}

#wrapper {
	border: none;
	width: 100%;
	background-image: none;

}
div#top_contents {
	width:580px;
	float:left;
}
div#contents {
	width:590px;
	float:left;
}
div#navigation {
	display:none;
}
div#top_navi {
	width:170px;
	float:right;
}
ul#header-navi, #footer-navi, ul#globalnavi, #footer{
	display:none;
}

#mainVisual {
	display: list-item;
	list-style-image: url(../images/home/s_mainvisual_img_01.jpg);
	list-style-position: inside;
	width:800px;
	height:236px;
}

#mainVisual object {
	display:none;
}
body.home #wrapper {
	background-image: none;
}

