@charset "utf-8";
h1 {
	background-image: url(prof01_name.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 40px;
	padding-left: 50px;
	background-position: center;
}
body {
	background-image: url(bg01.jpg);
	background-repeat: repeat-y;
}
.font_red_bold {
	font-weight: bold;
	color: #FF0000;
}
.font_black_bold_back_yellow {
	font-weight: bold;
	color: #000000;
	background-color: #FFFF00;
}
