@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video   {
	/*margin: 0;
	padding: 0;*/
	border: 0;
	font-size: 100%;/**/
	/*font: inherit;
	vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	/*line-height: 0;*/
}
ol  {
	/*list-style: none;*/
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	/* [disabled]content: ''; */
	content: none;
}

a { color:#009; text-decoration:none}
a:hover { color:#333; text-decoration:none;}
@charset "utf-8";
body {
	background-image: url(../images/bg/bg_main.jpg);
	background-repeat: repeat;
	font-family: Tahoma;
	font-size: 12px;
}

#main_head {
	background-image: url(../images/bg/bg_head.jpg);
	background-repeat: repeat-x;
	width: 100%;
}

#wrapper {
	margin: auto;
	width: 990px;
	background-image: url(../images/bg/bg_content.jpg);
	background-repeat: repeat-y;
	background-position: center;
}



#head {
	width: 990px;
	height: 70px;
}
#head .logo {
	float: left;
}
#head .menu {
	clear: right;
	background-image: url(../images/bg/menu.jpg);
	background-repeat: repeat-x;

}
#content {
	overflow: hidden;

}
#content .height {
	height: 50px;
}
#content .box_news .col2 .box_right {
	width: 430px;
}



#content .box_news {
	background-repeat: repeat-y;
	background-image: url(../images/bg/bg_news.png);
	background-position: center;
	width: auto;
	overflow: hidden;
	float: left;

}
#content .box_news .col1 {
	margin-left: 60px;
	float: left;
	width: 400px;
}
#content .box_news .col1 table {
	line-height: normal;
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
}
#content .box_news .col1 .Pitak {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin-left: 5px;
}
#content .box_news .col1 .font_red_01 {
	color: #FF0000;
	font-family: Tahoma;
}
#content .box_news .col1 input {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #333333;
	font-family: Tahoma;
	font-size: 12px;
}
#content .box_news .col1 textarea {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #FBFBFD;
	border-bottom-color: #FBFBFD;
	border-left-color: #333333;
}


#content .box_news .col2 {
	width: auto;
	float: left;
	margin-left: 30px;
	height: auto;
}





#content .box_news .bar {
	display: block;
}

#content .box_news .news {
	width: 904px;
	margin-left: 43px;
	background-image: url(../images/bg/bg_news.png);
	background-repeat: repeat-y;
	overflow: hidden;
	height: 200px;
}
#content .box_news .news .pic {
	float: left;
	margin-left: 15px;
}
#content .box_news .news .pic p {
	color: #660000;
	line-height: 14px;
}


#main_footer {
	width: 100%;
	background-color: #8f0000;
	height:100px;
}

#footer {
	height: 65px;
	background-color: #8f0000;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#footer .adderss {
	height: 57px;
	width: 300px;
	line-height: 14px;
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 5px;
	margin-left: 35px;
	float: left;
}
#footer .adderss p{
	margin-top: 0px;
	margin-bottom: 0px;
}
#footer .menu_foot {
	margin-top: 15px;
	float: right;
	margin-right: 50px;
	display: block;
}
#footer .menu_foot li {
	display: inline;
	color: #FFFFFF;
}
#footer  a {
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	margin-right: 4px;
}
#footer  a:hover {
	color: #0000CC;
}
#footer .copy {
	margin-top: 25px;
	display: block;
	height: 15px;
	width: 450px;
	float: right;
	margin-right: 20px;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 16px;
}
#footer .copy p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#footer .copy a {
	font-family: Tahoma;
	text-decoration: none;
	color: #6699ff;
}
