/* 吹き出し左上角画像 */
.bl_lt {
	background-image: url("../../images/balloon/lt.gif");
	width: 13px;
	height: 26px;
}
/* 吹き出し尻尾(左上) */
.bl_ltt {
	background-image: url("../../images/balloon/ltt.gif");
	width: 13px;
	height: 26px;
}
/* 吹き出し上画像(尻尾あり) */
.bl_te {
	background-image: url("../../images/balloon/t.gif");
	width: 507px;
	height: 26px;
}
/* 吹き出し上画像(尻尾なし) */
.bl_tn {
	background-image: url("../../images/balloon/t.gif");
	width: 520px;
	height: 26px;
}
/* 吹き出し尻尾(右上) */
.bl_rtt {
	background-image: url("../../images/balloon/rtt.gif");
	width: 13px;
	height: 26px;
}
/* 吹き出し右上角画像 */
.bl_rt {
	background-image: url("../../images/balloon/rt.gif");
	width: 13px;
	height: 26px;
}
/* 吹き出し左画像 */
.bl_l {
	background-image: url("../../images/balloon/l.gif");
	width: 13px;
}
/* 吹き出し中心スタイル */
.bl_c {
	background: #ffffff;
	width: 520px;
	vertical-align: top;
}
/* 吹き出し右画像 */
.bl_r {
	background-image: url("../../images/balloon/r.gif");
	width: 13px;
}
/* 吹き出し左下角画像 */
.bl_lb {
	background-image: url("../../images/balloon/lb.gif");
	width: 13px;
	height: 26px;
}
/* 吹き出し尻尾(左下)画像 */
.bl_lbt {
	background-image: url("../../images/balloon/lbt.gif");
	width: 13px;
	height: 26px;
}
/* 吹き出し下画像(尻尾あり) */
.bl_be {
	background-image: url("../../images/balloon/b.gif");
	width: 507px;
	height: 26px;
}
/* 吹き出し下画像(尻尾なし) */
.bl_bn {
	background-image: url("../../images/balloon/b.gif");
	width: 520px;
	height: 26px;
}
/* 吹き出し尻尾(右下)画像 */
.bl_rbt {
	background-image: url("../../images/balloon/rbt.gif");
	width: 13px;
	height: 26px;
}
/* 吹き出し右下角画像 */
.bl_rb {
	background-image: url("../../images/balloon/rb.gif");
	width: 13px;
	height: 26px;
}
/* 吹き出しのタイトルと、本文の隙間調整用 */
.bl_title_space {
	line-height: 0px;
	margin-bottom: 6px;
}
/* 吹き出しのタイトルのスタイル */
.bl_title {
	font-size: 12px;
	font-weight: bold;
}
/* 吹き出しの本文のスタイル */
.bl_text {
	text-align: left;
	overflow: auto;
	height:16em;
	font-size: 11px;
	padding: 8px;
	overflow-wrap: anywhere;
}
/* 吹き出しの時刻のスタイル */
.bl_time{
	font-size:12px;
	font-weight: bold;
	color: #4444c0;
}

/* 吹き出しのタイトルのスタイル */
#drag_title {
	font-size: 12px;
	font-weight: bold;
}
/* 吹き出しの本文のスタイル */
#drag_text {
	font-size: 12px;
}
/* 吹き出し本体のスタイル */
.bl_body {
	position: absolute;
	z-index: 99999999;
	width: 446px;
}


/* 吹き出しのテーブルのスタイル */
.bl_tbl {
	border: 0px;
	padding: 0px;
	border-collapse: collapse;
	width: 546px;
}
/* 吹き出しのテーブルのtdスタイル */
.bl_tbl td {
	padding: 0px;
	border: 0px;
}
/* 閉じるボタンのスタイル */
.bl_close{
	 margin-left:auto;
	 margin-right:auto;
	 margin-bottom:5px;
	 text-align:center;
	 padding:5px;
	 width:10em;
	 color:#FFFFFF;
	 background-color:#f26303;
	 font-size:12px;
	 font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	 cursor:pointer;
}

.bl_link{
	float:right;
	margin-left:auto;
	margin-right:5px;
	margin-bottom:5px;
	padding:5px;
	text-align:center;
	width:7em;
	color:#FFFFFF;
	background-color:#dddddd;
	font-size:12px;
	font-weight: bold;
	cursor:pointer;
}

.bl_text_back{
	border:solid 1px #c0c0c0;
	padding:1px;
	margin: 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}