/***********************************/
/*    table borderの点線の設定　   */
/***********************************/
.TenR /*　点線[下]　*/
,.TenDR /*　点線[下右]　*/
{
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}

.TenD /*　点線[下]　*/
,.TenDR /*　点線[下右]　*/
,.LineR-TenD-BgEEEEEE /*　実線[右] 点線[下] 背景色[#EEEEEE]　*/
{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.TenRight /*　点線[右]　*/
{
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}

/***********************************/
/*  table　borderの実線の設定　*/
/***********************************/

.LineR /*　実線[右]　*/
,.LineDR /*　実線[下右]　*/
,.LineR-BgEEEEEE /*　実線[右] 背景色[#EEEEEE]　*/
,.LineR-TenD-BgEEEEEE /*　実線[右] 点線[下] 背景色[#EEEEEE]　*/
{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.LineD  /*　実線[下]　*/
,.LineDR /*　実線[下右]　*/
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.LineAll /*　実線[上下左右]　*/
{
	border: 1px solid #999999;


}


/***********************************/
/*  table の背景色の設定　*/
/***********************************/

.BgEEEEEE /*　背景色[#EEEEEE]　*/
,.LineR-BgEEEEEE /*　実線[右] 背景色[#EEEEEE]　*/
,.LineR-TenD-BgEEEEEE /*　実線[右] 点線[下] 背景色[#EEEEEE]　*/
{
	background-color: #EEEEEE;
}


/***********************************/
/*  　　　　余白の設定　　　　　　　*/
/***********************************/

.SpaceT5 /*　余白[上5pix]　*/
{
	background-color: #EEEEEE;
	top: 5px;
}

.SpaceD5 /*　余白[下5pix]　*/
{
	background-color: #EEEEEE;
	bottom: 5px;
}


/***********************************/
/*  　　　　画像の設定　　　　　　　*/
/***********************************/

.TenBg  /*　点の背景画像 X軸にのみ繰り返す設定（好みの長さの点線ができる）　高さ[10pix]　*/
{
	background-image: url(../image/ten/bg.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 10px;
}
