@charset "utf-8";

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

    CSS File Name - class.css
    Last-updated: 2010-06-26
	
    +1: Float Clear, Clearfix Hack
    +2: Align Set, Valign Set
    +3: Color Set
    +4: Font Set
    +5: Margin Set, Padding Set
    +6: Box Set
	+7: Table Set
	+8: List 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;
}

*.valignBottom {
	vertical-align: bottom;
}


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


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

*.colorRed {
	color: #ee46a1;
}

*.colorGrey {
	color: #666;
}


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


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

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

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


*.bold {
	font-weight:bold;
}

*.uline {
	text-decoration:underline;
}


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


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

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

*.mB010 {
	margin-bottom: 10px;
}

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


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

*.bL296 {
	display: inline;
	float: left;
	width: 296px;
}

*.bL298 {
	display: inline;
	float: left;
	width: 298px;
}

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

*.bL598 {
	display: inline;
	float: left;
	width: 598px;
}

*.bL625 {
	display: inline;
	float: left;
	width: 615px;
	padding-right:10px;
}

*.bR245 {
	display: inline;
	float: right;
	width: 245px;
}

*.bR296 {
	display: inline;
	float: right;
	width: 296px;
}


*.bR297 {
	display: inline;
	float: right;
	width: 297px;
}

*.bR299 {
	display: inline;
	float: right;
	width: 299px;
}

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

*.bR598 {
	display: inline;
	float: right;
	width: 598px;
}

*.border {
	border:solid 1px #000;
	padding:10px;
	margin-bottom:20px;
	
}

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


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


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


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

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

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

ul.listImg li {
	display: inline;
	float: left;
	padding: 0 7px 10px 0;
}

ul.listImg li.turn {
	padding-right: 0;
}


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


/*--------------------------------------------------
    +9: Width Set
==================================================*/

*.width050 {
	width: 50px;
}

*.width100 {
	width: 100px;
}

*.width300 {
	width: 300px;
}

*.width400 {
	width: 400px;
}

*.width500 {
	width: 500px;
}
