/**************************************************
**
**	STYLE
**	-----------------------------------------------
**	SITE STYLE SETTING
**
***************************************************/



/**************************************************
**
**	SPACE STYLE
**
***************************************************/

.line{
	width: 100%;
	height: 1px;
	border-top: 1px solid #EEEEEE;
}


.margin5{
	height: 5px;
}

.margin8{
	height: 8px;
}

.margin10{
	height: 10px;
}

.margin15{
	height: 15px;
}

.margin20{
	height: 20px;
}

.margin25{
	height: 25px;
}

.margin30{
	height: 30px;
}

.margin35{
	height: 35px;
}

.margin40{
	height: 40px;
}

.margin50{
	height: 50px;
}

.nomargin{
	margin: 0px;
}



/**************************************************
**
**	BOX STYLE
**
***************************************************/

.backgroundWhite{
	background: linear-gradient(#FFFFFF, #EEEEEE);
}

.backgroundWhite a{
	color: #333333;
}

.backgroundBlack{
	background: linear-gradient(#000000, #444444);
}

.backgroundBlue{
	background: linear-gradient(#66CC66, #66FF99);
}

/*
.backgroundBlue{
	background: linear-gradient(#0099FF, #66CCFF);
}
*/

.backgroundPink{
	/* background: linear-gradient(#FF3366, #FFCCFF); */
	background: linear-gradient(#FF3366, #FF3366);
}

.backgroundOrang{
	background: linear-gradient(#FF9900, #FF9900);
}

.noborder{
	border: 0px;
}



/**************************************************
**
**	FONT STYLE
**
***************************************************/

.red{
	color: #FF0000;
}

.blue{
	color: #0099FF;
}

.pink{
	color: #FF6699;
}

.center{
	text-align: center;
}

.left{
	text-align: left;
}

.right{
	text-align: right;
}

.font80{
	font-size: 80%;
}

.font100{
	font-size: 100%;
}

.font120{
	font-size: 120%;
}



/***********************************
**
**	FONT
**
***********************************/

div.text-center , p.text-center , span.text-center{
    text-align: center;
}

div.text-right , p.text-right , span.text-right{
    text-align: right;
}

.red{
	color: #FF0000;
}

.gray{
	color: #BBBBBB;
}

.black{
	color: #222222;
}

.gold{
	color: #AFA376;
}

.large{
	font-size: 140%;
}

.small{
	font-size: 80%;
}

.bold{
	font-weight: bold;
}

.normal{
	font-weight: normal;
}

.text-left{
	text-align: left;
}

.text-center{
	text-align: center;
}

.text-right{
	text-align: right;
}
