@charset "utf-8";

/* table.charge�v�f
----------------------------------------------------------- */
table.charge		{
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
	color: #666;
}
/* thead�v�f table.charge�㕔
------------------------------------------------ */
table.charge th	{
	font-weight: bold;
	font-size: 100%;
	padding: 40px 5px 20px;
	text-align: center;
	border-bottom: 1px solid #CCC;
}
table.charge thead th	{
	background: url(../image/thead.gif) no-repeat top right;
}
table.charge thead th.tit	{
	background: url(../image/thead_tit.gif) no-repeat;
        width:20%;
}
/* tbody�v�f table.charge����
------------------------------------------------ */
table.charge td	{
	background: url(../image/td.gif) repeat-y top right;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
table.charge td.tit	{
	background: url(../image/td_tit.jpg) repeat-y;
	text-align: left;
	padding: 10px 20px;
	font-size: 100%;
}
/* tfoot�v�f table.charge����
------------------------------------------------ */
table.charge tfoot td	{
	border-bottom: none;
	background: url(../image/tfoot.gif) repeat-y right bottom;
	padding-bottom: 40px;
}
table.charge tfoot td.tit	{
	background: url(../image/tfoot_tit.gif) repeat-y bottom left;
}
/* Sign up�v�f
------------------------------------------------ */
table.charge tr.sign td	{
	background: url(../image/sign.gif) repeat-y top right;
}
table.charge tr.sign td.pick	{
	background: url(../image/sign_pick.gif) repeat-y;
}
table.charge tr.sign td.tit	{
	background: url(../image/sign_tit.gif) repeat-y;
}
/* Picking up�v�f
------------------------------------------------ */
table.charge .pick	{
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
table.charge thead .pick	{
	width: 220px;
	background: url(../image/thead_pick.gif) repeat-x;
	color: #FFF;
}
table.charge tbody td.pick	{
	background: url(../image/signp.gif) repeat-y;
	color: #333;
        
}
table.charge tfoot td.pick	{
	background: url(../image/tfoot.gif) repeat-y right bottom;
}
