@charset "UTF-8";
/* CSS Document */

.bold_type {font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.italic {
	font-style: italic;
}
