﻿@charset "utf-8";

/****************************************

Navi

*****************************************/

#navi06 a img {
  opacity: 0;
  filter: alpha(opacity=0 style=0);
  -moz-opacity: 0;
}

/****************************************

Content

*****************************************/

#questions {
  width:675px;
}
#questions_list {
  width:675px;
  height:50px;
  margin-top:15px;
}
#questions_list li {
  width:216px;
  height:50px;
  float:left;
}
.questions_box {
  width:645px;
  margin-top:15px;
  padding:15px;
  border:1px solid #c8c5b9;
  background:#f2f0ea;
}
.questions_box .q {
  padding:10px 0px 10px 50px;
  background:url(../images/icon_q.gif) no-repeat;
}
.questions_box .a {
  margin-top:10px;
  padding:10px 0px 10px 50px;
  background:url(../images/icon_a.gif) no-repeat;
}