/* CSS Document */


@import url("base.css");
@import url("contents.css");
@import url("top.css");


/*
_div#maincolumn


_div#rightcolumn
	_div#userLogin[top.css]
	_div#userConfig[top.css]
	_div#newUser[top.css]
*/





/*-----------------------------------------------------
”””MYPAGE
-----------------------------------------------------*/
div#history{
padding:10px 0 20px 0;
}

/*title*/
div#history h1{
margin:0 0 20px 0;
}
div#history h1.historyTitle{
/* background-image:url("../images/favorite_title.gif"); */
background-repeat:no-repeat;
width:567px;
height:25px;
text-indent:-9999px;
}

div#history h3{
font-size:100%;
font-weight:bold;
background-image:url("../images/ind03.gif");
background-repeat:no-repeat;
background-position:3px 3px;
padding:0 0 5px 20px ;
}
div#history table.tbDesignA{
border-collapse:collapse;
width:567px;
border-left:1px solid #d7ba8d;
border-top:1px solid #d7ba8d;
margin:0 0 20px 0;
}
div#history table.tbDesignA th{
background-color:#ffe2ab;
padding:1px 3px 1px 3px;
border-right:1px solid #d7ba8d;
border-bottom:1px solid #d7ba8d;
vertical-align:top;
text-align:center;
font-size:80%;
}
div#history table.tbDesignA td{
background-color:#fbf9f3;
padding:3px 3px 3px 3px;
border-right:1px solid #d7ba8d;
border-bottom:1px solid #d7ba8d;
font-size:90%;
}
div#history table.tbDesignA td.txCenter{
text-align:center;
}
div#history table.tbDesignA td.txRight{
text-align:right;
}
div#history table.tbDesignA td.memo{
background-color:#ffffff;
font-size:90%;
padding:3px 0 7px 3px;
}
div#history table.tbDesignA td.btDelete{
}
div#history table.tbDesignA td div.btDelete a{
margin:0 auto;
display:block;
background-image:url("../images/bt_delete.gif");
background-repeat:no-repeat;
width:50px;
height:19px;
text-indent:-9999px;
}

div#history dl{clear:both;
padding:5px 0 0 0;}
div#history dt{
float:left;
background-image:url("../images/ind01.gif");
background-repeat:no-repeat;
background-position:3px 10px;
width:205px;
padding:3px 0 3px 12px;
}
div#history dd.data{
float:left;
width:300px;
padding:3px 0 3px 0;
}
div#history dd.dotline{
clear:both;
border-top:1px dotted #cccccc;
}





