@import url(common.css);
@import url(lower.css);

.Box{
	background-image:url(/assp/images/seminar/bg.png);
	width:628px;
	height:128px;
	margin-top:20px;
	padding:6px;
	position:relative;
	background-repeat:no-repeat;
}
.Box div{
 position:absolute;
 left: 198px;
 top: 10px;
 width:437px;
}
.Box div p{
	margin-top:5px;
}
.Bt{
	position:absolute;
	right:6px;
	bottom:6px;
}
.mt30{
	margin-top:30px;
}

.btn2 a{
 display:block;
 width:151px;
 background:url(../../images/seminar/btn_seminar_off.png) no-repeat;
 height:25px;
 float:right;
 margin:95px 5px 0 0;
}

.btn2 a:hover{
 background:url(../../images/seminar/btn_seminar_on.png) no-repeat;
}
