@charset "utf-8";

#wrapper_soft {
	display:block;
	width: 813px;
	height: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(img_soft/bg_rpg.jpg);
	background-repeat: no-repeat;
}

#leftColumn {
	display:inline;
	float:left;
	width:193px;
	background-color: #ffffff;
	border:solid 1px #000000;
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	text-align: justify;
	color: #666666;
}

#leftColumn  .dlBox {
	display:inline;
	float:left;
	width:100%;
	margin-bottom:10px;
}

#leftColumn  dt {
	font-size:11px;
	border-left: 5px solid #ccc;
	margin-left: 7px;
	margin-top:8px;
	padding-left:4px;
}
#leftColumn  dd {
	margin: 0;
	padding: 0 7px 0 13px;
}


#rightColumn {
	display:inline;
	float:left;
	margin-left:16px;
	margin-top:26px;
	width:564px;
	text-align:center;
}

#rightColumn .caption{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	width:522px;
	height:116px;
	font-size: 11px;
	line-height: 18px;
	text-align: justify;
	color: #ffffff;
}

#rightColumn .caption h2{
	font-size: 15px;
	line-height: 24px;
	text-align: left;
	color: #ffee00;
}

.tb_soft {
	width:564px;
	border:none;
	border-bottom:solid 1px #b3b3b3;
	text-align:justify;
	color: #333333;
}

.tb_soft .softIconBox {
	width:60px;
	height:50px;
	text-align:center;
	vertical-align:middle;
}

.tb_soft .softKindBoxFree {
	display:block;
	width:35px;
	height:13px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	color: #FFFFFF;
	background-color:#5fd5cc;
}

.tb_soft .softKindBoxShare {
	display:block;
	width:35px;
	height:13px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	color: #FFFFFF;
	background-color:#cc0066;
}

.tb_soft .softTitle {
	height:30px;
	vertical-align:bottom;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #009999;
}

.tb_soft .softVersion {
	font-size: 10px;
	line-height: 20px;
	color: #009999;
}

.tb_soft .softDownload {
	font-size: 11px;
	line-height: 18px;
	color: #6699ff;
}

.tb_soft .softDownload a {
	color: #6699ff;
	text-decoration:none;
}
.tb_soft .softDownload a:visited {
	color: #8da6d6;
	text-decoration:none;
}
.tb_soft .softDownload a:hover {
	color: #6699ff;
	text-decoration:underline; 
}
.tb_soft .softDownload a:visited:hover {
	color: #8da6d6;
	text-decoration:underline; 
}

.tb_soft .softCaption {
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}

.tb_soft .softCaption li{
	margin-left:16px;
}
