/*------------------------------------------------------------
	1段目*/
/*説明文ブロック*/
#top #studentTop,
#top #teacherTop{
	vertical-align:top;
	background:url('../images/top/box370_gray_bg.gif') repeat-y;
	padding:10px;
}

/*ボタンブロック*/
#top .studentBottom,
#top .teacherBottom{
	vertical-align:top;
	height:240px;
	padding:0px 10px;
	}

#top .studentBottom{
	background:url('../images/top/box_s_bg.jpg') no-repeat right bottom;
	}
#top .teacherBottom{
	background:url('../images/top/box_t_bg.jpg') no-repeat right bottom;
	}



/*------------------------------------------------------------
	2段目*/
#top #infoBlock,
#top #otherBlock{
	vertical-align:top;
}
	

/*インフォメーション*/
#top #infoBlock .date,
#top #infoBlock .text{
	vertical-align:top;
	border-bottom:1px dotted #cccccc;
	padding:3px 0px;
	}

#top #infoBlock .date{
	color:#999999;
	width:80px;
	}
#top #infoBlock .text a{
	color:#666666;
	width:auto;
	}



/*その他リンク*/
#top #otherBlock a{
	display:block;
	color:#000000;
	text-decoration:none;
	width:180px;
	height:25px;
	padding:5px;
	background:url('../images/top/btn_other.gif') no-repeat right bottom;
	}