@charset "utf-8";


table.table_mypage{
width:660px;
border-collapse: collapse;
border-spacing: 0;
border:1px #D2C79D solid;
}

table.table_mypage th{
padding:0px 1em;
background-color:#EDEBD6;
border-bottom:1px #D2C79D solid;
border-right:1px #D2C79D solid;
line-height:2em;
font-weight:bold;
text-align:center;
}

table.table_mypage td{
padding:0px 1em;
border-bottom:1px #D2C79D solid;
border-right:1px #D2C79D solid;
line-height:2em;
text-align:center;
}

table.table_mypage tr.withdraw{
color:#A9A489;
}

#mypage_view{
width:660px;
margin:10px 20px;
}

/**
#mypage_view dt{
float:left;
clear:left;
width:76px;
height:34px;
padding:2px 0px;
}

#mypage_view dt a{
float:left;
clear:left;
width:76px;
height:34px;
}

#mypage_view dd{
padding-top:8px;
font-size:14px;
vertical-align:baseline;
}

#mypage_view img{
border:none;
}


#mypage_view dt.closenow{
background:url(../images/icon_closenow.gif) no-repeat left;}

#mypage_view dt.withdraw{
background:url(../images/icon_withdraw.gif) no-repeat left;}

#mypage_view dt.opennow{
background:url(../images/icon_opennow.gif) no-repeat left;}
#mypage_view dt.opennow a{
background:url(../images/icon_opennnow.gif) no-repeat left;}
**/

