@charset "UTF-8";

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

						custom setting

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



/* facebook
------------------------------------------*/
#facebook {
	_left: 1000px;
}



/* listtable
------------------------------------------*/
.listtable {
	width: 820px;
	margin: 0 auto;
}
	.listtable table th,
	.listtable table td {
		padding: 8px 10px;
		background: #ffffff;
		border-bottom: 1px solid #d0d0d0;
	}
	.listtable table .last {
		border: none;
	}
	
	.listtable thead th {
		color: #ffffff;
		background: #a89865;
		border: none;
		text-align: left;
	}
	
	.listtable tbody th {
		background: #f6f4ef;
	}
	.listtable tbody td.detail {
		background: #f6f4ef;
	}
		.listtable tbody td.size a.pdf {
			background: url(../../../common/img/icon_pdf.gif) no-repeat left center;
			padding: 2px 0 2px 20px;
		}









