
body {
	background: #232323;
	background-image:none;
}


#left_wrapper {
}


/*======
left_contents
==================================*/

.left_cont{
	width:179px;
	margin-left:9px;
	margin-bottom:10px;
}


.left_cont01_ttl {
	background: url(/nol/library/common/images/left_cont_ttl01.gif) top center no-repeat;
	height:40px;
	text-indent:-9999px;
	margin-bottom:10px;
}


.left_cont img{
}
/*
.menulist a {
	height:80px;
	width:180px;
	display:block;
	text-indent:-9999px;
	background:url(/nol/library/common/images/menu_bg.jpg) no-repeat;
}

#menulist_01 a { background-position:0 0; }
#menulist_02 a { background-position:0 -80px; }
#menulist_03 a { background-position:0 -160px; }
#menulist_04 a { background-position:0 -240px; }
#menulist_05 a { background-position:0 -320px; }
#menulist_06 a { background-position:0 -400px; }
#menulist_07 a { background-position:0 -480px; }

#menulist_01 a:hover { background-position:-180px 0; }
#menulist_02 a:hover { background-position:-180px -80px; }
#menulist_03 a:hover { background-position:-180px -160px; }
#menulist_04 a:hover { background-position:-180px -240px; }
#menulist_05 a:hover { background-position:-180px -320px; }
#menulist_06 a:hover { background-position:-180px -400px; }
#menulist_07 a:hover { background-position:-180px -480px; }



.menulist2 a {
	height:70px;
	width:180px;
	display:block;
	text-indent:-9999px;
	background:url(/nol/library/common/images/menu_bg.jpg) no-repeat;
}

#menulist_00 a { background-position:0 -560px; }
#menulist_00 a:hover { background-position:-180px -560px; }
*/

.left_cont{}



.left_cont a{
	width: 100%;
	height: auto;
	padding: 5px 0;
	display: block;
	/* border: solid 1px #fff; */
	background: #510e0a;
	color: #fff;
	text-align: center;
	margin: 3px auto;
	text-decoration: none;
}

a:visited { color: #fff; }

.left_cont a:hover{
	width: 100%;
	height: auto;
	padding: 5px 0;
	display: block;
	/* border: solid 1px #fff; */
	background: #fff;
	color: #510e0a;
	text-decoration: underline;
}

a:active { color: #fff; }