@charset "utf-8";
@import url(layout.css);
@import url(contents.css);
* {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
body {
	font-family: Tahoma;
	font-size: 12.5px;
}
/*Stadards Pseudo Element*/
a {
	color: #202e6e;
	text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration: underline;
}
a img, fieldset {
	border: none;
}

/*HTML 5 Reset*/
header,article,section, footer, aside, nav, figure {  
	display: block;
}

/*Headings*/
h1 { font-size: 22px;}
h2 {	font-size: 20px;}
h3 {	font-size: 18px;}
h4 {	font-size: 16px;}
h5 {	font-size: 14px;}
h6 {	font-size: 12px;}

/*Clear after Floating and fixing IE7*/
*[class$="d-3c"], *[class$="d-2c"],*[class$="d-2s"] {
	height: 1%; /*IE7 ไม่รองรับ :after จึงต้องแก้ปัญหาด้วย การ height ไป 1% หรือ Zoom: 1 ก็ได้*/
}
body>section:after, *[class$="d-3c"]:after, *[class$="d-2c"]:after, *[class$="d-2s"]:after,
form[class$="d-fo"]>fieldset>ul>li:after  {
	content: " ";
	display: block;
	clear: both;	
}
.hide 
{
    display: none;
}
.align-right 
{
    text-align: right;
}