@charset "UTF-8";

/*	==============================================================

						custom setting

	==============================================================	*/



/* lead
------------------------------------------*/
#lead {
	width: 820px;
	/*height: 86px;*/
	margin: 0 auto 50px auto;
	background: url(../../img/download/p_main.gif) no-repeat right top;
}
	#lead h1 {
		padding: 10px 0 20px 0;
	}
	#lead .txt {
		text-shadow: 1px 1px 0 #ffffff;
		line-height: 1.8;
	}



/* downloadlist
------------------------------------------*/
.listtable {
	margin: 0 auto 80px auto;
}
	.listtable table .number {
		width: 7%;
		white-space: nowrap;
		text-align: center;
	}
	.listtable table .type {
		width: 25%;
	}
	.listtable table .detail {
		width: 48%;
	}
	.listtable table td.detail {
		background: #f6f4ef;
	}
	.listtable table .size {
		width: 20%;
	}





