@charset "UTF-8";
#maincontant{
margin:0 auto;
width:1000px;
background:url("../lib/bg_maincontant.jpg") top center no-repeat;
}

#area{
float:left;
margin:0 0 0 50px;
_margin-left:20px;
padding-top:40px;
width:690px;
text-align:left;
}

#area h3{width:698px; height:77px; background:url("../lib/question/title.jpg") 0 0 no-repeat; text-indent:-9999px;}
#area h4{margin:10px 0 0 60px; color:#339966; font-size:1.6em;}
#area h5{margin:5px 0 0 60px; font-size:1.1em; color:#993300;}
#area p{margin:10px 0 0 60px;}

#participated{width:500px; margin:15px 0 0 70px;}

#yes{float:left; margin:0 50px 0 0; width:183px; height:59px; background:url("../lib/question/yes_btn_b.jpg") 0 0 no-repeat; text-indent:-9999px;}
#yes a{display:block; width:183px; height:59px; background:url("../lib/question/yes_btn_a.jpg") 0 0 no-repeat;}
#yes a:hover{background:url("../lib/question/yes_btn_b.jpg") 0 0 no-repeat;}

#no{float:left; width:183px; height:59px; background:url("../lib/question/no_btn_b.jpg") 0 0 no-repeat; text-indent:-9999px;}
#no a{display:block; width:183px; height:59px; background:url("../lib/question/no_btn_a.jpg") 0 0 no-repeat;}
#no a:hover{background:url("../lib/question/no_btn_b.jpg") 0 0 no-repeat;}

#left em{font-size:1.2em; font-weight:500; color:#006600;}

#left table{
width:700px;
margin:0 0 5px 5px;
}
#left td,#left th{padding:10px; border-bottom:1px dotted #2e2e2a;}
#left input,#left textarea{margin:5px 0 0 0; padding:5px;}
#left table.submit td{border:none;}
