/***** link *****/

.menu .linksite{
	text-align		: center;
	background		: none;
}
.menu .linksite a{
	text-decoration	: none;
}

.lmenu{
	float			: left;
	width			: 100%;
	margin			: 0 0 10px 0;
	clear			: both;
}

.lmenu ul{
}

.lmenu ul li{
	float			: left;
	width			: 100%;
	font-size		: 15px;
	border-bottom		: 1px dotted #0099FF;
}
body .lmenu ul li:last-child{
	float			: left;
	width			: 100%;
	font-size		: 15px;
	border-bottom		: none;
}

.lmenu ul li span{
	display			: block;
	background		: url(../img/arrow2.gif) no-repeat right 50%;
}


.lmenu ul li a{
	display			: block;
	padding			: 16px 10px 15px 10px;
}

.lmenu ul li font{
	background		: #ffff00;
}
