#nav ul li a{color:#fff;}

#nav ul li a:hover{background:#207acc;}


#bodyinpage #header{background:url(https://s3-ap-northeast-1.amazonaws.com/static.iyp.tw/37821/files/3c8f74bb-4de3-4b16-8e71-b711a85f8790.png);
background-position:top center;overflow:hidden;padding-top:60px;
}

/*側邊欄*/
.right-nav__title {
    background:#335fb0;
    height:32px;border-radius:5px 5px 0 0;}

.right-nav a {background:#d2e2e5;
    border-bottom: 1px dotted #000;
    display: block;font-family:微軟正黑體;
    font-weight:bold;font-size: 14px;
    height: 36px;
    line-height: 36px;
    text-align: left;padding-left:12px;color:#000;
}/*(滑鼠未移上去的顏色)*/

.right-nav a:hover {background:#80a9b1;
    border-bottom: 1px dashed #000;
    display: block;font-family:微軟正黑體;
    font-weight:bold;font-size: 14px;
    height: 36px;
    line-height: 36px;
    text-align: left;padding-left:12px;color:#fff;
}/*(滑鼠移上去的顏色)*/



/*下方公司資訊底色*/
#footer {
    background-color: #f4f7fc;
    background-image: linear-gradient(#f4f7fc, #cfe9ff);
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #bed4eb;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
    clear: both;
    font-size: 90%;
    min-height: 100px;
    padding: 15px 20px;
    position: relative;
}