@charset "utf-8";

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

    CSS File Name - class.css
    Last-updated: 2010-03-24
	
    +1: Float Clear, Clearfix Hack
    +2: Align Set, Valign Set
    +3: Color Set
    +4: Fontsize Set
    +5: Margin Set, Padding Set
    +6: Box Set
	+7: List Set
	+8: Float

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


/*--------------------------------------------------
    +1: Float Clear, Clearfix Hack
==================================================*/

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

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


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

*.alignCenter {
	text-align: center;
}

*.alignLeft {
	text-align: left;
}

*.alignRight {
	text-align: right;
}

*.valignMiddle {
	vertical-align: middle;
}

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


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

*.colorRed {
	color: #ff0000;
}

*.colorGreen {
	color: #00ff00;
}

*.colorBlue {
	color: #0000ff;
}


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


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

*.sizeSmall {
	font-size: 0.85em;
}

*.sizeLarge {
	font-size: 1.15em;
}


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


/*--------------------------------------------------
    +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;
}

*.mT80 {
	margin-top: 80px;
}

*.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;
}

*.mL05 {
	margin-left: 5px;
}

*.mL10 {
	margin-left: 10px;
}

*.mL15 {
	margin-left: 15px;
}

*.mL20 {
	margin-left: 20px;
}

*.mL25 {
	margin-left: 25px;
}

*.mL30 {
	margin-left: 30px;
}

*.pT05 {
	padding-top: 5px;
}

*.pT10 {
	padding-top: 10px;
}

*.pT15 {
	padding-top: 15px;
}

*.pT20 {
	padding-top: 20px;
}

*.pT25 {
	padding-top: 25px;
}

*.pT30 {
	padding-top: 30px;
}

*.pB05 {
	padding-bottom: 5px;
}

*.pB10 {
	padding-bottom: 10px;
}

*.pB15 {
	padding-bottom: 15px;
}

*.pB20 {
	padding-bottom: 20px;
}

*.pB25 {
	padding-bottom: 25px;
}

*.pB30 {
	padding-bottom: 30px;
}

*.pL05 {
	padding-left: 5px;
}

*.pL10 {
	padding-left: 10px;
}

*.pL15 {
	padding-left: 15px;
}

*.pL20 {
	padding-left: 20px;
}

*.pL25 {
	padding-left: 25px;
}

*.pL30 {
	padding-left: 30px;
}

*.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;
	width:85px;
}
*.pR36 {
	padding-right: 10px;
}
*.pR40 {
	padding-right: 30px;
	width:55px;
}

*.pR45 {
	padding-right: 45px;
	width:54px;
}

*.pR50 {
	padding-right: 50px;
}

*.pR65 {
	padding-right: 65px;
}


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


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

*.boxSet {
	clear: both;
	display: inline-block;
}

*.boxSet:after {
	content: "";
	display: block;
	clear: both;
}

/* hides from ieMac \*/
* html *.boxSet {
	height: 1%;
}

*.boxSet {
	display: block;
}

/* end hide from ieMac */

*.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: List Set
==================================================*/


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


/*--------------------------------------------------
    +8: FLoat
==================================================*/
*.left{
	float:left;
	display:inline;
}

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

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