@charset "utf-8";

/* CSS Document */

body {
    color: #000;
    font-family: tahoma;
    font-size: 12px;
}

a {
    color: #e3b000;
    text-decoration: none;
}

a:hover, a:hover h2 {
    color: #e3b000;
/*    text-decoration: underline;*/
}

p { margin-bottom:10px; }
h1 {
	font-family: 'Trebuchet MS';
/*    color: #fff;*/
    font-size: 24px;
    font-weight: normal;
	line-height:28px;
	display: block;
	margin-top: 0px;
	margin-bottom: 10px;
}

h2 {
	font-family: 'Trebuchet MS';
    color: #444;
    font-size: 19px;
    font-weight: normal;
	margin-bottom: 10px;
}

h3 {
	font-family: Tahoma;
/*    color: #000;*/
    font-size: 14px;
    font-weight: bold;
	margin-bottom: 5px;
}

#h_band, #h_band a {
	font-family: Tahoma;
    color: #000;
    font-size: 16px;
}

#sidemenu a {
	color: #39300f;
    font-size: 13px;
    font-weight: bold;
}
#sidemenu-sub a {
	color: #39300f;
    font-weight: normal;
}
#search {
	color: #1f1a0d;
}
.container {
	line-height:18px;
}
#footer {
	color: #fff;
	line-height:1.8em;
	/*font-style:italic;*/
}

input {
    font-family: tahoma;
    font-size: 12px;
}

.headtopic {
    color: #603913;
    font-size: 30px;
    font-weight: bold;
	font-family: KunlasatriBold;
}


.white { color: #fff }
.black { color: #000 }
.gray { color: #aaa }
.red { color: #f80403 }
.yellow { color: #e3b000 }

.date { font-size: 10px }
