@charset "utf-8";
/* CSS Document */

* {
margin:0;
padding:0;
}

.icon01 {
	display:block;
	background:url(../images/icn01.gif) no-repeat left center;
	padding:5px 0 5px 15px;
	white-space:nowrap;
}

.icon01 a {
color:#0081cc;
	font-size:12px;
	white-space:nowrap;
}
.icon01 a:hover {
color:#888888;
	font-size:12px;
	white-space:nowrap;
}
