@charset "utf-8";
/* CSS Document */

a:link {
	color: #336699;
	text-decoration:underline;
}
a:visited {
	color: #336699;
	text-decoration:underline;
}
a:hover {
	color: #FF0000;
	text-decoration:none;
}
a:active {
	color: #336699;
	text-decoration:underline;
}
body {
	background-color: #336699;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size:24px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 24px;
	color: #c30e13;
}
h2 {
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#C30E13;
}

h3 {
	font-size: 14px;
}

.font01 {
font-size: 14px;
font-weight:bold;
color:#c30E13;
}

.font02 {
	font-weight: bold;
}
.font03 {
font-size: 16px;
font-weight:bold;
}
.font04 {
color:#C30E13;
}