@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}



#box{
	width:650px;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#box ul{
	margin:0;
	padding:0;
	list-style:none;
	background-color:#096;
}

#box li{
	margin: 0;
	padding: 0;
	float:left;
	text-align: center;
	width:196px;
	height:148px;
	margin-left:10px;
	margin-right:7px;
	padding-bottom:10px;
}

#box li a{
	text-indent:-9999px;
	display:block;
	width:196px;
	height:148px;
}


#menu01{
	background-image:url(../img/menu01.gif);
	background-repeat: no-repeat;
}
#menu02{
	background-image:url(../img/menu02.gif);
	background-repeat: no-repeat;
}
#menu03{
	background-image:url(../img/menu03.gif);
	background-repeat: no-repeat;
}
#menu04{
	background-image:url(../img/menu04.gif);
	background-repeat: no-repeat;
}
#menu05{
	background-image:url(../img/menu05.gif);
	background-repeat: no-repeat;
}
#menu06{
	background-image:url(../img/menu06.gif);
	background-repeat: no-repeat;
}


.shugyobox{
	margin-top:10px;
	padding-top:10px;
	width:650px;
	height:170px;
	border:solid 1px #000;
	padding-bottom:10px;
	overflow-y:scroll;

}

.s_left{
	float:left;
	padding-left:30px;
	width:80px;
	font-size:0.9em;
	color:#ff6699;
	letter-spacing:0.5px;
}

.s_right{
	padding-right:50px;
	padding-bottom:10px;
	width:460px;
	float:right;
	font-size:0.9em;
	line-height:125%;
	letter-spacing:0.5px;
}