@charset "utf-8";

/* ============================================
	/absolute/arena/memberName/index.html
============================================ */
* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	background: #666666;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 12px;
	color: #c8c8c8;
}

#contents {
	background: url(/absolute/arena/img/arena_bg.gif) no-repeat left top;
	margin: 10px;
	padding: 50px 30px;
	width: 440px;
	height: 200px;
}
* html #contents {
	width: 500px;
	height: 300px;
}
	.acPic {
		float: right;
		width: 250px;
		height: 186px;
		overflow: hidden;
	}
		dl dt {
			margin: 20px 0 10px;
			font-size: 0;
			line-height: 0;
			height: 8px;
			overflow: hidden;
		}
		dl dd {
			line-height: 12px;
			margin-left: 10px;
		}
		dl dt.rank {
			float: left;
			margin: 0 0 15px;
		}
		dl dd.rank {
			font-size: 18px;
			font-weight: bold;
			margin: -4px 0 0 85px;
			font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
		}
		dl dt.profile {
			display: none;
			margin: 20px 0 10px;
			display: none;
		}
		dl dd.profile {
			display: none;
			line-height: 18px;
		}




