/*----------------------------------------------

共通スタイル設定

----------------------------------------------*/

body, div, span, h1, h2, h3, h4, h5, ul, ol, li, dl, dt, dd, table, td, tr, th, p {
    margin: 0;
    padding: 0;
}
body {
	font: 80%/160% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color: #666;
}
section, aside, nav, footer, small {
	display: block;
}

div#contents {
	width: 82%;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}
#menu {
	margin-top:10px;
}
#banner-hetop img,
#btn-booktop img {
	height: 44px;
	width: auto;
}
#btn-booktop img {
	margin-left:5px;
}
footer {
	text-align: center;
}
