.main {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

A {font-size: 12px; line-height: 16px; text-decoration: none; color: #333333} 
A:hover {font-size: 12px; line-height: 16px; text-decoration: underline; color: #999999;} 


.link {
	font-size: 12px;
	line-height: 16px;
	color: #3366CC;
	text-decoration: underline;
}
a.link:link {
	font-size: 12px;
	line-height: 16px;
	color: #3366CC;
	text-decoration: underline;
}
a.link:hover {
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	text-decoration: underline;
}
.mail {
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
}
a.mail:link {
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
a.mail:hover {
	font-size: 12px;
	line-height: 16px;
	color: #FF6600;
	text-decoration: none;
}
.live {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	font-weight: bold;
}
.bg {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(images/head_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.headbg {
	background-color: #FFFFFF;
	background-image: url(images/head_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

