@charset "utf-8";
/* CSS Document */

#img_frame { 

	}
	
#img_frame.left {
	float: left;
	margin: 0 7px 0 0;
}
#img_frame img { border: 1px solid #d0d0d0; }

#img_frame td.tl { background: url(../images/img_frame/tl.jpg) bottom right no-repeat;}
#img_frame td.tr { background: url(../images/img_frame/tr.jpg) bottom left no-repeat;}
#img_frame td.bl { background: url(../images/img_frame/bl.jpg) top right no-repeat;}
#img_frame td.br { background: url(../images/img_frame/br.jpg) top left no-repeat;}

#img_frame td.lm { background: url(../images/img_frame/lm.jpg) right repeat-y}
#img_frame td.rm { background: url(../images/img_frame/rm.jpg) left repeat-y;}
#img_frame td.bm { background: url(../images/img_frame/bm.jpg) top repeat-x;}
#img_frame td.tm { background: url(../images/img_frame/tm.jpg) bottom repeat-x;}

