h2.categoryCompany {
    background: #FF9900;
    display: inline;
    padding: 6px 12px;
    color: #FFF;
    font-size: 14px !important;
}
#contentLowerLeft {
  float:left;
  padding: 15px 0 20px 15px;
  width:630px;
}
#contentLowerLeft p.text {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 8px 0 8px;
}
.leftImage {
    float: left;
    margin-right: 15px;
}
#login_content {
  margin:5px 8px 0 8px;
}
#login_content input[type="text"]:focus {
    border: 1px #39c solid;
    background-image: none;
}
#login_content p.loginfailed_message {
  color:red;
}
#login_content input[type="tel"],
#login_content input[type="text"] {
    width: 142px;
    /* height: 20px; */
    margin-top: 4px;
    padding:1px 5px;
    outline: 0;
    border: 1px #555 solid;
}
#login_content input[type="tel"]:focus {
    background-image: none;
}
#login_content button {
  margin-top: 6px;
  padding: 3px 12px;
  width: 242px;
}
#contentLowerLeft h3.heading {
    background: url(/img/border_01.gif) repeat-x bottom;
    font-size: 16px;
    padding: 0 0 3px 7px;
}
.box_w590 {
    width: 590px;
    margin: 10px 0 0 5px;
    padding: 7px;
}
.box_gray {
    background: #F5F5F5;
    border-bottom: 1px solid #D5D5D5;
}
.box_w590 .boxInner {
    background: #FFF;
    padding: 5px 5px 12px 5px;
}
p.pager {
    clear: both;
    background: url(/img/border_01.gif) repeat-x top;
    text-align: right;
    padding: 5px 0 0 0;
    margin-top: 10px;
}
a {
    color: #005599;
    text-decoration: none;
}
a:link {
    color: #005599;
    text-decoration: none;
}
#contentTopRight {
    float: right;
    width: 300px;
    padding: 10px 15px 20px 0;
}
#contentTopRight .menu {
    max-width: 400px;
    margin: 0 auto;
    padding: 0;
}

#contentTopRight .menu a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000;
    line-height: 1;
    font-size:12px;
}

#contentTopRight .menu label {
    display: block;
    margin: 0 0 2px 0;
    padding :12px;
    line-height: 1;
    color :#000;
    background :#EEEEEE;
    cursor :pointer;
    font-weight:normal;
    font-size:12px;
}

#contentTopRight .menu input {
    display: none;
}

#contentTopRight .menu ul {
    margin: 0;
    padding: 0;
    background :#F0E8D9;
    list-style: none;
}

#contentTopRight .menu li {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li,
#menu_bar04:checked ~ #links04 li,
#menu_bar05:checked ~ #links05 li,
#menu_bar06:checked ~ #links06 li,
#menu_bar07:checked ~ #links07 li,
#menu_bar08:checked ~ #links08 li {
    max-height: 46px;
    opacity: 1;
}
#contentTopRight h3 {
    border: solid 2px #015A76;
    background-color: #015A76;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}
