@charset "utf-8";


body {
	color:#444444;
}

p,dt,dd {
	color:#444444;
}

.head3{
	font-size:24px;
}

.head22{
	font-size:22px;
}




.body5{
	font-size:16px;
}

.body4{
	font-size:14px;
}

.body3{
	font-size:12px;
	/*font-size:75%;*/	
}

.body2{
	font-size:11px;
}

.lh10{
	line-height:1em;
}
.lh12{
	line-height:120%;
}
.lh13{
	line-height:130%;
}
.lh15{
	line-height:150%;
}
.lh16{
	line-height:160%;
}
.lh18{
	line-height:180%;
}
.lh20{
	line-height:200%;
}






/*---------------------------------------------------
FONT
---------------------------------------------------*/













/*---------------------------------------------------
LINKCOLOR
---------------------------------------------------*/

/* base */

	a:link, a:visited{
			color: #2BABCD;
			text-decoration:underline;	
	}
	a:hover{
			color:#F25570 ;	
			text-decoration:underline;
	}




	
	
	
