@charset "utf-8";
/* CSS Document */

/*======================　ボタン押下設定　======================*/
#global_nav .btn_6 img{
	visibility: hidden;
}

/*======================　各ページスタイル　======================*/

#send, #reset {
	border: 0px;
	width: 121px;
	height: 38px;
	text-indent: -5000px;
	cursor: pointer;
}

#send {
	background: url(../img/contact/btn_send.jpg) no-repeat;
}

#reset {
	background: url(../img/contact/btn_reset.jpg) no-repeat;
}

.center {
	margin: 20px auto;
	text-align: center;
}

a {
	color: #333;
}