@charset "UTF-8";

/*===========================================================
	Copyright: (c)SERAKU Co.,Ltd.
	Created: 2010-01-15
	Modified: 2010-01-15
===========================================================*/

/*-----------------------------------------------------------
	1-1.Margin Top
	1-2.Text Align
	1-3.Float
	1-4.Font Decoration
	1-5.Color
	1-6.Line Height
-----------------------------------------------------------*/

/*-----------------------------------------------------------
	1-1.Margin Top
-----------------------------------------------------------*/
.marginMinimum {
	margin-top: 5px;
} .marginShort {
	margin-top: 10px;
} .marginTall {
	margin-top: 15px;
} .marginGrande {
	margin-top: 20px;
} .marginEnome {
	margin-top: 30px;
}

/*-----------------------------------------------------------
	1-2.Text Align
-----------------------------------------------------------*/
.alignLeft {
	text-align: left;
} .alignCenter {
	text-align: center;
} .alignRight {
	text-align: right;
}

/*-----------------------------------------------------------
	1-3.Float
-----------------------------------------------------------*/
.floatLeft {
	float: left;
} .floatRight {
	float: right;
}

/*-----------------------------------------------------------
	1-4.Font Decoration
-----------------------------------------------------------*/
.bold {
	font-weight: bold;
} .italic {
	font-style: italic;
}

/*-----------------------------------------------------------
	1-5.Color
-----------------------------------------------------------*/
.red {
	color: red;
} .blue {
	color: blue;
} .green {
	color: green;
}

/*-----------------------------------------------------------
	1-6.Line Height
-----------------------------------------------------------*/
.lineShort {
	line-height: 1em;
} .lineTall {
	line-height: 1.231em;
} .lineGrande {
	line-height: 1.5em;
} .lineEnome {
	line-height: 2em;
}
