@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/menu/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
************************************************************************
************************************************************************
***********************************************************************/

ul#menu_heading {
    overflow:hidden;
    margin:0px -24px 0px 25px;
    padding-top:25px;
    text-indent:70px;
    line-height:32px;
    background-image:url(/images/menu/t_ornament.gif);
    background-repeat:no-repeat;
    background-position:left top;
}

ul#menu_heading li{
    width:284px; height:32px;
    border:1px solid #dfdfdf;
    background-image:url(/images/menu/a_category_marker.gif);
    background-repeat:no-repeat;
    background-position:1px center;
    float:left;
    margin:0px 24px 10px 0px;
    font-weight:bold;
}

ul#menu_heading li a span {font-weight:normal;}

ul#menu_heading li a:link{color:#666;}
ul#menu_heading li a:hover{color:#9e0b0f;}



/************data section**************/
.heading_section {
    width:617px;
    border-bottom:2px solid #ff7600;
    margin:15px auto 5px;
    overflow:hidden;
}

.heading_section h3 {
    background-image:url(/images/menu/category_marker.gif);
    background-repeat:no-repeat;
    background-position:1px center;
    padding-left:35px;
    margin-bottom:3px;
    width:380px; height:34px;
    line-height:34px;
    font-size:1.2em;
    color:#9e0b0f;
    float:left;
}

.heading_section h3 span {font-weight:normal;font-size:0.8em;}

.heading_section p.detail {
    float:right;
    line-height:1.1;
}

.heading_section p.detail a {
    float:right;
    width:166px; height:24px;
    padding:5px 10px;
    background-image:url(/images/menu/frame.gif);
    background-repeat:no-repeat;
    background-position:left top;
    margin-bottom:5px;
    color:#fff;
}

ul.menu_list {
    clear:both;
    width:617px;
    margin:0px auto 0px;
    overflow:hidden;
}

ul.menu_list li{
    border-bottom:1px solid #eeeeee;
    font-size:13px;
    padding:8px 0px;
    _float:left;
}

ul.menu_list li.base {
    height:20px;
    line-height:22px;
    text-indent:35px;
    background-position:20px center;
    background-image:url(/images/menu/each_list.gif);
    background-repeat:no-repeat;
    _background-position:20px 17px;
}

ul.menu_list li.base div {
    float:left;
    width:367px;
    display:inline;
}

ul.menu_list li.base span {
    display:block;
    float:right;
    width:250px;
    font-size:10px;
}

ul.menu_list li.option {
    border-bottom-width:0px;
    padding:0px 0px 0px 0px;
    text-indent:35px;
    background-position:20px 14px;
}

ul.menu_list li.option span.o_title {
    display:block;
    border-bottom:1px solid #eeeeee;
    padding:8px 0px;
}

ul.menu_list li.option ul {
    margin:0;padding:0;
    _zoom:1;
    overflow:hidden;
}

ul.menu_list li.option ul li {
    height:20px;
    line-height:22px;
    text-indent:70px;
    overflow:hidden;
    background-position:55px center;
    background-image:url(/images/menu/each_list.gif);
    background-repeat:no-repeat;
    _background-position:55px 17px;
    _float:left;
}

ul.menu_list li.option ul li div {
    float:left;
    width:332px;
    display:inline;
}

ul.menu_list li.option ul li span {
    display:block;
    float:right;
    width:285px;
    font-size:10px;
}

ul.menu_list li.base span strong,ul.menu_list li.option ul li span strong{
    font-weight:bold;
    font-size:16px;
}

ul.menu_list li div a {
    text-decoration:underline;
    color:#944646;
}

p.desc {
    width:617px;
    margin:0px 0px 0px 17px;
    color:red;
}

dl#explain {
    width:574px;
    margin:15px auto 0px;
    padding:10px;
    background-color:#f7f7f7;
    border:1px solid #dadada;
    color:#666;
}

dl#explain dt {
    font-weight:bold;
    font-size:0.8em;
}

dl#explain dd {
    margin-top:10px;
}

