@charset "windows-874";
/*ให้ใช้ font ตามรายการข้างล่างในทุกตัวอักษรที่แสดงในเว็บเพจ */
* {
	font-family: tahoma, "ms Sans Serif", Verdana, loma;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #E6E6E6; 
}
h1 { /*ขนาดตัวอักษรปริมาณน้ำ บางเขน สามเสน ธนบุรี*/
	font-size: 1.250em;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-left: 5px;
	text-align: center;
	font-weight: bold;
}
h1-0 {/*ขนาดตัวอักษรปริมาณน้ำ มหาสวัสดิ์ และสำแล แบบไม่มีช่องว่าง*/
	font-size: 1.4em;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-weight: bold;
}
h2 {/*ขนาดตัวอักษรปริมาณน้ำ มหาสวัสดิ์ และสำแล*/
	font-size: 1.550em;
	padding-left: 5px;
	text-align: center;
	font-weight: bold;
}
h3 { /*ขนาดตัวอักษรปริมาณน้ำรวม*/
	font-size: 1.500em;
	margin-top: 3px;
	padding-left: 5px;
	text-align: center;
	font-weight: bold;
}
h4 { /*ขนาดตัวอักษรหมายเหตุ*/
	font-size: 0.45em;
	margin-top: 0px;
	padding-left: 5px;
	text-align: center;
	}
h5 { /*หัวข้อตาราง*/
	font-size: 0.7em;
	padding: 0px;
	margin: 0px;
	text-align: center;
	}
h6 { /*ขนาดตัวอักษรหมายเหตุตาราง*/
	font-size: 0.5em;
	margin-top: 0px;
	padding-left: 5px;
	text-align: center;
	font-weight: normal;
	color: #A0A0A0
	}
/*กำหนดส่วนแสดงภาพและสัญลักษณ์ด้านบนสุดของเว็บเพจ */
#head {
	height: 50px;
	width: 98.5%;
	color: #ffffff;
	font-size: 2em;
	font-style: normal;
	text-align: center;
	font-weight: bold;
	margin: 5px;
	float: left;
	clear: both;
	z-index: 1;
	background-color: #305496; 
	
}



#firstrow {
	width: 100%;
	text-align: center;
	float: left;
	margin: auto;
}
#firstrow #west {
	float: left;
	width: 19%;
	height: 250px;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #BE4A47; 
	font-size: 25px;
	color: #ffffff;
}
#firstrow #center {
	float: left;
	width: 60%;
	height: 220px;

}
#firstrow #center #top{
	float: left;
	width: 100%;
	height: 105px;
	margin-bottom: 5px;
	background-color: #00DBFF; 
	font-size: 27px;
	color: #000000;
}
#firstrow #center #bk{
	float: left;
	width: 32.5%;
	height: 145px;
	margin-right: 5px;
	background-color: #ffffff; 
	font-size: 21px;
	color: #FFBA00;
}
#firstrow #center #ss{
	float: left;
	width: 32.5%;
	height: 145px;
	margin-left: 5px;
	background-color: #ffffff; 
	font-size: 21px;
	color: #25C7F2;
}
#firstrow #center #tb{
	float: right;
	width: 32.5%;
	height: 145px;
	margin-left: 5px;
	background-color: #ffffff; 
	font-size: 21px;
	color: #018A80;
}
#firstrow #east {
	float: left;
	width:19%;
	height: 250px;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #34C6BB; 
	font-size: 25px;
	color: #ffffff;
}

#top {
	width: 80%;
	text-align: center;
	float: left;
	margin: auto;
}
#secondrow {
	width: 99%;
	height: 550px;
	text-align: center;
	float: left;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #ffffff; 

}
#secondrow #west-invert {
	float: left;
	width: 19%;
	height: 350px;
	background-color: #ffffff; 
	font-size: 25px;
	color: #BE4A47;
}
#secondrow #centerbox{
	width: 80%;
	height: 350px;
	text-align: center;
	float: left;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #ffffff; 
}

#secondrow #east-invert {
	float: left;
	width: 19%;
	height: 350px;
	background-color: #ffffff; 
	font-size: 25px;
	color: #34C6BB;
}

#secondrow #percentbox {
	float: left;
	width: 19%;
	height: 350px;
	background-color: #ffffff; 
	font-size: 25px;
	color: #34C6BB;
}



/*แสดงผลส่วนล่างสุดของเว็บเพจ*/
#footer {
	float:right;
	text-align :center;
	width: 100%;
	height: 0.625em;
	font-size: 0.8em;
	color: #000000;
}

