@charset "shift_jis";

body {
    margin: 0;
	padding: 0;
	color: #333;
	font-size: 16px;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	background: url(../images/frineds_bg.gif) repeat;
}


#friend {
	width: 162px;
	height: 20px;
	display: block;
	text-decoration: none;
	font-size: 0;
	text-indent: -9999px;
	outline: none;
}

/* off */

.friendb a {
	background: url(../images/mail_off.gif) no-repeat;
	width: 162px;
	height: 20px;
	display: block;
	text-decoration: none;
	font-size: 0;
	text-indent: -9999px;
	outline: none;
}

/* on */

.friendb a:hover {
	background: url(../images/mail_on.gif) no-repeat;
	width: 162px;
	height: 20px;
	display: block;
	text-decoration: none;
	font-size: 0;
	text-indent: -9999px;
	outline: none;
}
