/*******初期化スタイルシート*******/
body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset, input, textarea,
p, blockquote,
th, td {  
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	margin-bottom: 1px;
}
table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}
caption {
	text-align: left;
}
th {
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}
td {
	vertical-align: top;
}
/*******初期化スタイルシート終わり*******/

body{
background:url(img/bg.gif) repeat;
}
div#container{
width:662px;
/*border:solid 1px red;*/
margin:0 auto;
height:1%;
background:#FFFFFF;
}
h1{
background:url(img/title.jpg) no-repeat;
height:228px;
text-indent:-9999px;
}
h2{
padding:0px 12px;
font-size:14px;
font-weight:normal;
color:#635d45;
margin-bottom:15px;
}
h3{
margin:0px 36px;
}
div.cover{
margin:36px 36px 36px 36px;
text-indent:-9999px;
}
h4{
background:url(img/small_title.gif) no-repeat;
height:42px;
}
img.photo{
display:block;
margin-top:10px;
margin-left:15px;
}
ul.otakingdom_childlist{
width:662px;
margin:15px 0px 15px 0px;
background:#ffffff;
}
ul.otakingdom_childlist li{
float:left;
width:163px;
list-style:none;
text-align:center;
/*border:solid 1px red;*/
}
div#footer{
	position:relative;
	width:662px;
	margin:0 auto;
	height:80px;
	background-color: #d83922;
}
div#footer img.sho1_logo{
position:absolute;
top:18px;
left:37px;
}
div#footer img.shogakukan_logo{
position:absolute;
top:18px;
left:5px;
}
div#footer address{
position:absolute;
font-size:12px;
width:500px;
top:18px;
right:0px;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
zoom:100%;
}
.font-b{
font-weight:bold;
}
