@charset "UTF-8";

/*----------------------------------------------------------------------choker*/

h2 {
	background-image: url(../images/band/img_01.gif);
	height: 55px;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-position: top;
}
.badge {
	position: absolute;
	height: 92px;
	width: 94px;
	top: 46px;
	z-index: 1;
	right: 50px;
}
#main {
	width: 620px;
	background-color: #CBCBCB;
	background-image: url(../images/common/bg_05.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 20px;
}
#main-inside {
	padding-right: 20px;
	padding-left: 20px;
}
.img-right {
	float: right;
	width: 220px;
	margin-right: 67px;
}
.img-left {
	margin-left: 20px;
	padding-top: 15px;
}

.players {
	margin-top: 10px;
	margin-bottom: 20px;
}
#clolorv {
	margin-bottom: 30px;
}
h5 {
	color: #3C2724;
	margin-bottom: 7px;
}
#notes h4 {
	background-image: url(../images/choker/bg_01.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 15px;
}
#notes ul {
	background-color: #B8B6B5;
	background-image: url(../images/choker/bg_02.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 20px;
	margin: 0px;
	padding-left: 30px;
	padding-right: 20px;
	font-size: 85%;
	line-height: 1.4;
	padding-top: 10px;
}

/*----------------------------------------------------------------------effectiveness*/

#eff {
	font-size: 85%;
	line-height: 1.4;
	margin-bottom: 0px;
	width: 450px;
}
#eff h1 {
	margin-bottom: 20px;
}
#eff h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#eff h3 {
	margin-bottom: 10px;
}
#eff .box {
	margin-bottom: 15px;
}

#eff .box .header {
	background-image: url(../images/band/effectiveness/bg_01.gif);
	background-repeat: no-repeat;
	height: 10px;
	font-size: 10px;
	line-height: 10px;
}
#eff .box .body {
	background-color: #F7F7F7;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#eff .box .footer {
	background-image: url(../images/band/effectiveness/bg_02.gif);
	background-repeat: no-repeat;
	height: 10px;
	font-size: 10px;
	line-height: 10px;
}
#eff .box .type1 {
	color: #B1633A;
}
#eff .box .type2 {
	color: #C11501;
}
#eff .box .type3 {
	color: #4389A5;
}
#eff .box p.last {
	margin-bottom: 0px;
}

