@charset "EUC-JP";

/*　過去問レビュー　共通　2011年6月以降版
--------------------------------------------------------------------------*/

/*　メニューボタン　*/

#side-nav_new {
	margin: 0px;
	padding: 3px;
	border: 1px solid #A2A094;
	overflow: hidden;
}

#side-nav_new ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#side-nav_new li {
	display: block;
	margin: 0px 0px 3px;
	padding: 0px;
	height: 35px;
	width: 212px;
}

#side-nav_new li a {
	height: 35px;
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	outline:none;
	width: 212px;
}

#side-nav_new li#nav_question {
	margin-bottom: 0px;
}

/*　a　*/

#side-nav_new li#nav_souhyou a {
	background: url(../img/contest/past-problem/bt1.png) no-repeat left top;
}

#side-nav_new li#nav_letter a {
	background: url(../img/contest/past-problem/bt1.png) no-repeat left -35px;
}

#side-nav_new li#nav_answer a {
	background: url(../img/contest/past-problem/bt1.png) no-repeat left -70px;
}

#side-nav_new li#nav_mark a {
	background: url(../img/contest/past-problem/bt1.png) no-repeat left -105px;
}

#side-nav_new li#nav_exp a {
	background: url(../img/contest/past-problem/bt1.png) no-repeat left -140px;
}

#side-nav_new li#nav_correction a {
	background: url(../img/contest/past-problem/bt1.png) no-repeat left -175px;
}

#side-nav_new li#nav_question a {
	background: url(../img/contest/past-problem/bt1.png) no-repeat left -210px;
}


/*　a:hover　*/

#side-nav_new li#nav_souhyou a:hover,
.souhyou #side-nav_new li#nav_souhyou a {
	background: url(../img/contest/past-problem/bt1.png) no-repeat -212px top;
}

#side-nav_new li#nav_letter a:hover,
.letter #side-nav_new li#nav_letter a {
	background: url(../img/contest/past-problem/bt1.png) no-repeat -212px -35px;
}

#side-nav_new li#nav_answer a:hover,
.answer #side-nav_new li#nav_answer a {
	background: url(../img/contest/past-problem/bt1.png) no-repeat -212px -70px;
}

#side-nav_new li#nav_mark a:hover,
.mark #side-nav_new li#nav_mark a {
	background: url(../img/contest/past-problem/bt1.png) no-repeat -212px -105px;
}

#side-nav_new li#nav_exp a:hover,
.exp #side-nav_new li#nav_exp a {
	background: url(../img/contest/past-problem/bt1.png) no-repeat -212px -140px;
}

#side-nav_new li#nav_correction a:hover,
.correction #side-nav_new li#nav_correction a {
	background: url(../img/contest/past-problem/bt1.png) no-repeat -212px -175px;
}

