@charset "utf-8";

a:link  { color: #0071B8; font-size: 12px; line-height: 18px; text-decoration: underline }
a:visited  { color: #0071B8; font-size: 12px; line-height: 18px; text-decoration: underline }
a:hover  { color: #FF6600; font-size: 12px; line-height: 18px; text-decoration: none }

a.newentry:link  { color: #333333; font-size: 12px; line-height: 16px; text-decoration: none }
a.newentry:visited  { color: #333333; font-size: 12px; line-height: 16px; text-decoration: none }
a.newentry:hover  { color: #FF6600; font-size: 12px; line-height: 16px; text-decoration: underline }

a.whatsnew:link  { color: #0090D5; font-size: 12px; line-height: 18px; text-decoration: none }
a.whatsnew:visited  { color: #0090D5; font-size: 12px; line-height: 18px; text-decoration: none }
a.whatsnew:hover  { color: #FF6600; font-size: 12px; line-height: 18px; text-decoration: underline }

a.more:link  { color: #0090D5; font-size: 11px; line-height: 14px; text-decoration: none }
a.more:visited  { color: #0090D5; font-size: 11px; line-height: 14px; text-decoration: none }
a.more:hover  { color: #0090D5; font-size: 11px; line-height: 14px; text-decoration: underline }


ul.bnBox {
	margin: 5px 0 0 3px;
	padding-left: 15px;
	list-style-image: url(./cocolog/images/top_arrow.gif);
	line-height: 1em;
	}


