/* Common */
.navi {
	font-size: 11px;
	font-family: "Century Gothic","Lucida Grande",Arial, Tahoma, Helvetica, sans-serif;
	font-style:normal;
	font-weight:100;
	line-height:18px;
	color:#FFFFFF;
}
.listitem {
	font-size: 13px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	color: #CCC;
	font-style:normal;
	font-weight:100;
	cursor:pointer;
}
	a:hover .navi {
		color:#ffffff;	
		border-bottom: #ffffff solid 1px;
	}
	a:active .navi {
		color:#ffffff;	
		text-decoration:none;
		border-bottom: #ffffff dashed 1px;
	}

.list_dot {
	color: #CCC;
	margin-left:15px;
}

