﻿/*///////////////////////////////////*/
/* Box */
/*///////////////////////////////////*/
.boxth {
	height: 30px;
	background-image: url(images/box/bg-th.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.boxth-text {
	margin: 10px 10px 0px;
	text-align: left;
}
.boxthleft 
{
    width: 10px;
    height: 30px;
	background-image: url(images/box/bg-th-left.gif);
	background-repeat: no-repeat;
}
.boxthright 
{
    width: 10px;
    height: 30px;
	background-image: url(images/box/bg-th-right.gif);
	background-repeat: no-repeat;
}
.boxtd {
	background-image: url(images/box/bg.gif);
	background-repeat: repeat;
	padding: 10px;
}
.boxtdleft {
	background-image: url(images/box/bg-td-left.gif);
	background-repeat: repeat-y;
}
.boxtdright {
	background-image: url(images/box/bg-td-right.gif);
	background-repeat: repeat-y;
}
.boxftleft 
{
    width: 10px;
    height: 30px;
	background-image: url(images/box/bg-ft-left.gif);
	background-repeat: no-repeat;
}
.boxftright 
{
    width: 10px;
    height: 30px;
	background-image: url(images/box/bg-ft-right.gif);
	background-repeat: no-repeat;
}
.boxft {
	background-image: url(images/box/bg-ft.gif);
	background-repeat: repeat-x;
	height: 30px;
}
/*///////////////////////////////////*/