#contents #contentsLeft{
	width: 170px;
	float: left;
}
#contents #contentsLeft ul li{
	height: 50px;
}

#contents #contentsLeft ul li a{
	display: block;
	width: 170px;
	height: 50px;
}
#contents #contentsLeft ul li a:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

#contents #contentsLeft #inquiry{
	margin-top: 10px;
}
#contents #contentsLeft #inquiry a:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

#contents #contentsRight{
	width: 750px;
	float: right;
}


