@charset "UTF-8";
/* CSS Document */

body {
	background: url(../img/yomiuri_bg.gif) 0 0 repeat;
	text-align:center;
}
img {
    width: 70%;
	height:auto;
  }
@media screen and (max-width: 480px) {
  img {
    width: 100%;
	height:auto;
  }
}
@media print{
#no_print {
	display:none;
	}
}