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

a:link {
	color: #00f
}
a { text-decoration: none }
a:visited {
	color: #639
}
a:active {
	color: #f6f
}
a:hover {
	color: #f6f
}



#newsBox {
	color: #5a5a5a;
	font-family: 'ヒラギノ丸ゴ Pro W4', 'Hiragino Maru Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #42542e;
	width: 585px;
	font-size: 90%;
	line-height: 150%;
	letter-spacing: 0.05em;
}
#newsBox ul {
	list-style-type: none;
	padding: 0px;
	width: auto;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
}
#newsBox li    {
	list-style-image: url(image/info_arrow.gif);
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-position: inside;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #42542e;
	text-decoration: none;
}
#newsBox a {
	text-decoration: none;
}

/*.oka .infoBox li {
	list-style-image: url(../../image/info_arrow.gif);
	list-style-position: inside;
	line-height: 180%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #42542e;
	font-size: 90%;
}*/