@charset "UTF-8";

/* lineup.css */ 


/* ---------- layout  ---------- */

.body {background:url(../images2/bg.jpg);
  background-repeat:repeat-y;
  background-position:center;
  color:#330000;}

.default_eng {font-size: 13px;
  line-height:1.5em;}

#about { background:url(images/bg.png);
  background-position:right;
  background-repeat:no-repeat;}  

#faqBox{
  width:100%;
}

#faqBox td {width:50%;
  vertical-align:top;
  text-align:left;}

#question{
  text-align:left;
  margin:0 10px 0 0;
}

#question li{
  font-size:13px;
  padding-right:10px;
  list-style-image: url(images/icon.png);
  line-height:20px;
}

/* ---------- FAQページ ---------- */


.q{
  background:url(images/q.png) left top no-repeat;
  font-size:13px;
  font-weight:bold;
  padding:0px 0px 0px 25px;
  color:#ff6c00;
  height:20px;
  margin-top:10px;
}

.a{
  background:url(images/a.png) left top no-repeat;
  font-size:13px;
  padding:0px 0 10px 25px;
  margin:10px 0px 0px 20px;
}

/* ---------- 注意事項ページ ---------- */

.attention_notes{
  font-size:13px;
  text-align:left;
  margin:0px 0 30px 0px;
}

.attention_notes li{
  line-height:23px;
  list-style-type:disc;
}

.twitter {text-align:center;
  margin:30px auto;
  width:900px;
  float:left;}