/* CSS Document */
.bt_01{
	font-size: 16px;
	font-weight: bold;
	color: #3399FF;
	border-bottom:1px dashed #EBEBEB;
}
.bt_02{
	font-size: 14px;
	font-weight: bold;
	color: #0033FF;
	border-bottom:1px solid #EBEBEB;
	padding-left:20px;
	height:30px;
}
.bt_03{
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
	height:30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #EBEBEB;
	text-align: center;
}
.bt_04{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	height:25px;
}
.font_01{
	font-size: 12px;
	color: #cccccc;
	height:21px;
	padding-top:5px;
}
.font_01 a:visited{
	color: #0000FF;
	text-decoration: none;

}

.font_01 a:hover{
	color: #FF9900;
	text-decoration: underline;
}
.font_01 a:link{
	color: #0000FF;
	text-decoration: none;
}
.font_01 a:active{
	color: #0000FF;
	text-decoration:none;
}
.font_02{
	font-size: 12px;
	color: #616161;
	line-height:130%;
	padding:5px;
}
.font_03{
	font-size: 13px;
	color: #333333;
	height:25px;
	font-weight: bold;
}
.font_04{
	font-size: 12px;
	color: #616161;
	line-height:150%;
}
.font_05{
	font-size: 12px;
	color: #000000;
}
.jx{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ebebeb;
}
.dx{
    border-bottom:1px solid #EBEBEB;

}