@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;
}


.h-title-black{
	font-size:12px;
	font-weight:bold;
	color:#000000;
	padding:10px 0 8px 0;
	display:block;
}

.h-title-chocolate{
	font-size:12px;
	font-weight:bold;
	color:#4f0000;
	padding:0 0 8px 0;
}
.h-title-orange{
	font-size:14px;
	font-weight:bold;
	color:#F47A00;
	padding:0 0 8px 0;
}

.h-small{
	font-size:10px;
	color:#666666;
    font-family:arial,helvetica,sans-serif;
}

.h-normal{
	font-size:11px;    
    font-family:arial,helvetica,sans-serif;
}




.h-link{
	font-size:12px;    
    font-family:arial,helvetica,sans-serif;
    color:#920C02;
}


.whitelist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #FFFFFF;
}  

