#Gnavi,.mainVisual,#contentsRight,#headerRight,.printBtn{
	display:none !important;
}
#header{
	border-bottom:3px solid #b60611;
}
div#contentsMainInner {
	margin-right:0;
}
div#container {
	min-width:300px;
	overflow:hidden;
}
img,table {
	max-width:500px;
}
* html img,* html table {
	-ms-interpolation-mode: bicubic;
	width:expression(document.body.clientWidth > 500? “500px” : “auto”);
}
