@charset 'utf-8';
@import url("init.css");
@import url("class.css");

/* Layout
 ----------------------------------- */

body  {
  background: #0e0e0e;
}

div#frame {
  text-align: center;
  background: #fff;
}
div#container {
  background: #fff;
  text-align: left;
  margin: 0 auto;
  padding: 0;
  width: 800px;
}

#main {
  padding: 20px 0;
}

h2.section {
  background: #fff url(../images/h2-bg.png) no-repeat;
  height: 34px;
  padding: 16px 0 0 30px;
  margin: 10px 0 15px 0;
  border: none;
}

/* Header
 ----------------------------------- */

#header {
  height:50px;
  padding:bottom:10px;
  background: url(../images/header_bg.gif) repeat-x;
  border-bottom:solid 2px #b5b5b5;
}

#header h1 {
  float: left;
}

#header ul {
  float: right;
  margin: 2px 5px 0 10px;
  background: none;
}
#header ul li {
  float: left;
  margin-left: 15px;
  background: none;
  list-style: none;
}
#header ul li a {
  color: #fff;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 120%;
  text-decoration: none;
}
#header ul li a:hover {
  color: #ccc;
  text-decoration: underline;
}

#login-form {
  display: none;
}

#openid_url {
  width: 200px;
  background: #fff url(../images/openid-bg.gif) no-repeat;
  padding: 2px 0 0px 18px;
  margin-bottom: 2px;
  border: solid 1px #f0f0f0;
}


#main div#register-form-div {
  clear: both;
  width:500px;
  margin:10px auto;
  padding:20px;
  border: solid 1px #fcdb80;
  background: #fff5da;
}

#main div#register-form-div {
  padding-top: 0;

}
#main div#register-form-div dl {
  padding-top: 10px;
}

.form-toggle {
  margin: 0;
  padding:0;
}

.form-toggle li {
  float: left;
  list-style: none;
  padding: 5px;
  border: 3px solid #FCDB80;
  border-top:none;
}

.form-toggle li.selected {
  background: #bb5535;
  color: #fff;
}
.form-toggle li.selected a {
  color: #fff;
  font-weight: bold;
}

#form-countup ,
#form-countdown {
  margin-top: 10px;
  clear: both;
}

/* Navi
 ----------------------------------- */

#navi {
  position: relative;
  top: -2px;
}

#navi ul {
  margin: 0;
  margin-right: 4%;
  margin-left: 10%;
  font-weight: bold;
  padding: 0;
  float: right;
}

#navi ul li {
  background: none;
  list-style: none;
  float: left;
  padding: 0 10px 0 0;
  margin: 0;
}
#navi ul li a:hover {
  opacity: 0.8;
}

ul.sub-navi li {
  float: left;
  margin-left: 15px;
}
ul.sub-navi li.selected {
  font-weight: bold;
  background: #fff url(../images/li-bg-hi.gif) 0 7px no-repeat;
}

/* Contents
 ----------------------------------- */
#contents {
  padding-top: 15px;
  clear: both;
}


.link {
  width: 350px;
  height: 50px;
  font-size:12px;
}

.title,
#count {
  text-align:center;
  font-weight:bold;
  line-height:100%;
}

.title {
  color:#900808;
  font-size:60px;
  border: none;
}
.title a {
  color:#900808;
  text-decoration: none;
}

input.submit {
  margin: 5px auto;
  display: block;
}

#count {
  font-size: 120px;
}

ul.box-list li {
  list-style: none;
  display: inline;
  float: left;
  width: 190px;
  margin: 0 5px 15px 0;
  padding: 0;
  height: 150px;
}

ul.box-list li h3 {
  text-align: center;
  background: #fff url(../images/h3-listbg.png) left bottom repeat-x;
  line-height: 100%;
  padding: 5px 0;
}

ul.box-list li .timerline-count {
  padding: 10px 0 0;
  font-weight: bold;
  font-size: 28px;
  line-height: 100%;
  text-align: center;
}
ul.box-list li em {
  display: block;
  text-align: right;
}

#timerline-list {

}
#timerline-list li {
  list-style: none;
  padding: 20px 10px;
  /*
  background: #fff url(../images/h3-listbg.png) left bottom repeat-x;
  */
}

#timerline-list h3 {
  font-size: 1.6em;
  display: inline;
}

/* main
 ----------------------------------- */
#main-second {
  clear: both;
  margin-top: 10px;
}

#main-second h2 {
  margin-top: 25px;
}

#main-second-left {
  float: left;
  width: 395px;
  margin-right: 10px;
}

#main-second-right {
  float: left;
  width: 395px;
}
#main-second-bottom {
  clear: both;
}

#form-detail-setting {
  display: none;
}

/* Calendar
 ----------------------------------- */
#timer-calendar-table {
  border: solid 1px #ccc;
  width: 100%;
  border-collapse: collapse;
}

#timer-calendar-table td,
#timer-calendar-table th {
  vertical-align: top;
  border: solid 1px #ccc;
  border-collapse: collapse;
  padding: 2px;
  width: 14%;
}

#timer-calendar-table th {
  background: #f0f0f0;
  text-align: center;
  font-weight: bold;
}

#timer-calendar-table td {
  height: 60px;
}
#timer-calendar-table tfoot td {
  height: 30px;
}

.calendar-contents {
  margin-bottom: 2px;
  padding: 1px 2px;
  line-height: 100%;
  background: #7047ea;
  color: #fff;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -opera-border-radius: 1px;
}
.calendar-table-day {
  font-size: 1.0em;
}
.calendar-date-sub {
  font-size: 0.8em;
}

.calendar-table-day-6,
.calendar-table-day-6 a {
  color: #000099;
}

.calendar-table-day-0,
.calendar-table-day-0 a {
  color: #cc0000;
}

.calendar-contents a {
  color: #fff;
  display: block;
  font-size: 0.9em;
  text-decoration: none;
}

.calendar-table-not-this,
.calendar-table-not-this a {
  color: #ccc;
}

#timer-calendar-qa {
  font-size: 1.1em;
  font-style: italic;
}

#timer-calendar-qa a {
  width: 20px;
  padding: 5px;
}

/* Footer 
 ----------------------------------- */

#footer {
  clear:both;
  border-top: solid 2px #fdb9ec;
  background: url(../images/footer_bg.gif) repeat-x;
  height:200px;
  font-size: 11px;
  padding:10px 5px;
  color: #f0f0f0;
}

#footer p {font-size:11px; margin-bottom:5px;}
#footer a {color:#ccc;}


