@CHARSET "UTF-8";

/*---head---*/

/*---content---*/
.btn_box {
	text-align: center;
	padding-bottom: 35px;
	color: #333333;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	margin-top: 30px;
}

.btn_box a {
	min-width: 90px;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	display: inline-block;
	box-shadow: 0px 0px 5px #D1D1D1;
	border-radius: 5px;

	background-image: url(../images/btn_bg.png);
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-decoration: none;
}

.btn_box a:hover {
	filter: alpha(opacity = 80);
	opacity: 0.8;
	zoom: 1;
}

.btn_small {
	text-align: center;
	padding-bottom: 35px;
	color: #333333;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	margin-top: 30px;
}

.btn_small a {
	min-width: 30px;
	height: 25px;
	line-height: 25px;
	color: #FFFFFF;
	display: inline-block;
	box-shadow: 0px 0px 5px #D1D1D1;
	border-radius: 5px;

	background-image: url(../images/btn_bg.png);
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-decoration: none;
}

.btn_small a:hover {
	filter: alpha(opacity = 80);
	opacity: 0.8;
	zoom: 1;
}

/* SCSB */
.textStyle01 {
	color: #FF0000;
}

.textStyle02 {
	color: #FF0000;
	background-color:#FFFF99;
}