@charset "utf-8";

/* ------------------------- TOC 
01 Setup
02 CSS Hack
03 wrap around the contents (base layout box)
04 site (global) navigation
05 contents
06 footer
07 others
 ------------------------- */

/* ============================== 01 Setup */
* { margin: 0; padding: 0; text-decoration: none; text-align: left; border: none; font-weight: normal; color: #000; font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "MS PGothic", Osaka, sans-serif; font-size: small; font-style: normal; }
body { margin:10px; color:#000; }
ul, ol, dl, li, dt, dd { list-style: none; }
a { text-decoration: none; }
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover, a:active { text-decoration: none; }
a img, a:link img, a:visited img, a:hover img, a:active img { border: none; text-decoration: none; }
table { border-collapse: collapse; }
input { vertical-align: bottom; }

/* ============================== 02 CSS Hack */
/* floating box clear */
.clr:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clr { display: inline-table; min-height: 1%; }
/* Hide from mac IE5 ¥*/
* html .clr { height: 1%; }
.clr { display: block; }
/* End Hide from mac IE5 */

/* hide text */
.hidetxt { text-indent: -9999px; overflow: hidden; }
.hidetxt a { text-decoration: none; }


/* ============================== 03 wrap around the contents (base layout box) */
#auction h2 { margin-bottom: 10px; }
#auction h3 { margin: 0 0 15px 0; color:#f6c; border-bottom: #f6c solid 1px; font-weight:bold; }
#auction h3 .notes { color:#f6c; font-size: x-small; }

#auction #yahoo { margin:0 0 20px 0; }
#auction #yahoo p { margin:0; }

#auction #yahoo a { margin:10px; color:#f6c; line-height:150%; }
#auction #yahoo a:link, #auction #yahoo a:visited { color: #f6c; text-decoration: none; border-bottom: #fbabe0 dotted 1px; }
#auction #yahoo a:hover, #auction #yahoo a:active { color: #f6c; text-decoration: none; border-bottom: #f6c solid 1px; }

#auction #schedule { width:506px; margin:0 0 20px 0; }
#auction #schedule .leftcol { float:left; width:240px; padding-left:5px; }
#auction #schedule .rightcol { float:right; text-align:left; width:240px; padding-left:5px; }
#auction #schedule li { margin: 0; background:url(../common/special/auction_bullet.gif) no-repeat left 0.3em; padding-left: 3px; min-height: 9px; }   

#auction #schedule a { margin:10px; color:#e40072; line-height:150%; }
#auction #schedule a:link, #auction #schedule a:visited { color: #f6c; text-decoration: none; border-bottom: #fbabe0 dotted 1px; }
#auction #schedule a:hover, #auction #schedule a:active { color: #f6c; text-decoration: none; border-bottom: #f6c solid 1px; }

#auction .photo td { font-size:x-small; }

#auction p.credit { font-size:x-small; text-align:center; }

