.main_text {
	font-family: "Century Gothic";
	font-size: 14px
}
.note {
	font-family: "Century Gothic";
	font-size: 12px
}
.header {
	font-family: "Century Gothic";
	font-size: 16px;
	font-weight: bold
}
.border {
	border: 1px solid #CCCCCC;
}
input {
	border: 1px solid #CCCCCC;
}
textarea {
	border: 1px solid #CCCCCC;
}
li {
	list-style-type: circle;
}

a {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #666666;
}
a:active {
	color: #666666;
}
