@charset "UTF-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	font-family: 'Lucida Grande', 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', sans-serif;
}

ul{
	margin:0;
	padding:0;
	color:#333;
	background-image:url(../images/news_back.png);
	background-repeat:repeat-x;
	height:100%;
}
ul li{
	text-align:left;
	line-height:1.5em;
	list-style:none;
	background-image:url(../images/news_listmark.gif);
	background-position:3px 0.35em;
	background-repeat:no-repeat;
	padding:0 0 0.5em 18px;
	border-bottom:1px dashed #ccc;
}
ul li a{
	color:#06C;
}
ul li a:hover{
	color:#C00;
}

