@charset "utf-8";

/* general */
* {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 100%;
	font-size: 10pt;
}

b, em, strong, h1, h2, h3, h4, h5, h6 { 
	font-weight: bold; font-style: normal;
}


body {
	background: #fff;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Osaka, 'MS PGothic', sans-serif;
	width: 170mm; padding: 20mm;
}

a { color:#039; }


/* accessibility */
#for_old_browser {
	display:none;
}
.reader { display: none; }



/* header blocks */

#header {
	display: none;
}

/* content blocks */

#content {
	width:100%;
}

#main {
	width:100%;
}

#sub {
	display:none;
}

/* footer blocks */
#bpstore {
	display:none;
}

#footer {
	width:100%;
}
