/* 表設定
------------------------------------------*/
table {
	border-collapse: collapse;
	width: 500px;
	font-size: 90%;
	margin:0px 2px;
}

#light {width: 340px;}

th {
	border: solid 1px #D3D3D3;
	color: #000000;
	padding: 1px;
	height:20px;
	background-color: #F5F5F5;
}

td {
	border: solid 1px #D3D3D3;
	color: #000000;
	background-color: #ffffff;
	padding: 4px;
}


.photo {width: 30px;}

.maker {width: 90px;}

.item {width: 120px;}

.number {width: 20px;}

.notes {width: 220px;}


/* 折りたたみ
------------------------------------------*/
.hide {display:none;}

.hidebutton {
	border: 0px;
	width: 62px;
	height: 16px;
	display : block;
	background: url(../img/common/hide.jpg)  no-repeat;
	margin: 0px 0px;
	color: #FFFFFF;
	font-size: 80%;
	letter-spacing: 0.2ex;
}



/* アコーディオン
------------------------------------------*/

#accordion {
	width: 500px;
	margin-bottom: 50px;
	border-bottom: 1px solid #eae5e3;
}
	
h4 {
	margin: 0;
	padding: 5px 10px;
	cursor: pointer;
	color: #fff;
	line-height: 18px;
	border-top: 1px solid #DCDCDC;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #DCDCDC;
        	background-image: url(../img/common/bg.gif);
}
