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


.boxtop {
	background-image: url(boxImage/ne.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.boxtop div {
	font-size: 0;
	height: 10px;
	background-image: url(boxImage/nw.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.boxbottom {
	background-image: url(boxImage/se.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.boxbottom div {
	font-size: 0;
	height: 10px;
	background-image: url(boxImage/sw.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.boxcontent {
  padding: 0px 10px 0px 10px;
}
.box {
	background-color: #FFFFCC;
}
