
/*ボディタグ*/
body {
	background-color:#FFFFFF;
	font-size:12px;
	color:#585858;
}
table{
	font-size:12px;
}

/*リンク*/
a:link,a:visited {color: #585858; text-decoration:underline;}
a:hover,a:active {color: #8cc320; text-decoration:underline;}


/*見出し*/



/*内容*/
.content {
	color:#585858;

}

/*日付け*/
.date {
	color:#585858;
	width:60px;
}

.icon{
	background:url(../images/icon_01.gif)  no-repeat 4px 4px;
	width:12px;
}


