#messebox {
	float: right;
	width: 276px;
	margin-top: 20px;
}
.messetop {
	background-image: url(../images/bg-rightblock-top.png);
	height: 33px;
	width: 276px;
	background-repeat: no-repeat;
}
.messebottom {
	background-image: url(../images/bg-rightblock-bottom.png);
	font-weight: bold;
	height: 32px;
	width: 276px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.messecenter {
	background-image: url(../images/bg-rightblock.png);
	background-repeat: repeat-y;
	width: 166px;
	padding-top: 15px;
	padding-right: 55px;
	padding-bottom: 20px;
	padding-left: 55px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	overflow: hidden;
	line-height: 20px;
}
