
/*ボディタグ*/
body {
	background-color:#FFFFFF;
	font-size:13px;
	color:#000000;
}


/*リンク*/
a:link{color:#006400; text-decoration:underline;}
a:visited{color:#006400; text-decoration:underline;}
a:hover{ color:#006400; text-decoration:underline;}
a:active{ color:#006400; text-decoration:underline;}


/*タイトル*/
.title {
	font-weight:bold;
	font-size:18px;
	color:#000000;
}

/*見出し*/
.headline {
	font-weight:bold;
	font-size:15px;
	color:#000000;
}

/*内容*/
.content {
font-size:12px;
	color:#000000;
	line-height:150%;
}

/*日付け*/
.date {
	font-size:12px;
	color:#000000;
	line-height:150%;
}

.style_left{float:left; width:70px; margin-left:10px;}
.style_right{float:left; width:350px; text-align:left;}
.clear{clear:both;}


