@charset "utf-8";
/* quiz css -------------------------------------*/

*{
font-size:13px;
}

div#story_list li {
  margin:10px 0px 0px 0px;
}
div#story_list a {
  border:none;
  color:#666;
}
div#story_list a:hover {
  color:#F90;
}
div.title {
  width:600px;
  height:40px;
  margin-bottom:5px;
  background:url(../img/story-title_bg.gif) no-repeat;
}
div.title h3 {
  padding:13px 0px 0px 45px;
}
div.text {
  float:left;
  width:390px;
}
div.text p {
  margin:0px 0px 1em 10px;
  line-height:1.5em;
}
div.text p span {
  padding-bottom:2px;
  border-bottom:1px dashed #EEE;
}

div.right_column ul#quiz_button {
  height:80px;
  width:600px;
  margin:0px auto 0px auto;
}
div.right_column ul#quiz_button li {
  float:left;
  display:block;
  margin:0px 60px;
}

div.right_column p span {
  line-height:2.0em;
}


ul#quiz_button li a {
  display:block;
  width:147px;
  height:50px;
}

ul#quiz_button li.apply a {
	background-image:url(../img/bt_apply.jpg);
}

ul#quiz_button li.apply a:hover {
	background-position:0px -50px;
}

ul#quiz_button li.regist a {
	background-image:url(../img/bt_regist.jpg);
}

ul#quiz_button li.regist a:hover {
	background-position:0px -50px;
}

div.notice p {
  margin:5px 0px;
  color:#999;
}
/*------------------------------------------------*/

