@charset "utf-8";
@font-face { font-family: Lucida Sans; src: url('font/LesmoreLight.ttf'); } 


.txt_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #000;
	text-align: left;
	line-height:19px;
}
.top{
	background-image:url(../images/top.png);
	background-repeat:repeat-x;
	background-position:top;
}
.down{
	background-image:url(../images/down.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
.right{
	background-image:url(../images/right.png);
	background-repeat:repeat-y;
	background-position:right;
} 
.left{
	background-image:url(../images/left.png);
	background-repeat:repeat-y;
	background-position:left;
}
