/* ===================================================================
--top.css--
=================================================================== */


/*====================================== Contents */
div#Contents{
    width:1009px;
    height: 595px;
    background-image: url(../images/BGnavi.png);
    background-repeat: no-repeat;
    background-position: top center;
    display: block;
    margin: 0 auto;
    padding:20px;

}

div#Contents h2{
    width:942px;
    height: 30px;
    display: block;
    margin: 0 auto;
    border-bottom: 2px #085eb1 solid;
    line-height: 2;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:10px;
    margin-bottom: 15px;
}

.bizBox{
    width:961px;
    height:286px;
    display: block;
    clear: both;
    margin: 0 auto 20px
}

.bizLine{
    width:961px;
    height:134px;
    display: block;
    clear: both;
    margin-bottom: 15px;
}

.bizLineEnd{
    width:961px;
    height:134px;
    display: block;
    clear: both;
}

.bizProducts{
    width:314px;
    height:134px;
    display: block;
    margin-right: 9px;
    float: left;
}

.bizProductsEnd{
    width:314px;
    height:134px;
    display: block;
    float: left;
}

.chracSet{
    width:958px;
    height: 142px;
    background-color: #fff;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
    -moz-box-shadow: 0px 0px 3px #434343;
    -webkit-box-shadow: 0px 0px 3px #434343;
    box-shadow: 0px 0px 3px #434343;
    /*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
    display: block;
    margin: 0 auto;
}

.chracWrap{
    width:942px;
    height:103px;
    display: block;
    clear: both;
    margin:0 auto;
    padding-top:10px;
}

.chracElements{
    width:300px;
    height: 123px;
    float: left;
    margin-right: 21px;
}

.chracElementsEnd{
    width:300px;
    height: 123px;
    float: left;
}

/*====================================== News */
div#newsBox{
    width:961px;
    height:295px;
    margin: 20px auto 0;
    display: block;
}

.news{
    width:950px;
    height:240px;
    margin: 0 auto 20px;
    display: block;
    overflow: auto;
}

.row1{
    width:904px;
    height:auto;
    padding:0 12px;
    border-bottom:1px solid #4C4A4A;
    display:block;
    font-size:14px;
}

.col{
    width:146px;
    line-height: 2;
    float: left;
    padding-top:15px;
    padding-bottom:15px;
    color:#555555;
    display: inline;
    padding-left:5px;
}

.c2{
    width:753px;
    line-height: 2;
    float: left;
    padding-top:15px;
    padding-bottom:15px;
    display: inline;
}

.cl{
    clear: both;
    font-size:1px;
    line-height: 1px;
}