@charset "utf-8";



/* questions */
#questions ol{
	list-style:none;
	margin:0;
	padding:0;	
}

#questions .ans{
	width:590px;
	clear:both;
	display:none;
	padding:10px 0 30px 0;
}

#questions table{
	margin:0 0 10px 0;	
}

#questions td{
	height:40px;
}
#questions .number{
	width:50px;
}

#questions .ques{
	background:url(../../riceplaza/img/question_box.gif) 0 50% no-repeat;
	width:480px;
	height:55px;
	padding:0 25px 0 15px;
}
#questions .btnans{
	background:url(../../riceplaza/img/btn_ans.gif) 0 50% no-repeat;
	width:60px;
	cursor:pointer;
}
#questions .zebra .btnans{
	background:url(../../riceplaza/img/btn_ans.gif) 0 50% no-repeat;
}
#questions .btnans:hover{
	background:url(../../riceplaza/img/btn_ans_on.gif) 0 50% no-repeat;
}

#sentence_wrapper .ans p{
	margin:10px 50px;
}

/* link */

#link_list ul{
	list-style-image:url(../../riceplaza/img/arr_link_01.gif);
	padding:0 0 0 25px;
}
#link_list li{
	margin:10px 0 0 0;
}

#link_list li a{
	display:inline-block;
	font-size:1.1em;
}


/* サイトマップ */


#site_tree li{
	background:url(../../sitemap/img/arr_01.gif) 0 2px no-repeat;
	padding:0 0 0 17px;
}
#site_tree li li{
	background:url(../../sitemap/img/arr_02.gif) 0 2px no-repeat;
}
#site_tree li li li{
	background:url(../../sitemap/img/arr_03.gif) 0 2px no-repeat;
}
#site_tree li.non{
	background:none;
}


#news td, #important td{
height:34px;

}