@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: 'Kanit', sans-serif;
	font-size: 13px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
img{
max-width : 100%;
}
.bodyall{
border-radius : 4px;
background-color:#D7D7D7;
color:#3D3D3D;
float:left;
width:50px;
height:30px;
line-height:30px;
text-align:center;
margin:4px;
}
.bodyall-select{
border-radius : 4px;
background-color:#626262;
color:#FFF;
float:left;
width:50px;
height:30px;
line-height:30px;
text-align:center;
margin:4px;
}