@charset "utf-8";
/* All font */
/* Pagetitle */
.h1{
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
}

/* content main title */
.h2{
	font-size:15px;
	font-weight:bold;
	color:#FF0000;
}

/* content sub title */
.h3{
	font-size:12px;
	font-weight:normal;
	color:#333333;
}
