@charset "utf-8";
.title {
	font-size: 22px;
	color: #996600;
	font-style: italic;
}
.title_red {
	font-size: 18px;
	color: #990000;
	font-style: italic;
}


/* CSS Document */


h1 {
	font-size:30px;
	font-weight: bold;
	color: #006600;
}

h2 {
	font-size:22px;
	font-weight: normal;
	font-style: italic;
	color: #996600;
}

h3 {
	font-size:16px;
	font-weight: bold;
}

h4 {
	font-size:14px;
	font-weight: bold;
}

.font10 {
	font-size: 10px;
}

.font11 {
	font-size: 11px;
}

.font12 {
	font-size: 12px;
}


.font13 {
	font-size: 13px;
}

.font14 {
	font-size: 14px;
}

.font16 {
	font-size: 16px;
}

.font18 {
	font-size: 18px;
}
.green {
	color: #996600;
}
.red {
	color: #990000;
	font-style: italic;
}

