﻿@charset "UTF-8";
@import url(common.css);
@import url(textsettings.css);

body {
	font-size: 75%;
	width: 415px;
	padding-top: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.entry-body {
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.info {
	color: #0066FF;
	font-weight:bold;
}
