@charset "utf-8";

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

    CSS File Name - class.css
    Last-updated: 2010-04-01
	
    +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: Table Set

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


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

*.clear {
	clear: both;
	float: none;
}

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

*.clearfix {
	display: inline-block;
}

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

*.clearfix {
	display: block;
}

/* end hide from ieMac */


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


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


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


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

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

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

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


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


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


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


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


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


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


/*--------------------------------------------------
    +8: List Set
==================================================*/

ul.listBullet {
	margin-bottom: 10px;
}

ul.listBullet li {
	margin-left: 25px;
	list-style-type: disc;
}
