@charset  "Shift_JIS";



/* ========================================================== */
/*  右メニュー                                                */
/* ---------------------------------------------------------- */


#right-box
	{
	float:right;
	width: 177px;
	text-align: left;
	padding:0px;
	margin:0px;
	background-color:#ffffff;
	}
	

	
	
/* ========================================================== */
/*  メニュー（汎用）   合格体験記のページ等                  */
/* ---------------------------------------------------------- */



.rightmenu01{
background-image:url(../img/menu02.jpg);
background-repeat:repeat-y;
margin:0 auto 20px auto;
width:177px;
}	

	
.rightmenu01 ul
	{
	text-align: left;
	padding:0px;
	margin:0;
	list-style:none;
	width: auto;
font-size:14px;

	}

.rightmenu01 li {
	margin:0;
	padding:0;
	border-top:1px solid #f2f2f2;
	display:block;
width: auto;

}


.rightmenu01 a {
	line-height:120%;
	padding:12px 0 12px 29px;
	background:12px center url(../img/icon_button02.gif) no-repeat;
	display:block;
	color:#000000;
	text-decoration:none;
	width: auto;

}



.rightmenu01 a:hover {
	background:#F5F5DC 10px center url(../img/icon_button02.gif) no-repeat;
	color:#222;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	display:block;
	width: auto;
}


.bottom
{
	padding:0px;
	margin:0;
}



.menu-border{
background-image:url(../img/bg_border.gif);
background-repeat:repeat-x;
font-size:1px;
width:158px;
height:1px;
margin:10px 0 10px 7px;
}


/*　■■■トップへ戻るボタン■■■
----------------------------------------------- */

div.tohome{margin:0 0 15px 0;}



