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

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

.precocious { line-height: 1.25em; }
.precocious .spacing { padding-bottom: 1em; }
.precocious .small { font-size: x-small; }

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

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

.jp #nav_area { width:203px; padding: 332px 0 0 25px }
.en #nav_area { width:203px; padding: 332px 0 0 25px }

.jp #nav01 { margin-bottom: 5px; }
.jp #nav01 a { display: block; background-position: 0 0; background-repeat: no-repeat; background-image: url(../../jpn/special/precocious/img/btn.jpg); width: 124px; height: 15px; }
.jp #nav01 a:hover, .jp #nav01 a:active { background-position: -203px 0; }

.jp #nav02 { margin-bottom: 4px; }
.jp #nav02 a { display: block; background-position: 0 -21px; background-repeat: no-repeat; background-image: url(../../jpn/special/precocious/img/btn.jpg); width: 138px; height: 18px; }
.jp #nav02 a:hover, .jp #nav02 a:active { background-position: -203px -21px; }

.jp #nav03 a { display: block; background-position: 0 -42px; background-repeat: no-repeat; background-image: url(../../jpn/special/precocious/img/btn.jpg); width: 203px; height: 17px; }
.jp #nav03 a:hover, .jp #nav03 a:active { background-position: -203px -42px; }

.en #nav01 { margin-bottom: 5px; }
.en #nav01 a { display: block; background-position: 0 0; background-repeat: no-repeat; background-image: url(../../eng/special/precocious/img/btn.jpg); width: 108px; height: 15px; }
.en #nav01 a:hover, .en #nav01 a:active { background-position: -203px 0; }

.en #nav02 { margin-bottom: 4px; }
.en #nav02 a { display: block; background-position: 0 -21px; background-repeat: no-repeat; background-image: url(../../eng/special/precocious/img/btn.jpg); width: 152px; height: 18px; }
.en #nav02 a:hover, .en #nav02 a:active { background-position: -203px -21px; }

.en #nav03 a { display: block; background-position: 0 -42px; background-repeat: no-repeat; background-image: url(../../eng/special/precocious/img/btn.jpg); width: 195px; height: 17px; }
.en #nav03 a:hover, .en #nav03 a:active { background-position: -203px -42px; }

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

.sub_nav { border-bottom: 1px dotted #7a4500; 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; }

#list { border-bottom: 1px dotted #7a4500; padding: 15px 0 10px 0; }
#list ul { padding-bottom: 5px; }
#list li { margin-bottom: 5px; }

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

.precocious .set { padding-top: 10px; }
.precocious .first { border-bottom: 1px dotted #7a4500; padding-bottom:15px; }
.precocious h2 { padding-bottom: 10px; font-weight: bold; color: #f90; }

#message .set { padding-top: 10px; }
#message .set dl { margin-bottom:15px; }
#message .set dl.last { margin-bottom:0; }
#message .set dt { color: #f90; margin-bottom:5px; }
#message .set dd { margin-left:15px;; }

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

#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/precocious/btn_close.gif); height: 12px; border-bottom: 0; }
#footer .button_area a:hover, #footer .button_area a:active { background-position: 0 -12px; }
