




/* サンプルtableの共通設定
----------------------------------------------------------- */
table	{
	border-collapse: collapse;	border-spacing: 0;
	width: 100%;
	margin-bottom: 30px;
}
th, td	{
font-size: 12px;
	padding: 10px 20px;
	color: #000000;
	line-height: 20px;
letter-spacing:3px;
}



/* サンプル10
----------------------------------------------------------- */
.sample10	{
	border: 1px solid #DDD;
}
.sample10 th	{
	background : url(th_10.jpg) repeat-x center bottom;
	border: 1px solid #DDD;
	color: #333;
	width:100px;
}
.sample10 td	{
	border: 1px solid #DDD;
	color: #333;
}
