
body
{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	height: 100%;
}

#mainTop{
	width:100%;
	text-align:center;
}

#mainCopyRight{
	text-align:right;
	width:100%;
	margin-top:80px;
}

a{
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.p12{
	font-size:12px;	
}

.p14{
	font-size:14px;	
}

.bold{
	font-weight: bold;	
}

.black{
	color:#000000;
}

.green{
	color:#43791c;
}

.red01{
	color:#ff0000;
}

.red02{
	color:#f37d7d;
}

.blue{
	color:#8ab4c3;
}

.blue02{
	color:#3f81a6;
}

.gray05{
	color:#737373;
}

.gray04{
	color:#676767;
}

.lineHg150{
	line-height:150%;
}

.lineHg180{
	line-height:180%;
}

.lineHg200{
	line-height:200%;
}

.noLine{
	text-decoration: none;	
}

.hand{
	cursor:pointer;
}

.clearFloat{
	clear:both;
	float:inherit;
}