/*******初期化スタイルシート*******/
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_otakingdom.gif) repeat;
}
div#otakingdom_container{
width:662px;
/*border:solid 1px red;*/
padding:0px 19px 0px 19px; 
margin:0 auto;
height:1%;
background:#FFFFFF;
}
h1{
background:url(img/tit_otakingdom.gif) no-repeat;
height:184px;
text-indent:-9999px;
}
h2{
background:url(img/txt_otakingdom.gif) no-repeat;
height:74px;
text-indent:-9999px;
}
h3{
margin:20px 0px 10px 0px;
}
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;
padding:0px 19px 0px 19px;
margin:0 auto;
height:80px;
background:#f4a701;
}
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:530px;
top:18px;
right:0px;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
zoom:100%;
}
