@charset "UTF-8";
/* css Fonts */

/*---------------------------------------------------- */
/* Language */
/*---------------------------------------------------- */
.en_def {
	font-family: "Open Sans", "Lucida Grande", Arial, sans-serif;
}

/*---------------------------------------------------- */
/* Color */
/*---------------------------------------------------- */
.red {
	color: #ff0000;
}
.blue {
	color: #0e8bd2;
}
.blue2 {
	color: #22b1f3;
}
.blue3 {
	color: #5ac9fc;
}
.blue4 {
	color: #4a6c96;
}
.orange {
	color: #dc4a14;
}
.green {
	color: #0aa376;
}

/*---------------------------------------------------- */
/* Pixels */
/*---------------------------------------------------- */
.f9 {
	font-size: 70%;
}
.f10 {
	font-size: 77%;
}
.f11 {
	font-size: 85%;
}
.f12 {
	font-size: 93%;
}
.f13 {
	font-size: 100%;
}
.f14 {
	font-size: 108%;
}
.f15 {
	font-size: 116%;
}
.f16 {
	font-size: 123.1%;
}
.f17 {
	font-size: 131%;
}
.f18 {
	font-size: 138.5%;
}
.f19 {
	font-size: 146.5%;
}
.f20 {
	font-size: 153.9%;
}
.f21 {
	font-size: 161.6%;
}
.f22 {
	font-size: 167%;
}
.f23 {
	font-size: 174%;
}
.f24 {
	font-size: 182%;
}
.f25 {
	font-size: 189%;
}
.f26 {
	font-size: 197%;
}

/*---------------------------------------------------- */
/* Background */
/*---------------------------------------------------- */
.bg-glay {
	background-color: #f3f3f3;
}
.bg-wine {
	background-color: #561b04;
}
.bg-blue {
	background-color: #eaf6fd;
}
.bg-red {
	background-color: #ffeeee;
}
.bg-light_yellow {
	background-color: #ffffcc;
}
.bg-light_red {
	background-color: #ffdede;
}
.bg-light_blue {
	background-color: #e3ffff;
}
.bg-light_green {
	background-color: #d8fbf6;
}
.bg_mesh_blue {
	background: url("../images/bg_slanting_white.png") 0 0 repeat #dbfcfe;
}
.bg_mesh_yellow {
	background: url("../images/bg_slanting_white.png") 0 0 repeat #ffffcc;
}
.bg_square_yellow {
	background: url("../images/bg_square_white.png") 0 0 repeat #ffffcc;
}
