@charset "utf-8";
.table_bg {
	background-attachment: scroll;
	background-image: url(imgs/top.png);
	background-repeat: no-repeat;
	background-position: center top;
}
body {
	background-color: #CCCCCC;
	background-image: url(imgs/bg_tile.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: repeat;
	background-attachment: fixed;
}
.blog_title {
	font-size: 16px;
	font-weight: bold;
}
.blog_date {
	font-size: 10px;
	font-style: italic;
	color: #666666;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}

