form {
	margin: 0;
}
div#board a {
	text-decoration: none;
}
div#board a:link {
	color: #606060;
}
div#board a:visited {
	color: #606060;
}
div#board a:hover {
	color: purple;
}
div.last {
	border-bottom: 1px dotted #ccc;
	width: 100%;
}
td.notes-sub {
	width: 75%;
}
.entry-title {
	font-weight: bold;
	font-size: 14px;
	margin: 0;
}
hr {
	border: 1px dotted #ccc;
}
div#board tr, div#board td, div#board input, div#board textarea {
	color: #0f1c3a;
	padding: 0.5em;
}
div#board input.txt {
	background-color: transparent;
	border: solid #0f1c3a;
	border-width: 0px 0px 1px 0px;
	height: 13px;
}
div#board input.button {
	background-color: transparent;
	border: solid #0f1c3a;
	border-width: 0px 1px 1px 0px;
}
.px {
	background-color: #e8f1ff;
	border: 1px solid #0f1c3a;
}
input.px {
	width: 50%;
}
input#url {
	width: 60%;
}
textarea.px {
	width: 95%;
	height: 10em;
}
div#board div.p {
	margin-bottom: 0px; 
	padding: 2px 5px 2px 15px;
	line-height: 1.4em;
}
tr.lastpost {
	text-indent: 5em;
}
tr.lastpost td {
	margin-top: 0;
	padding-top: 0;
	height: 2em;
}
table.px {
	text-align: left;
}
table#comment-forms {
	margin: 0 auto;
}
.board-menu {
	text-align: center;
	margin: 0 auto;
}
td.forms {
	text-align: right;
}
/* -- screen, print メディア ↓------*/
@media screen, print {

div#board tr, div#board td, div#board input, div#board textarea {
	font-size: 12px;
	font-family: Verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 150%;
}
table.px {
	width: 32em;
	margin-left: 1.5em;
}
table#mailform-result {
	width: 29em;
}
table#comment-forms {
	width: 24em;
}
div#board .p {
	font-size: 12px;
	text-align: left;
}
div#board {
	width: 95%;
}
/* ----------------------
	IE6用
------------------------ */
* html table#comment-forms {
	margin-left: 5em;
}
* html p.board-menu {
	margin-left: -7em;
}
* html table.board-menu {
	margin-left: 12em;
}
}/* -- screen, print メディア ↑-----*/
/* -- handheld メディア ↓----------*/
@media handheld {
table.px, #mailform-result {
	width: 100%;
}
div#board {
	font-size: 10px;
	line-height: 135%;
}
div.last {
	width: 100%;
}
td.notes-sub {
	width: 90%;
}
table#comment-forms {
	width: 100%;
}
}/* -- handheld メディア ↑----------*/

