.box {
	border: 1px solid #FE7C01;
}
.body1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
}
.boxSide {
	border-top: 1px none #FE7C01;
	border-right: 1px none #FE7C01;
	border-bottom: 1px none #FE7C01;
	border-left: 1px solid #FE7C01;
}
.button {
	border-top: 1px solid #FE7C01;
	border-right: 1px none #FE7C01;
	border-bottom: 1px solid #FE7C01;
	border-left: 1px none #FE7C01;
}
.button_off {
	border-top: 1px solid #FE7C01;
	border-right: 1px none #FE7C01;
	border-bottom: 1px solid #FE7C01;
	border-left: 1px none #FE7C01;
}

.body1Bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.body1Bullet {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	list-style-position: inside;
	list-style-image: url(%E2%80%A2);
	list-style-type: circle;
}
