@charset "UTF-8";

/*-- //download.html --*/

#bg_main_contents{ height: 999px; }
* html body #bg_main_contents{ height: 100%;}
*:first-child+html #bg_main_contents{ height: 100%;}

#main{
	width: 546px;
	padding: 30px;
}

.special_cnt a,.normal_cnt a{
	color: #646464;
	text-decoration: none;
}
.special_cnt a:hover,
.normal_cnt a:hover{
	color: #646464;
	text-decoration: underline;
}

.special_cnt{
	width: 220px;
	padding: 50px 0 0 50px;
}

.special_cnt dl,
.normal_cnt dl{
	margin: 0 0 35px 0;
}

.special_cnt dl dt,
.normal_cnt dl dt{
	margin: 0 0 10px 0;
}

.special_cnt dl dd,
.normal_cnt dl dd{
	line-height: 18pt;
	background: url(/common/img/arrow_right.gif) no-repeat left center;
}

.special_cnt dl dd a,
.normal_cnt dl dd a{
	padding-left: 10px;
}

.normal_cnt{
	width: 220px;
	padding: 50px 0 0 0;
	margin: -551px 0 0 270px;
}

* html body .normal_cnt{ margin: -542px 0 0 270px;}
*:first-child+html .normal_cnt{ margin: -542px 0 0 270px;}
html:\66irst-child .normal_cnt{ margin: -538px 0 0 270px;}