@charset "utf-8";

/* tableの共通設定
----------------------------------------------------------- */
table	{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 30px;
	border: 1px solid #C9C;
}
th, td	{
	padding: 10px 20px;
	color: #1D5C79;
	font-size: 12px;
}


/* 
----------------------------------------------------------- */
.sample8	{
	background-image: url(image/bg_td.jpg);
	background-repeat: repeat;
	background-position: right bottom;
	width: 600px;
	border: 1px solid #C99;
}
.sample8 th	{
	border-bottom: 1px solid #FFF;
	background-image: url(image/bg_th.jpg);
	background-repeat: no-repeat;
}
.sample9 th.topL	{
	background-image: url(image/bg_thl.jpg);
	background-repeat: no-repeat;
}
.sample8 th.topR	{
	background-image: url(image/bg_thr.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.sample8 td	{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C99;
}
