@charset "utf-8";

@import url(../../../css/common.css);

/* BEAZ CLUB Title */
#beaz {
	background: url(beaz_bg.jpg);
	padding: 5px;
	font-size: 100%;
}
#beaz h2 {
	margin-top: 0px;
	margin-bottom: 8px;
}
#beaz h3 {
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	background: url(beaz_lis.jpg) no-repeat 10px top;
	padding-top: 3px;
	padding-left: 40px;
	vertical-align: middle;
	color: #9F1EB7;
	margin-top: 10px;
	margin-bottom: 5px;
	height: 30px;
}

#beaz_boshu {
}
#beaz_boshu table {
	margin: auto;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border: 2px solid #B67D1F;
}
#beaz_boshu tr {
	vertical-align: top;
}
#beaz_boshu th {
	font-weight: bold;
	padding: 5px;
}
#beaz_boshu td {
	padding: 5px;
}
.bz_bottom_line {
	border-bottom: 1px solid #B67D1F;
}

