﻿html, body {
    /*width:990px;*/
    margin:0 auto;
    background-position :right;
    background-image:url(images/back_r.png);
    background-repeat: repeat-y;
    height:100%;
    border:none;
}
a {color:#65aadd;}
a:link {color:#65aadd;}
a:hover {color:#65aadd;}
img {
  border: 0px
}
blue {
    color:#65aadd;
    font-weight: bold;
}
.main_l .img1 {
    width: 350px;
    padding-top:40px;
    padding-bottom:40px;
    margin-bottom:15px;
    margin-top:15px;
    /*background-image:url(images/red.png);
    background-color: #94dd1c;*/
    /*vertical-align: middle;*/
}
.main_l .img2 {
    border:solid 1px #dddddd;
    margin-bottom:15px;
    margin-top:15px;
}
.hh1 {
    font-size: 30px;
    /*font-family: 微軟正黑體;*/
    line-height: 44px;
    color: #222222;
}
.hh2 {
    font-size: 1.4em;
    /*font-family: 微軟正黑體;*/
    line-height: 30px;
    color: #222222;
}
.text {
    font-family: 微軟正黑體;
    font-size: 1em;
    line-height: 26px;
    color: #666666;
}
.text2 {
    font-family: 微軟正黑體;
    font-size: 1em;
    line-height: 26px;
    color: #666666;
    padding-bottom:30px;
    border-bottom:solid 1px #dddddd;
}
.text2 blue {
    color:#65aadd;
}
.box {
    margin:30px;
    color:#fff;
}
.box img {
    display:block; 
    margin:auto;
    
    }