@charset "utf-8";

/*---------------------- english ----------------------*/

div.mail-btn{
	margin: 0 auto;
	width: 145px; height:23px;
}
	div.mail-btn{
			margin: 0 auto; padding: 0;
			font-size: 0;
			text-indent: -99999px;
	}
		div.mail-btn a{
			display: block;
			margin: 0 auto; padding: 0;
			width: 145px; height:23px;
			background: url("../images/btn_mail.gif") center top no-repeat;
		}
			div.mail-btn a:hover{
				height: 23px;
				background-position: center bottom;
			}

