@charset "utf-8";


#g_menu {
    background-color:#FF7600;
    clear:both;
    height:72px;
    margin:0 auto ;
    padding:0 0 5px;
    width:970px;
}

*:first-child+html #wrapper {
    margin-top:105px;
}

#wrapper_frame {
    background-image:url(/images/common/h1_ornament.gif);
    background-repeat:repeat-x;
    background-position:200px 5px;    
}

h1 {
    background-color:#f7f7f7;
    background-image:url(/images/infomation/h1.gif);
    background-repeat:no-repeat;
    background-position:20px 14px;
    text-indent:-9999px;
    width:401px;
    height:103px;    
}


/**************************************************
** =wrapper section subpage common
**************************************************/
#main {
    width:651px;
    padding-left:10px;
    background-image:none;
}

#container_b {
    margin:10px 0px 0px 0px;
    background-image:url(/images/common/container_b.gif);
    background-repeat:no-repeat;
    background-position:center bottom;
    padding-bottom:9px;
}

#container_t {
    background-image:url(/images/common/container_t.gif);
    background-repeat:no-repeat;
    background-position:center top;
    padding-top:10px;
}

#container_m {
    background-image:url(/images/common/container_m.gif);
    background-repeat:repeat-y;
    background-position:center;
    position:relative;
}

/**************************************************************************************
*** =sidebar section subpage common
**************************************************************************************/
#sidebar {
    width:278px;
    padding-right:10px;
}

#banner_section {
    margin:10px 0px 0px 0px;
    background-image:url(/images/common/side_b.gif);
    background-repeat:no-repeat;
    background-position:center bottom;
    padding-bottom:9px;
}

#t_banner_section {
    background-image:url(/images/common/side_t.gif);
    background-repeat:no-repeat;
    background-position:center top;
    padding-top:9px;
}

#m_banner_section {
    background-image:url(/images/common/side_m.gif);
    background-repeat:repeat-y;
    background-position:center;
    text-align:center;
}

/***********************************************************************
************************************************************************
************************************************************************
*** =each page original start here
************************************************************************
************************************************************************
***********************************************************************/


/*******info detail page*********/
#container_m div#frame_top {
    width:590px;
    background-image:url(/images/infomation/ornament_t.gif);
    background-repeat:no-repeat;
    background-position:10px bottom;
    height:23px;
    margin:0px auto;
}

#container_m div#frame_bottom {
    width:590px;
    background-image:url(/images/infomation/ornament_b.gif);
    background-repeat:no-repeat;
    background-position:290px top;
    height:13px;
    margin:0px auto;
}


#container_m div#frame {
    width:590px;
    margin:0px auto;
    border:1px solid #ccc;
}

h2 {
    background-image:url(/images/menu/category_marker.gif);
    background-position:left top;
    background-repeat:no-repeat;
    margin:10px 20px 5px;
    padding-top:5px;
    padding-left:40px;
    min-height:30px;
    _height:60px;
    border-bottom:1px solid #ff7600;
    font-weight:bold;
}

* html h2{
    background-position:left top;
}

*:first-child+html h2 {
    background-position:left top;
}

#container_m div#frame p#timer {
    margin:0px 20px;
    text-align:right;
    background-image:url(/images/infomation/time_marker.gif);
    background-position:88% center;
    background-repeat:no-repeat;
}

#container_m div#frame div {
    margin:10px 20px 20px;
}

#container_m div#frame div img {
    float:left;
    padding:5px;
    border:1px solid #eee;
    margin-right:10px;
}

#container_m div#frame div p {
    line-height:1.6;
}

p#button {
    text-align:center;
    min-height:60px;
    padding-bottom:10px;
}

p#button a {
    display:block;
    width:163px; height:0px;
    padding-top:48px;_padding-top:65px;
    overflow:hidden;
    background-image:url(/images/infomation/list_btn.gif);
    background-position:center;
    background-repeat:no-repeat;
    margin:10px auto 0px;
}

*:first-child+html p#button a {
    padding-top:65px;
}
/************ info list page *****************/
#status {
    margin:0px 50px;
    padding:10px 0px;
    border-bottom:1px solid #ff7600;
}

table {
    border-collapse:collapse;
    width:550px;
    margin:0px auto 0px;
    overflow:hidden;
}

tr.row1 {
    background-color:#f7f7f7;
}

th,td {
    border-bottom:1px solid #d1d1d1;
    font-size:0.85em;
}

.heading {
    font-weight:bold;
}

th {
    text-align:left;
    vertical-align:top;
    width:350px;
    padding:10px 0px 10px 20px;
    color:#666;
}

td {
    text-align:center;
}

#info_pager {
    width:550px; height:58px;
    margin:10px auto 0px;
}

#info_pager li{
    width:275px;
}

#info_pager li#pre {
    float:left;
}

#info_pager li#nex {
float:right;
}

#info_pager li a {
    display:block;
    width:38px;height:0px;
    padding-top:38px;overflow:hidden;
    background-repeat:no-repeat;
}

#info_pager li#pre a {
    background-image:url(/images/infomation/pager_l.gif);
    background-position:left top;
}

#info_pager li#nex a {
    float:right;
    background-image:url(/images/infomation/pager_r.gif);
}

