@charset "utf-8";
/* CSS Document */
* { margin: 0; padding: 0; list-style: none; outline: none;}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #e7e7e7;
}
a { text-decoration: none;}
.clear { clear:both;}

.menu_fix {
	width: 100px;
	height:400px;
	position: fixed;
    overflow: hidden;
	top: 180px;
	left: 0;
	/*z-index:99999;*/
	padding: 0 0 0 5px;
}

.menu_fix a { display: block; width: 90px; height: 90px; margin-bottom: 5px;}
.menu_fix a.taigame { background: url(taigame.png)/*tpa=http://jxph.ga/wp-content/themes/VoLam2/images/taigame.png*/ center 0px no-repeat;}
.menu_fix a:hover.taigame { background: url(taigame.png)/*tpa=http://jxph.ga/wp-content/themes/VoLam2/images/taigame.png*/ center -90px no-repeat;}
.menu_fix a.code { background: url(code.png)/*tpa=http://jxph.ga/wp-content/themes/VoLam2/images/code.png*/ center 0px no-repeat;}
.menu_fix a:hover.code { background: url(code.png)/*tpa=http://jxph.ga/wp-content/themes/VoLam2/images/code.png*/ center -90px no-repeat;}
.menu_fix a.sukien { background: url(sukien.png)/*tpa=http://jxph.ga/wp-content/themes/VoLam2/images/sukien.png*/ center 0px no-repeat;}
.menu_fix a:hover.sukien { background: url(sukien.png)/*tpa=http://jxph.ga/wp-content/themes/VoLam2/images/sukien.png*/ center -90px no-repeat;}
.menu_fix a.huongdan { background: url(huongdan.png)/*tpa=http://jxph.ga/wp-content/themes/VoLam2/images/huongdan.png*/ center 0px no-repeat;}
.menu_fix a:hover.huongdan { background: url(huongdan.png)/*tpa=http://jxph.ga/wp-content/themes/VoLam2/images/huongdan.png*/ center -90px no-repeat;}
