@charset "utf-8";
/* CSS Document */

/*メイン*/
#top_main{
	width:928px;
	border: #0066CC 1.5px solid ;
	padding-top:120px;
	padding-bottom:0px;
	
}

/*背景設定*/
#usagi{
	background-image:url(../images/top_back_moe-.jpg);
	/*url(../images/top_back_usagi-.jpg);*/
	background-repeat:no-repeat;
	background-position:center top;
}

/*ニュース枠*/
#news{
	margin:10px;
	width:230px;
	height:150px;
	font-size: 9px;
	font-style: normal;
	font-weight: lighter;
	color: #666;
	overflow: scroll;
	border:dotted;
	border-color:#FC3;
	
}

#schedule
{
	margin:10px;
	width:230px;
	height:150px;
	font-size: 9px;
	font-style: normal;
	font-weight: lighter;
	color: #666;
	overflow: scroll;
	border:dotted;
	border-color:#FC3;
	
}