@charset "utf-8";
/* Projector CSS */


/*----------*/
/*	font	*/
/*----------*/
.weightNormal
{
	font-weight	: normal;
}

.weightBold
{
	font-weight	: bold;
}

.line-height16
{
}

.line-height18
{
	line-height	: 1.8em;
}

.colorRed
{
	color	: #CC0000;
}

.mB15
{
	margin-bottom	: 15px;
}


/*----------*/
/*	margin	*/
/*----------*/
.m0
{
	margin	: 0;
}

.m_T30
{
	margin-top	: 30px;
}

.m_B5
{
	margin-bottom	: 5px;
}

.m5
{
	margin	: 0 0 5px;
}


/*----------*/
/*	padding	*/
/*----------*/
.p_T15
{
	padding-top	: 15px;
}


/*----------*/
/*	align	*/
/*----------*/
.right
{
	text-align	: right;
}