@charset "utf-8";


#global_navi li.menu4 a{
	background: url(../../img/menu/menu04_on.png) no-repeat !important;
}

#page_award ul.list li{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #c0c0c0;
	padding: 15px 15px 15px 40px;
	margin: 5px 0;
	background: url(../../awards/img/crest.png) no-repeat 10px center,-webkit-gradient(linear,center top, center bottom, from(#FFF), to(#e6e6e6));
	background: url(../../awards/img/crest.png) no-repeat 10px center,-moz-linear-gradient(top, #FFF, #e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffFFFFFF', endColorstr='#ffe6e6e6');
	background: url(../../awards/img/crest.png) no-repeat 10px center,linear-gradient(to bottom, #FFF, #e6e6e6);
}