@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../../images/bg002.jpg);
	background-color: #ab7f4f;
	background-repeat: repeat;
	background-position: center top;
}
.bg_head{
background-image:url(../../images/bg_top3.jpg);
}
.bg_main{
 background-color:#e3bc75;
}
.bg_search{
 background-color:#9d8060;
}
.bg_menu{
 background-color:#ffffff;
}.bg_menu_login{
 background-color:#f9b700;
}.bg_menu_product{
 background-color:#ab7f4f;
}
.txt_company_name{
	font-family: Tahoma;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}.txt_company_sub{
	font-family: Tahoma;
	font-size: small;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}.txt_menu {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.txt_menu:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
	text-decoration: blink;
}.txt_menu_product {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	padding-left: 10px;
}.txt_menu_product:link {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
	padding-left: 10px;
}.txt_menu_product:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #CCCC33;
	text-decoration: none;
	padding-left: 10px;
}