@charset "utf-8";
td.boxtitleleft {
	background-image: url(./images/boxtitleleft.png);
	background-repeat: no-repeat;
	width:31px; 
	height:30px;
}
td.boxtitlemiddle {
	background-image: url(./images/boxtitlemiddle.png);
	background-repeat: repeat-x;
	height:30px;
	color:#FFFFFF;
	text-align:left;
}
td.boxtitleright {
	background-image: url(./images/boxtitleright.png);
	background-repeat: no-repeat;
	width:15px; 
	height:30px;
}

td.boxdetailtopleft {
	background-image: url(./images/boxdetailtopleft.png);
	background-repeat: no-repeat;
	width:13px; 
	height:17px;
}
td.boxdetailtopmiddle {
	background-image: url(./images/boxdetailtopmiddle.png);
	background-repeat: repeat;
	height:17px;
	color:#000000;
}
td.boxdetailtopright {
	background-image: url(./images/boxdetailtopright.png);
	background-repeat: no-repeat;
	width:13px; 
	height:17px;
}

td.boxdetailmiddleleft {
	background-image: url(./images/boxdetailmiddleleft.png);
	background-repeat: repeat-y;
	width:13px; 
}

td.boxdetailmiddlemiddle {
	color:#000000;
	font-size:14px;
	text-align:justify;
	vertical-align:text-top;
}

td.boxdetailmiddleright {
	background-image: url(./images/boxdetailmiddleright.png);
	background-repeat: repeat-y;
	width:13px; 
}
td.boxdetailbottomleft {
	background-position:top;
	background-image: url(./images/boxdetailbottomleft.png);
	background-repeat: no-repeat;
	width:13px; 
	height:17px;
}
td.boxdetailbottommiddle {
	background-position:top;
	background-image: url(./images/boxdetailbottommiddle.png);
	background-repeat: repeat-x;
	height:17px;
}
td.boxdetailbottomright {
	background-position:top;
	background-image: url(./images/boxdetailbottomright.png);
	background-repeat: no-repeat;
	width:13px; 
	height:17px;
}

