@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: #6B471C; 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) */

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

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

h1 { margin: 0 0 5px 0; }

/* リード */
.news_popup #inquiry a { color: #445bc7; border-bottom: 1px dotted #445bc7; }
.news_popup #inquiry a:link { color: #445bc7; border-bottom: 1px dotted #445bc7; }
.news_popup #inquiry a:visited { color: #445bc7; border-bottom: 1px dotted #445bc7; }
.news_popup #inquiry a:hover, .news_popup #inquiry a:active { color: #445bc7; border-bottom: 1px solid #445bc7; }

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

#lead { width: 508px; padding: 0 20px 10px 20px; margin: 0; }

.item { width: 520px; margin-left: 20px; border-top: 1px dotted #D0A660; padding-bottom: 10px; }
.item em { font-weight: bold; }
.item h2 { color: #f39; font-weight: bold; padding: 15px 0 10px 0; }
.item img { margin: 5px 0 5px 0; }

#footer { line-height: 1em; width: 560px; padding-top: 5px; }
#footer .credit { font-size:x-small; text-align: center; color: #D0A660; }

#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(../common/news_popup/img/button_close.gif); height: 13px; }
#footer .button_area a:hover, #footer .button_area a:active { background-position: 0 -13px; }
