.box_notice {
	position: relative;
	float: left;
	width: 100%;
	border: 2px solid gray;
}
.box_notice .title {
	position: relative
	float: left;
	width: 100%;
	border-bottom: 1px solid gray;
	background-color: #00A2AD;
	background-image: url(../images/box/notice/title_texture.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: bold;
	text-align: center;
}
.box_notice .title .wrapper {
	padding: 0.2em 2em;
}
.box_notice .body {
	position: relative;
	float: left;
	width: 100%;
	padding-bottom: 0.4em;
	background-color: #E5E5E5;
	background-image: url(../images/box/notice/body_texture.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.box_notice .body .wrapper {
	padding: 0.4em 1.4em;
}
.box_notice .corner {
	position: absolute;
	height: 11px;
	width: 11px;
}
.box_notice .top { top: -2px; }
.box_notice .bottom { bottom: -2px; }
.box_notice .left { left: -2px; }
.box_notice .right { right: -2px; }
.box_notice .tl { background-image: url(../images/box/notice/tl.gif); }
.box_notice .tr { background-image: url(../images/box/notice/tr.gif); }
.box_notice .bl { background-image: url(../images/box/notice/bl.gif); }
.box_notice .br { background-image: url(../images/box/notice/br.gif); }