@charset "utf-8";

#wo_top {
	width: 960px;
	clear: both;
	overflow: hidden;
	margin-bottom: 40px;
	padding-top: 10px;
}

#wo_top ul {
	width: 960px;
	clear: both;
	display: block;
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0px;
}
#wo_top li {
	display: inline;
	background-image: url(../img/common/li_line_g.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	_background-position: 0 0;
	padding-left: 12px;
	margin-right: 6px;
}
#wo_top li#link_top {
	background-image: none;
	padding-left: 0px;
}

#wo_top li a,
#wo_top li a:visited {
	color: #999;
	text-decoration: none;
}
#wo_top li a:hover {
	color: #FF000C;
	text-decoration: underline;
} 

