@charset "windows-874";
.group_box {
	border: 1px solid #999999;
	text-align: center;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
}
.fontsmall {
	font-size: small;
	text-align: left;
}
.fontfooter {
	font-size: x-small;
	color: #333333;
}
.fontkeyword {
	font-size: x-small;
	color: #333333;
}
.fontgrouptitle {
	font-size: small;
	font-weight: bold;
	color: #333333;
}
.textnav {
	font-size: x-small;
	color: #333;
}
.txtblue {
	font-size: small;
	font-weight: bold;
	color: #00C;
}
.linebox {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C96;
}

