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

/* 共通 */
.retro_mama #container_out { text-align:center; width:100%; }
.retro_mama #container_in { margin: 0 auto; width:560px; }

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

.retro_mama #contents #outline p a { text-decoration: none; }
.retro_mama #contents #outline p a:link { color: #c30; border-bottom: #c30 solid 1px; }
.retro_mama #contents #outline p a:visited { color: #c30; border-bottom: #c30 solid 1px; }
.retro_mama #contents #outline p a:hover, .retro_mama #contents #outline p a:active { color: #930; border-bottom: #c30 solid 1px; }
.retro_mama #outline a img, .retro_mama #outline a:link img, .retro_mama #outline a:visited img, .retro_mama a:hover #outline img, .retro_mama a:active #outline img { border: none; text-decoration: none; }

/* トップページ */
#idx_jp #contents_top { background: url(../../jpn/special/retro_mama/img/bg_toppage.jpg) no-repeat left top; height: 410px; }
#idx_en #contents_top { background: url(../../eng/special/retro_mama/img/bg_toppage.jpg) no-repeat left top; height: 410px; }

.jp #nav01 { padding: 241px 0 0 18px; }
.jp #nav01 a { display: block; background-position: 0 0; background-repeat: no-repeat; }
.jp #nav01 a { background-image: url(../../jpn/special/retro_mama/img/btn.gif); width: 205px; height: 35px; }
.jp #nav01 a:hover, .jp #nav01 a:active { background-position: 0 -35px; }

.jp #nav02 { padding: 22px 0 0 18px; }
.jp #nav02 a { display: block; background-position: 0 -70px; background-repeat: no-repeat; }
.jp #nav02 a { background-image: url(../../jpn/special/retro_mama/img/btn.gif); width: 205px; height: 44px; }
.jp #nav02 a:hover, .jp #nav02 a:active { background-position: 0 -114px; }

.en #nav01 { padding: 241px 0 0 18px; }
.en #nav01 a { display: block; background-position: 0 0; background-repeat: no-repeat; }
.en #nav01 a { background-image: url(../../eng/special/retro_mama/img/btn.gif); width: 205px; height: 35px; }
.en #nav01 a:hover, .en #nav01 a:active { background-position: 0 -35px; }

.en #nav02 { padding: 22px 0 0 18px; }
.en #nav02 a { display: block; background-position: 0 -70px; background-repeat: no-repeat; }
.en #nav02 a { background-image: url(../../eng/special/retro_mama/img/btn.gif); width: 205px; height: 44px; }
.en #nav02 a:hover, .en #nav02 a:active { background-position: 0 -114px; }

/* 第2階層 */
.retro_mama #contents { background: url(../special/retro_mama/bg_frame.gif) repeat-y left top; padding: 0 13px 0 0; margin: 0; }

.sub_nav { border-bottom: 1px dotted #333333; padding: 5px 0 15px 0; }
.sub_nav ul { list-style-type: none; padding-bottom: 10px; }
.sub_nav li { float: left; margin-right: 5px; font-size: x-small; }
.sub_nav li a { font-size: x-small; }

/* 本文 */
.retro_mama #outline { width: 520px; margin-left: 20px; padding: 10px 0; }
.retro_mama #outline em { color: #3cf; }
.retro_mama #outline strong { font-weight: bold; }

#doll .set { padding-top: 10px; }
#purchase .set { border-bottom: 1px dotted #333333; padding: 10px 0; min-height: 280px; margin-bottom:10px; }
#purchase .set2 { padding-top: 10px; min-height: 500px; }
#purchase .set3 { padding-top: 10px; }

.info { font-size: x-small; }

.jp .lottery_area { margin: 10px 0 9px 0; width: 130px; }
.jp .lottery_area a, .jp .lottery_area a:link, #pri_ala_purchase .jp .lottery_area a:visited { display: block; background-position: 0 0; background-repeat: no-repeat; background-image: url(../../jpn/special/retro_mama/img/btn_form.gif); height: 26px; border-bottom: #fff solid 1px; }
.jp .lottery_area a:hover, .jp .lottery a:active { background-position: 0 -26px; border-bottom: #fff solid 1px; }

.en .lottery_area { margin: 10px 0 9px 0; width: 130px; }
.en .lottery_area a, .en .lottery_area a:link, #pri_ala_purchase .en .lottery_area a:visited { display: block; background-position: 0 0; background-repeat: no-repeat; background-image: url(../../eng/special/retro_mama/img/btn_form.gif); height: 26px; border-bottom: #fff solid 1px; }
.en .lottery_area a:hover, .en .lottery a:active { background-position: 0 -26px; border-bottom: #fff solid 1px; }

/* フォーム */

.retro_mama #outline .form_area { width: 506px; padding-top: 10px; }

.retro_mama #outline .form_area table { margin: 5px 0 6px 5px; width: 500px; }
.retro_mama #outline .form_area th { border: 1px solid #cccccc; padding: 8px 5px; font-size: small; }
.retro_mama #outline .form_area td { border: 1px solid #cccccc; padding: 8px 5px; font-size: small; }
.retro_mama #outline .form_area td input { border: 1px solid #999999; font-size: small; padding: 2px; }
.retro_mama #outline .form_area td select { border: 1px solid #999999; font-size: small; }

form .long { width: 320px; }
form .mideum { width: 200px; }
form .short { width: 60px; }

#button_submit { margin: 20px 0 0 0; text-align: center; }
#button_submit input { color: #333; border: 1px solid #999999; margin: 0 5px; padding: 1px; width: 100px; text-align: center; }

.button_back { margin: 10px 0 0 493px; width: 44px; }
.button_back a, .button_back a:link, .button_back a:visited 
{ display: block; background-position: 0 0; background-repeat: no-repeat; background-image: url(../special/retro_mama/btn_back.gif); height: 11px; }
.button_back a:hover, .button_back a:active { background-position: 0 -13px; }

/* フッタ */
#footer { line-height: 1em; width: 560px; padding-top: 5px; }
#footer .credit { font-size:x-small; text-align: center; color: #c30; }

#footer .button_area { margin: 0 0 0 504px; width: 46px; }
#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(../special/retro_mama/btn_close.gif); height: 12px; }
#footer .button_area a:hover, #footer .button_area a:active { background-position: 0 -13px; }
