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

.main_menu_bg {
	background-image: url(images/main_menu_bg.png);
}
.txt_white {
	color: #FFF;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: 1;
	border-bottom-color: #000;
}
.title_bg {
	background-image: url(images/title_bg.png);
	margin: 50px;
	padding-left: 15px;
	font-weight: bold;
}
.txt_pankuzu {
	font-size: 12px;
}
.txt_orange {	color: #C30D23;
	font-weight: bold;
}
.title_bg_02 {
	background-image: url(images/title_bg_02.png);
	padding-left: 20px;
	font-weight: bold;
	color: #40220F;
	font-size: 14px;
	padding-top: 2px;
}
.pankuzu_bg {
	background-image: url(images/pankuzu_bg.png);
}