@charset "UTF-8";

/*
==================================================

    CSS File Name - class.css
    Last-updated: 2010-06-23
	
    +1: Float Clear
    +2: Align Set, Valign Set
    +3: Color Set
    +4: Fontsize Set
    +5: Margin Set, Padding Set
    +6: Box Set
	+7: Float Set

==================================================
*/


/*--------------------------------------------------
    +1: Float Clear
==================================================*/

.clear {
	font-size: 1px;
	height: 1px;
	clear: both;
}


/*----------------------------------------------------------------------*/


/*--------------------------------------------------
    +2: Align Set, Valign Set
==================================================*/

.alignCenter {
	text-align: center;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

.valignTop {
	vertical-align: top;
}

.valignMiddle {
	vertical-align: middle;
}

.valignBottom {
	vertical-align: bottom;
}


/*----------------------------------------------------------------------*/


/*--------------------------------------------------
    +3: Color Set
==================================================*/

.colorRed {
	color: #ff0000;
}

.colorGreen {
	color: #00ff00;
}

.colorBlue {
	color: #0000ff;
}


/*----------------------------------------------------------------------*/


/*--------------------------------------------------
    +4: Fontsize Set
==================================================*/

.fontSize09 {
	font-size: 9px;
}

.fontSize10 {
	font-size: 10px;
}

.fontSize11 {
	font-size: 11px;
}

.fontSize12 {
	font-size: 12px;
}

.fontSize13 {
	font-size: 13px;
}

.fontSize14 {
	font-size: 14px;
}

.fontSize15 {
	font-size: 15px;
}

.fontSize16 {
	font-size: 16px;
}

.fontSize17 {
	font-size: 17px;
}

.fontSize18 {
	font-size: 18px;
}

.fontSize19 {
	font-size: 19px;
}

.fontSize20 {
	font-size: 20px;
}


/*----------------------------------------------------------------------*/


/*--------------------------------------------------
    +5: Margin Set, Padding Set
==================================================*/

.mT05 {
	margin-top: 5px;
}

.mT10 {
	margin-top: 10px;
}

.mT15 {
	margin-top: 15px;
}

.mT20 {
	margin-top: 20px;
}

.mT25 {
	margin-top: 25px;
}

.mT30 {
	margin-top: 30px;
}

.mT35 {
	margin-top: 35px;
}

.mT40 {
	margin-top: 40px;
}

.mT45 {
	margin-top: 45px;
}

.mT50 {
	margin-top: 50px;
}

.mR05 {
	margin-right: 5px;
}

.mR10 {
	margin-right: 10px;
}

.mR15 {
	margin-right: 15px;
}

.mR20 {
	margin-right: 20px;
}

.mR25 {
	margin-right: 25px;
}

.mR30 {
	margin-right: 30px;
}

.mR35 {
	margin-right: 35px;
}

.mR40 {
	margin-right: 40px;
}

.mR45 {
	margin-right: 45px;
}

.mR50 {
	margin-right: 50px;
}

.mB05 {
	margin-bottom: 5px;
}

.mB10 {
	margin-bottom: 10px;
}

.mB15 {
	margin-bottom: 15px;
}

.mB20 {
	margin-bottom: 20px;
}

.mB25 {
	margin-bottom: 25px;
}

.mB30 {
	margin-bottom: 30px;
}

.mB35 {
	margin-bottom: 35px;
}

.mB40 {
	margin-bottom: 40px;
}

.mB45 {
	margin-bottom: 45px;
}

.mB50 {
	margin-bottom: 50px;
}

.mL05 {
	margin-left: 5px;
}

.mL10 {
	margin-left: 10px;
}

.mL15 {
	margin-left: 15px;
}

.mL20 {
	margin-left: 20px;
}

.mL25 {
	margin-left: 25px;
}

.mL30 {
	margin-left: 30px;
}

.mL35 {
	margin-left: 35px;
}

.mL40 {
	margin-left: 40px;
}

.mL45 {
	margin-left: 45px;
}

.mL50 {
	margin-left: 50px;
}

.mL55 {
	margin-left: 55px;
}

.pT05 {
	padding-top: 5px;
}

.pT10 {
	padding-top: 10px;
}

.pT15 {
	padding-top: 15px;
}

.pT20 {
	padding-top: 20px;
}

.pT25 {
	padding-top: 25px;
}

.pT30 {
	padding-top: 30px;
}

.pT35 {
	padding-top: 35px;
}

.pT40 {
	padding-top: 40px;
}

.pT45 {
	padding-top: 45px;
}

.pT50 {
	padding-top: 50px;
}

.pB05 {
	padding-bottom: 5px;
}

.pB10 {
	padding-bottom: 10px;
}

.pB15 {
	padding-bottom: 15px;
}

.pB20 {
	padding-bottom: 20px;
}

.pB25 {
	padding-bottom: 25px;
}

.pB30 {
	padding-bottom: 30px;
}

.pB35 {
	padding-bottom: 35px;
}

.pB40 {
	padding-bottom: 40px;
}

.pB45 {
	padding-bottom: 45px;
}

.pB50 {
	padding-bottom: 50px;
}

.pL05 {
	padding-left: 5px;
}

.pL10 {
	padding-left: 10px;
}

.pL15 {
	padding-left: 15px;
}

.pL20 {
	padding-left: 20px;
}

.pL25 {
	padding-left: 25px;
}

.pL30 {
	padding-left: 30px;
}

.pL35 {
	padding-left: 35px;
}

.pL40 {
	padding-left: 40px;
}

.pL45 {
	padding-left: 45px;
}

.pL50 {
	padding-left: 50px;
}

.pR05 {
	padding-right: 5px;
}

.pR10 {
	padding-right: 10px;
}

.pR15 {
	padding-right: 15px;
}

.pR20 {
	padding-right: 20px;
}

.pR25 {
	padding-right: 25px;
}

.pR30 {
	padding-right: 30px;
}

.pR35 {
	padding-right: 35px;
}

.pR40 {
	padding-right: 40px;
}

.pR45 {
	padding-right: 45px;
}

.pR50 {
	padding-right: 50px;
}


/*----------------------------------------------------------------------*/


/*--------------------------------------------------
    +6: Box Set
==================================================*/

.bL010 {
	display: inline;
	float: left;
	width: 10px;
}

.bL020 {
	display: inline;
	float: left;
	width: 20px;
}

.bL030 {
	display: inline;
	float: left;
	width: 30px;
}

.bL040 {
	display: inline;
	float: left;
	width: 40px;
}

.bL050 {
	display: inline;
	float: left;
	width: 50px;
}

.bL060 {
	display: inline;
	float: left;
	width: 60px;
}

.bL070 {
	display: inline;
	float: left;
	width: 70px;
}

.bL080 {
	display: inline;
	float: left;
	width: 80px;
}

.bL090 {
	display: inline;
	float: left;
	width: 90px;
}

.bL100 {
	display: inline;
	float: left;
	width: 100px;
}

.bL110 {
	display: inline;
	float: left;
	width: 110px;
}

.bL120 {
	display: inline;
	float: left;
	width: 120px;
}

.bL130 {
	display: inline;
	float: left;
	width: 130px;
}

.bL140 {
	display: inline;
	float: left;
	width: 140px;
}

.bL145 {
	display: inline;
	float: left;
	width: 145px;
}

.bL150 {
	display: inline;
	float: left;
	width: 150px;
}

.bL160 {
	display: inline;
	float: left;
	width: 160px;
}

.bL170 {
	display: inline;
	float: left;
	width: 170px;
}

.bL180 {
	display: inline;
	float: left;
	width: 180px;
}

.bL188 {
	display: inline;
	float: left;
	width: 188px;
}

.bL190 {
	display: inline;
	float: left;
	width: 190px;
}

.bL200 {
	display: inline;
	float: left;
	width: 200px;
}

.bL210 {
	display: inline;
	float: left;
	width: 210px;
}

.bL220 {
	display: inline;
	float: left;
	width: 220px;
}

.bL230 {
	display: inline;
	float: left;
	width: 230px;
}

.bL240 {
	display: inline;
	float: left;
	width: 240px;
}

.bL250 {
	display: inline;
	float: left;
	width: 250px;
}

.bL260 {
	display: inline;
	float: left;
	width: 260px;
}

.bL270 {
	display: inline;
	float: left;
	width: 270px;
}

.bL280 {
	display: inline;
	float: left;
	width: 280px;
}

.bL290 {
	display: inline;
	float: left;
	width: 290px;
}

.bL300 {
	display: inline;
	float: left;
	width: 300px;
}

.bL310 {
	display: inline;
	float: left;
	width: 310px;
}

.bL320 {
	display: inline;
	float: left;
	width: 320px;
}

.bL330 {
	display: inline;
	float: left;
	width: 330px;
}

.bL340 {
	display: inline;
	float: left;
	width: 340px;
}

.bL350 {
	display: inline;
	float: left;
	width: 350px;
}

.bL360 {
	display: inline;
	float: left;
	width: 360px;
}

.bL370 {
	display: inline;
	float: left;
	width: 370px;
}

.bL380 {
	display: inline;
	float: left;
	width: 380px;
}

.bL390 {
	display: inline;
	float: left;
	width: 390px;
}

.bL400 {
	display: inline;
	float: left;
	width: 400px;
}

.bR010 {
	display: inline;
	float: right;
	width: 10px;
}

.bR020 {
	display: inline;
	float: right;
	width: 20px;
}

.bR030 {
	display: inline;
	float: right;
	width: 30px;
}

.bR040 {
	display: inline;
	float: right;
	width: 40px;
}

.bR050 {
	display: inline;
	float: right;
	width: 50px;
}

.bR060 {
	display: inline;
	float: right;
	width: 60px;
}

.bR070 {
	display: inline;
	float: right;
	width: 70px;
}

.bR080 {
	display: inline;
	float: right;
	width: 80px;
}

.bR090 {
	display: inline;
	float: right;
	width: 90px;
}

.bR100 {
	display: inline;
	float: right;
	width: 100px;
}

.bR110 {
	display: inline;
	float: right;
	width: 110px;
}

.bR120 {
	display: inline;
	float: right;
	width: 120px;
}

.bR130 {
	display: inline;
	float: right;
	width: 130px;
}

.bR140 {
	display: inline;
	float: right;
	width: 140px;
}

.bR150 {
	display: inline;
	float: right;
	width: 150px;
}

.bR160 {
	display: inline;
	float: right;
	width: 160px;
}

.bR170 {
	display: inline;
	float: right;
	width: 170px;
}

.bR180 {
	display: inline;
	float: right;
	width: 180px;
}

.bR190 {
	display: inline;
	float: right;
	width: 190px;
}

.bR200 {
	display: inline;
	float: right;
	width: 200px;
}

.bR210 {
	display: inline;
	float: right;
	width: 210px;
}

.bR220 {
	display: inline;
	float: right;
	width: 220px;
}

.bR230 {
	display: inline;
	float: right;
	width: 230px;
}

.bR240 {
	display: inline;
	float: right;
	width: 240px;
}

.bR250 {
	display: inline;
	float: right;
	width: 250px;
}

.bR259 {
	display: inline;
	float: right;
	width: 259px;
}

.bR260 {
	display: inline;
	float: right;
	width: 260px;
}

.bR266 {
	display: inline;
	float: right;
	width: 266px;
}

.bR270 {
	display: inline;
	float: right;
	width: 270px;
}

.bR280 {
	display: inline;
	float: right;
	width: 280px;
}

.bR290 {
	display: inline;
	float: right;
	width: 290px;
}

.bR300 {
	display: inline;
	float: right;
	width: 300px;
}

.bR310 {
	display: inline;
	float: right;
	width: 310px;
}

.bR320 {
	display: inline;
	float: right;
	width: 320px;
}

.bR330 {
	display: inline;
	float: right;
	width: 330px;
}

.bR340 {
	display: inline;
	float: right;
	width: 340px;
}

.bR350 {
	display: inline;
	float: right;
	width: 350px;
}

.bR360 {
	display: inline;
	float: right;
	width: 360px;
}

.bR367 {
	display: inline;
	float: right;
	width: 367px;
}

.bR370 {
	display: inline;
	float: right;
	width: 370px;
}

.bR380 {
	display: inline;
	float: right;
	width: 380px;
}

.bR390 {
	display: inline;
	float: right;
	width: 390px;
}

.bR400 {
	display: inline;
	float: right;
	width: 400px;
}


/*----------------------------------------------------------------------*/


/*--------------------------------------------------
    +7: FLoat Set
==================================================*/

.left{
	float:left;
	display:inline;
}

.right{
	float:right;
	display:inline;
}


/*----------------------------------------------------------------------*/