@charset "utf-8";

/* 上書き */
h2{
	width:auto;
	height:auto;
	margin:30px 0 20px 0;
	line-height:0;
	text-indent:0;
	background:url() no-repeat;
}

h1{
	margin:24px 0 0 0;	
}

/* top-navi */
div.section.top-navi{
	
}
div.section.top-navi p{
	padding:0 0 30px 10px;
}
div.section.top-navi dl{
	width:310px;
	display:inline;
	background:url("../curriculum/images/bg_curriculum.gif") repeat-y;
}
div.section.top-navi dl.left{
	float:left;
}
div.section.top-navi dl.right{
	float:right;
}
div.section.top-navi dl dt{
	
}
div.section.top-navi dl dd{
	padding:5px;
	background:url("../curriculum/images/bg_curriculum_bottom.gif") no-repeat 0 bottom;
}
div.section.top-navi dl dd ul{
	
	padding:5px;
	background:url("../curriculum/images/bg_curriculum_box.gif") no-repeat 0 bottom;
}
div.section.top-navi dl dd ul li{
	float:left;
}
