@charset "utf-8";
/* CSS Document */

#roundBox {
	background-color:#FFFFFF;
}

#roundBox .topContainer {
	height:8px;
	float:left;
	width:150px;
}

#roundBox img {
	margin:0px;
}

#roundBox .TLine {
	background-image:url(../../img/round_box/line_top.jpg);
	height:8px;
	width:132px;
	float:left;
	clear:none;
}

#roundBox .TL {
	background-image:url(../../img/round_box/tl.jpg);
	height:8px;
	width:9px;
	float:left;
	clear:none;
}

#roundBox .TR {
	background-image:url(../../img/round_box/tr.jpg);
	background-repeat:no-repeat;
	height:8px;
	width:9px;
	float:left;
	clear:none;
}

#roundBox .bottomContainer {
	height:8px;
	float:left;
	width:150px;
}

#roundBox .BLine {
	background-image:url(../../img/round_box/line_bottom.jpg);
	height:8px;
	width:132px;
	float:left;
	clear:none;
}

#roundBox .BL {
	background-image:url(../../img/round_box/bl.jpg);
	height:8px;
	width:9px;
	float:left;
	clear:none;
}

#roundBox .BR {
	background-image:url(../../img/round_box/br.jpg);
	height:8px;
	width:9px;
	float:left;
	clear:none;
}

#roundBox .centerContainer {
	float:left;
}

#roundBox .content {
	float:left;
	clear:none;
}

#roundBox .LL {
	background-image:url(../../img/round_box/ll.jpg);
	height:150px;
	width:9px;
	float:left;
	clear:none;
}

#roundBox .RR {
	background-image:url(../../img/round_box/rr.jpg);
	height:150px;
	width:9px;
	float:left;
	clear:none;
}
