#mainConts #rightConts {
	float: right;
	width: 250px;
}
.centerImg {
	text-align: center;
	width: 200px;
	border: 2px solid #999;
}
#mainConts h2{
	margin-bottom: 2px;
	display: block;
	margin-top: 10px;
}

#leftConts .tittle {
	font-size: 16px;
	font-family: "小塚ゴシック Pro B", "MS UI Gothic", "ＭＳ Ｐゴシック";
	font-weight: bold;
	color: #DA5800;
	background-image: url(../images/profile_img/tittleBar.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 454px;
}
#mainConts #leftConts {
	float: left;
	width: 460px;
}
#mainConts #leftConts table {
	width: 440px;
	line-height: 200%;
	margin-top: 5px;
	margin-left: 15px;
	font-size: 14px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
#leftConts #authorization {
	width: 400px;
	font-size: 130%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #999;
	padding: 10px;
	margin-top: 20px;
	margin-left: 20px;
	line-height: 130%;
	font-family: "MS UI Gothic", "小塚ゴシック Pro L", "ＭＳ Ｐゴシック";
}

#mainConts #leftConts table td {
	vertical-align: text-top;
}

#mainConts {
	margin-bottom: 10px;
}

