@charset "utf-8";
/* CSS Document */

#body{
	line-height: 150%;
}
.backimage{
	/*background: url("../images/backimage.png") repeat-x;*/

}
.backwhite{
	background: #FFFFFF;
}

.section-top{
	background: url("../images/titleback.png") repeat-x;
	background-size:contain;
}
.title-big{
	font-size: +300%;
	color: #F00;
	font-weight: bold;
}
.text-red{
	color: #ff0000;
	font-weight: bold;
	font-size: 1.2em;
}
.text-white{
	color: #fff;
}
.text-big30{
	font-size: 1.5em;
}
.text-big12{
	font-size: 1.2em;
}