#ma60 {
	margin-top: 60px;
}
#bg_box {
	width: 495px;
	padding-top: 30px;
	background-image: url(images/bg.jpg);
	height: 110px;
	padding-right: 160px;
	padding-left: 25px;
	margin-top: 25px;
}
#orange_box {
	border: 1px solid #FFA900;
	margin-top: 30px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#radio_box {
	line-height: 200%;
	margin-top: 10px;
	margin-bottom: 15px;
}

.foam_box01 {
	line-height: 30px;
	height: 25px;
	width: 230px;
	border: 1px solid #FFA900;
}
.foam_box02 {
	line-height: 30px;
	height: 25px;
	width: 150px;
	border: 1px solid #FFA900;
}
.foam_box03 {
	line-height: 30px;
	height: 25px;
	width: 430px;
	border: 1px solid #FFA900;
}
.foam_box04 {
	height: 120px;
	width:430px;
	border: 1px solid #FFA900;
}
#btn {
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
input.button-a {
	width: 184px;
	height: 53px;
	background-image: url(images/btn01_on.jpg);
	border: 0px solid rgb(0,0,0);
	cursor: hand;
	cursor: pointer;
}
input.button-a1 {	
    width: 184px;
	height: 53px;
	background-image: url(images/btn01_off.jpg);
	border: 0px solid rgb(0,0,0);
	cursor: hand;
	cursor: pointer;
}
input.button-b {
	width: 184px;
	height: 53px;
	background-image: url(images/btn02_on.jpg);
	border: 0px solid rgb(0,0,0);
	cursor: hand;
	cursor: pointer;
}
input.button-b1 {	
	width: 184px;
	height: 53px;
	background-image: url(images/btn02_off.jpg);
	border: 0px solid rgb(0,0,0);
	cursor: hand;
	cursor: pointer;
}
