/*sapo.html*/
/*body*/
body{
	margin: 0;
	padding: 0;
	color: #000000;
	background-image: url("../images/stripe.png");
	font-family:'Luchida Grande',
	'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
	Meiryo, メイリオ, sans-serif;
}

/*container*/
#container{
	width: 960px;
	margin: auto;
	height: auto;
}

/*header*/
#header{
	width: 960px;
	height: 163px;
	background-color: #ffffff;
	background-image: url("../images/header.png");
}

#kids_logo{
	width: 239px;
	height: 127px;
	margin-top: 21px;
	margin-left: 57px;
	float: left;
}

ul.menu{
	width: 650px;
	margin: 0;
	padding: 0;
	float: right;
}

ul.menu li{
	list-style-type: none;
	float: left;
}

ul.menu li a{
	width: 126px;
	height: 84px;
	margin-top: 40px;
	margin-left: 14px;
	display: block;
}

/*#contents*/
#bg{
	background-color: #E4E4E4;
	height: auto;
}

#contents{
	width:960px;
	background-color: #E4E4E4;
}

#content{
	width: 940px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	background-color: #ffffff;
	border-radius:10px;
	background-size:cover;
}

#side_menu{
	width: 240px;
	height:auto;
	margin-top: 10px;
	float: left;
}

#side_menu p{
	width: 220px;
	margin-left: 15px;
	font-size: 10px;
	text-align: left;
}

#side_menu a{
	text-decoration: none;
}

.box{
	width: 940px;
	height: auto;
	display: table;
}

.box2{
	width: 930px;
	height: auto;
	display: table;
}

.indenth1 {
	color: #2B3234;
	height:auto;
	border-left: solid 10px #eb4e23;
	margin-left:20px;
	letter-spacing: 0.1em;
	text-indent: 5px;
	margin-top: 10px;
}

.indenth2 {
	margin-left:40px;
	margin-top: 10px;
}

.textbox{
	display: table-cell;
}

.textbox{
	color: #5F5C5B;
	width: 560px;
	margin-left:55px;
	margin-bottom: 10px;
	float: left;
	border: solid 1px #000000;
	background-color: #dfffff;
	border-radius:10px;
}

.textbox p{
	padding-left: 20px;
	padding-right: 20px;
	letter-spacing: 0.1em;
	line-height: 35px;
}

.textbox a{
	color: #ff0000;
	font-weight: bold;
	text-decoration:none;
	cursor: pointer
}

.photobox{
	width: 300px;
	height: 225px;
	margin-left: 10px;
	float: left;
}

.photobox1{
	width: 300px;
	height: 225px;
	display: table-cell;
	vertical-align: middle;
}

.photobox2{
	width: 300px;
	height: 225px;
	vertical-align: middle;
	display: table-cell;
}

.photobox3{
	width: 300px;
	height: 156px;
	vertical-align: middle;
	display: table-cell;
}

.photobox4{
	width: 300px;
	height: 200px;
	vertical-align: middle;
	display: table-cell;
}

#imgbox{
	background-image: url("../sapo/images/text.png");
	height: 245px;
	width: 820px;
	margin-left:60px ;
}

.ilbox{
	height: 60px;
	width: 820px;
	margin-left:60px;
}

ul.menu1{
	margin: 0px;
	padding: 0px;
	width: 825px;
	height: auto;
	text-align: left;
}

ul.menu1 li{
	list-style-type: none;
	display: inline;
	float: left;
	margin-top: 10px;
	margin-bottom: 50px;
	margin-right: 5px;
}

ul.menu1 li a{
	text-decoration: none;
}

.border1{
	width:900px;
	margin-left:20px;
	margin-top:15px;
	border-bottom:dotted 3px #bbbbbb;
}

.btt_top{
	margin-top:10px;
	margin-bottom: 10px;
	padding-right:20px;
	float: right;
}

/*fotter*/
#footer{
	width: auto;
	height: 223px;
	background-image: url("../images/footer.png");
	background-color: #E4E4E4;
}

.text{
	color:#ffffff;
	height: auto;
	padding-top: 66px;
	text-align:center;
}

#footer a{
	width: auto;
	height: 135px;
	background-color: #453c31;
}

/*clear*/
.clear{
	clear: both;
}
