/* 全体の設定 */
body{
	color:black;
	background:#f8f8f8 url("../img/daten.gif") no-repeat 0% 0%;
}

/* リンク */
A:link{ color:#006677;}
A:visited{ color: #6699bb; text-decoration: none; }
A:hover{ color: #f55555;  text-decoration: underline; }
A:active{ color: #f55555; }

/*----- メイン左側　(記事) ------*/
div#left {
	border-right:3px dotted #000000;
}
/*----- メイン右側　(柱リンク) ------*/
div#right {
	float : left;
}

/* 左側 */
/* 日付 */
h3, p.date{
	font-size:1.0em;
	border-bottom:1px solid #000000;
	font-weight: bold;
	padding-left:5px;
}
