<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@import url(../../common/css/common.css);

li.menu-production,li.menu-production a {
  background:URL(../../common/img/menu_production_on.jpg) left top no-repeat!important;
  width:178px;
  height:46px;
  display:block;
				float:left;
}

li.menu-production a:hover {
  background:URL(../../common/img/menu_production_on.jpg) left top no-repeat!important;
  width:178px;
  height:46px;
  display:block;
}

#main-block {
  background:URL(../../common/img/tit_production.jpg) left top no-repeat #FFF;
}

#main-block-in {
padding:330px 30px 30px 30px;
text-align:left;
height:auto;
}


#main-block h3 {
clear:both;
color:#768859;
}</pre></body></html>