/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/mt-static/themes-base/blog.css);
@import url(/mt-static/support/themes/unity-blue/unity-blue.css);
/* end StyleCatcher imports */

/* header */
#header-name {
  margin-bottom: .25em;
}

#header-description {
  margin-bottom: 0;
}

#header-container {
  width : 900px ;
  margin : 0 auto ;
}

#header-logo {
  width : 200px ;
  height : 75px ;
  float : left ;
}

#header-img {
  width : 575px ;
  height : 55px ;
  float : left ;
}

#header-etc {
  width : 120px ;
  height : 75px ;
  float : right ;
}

#header-wrap {
  width : 575px ;
  height : 20px ;
  float : left ;
}

/* top image */
#image-box{
  width : 720px;
  height : 562px;
  position : static ;
  margin : 0px 10px;
}

/* menu button */
A.btn{
  display:block;
  width:115px;
  height:20px;
  float : left ;
}

A.btn1{
  background-image:url(../img/menu_top.gif);
}

A.btn1:hover{
  background-image:url(../img/menu_top_h.gif );
}

A.btn2{
  background-image:url(../img/menu_salespnt.gif);
}

A.btn2:hover{
  background-image:url(../img/menu_salespnt_h.gif );
}

A.btn3{
  background-image:url(../img/menu_demo.gif);
}

A.btn3:hover{
  background-image:url(../img/menu_demo_h.gif );
}

A.btn4{
  background-image:url(../img/menu_inquery.gif);
}

A.btn4:hover{
  background-image:url(../img/menu_inquery_h.gif );
}

A.btn5{
  background-image:url(../img/menu_company.gif);
}

A.btn5:hover{
  background-image:url(../img/menu_company_h.gif );
}


/* blog title */
.title-line{
  border-bottom: 1px solid #669ACC;
}

.title-bar{
  border-bottom: 2px solid #98C5F3;
  padding: 3px;
}

/* content */
.content-wrapper{
  width:650px;
  text-align:center;
  margin:10px 0px;
}

p.content{
  text-align:left;
  margin:5px;
}

/* web page title */
.web-title-blue{
  font-size:medium;
  font-weight:bold;
  margin:5px 0px;
  padding:3px 5px;
  border-color:#669ACC;
  border-width:0px 0px 1px 7px;
  border-style:solid;
  background:#FFFFEA;
}

.web-title-oran{
  font-size:medium;
  font-weight:bold;
  margin:5px 0px;
  padding:3px 5px;
  border-color:#FFBF80;
  border-width:0px 0px 1px 7px;
  border-style:solid;
  background:#FFFFEA;
}


/* table */
.wrapper{
  text-align: left;
  border-style: solid;
  border-width: 1px;
  border-color: #778899;
  border-collapse:collapse;
  margin:1px;
  padding:2px;
}

.box_left{
  height: 20px;
  padding: 2px;
  border-style: solid;
  border-width: 0px 1px 1px 0px;
  border-color: #778899;
  background-color: #fff0c1;
}

.box_right{
  height: 20px;
  padding: 2px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #778899;
}

.box_bot_left{
  height: 20px;
  padding: 2px;
  border-style: solid;
  border-width: 0px 1px 0px 0px;
  border-color: #778899;
  background-color: #fff0c1;
}

.box_bot_right{
  height: 20px;
  padding: 2px;
  border-style: solid;
  border-width: 0px;
  border-color: #778899;
}






