@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300&family=Sarabun:wght@300&display=swap');
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/* background:url(images/bg_top.jpg); */
	background-position:center;
	background-position:top;
	background-attachment: fixed;
	background-color: #2c4a83;
	background-repeat:repeat-x;
}

#search{
	width: 1013px;
	height: 40px;
	margin:auto;
	text-align:right;
}

#menu{
	width: 1013px;
	height: 184px;
	margin:auto;
	background:url(images/bg_menu.png);
	background-repeat:no-repeat;
	font-family: 'Kanit', sans-serif;
}
#menu_inside{
	width: 940px;
	padding-top: 70px;
	margin:auto;
	font-weight:bold;
}
#menu_inside a{
	color: #000000;
	background-color:#70CBF7;
	padding: 5px;
	font-size: 16px;
}
#content{
	width: 1013px;
	margin:auto;
	background:url(images/bg_content.png);
	background-repeat:repeat-y;
}
#content_inside{
	width: 970px;
	margin:auto;
	margin-top: 0px;
	font-family: 'Kanit', sans-serif;
	font-size: 16px;
}

#content_inside td,th{
	font-family: 'Kanit', sans-serif;
	font-size: 16px;
}
#slide_text{
	width: 450px;
	height: 360px;
	margin-right: 15px;
	background:url(images/blackboard.png);
	float: left;
		font-size:16px;
}
#slide_text_inside{
	width: 390px;
	height: 240px;
	margin:auto;
	margin-top: 90px;
	margin-left: 30px;
	margin-right: 30px;
}
#slide_text_inside strong{
	color:#FC0;
}
#slide_text_inside p{
	color:#FFF;
}
#slide_pics{
	width: 501px;
	height: 344px;
	margin-top: 16px;
	float: left;
}
#bottom{
	width: 1013px;
	height: 122px;
	margin: auto;
	margin-bottom: 20px;
	background:url(images/bg_footer.png);
	background-repeat:no-repeat;
}
.clear-all{clear:both; line-height:0; height:0;}
body,td,th {
	font-family: 'CSChatThai';
	font-size: 18px;
	color: #000;
}
a:link {
	color: #00C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00C;
}
a:hover {
	text-decoration: underline;
	color: #00C;
}
a:active {
	text-decoration: none;
	color: #00C;
}
.font_white{
	color:#FFF;
}
input.b_bottom{
	background:url(images/search_button.png) no-repeat;
	width:49px;
	height:29px;
	color:#FFF;
	border: none;
	cursor:pointer;
}
h2 {
	font-size:20px;
}
