@charset "UTF-8";
/* CSS Document */
/* font settings */

/* font size */
/* font size H1 */
h1 {
	font-size:22px;
}
/* font size H2 */
h2 {
	font-size:20px;
}

/* font size H3 */
h3 {
	font-size:18px;
}

/* font size */

.medium {
	font-size:12px;
}

.xlarge {
	font-size:larger;
}

.large {
	font-size:large;
}

.small {
	font-size:smaller
}

.xsmall {
	font-size:x-small;
}

.xxsmall {
	font-size:xx-small;
}

.f10 {
	font-size:10px;
}

.f9 {
	font-size:9px;
}

.f8 {
	font-size:8px;
}
/* font size list */
p {
	margin-bottom:6px;
}
.b {
	font-weight:bold;
}

/* font color */

.red {
	color:#CC0000;
}
