@charset "UTF-8";
/* CSS Document */

/* TR Bubble */
.tr_bubble_c1 {
	background:url(../images/trc1.png) bottom left no-repeat;
	width:4px;
	height:4px;
}
.tr_bubble_c2 {
	background:url(../images/trc2.png) bottom right no-repeat;
	width:6px;
	height:4px;
}
.tr_bubble_c3 {
	background:url(../images/trc3.png) top right no-repeat;
	width:6px;
	height:6px;
}
.tr_bubble_c4 {
	background:url(../images/trc4.png) top left no-repeat;
	width:4px;
	height:6px;
}
.tr_bubble_s1 {
	background:#FFF;
	height:4px;
	width:10000px;
}
.tr_bubble_s2 {
	background:url(../images/trs2.png) right repeat-y;
	width:6px;
}
.tr_bubble_s3 {
	background:url(../images/trs3.png) top repeat-x;
	height:6px;
}
.tr_bubble_s4 {
	background:#FFF;
	width:4px;
}
.tr_bubble_content {
	background:#FFFFFF;
}
