@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: #999; font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "MS PGothic", Osaka, sans-serif; font-size: small; font-style: normal; }
body { margin:10px; color:#000; text-align: center; }
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) */

/* フォトコンテスト共通 */
.lele #container_out { text-align:center; width:100%; }
.lele #container_in { margin: 0 auto; width:560px; }

.lele { line-height: 1.2em; }
.lele .spacing { padding-bottom: 1em; }

#contents { background: url(../gallery/img/bg_frame.gif) repeat-y left top; padding: 0 13px 0 0; margin: 0; }

#title { color: #FF7800; font-weight:bold; font-size:medium; }

#outline { width: 520px; margin-left: 20px; }
#outline table { width: 520px; }
#outline p { font-size: x-small; margin-bottom: 1.2em; width: 124px; }
#outline .long { font-size: x-small; margin-bottom: 1.2em; width: 200px; }


#footer { line-height: 1em; width: 560px; padding-top: 5px; }

#footer .button_area { margin: 0 0 0 504px; width: 47px; }
#footer .button_area a, #footer .button_area a:link, #footer .button_area a:visited
{ display: block; background-position: 0 0; background-repeat: no-repeat; background-image: url(../photocon2007/img/button_close.gif); height: 13px; }
#footer .button_area a:hover, #footer .button_area a:active { background-position: 0 -13px; }
