@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: Century Gothic;
	src: url('https://centerpiece.co.th/css/GOTHIC.TTF');
}

body{
	font-family: Century Gothic;
	font-size: 12px;
}
td{
	font-family: Century Gothic;
	font-size: 12px;
}
.footer{
	font-family: verdana;
	font-size: 10px;
	color: #848484;
}
.menu2:link{
	font-family: Century Gothic;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration:none;
}
.menu2:hover{
	font-family: Century Gothic;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration:underline;
}
.menu2:visited{
	font-family: Century Gothic;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration:none;
}
.menu2:active{
	font-family: Century Gothic;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration:none;
}
.menu2{
	font-family: Century Gothic;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration:none;
}
.about:link{
	font-family: Century Gothic;
	font-size: 13px;
	color: #000000;
	text-decoration:none;
}
.about:hover{
	font-family: Century Gothic;
	font-size: 13px;
	color: #FF0000;
	text-decoration:underline;
}
.news:link{
	font-family: Century Gothic;
	font-size: 12px;
	color: #FFAA00;
	text-decoration:underline;
}
.news:hover{
	font-family: Century Gothic;
	font-size: 12px;
	color: #FFAA00;
	text-decoration:underline;
}
.news:visited{
	font-family: Century Gothic;
	font-size: 12px;
	color: #FFAA00;
	text-decoration:underline;
}
.news:active{
	font-family: Century Gothic;
	font-size: 12px;
	color: #FFAA00;
	text-decoration:underline;
}
.event{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.fullDetailHead{
	font-family: Century Gothic;
	font-size: 12px;
	color: #007D77;
	text-decoration:none;
}
.fullDetail{
font-family: Century Gothic;
	font-size: 14px;
color:#007D77;
}

/* CSS Plus */
sub {
    vertical-align: super;
/*
    font-size: smaller;
*/
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}