@charset "utf-8";

@import url("../common/reset.css");
@import url("../common/style.css");
@import url("../common/clearfix.css");

body {
	background-image: none;
	background-color: #FFFFFF;
}

div#blog {
	font-size: small;
	text-align: left;
}
div#blog h2 {
	width: 525px;
	border-bottom: solid 2px #999999;
}
div#blog table.list {
	width: 525px;
}
div#blog table.list tr th,
div#blog table.list tr td {
	border-bottom: dotted 1px #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
div#blog table.list tr th {
	text-align: left;
	width: 6.5em;
	padding-left: 1.3em;
	background-image: url(../common_img/list_mark.gif);
	background-repeat: no-repeat;
	background-position: 2px 0.4em;
}