@charset "utf-8";
/* CSS Document
  by Dung Nguyen
*/
.sg_main {
    background: #8f001d;
    padding: 10px 2px 0;
    font-size: 14px;
    color: #333333;
}
/* ------cnt01----- */
.top_box01 {}
.top_box01 .top_img { position: relative;}
.top_box01 .top_img .tap01 { position: absolute; top: 0; left: 0;}
.top_box01 .top_img .tap02 { position: absolute; top: 0; right: 0;}
.top_text {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fefbdb;
    margin: 10px;
    margin-right: 7px;
    padding: 10px 15px;
    padding-right: 10px;
}
.top_text h2 { padding-bottom: 10px; padding-left: 10px;}
.top_text li { text-indent: -15px; padding-left: 15px;}

/* ------top_flash----- */

.top_flash {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fefbdb;
    margin: 20px 10px;
    padding: 15px;
}
.top_flash .top_flash_tit {
    font-size: 16px;
    color: #b50000;
    background: url(../images/star.gif) no-repeat;
    background-size: 17px;
    padding-left: 25px;
    background-position: 0 2px;
}
.top_flash .top_flash_tit a {
        color: #b50000;
    text-decoration: none;
}
.top_flash #top_flash_img { padding: 10px 0;  text-align: center;}

/* ------top_news----- */

.top_news { margin: 20px 10px;}
.top_news .tt_news { position: relative; text-align: center;}
.top_news .tt_news span { position: absolute; top: 2px; right: 5px;}
#nProgram {
    height: 180px;
    overflow: auto;
    padding: 10px;
    background-color: #FFFFFF;
}
#nProgram dt {
    color: #333333;
    font-size: 12px;
    font-weight: bold;
}
#nProgram dd {
    color: #ff6e03;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999999;
}
#nProgram dd a {color: #ff6e03; text-decoration: none;}


#topright2_img {
	text-align: center;
}

.top_bnr {
    text-align: center;
    margin-top: 15px;
}















