.html, body {
	margin: 0;
	padding: 0;
	background-color: #eeeeee;
}
a:hover {
	text-decoration: underline;
}


/* ---------- Font ---------- */
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ff3300;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 4px;
}
.menu a:hover {
	color: #333333;
	text-decoration: none;
}
.font-black-12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	text-decoration: none;	
}
.font-black-13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}
.font-black-15 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	text-decoration: none;
	line-height: 22px;
}
.font-black-15-height {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	text-decoration: none;
	line-height: 28px;
}
.font-gray-12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888888;
	line-height: 18px;
	text-decoration: none;	
}
.font-violet-12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b608c4;
	text-decoration: none;
	line-height: 18px;
}
.font-violet-14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #b608c4;
	text-decoration: none;
	line-height: 20px;
}
.font-violet-15 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #b608c4;
	text-decoration: none;
	line-height: 22px;
}
.font-orange-12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff3300;
	text-decoration: none;
	line-height: 18px;
}
.font-orange-15 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ff3300;
	text-decoration: none;
	line-height: 22px;
}
.font-orange-19 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #ff3300;
	text-decoration: none;
}
.font-blue-12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066cc;
	text-decoration: none;
	line-height: 18px;
}
.font-white-12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	line-height: 18px;
}
.font-white-15 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
	line-height: 22px;
}

/* ---------- Layout ---------- */
.com-bg {
	background-image: url(../images/com-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.dotline-1 {
	background-image: url(../images/com-dotline-1.gif);
	background-repeat: repeat-x;
	background-position: left center;
}


/* ---------- Form ---------- */
.input {
}
