@charset "utf-8";


/* --------------------------------------------------------------------------
 『壁紙ダウンロード』ボタン */
.dl_wallpaper {
	position: relative;
	display: block;
	width: 145px;
	height: 20px !important; height: 50px;
	padding-top: 30px;

	background-color: transparent;
	background-image: url("dl_wallpaper.gif");
	background-repeat: no-repeat;

	text-align: center;
	text-decoration: none;

	color: #fff !important;
	font-size: 12pt;
	font-weight: bold;
	font-family: "Arial";

}

.dl_wallpaper:hover {
	background-position: 0px -50px;
	text-decoration: none;
	color: #fff;
}



/*[EOF]*/