@charset "utf-8";
/* CSS Document */

.tab_on{
	background-color:#99CA3C;
	width: 186px;
	height: 50px;
	text-align:center;
	font-size:15px;
	color:#FFF;
	letter-spacing:-1px;
	line-height:50px;
	float:left;
	margin-right:1px;
}

.tab_off{
	background-color:#F3F3F3;
	width: 186px;
	height: 50px;
	text-align:center;
	font-size:15px;
	color:#999;
	letter-spacing:-1px;
	line-height:50px;
	float:left;
	margin-right:1px;
}

.btn_margin{
	margin:40px 0 40px 0;
}

