@charset "UTF-8";

/*----------------------------------------------------------------------choker*/

h2 {
	background-image: url(../images/choker/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;
}
.players {
	margin-top: 10px;
	margin-bottom: 20px;
}
#function {
	margin-bottom: 30px;
	margin-top: 10px;
}
#function .imgL {
	width: 120px;
	margin-right: 20px;
}
#function  .textR {
	float: right;
	width: 440px;
}

#design {
	margin-bottom: 10px;
}
#design .imgR {
	width: 120px;
	float: right;
	margin: 0px;
}
#design .textL {
	float: left;
	width: 450px;
}

.imgL img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imgR img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#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 h4 {
	margin-bottom: 12px;
}
#eff .pict {
	margin-top: 20px;
	margin-bottom: 20px;
}
#eff .eff1 {
	float: left;
	width: 210px;
	margin-right: 30px;
}
#eff .eff1 h5 {
	color: #FF9E42;
	font-size: 108%;
}
#eff .eff2 {
	float: right;
	width: 210px;
}
#eff .eff2 h5 {
	color: #42B7D4;
	font-size: 108%;
}

