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

	情報板(中央)

///////////////////////////////*/

.center .msg-board {
	margin-bottom: 30px;
}

/* 枠 */
.center .msg-board .frame-top-left {
	background: url("../images/frame/style01/waku1x2.gif") repeat-x;
}
.center .msg-board .frame-top-right {
	background: url("../images/frame/style01/waku1x1.gif") no-repeat;
}
.center .msg-board .frame-top {
	background: url("../images/frame/style01/waku1x3.gif") no-repeat right top;
	height: 7px;
}
.center .msg-board .frame-middle-left {
	background: url("../images/frame/style01/waku2x1.gif") repeat-y;
	background-color: #f9f8ee;
}
.center .msg-board .frame-middle-right {
	background: url("../images/frame/style01/waku2x3.gif") repeat-y top right;
}
.center .msg-board .frame-bottom-left {
	background: url("../images/frame/style01/waku3x2.gif") repeat-x;
}
.center .msg-board .frame-bottom-right {
	background: url("../images/frame/style01/waku3x1.gif") no-repeat;
}
.center .msg-board .frame-bottom {
	background: url("../images/frame/style01/waku3x3.gif") no-repeat right top;
	height: 7px;
}

/* タイトル */
.center .msg-board .frame-title {
	margin-bottom: 5px;
	border-left: 10px solid #838446;
	border-right: 1px solid #838446;
	border-bottom: 1px solid #838446;
	background-color: #f0f0f0;
}
.center .msg-board .title {
	padding: 4px 0 0 18px;
	font-size: 110%;
	font-weight: normal;
}
/* 内容 */
.center .msg-board .msg-board-box {
	padding: 8px 16px;
	font-size: 95%;
	line-height: 1.67em;
	letter-spacing: 0.06em;
}
/* お問い合わせフォームはこちら */
.center .msg-board .msg-board-box .inquiry-img {
	margin: 0 auto;
	display: block;
	width: 300px;
	height: 70px;
	background: url("../images/button/inquiry-img.gif") no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.center .msg-board .msg-board-box .inquiry-img:hover {
	cursor: pointer;
	background: url("../images/button/inquiry-img-hover.gif") no-repeat;
}