@charset "UTF-8";
/* ***********************************************************************************************

                                             enquetes.css

*********************************************************************************************** */
/**
 *  アンケートページ用CSS
 */


/* アンケートリスト
----------------------------------------------- */
ul.enquetes{
	margin-bottom:20px;
	margin-left:30px;
	list-style-position:outside;
	list-style:none;
}

ul.enquetes li{
	padding-left:32px;
	line-height:22px;
	font-size:120%;
	font-weight:bold;
	background-image: url(../common/images/blt_01.jpg);
	background-repeat: no-repeat;
	margin-bottom:5px;
}
ul.enquetes li a{
	color: #AB0400;

}
