/* side-nav
================================================== */





.side_01 {
	position: relative;
	display: block;
	height: 144px;
	width: 96px;
	background-position: 0 0;
	cursor: pointer;
	margin-bottom: 0px;
	background-image: url(../img/001.png);
	background-repeat: no-repeat;
	position: fixed;
	top: 445px;
	right: 0px;
	
}	



.side_01:hover {
	position: relative;
	display: block;
	height: 144px;
	width: 96px;
	background-position: 0 0;
	cursor: pointer;
	margin-bottom: 0px;
	background-image: url(../img/001_on.png);
	background-repeat: no-repeat;
	position: fixed;
	top: 445px;
	right: 0px;
	
}



.side_02 {
	position: relative;
	display: block;
	height: 87px;
	width: 96px;
	background-position: 0 0;
	cursor: pointer;
	margin-bottom: 0px;
	background-image: url(../img/002.png);
	background-repeat: no-repeat;
	position: fixed;
	top: 600px;
	right: 0px;
	
}	



.side_02:hover {
	position: relative;
	display: block;
	height: 87px;
	width: 96px;
	background-position: 0 0;
	cursor: pointer;
	margin-bottom: 0px;
	background-image: url(../img/002_on.png);
	background-repeat: no-repeat;
	position: fixed;
	top: 600px;
	right: 0px;
	
}
