@charset "utf-8";

.boxtop {
	margin-bottom: 0;
	padding: 0 20px 4px 0;
	background: transparent url(images/boxtop.png) no-repeat;
	overflow: hidden;
	}

.boxmiddle {
	padding: 0 24px 4px 8px;
	background: transparent url(images/boxmiddle.png) repeat-y;
	overflow: hidden;
	}

.boxbottom {
	height: 20px;
	background: transparent url(images/boxbottom.png) bottom left no-repeat;
	overflow: hidden;
	}

.boxtop p ,.boxmiddle p ,.boxbottom p {
	margin: 0;
	padding: 0;
	}

.boxmiddle img {
	width: 100%;
	}

/*	.boxtop p {
		display:block;
		line-height: 16px;
		margin-right: 4px;
		background:#eeeeee;
	}	*/
