/* ===================================================== */
/* ALL ELEMENT SET */
/* ===================================================== */
*{
	font-size: 12px;
	color: #333333;
	line-height: 15px;
	text-decoration: none;
}


/* ===================================================== */
/* BODY ELEMENT SET */
/* ===================================================== */
body {
	font-size: 12px;
	color: #333333;
	line-height: 15px;
	text-decoration: none;
	background-color: #FFFFFF;
	margin: 0px;
	padding:0px;
	background-image: url(../img/bg_b.gif);
	background-repeat: repeat-x;

}


/* ===================================================== */
/* IMG ELEMENT SET */
/* ===================================================== */
img {
	border: 0px;
}


/* ===================================================== */
/* TEXT SIZE SET */
/* ===================================================== */
/* TEXT SMALL */
.txta {
	font-size: 11px;
	line-height: 13px;
}

/* TEXT MIDDLE */
.txtb {
	font-size: 12px;
	line-height: 15px;
}

/* TEXT BIG */
.txtc {
	font-size: 14px;
	line-height:16px;
}
