@charset "utf-8";

/* member_tab */
UL#member_tab  { list-style: none outside none; margin:7px 0 0 0; padding:0; border-bottom:3px solid #CCCCCC; height:30px; }
#member_tab LI { display:inline; line-height:1; }
#member_tab LI A {
    border-radius: 4px 4px 0 0;
    display: inline;
    float: left;
    line-height: 24px;
    margin: 0;
    overflow: hidden;
    padding: 4px 10px 3px;
    text-shadow: 0 1px 0 #FFFFFF;
    width: auto;
    text-decoration: none;
}



#member_tab LI.active A {
    -moz-border-bottom-colors:none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #CCCCCC;
    border-color: #E5E5E5 #E5E5E5 -moz-use-text-color;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    color: #333333;
    font-weight: bold;
    padding-top: 3px;
}





DIV.member_footer { clear:both; text-align:center; margin:20px;  }



/* -- // myexchange -- */
#myexchange_cashback { text-align:right; margin:10px auto; }
#myexchange_cashback A {  padding-left:20px; background:url(/img/arrow_l.gif) 0 center no-repeat; font-weight:bold; }
/* -- myexchange // -- */


/***** member_menu ******/
#member_menu { margin:30px 50px; background-color:#DDDDDD; }
#member_menu TABLE { width:90%;  background-color:#FFFFFF; margin:auto; }
#member_menu TD { width:80%; }
#member_menu TH { width:20%; padding:20px; text-align:left; font-weight:normal; }


H2.member_title { text-align:left; background-color:#6699CC; padding:5px; font-size:110%; color:#FFFFFF; font-weight:bold; }
