/* CSS Document */

body {
	font-family: "ＭＳ Ｐゴシック", "MS P Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka",Tahoma, Verdana,Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 12px;
	line-height: 150%;
}
a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #003300;
}
a:hover {
	text-decoration: underline;
	color: #663300;
}

.rss {
	padding: 2px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
li {
	font-size: 12px;
	text-decoration: none;
	background-image: url(../images/hr-dot-s.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 5px;
	padding-bottom: 10px;
}
li a {
	background-image: url(../images/icon-maru01.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-left: 15px;

}
li a:hover {
	background-image: url(../images/icon-maru02.gif);
	background-repeat: no-repeat;
	background-position: left 0px;

}
.top-rss {
	background-image: url(../images/dot-line.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 3px;
	line-height: 150%;
}

