@charset "UTF-8";
/* CSS Document */

/*----------------------------------------------------------
btn1
----------------------------------------------------------*/

.btn1 {
	width:217px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.btn1 a {
	display: inline-block;
	width:217px;
	height: 36px;
	background: url(../common/btn1.png) no-repeat;
	cursor: hand;
	line-height: 36px;
	cursor: hand;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}



/*----------------------------------------------------------
btn2
----------------------------------------------------------*/

.btn2 {
	width:125px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.btn2 a {
	display: inline-block;
	width:125px;
	height: 36px;
	background: url(../common/btn2.png) no-repeat;
	cursor: hand;
	line-height: 36px;
	cursor: hand;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}


/*----------------------------------------------------------
btn_zip
----------------------------------------------------------*/

.btn_zip {
	width:125px;
	margin-left: 10px;
	text-align: center;
	margin-top: 2px;
}
.btn_zip a {
	display: inline-block;
	width:125px;
	height: 30px;
	background: url(../common/btn_zip.png) no-repeat;
	cursor: hand;
	line-height: 30px;
	cursor: hand;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

