@charset "UTF-8";

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

						custom setting

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



/* lead
------------------------------------------*/
#lead {
	width: 820px;
	/*height: 94px;*/
	margin: 0 auto 40px auto;
	background: url(../../common/img/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;
	}



/* dropdown menu
------------------------------------------*/
#gnavi .sub_menu,
#gnavi .sub_menu li {
	visibility: visible;
}



/* downloadlist
------------------------------------------*/
.listtable {
	margin: 0 auto 40px auto;
}
	.listtable table tbody th,
	.listtable table tbody td {
		vertical-align: middle;
	}
	.listtable table .number {
		width: 10%;
		white-space: nowrap;
		text-align: center;
	}
	.listtable table .link {
		width: 25%;
	}
	.listtable table .detail {
		width: 65%;
	}












