@charset "UTF-8";
/* CSS Document */



/* body */
#stage h3.body-merit-common{
background-image: url(../images/body_common_merit.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 173px;
}
#stage h3.body-demerit-common{
background-image: url(../images/body_common_demerit.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 187px;
	margin:30px 0 0 0;
}
#stage h3.body-merit-study{
background-image: url(../images/body_study_merit.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 187px;
}
#stage h3.body-demerit-study{
background-image: url(../images/body_study_demerit.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 201px;
	margin:30px 0 0 0;
}
#stage h3.body-merit-work{
background-image: url(../images/body_work_merit.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 215px;
}
#stage h3.body-demerit-work{
background-image: url(../images/body_work_demerit.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 229px;
	margin:30px 0 0 0;
}

