@charset "utf-8";
/* CSS Document */
.menu_list {
	width: 100%;
border:#F00 0px solid;
}
.menu_head{
	width:100%;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
	position: relative;
	margin:1px;
    background: #e4e5e5;
    color:#c50404;
border:#F00 0px solid;
}
.header_poll
{
	width:100%;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
	position: relative;
	margin:1px;
    background: #e4e5e5;
    color:#c50404;
border:#F00 0px solid;
}
.menu_head  a
{
	    color:#c50404;
}
.question
{
font-size:15px;	
width:40%;
text-align:right;
border:#F00 0px solid;
}
.date
{
	width:28%;
font-size:12px;
text-align:left;
height:100%;
border:0px #F00 solid;
margin-bottom:30px;
}
.date a:hover
{
background:#E3C1CA;
height:100%;
}
.menu_body {
	display:none;
       background: #f5f5f5;
	   text-align:right;
}
.menu_body a {
  display:block;
  color:#000;
  background-color:#ffffff;
  padding-left:10px;
  font-weight:bold;
  text-decoration:none;
}
.menu_body a:hover {
  color: #000000;
  text-decoration:underline;
}
