﻿@CHARSET "utf-8";
form {
	margin: 0pt;
}

h2.bbs {
	border-top: 3px solid #0000CD;
	border-bottom: 3px solid #0000CD;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0px 0px 0px 35px ;
	background-image: url(./img/ball.gif);
	background-repeat: no-repeat;
	height: 36px;
	font-size: 14pt;
	font-weight: bold;
	color: #0000CD;
	vertical-align: middle;
}

h3.bbs {
	font-size: 12pt;
	font-weight: bold;
	color: #0000CD;
	margin: 5px 0px 0px 15px;
	padding: 3px 0px 0px 3px;
	border-top: dashed 1px #0000CD;
	border-bottom: dashed 1px #0000CD;
}

div.board1 {
	margin: 0pt 0pt 5pt 10pt;
}

div.board2 {
	margin: 0pt 0pt 5pt 20pt;
}

p.name {
	float: left;
	margin: 0;
}

p.time {
	float: right;
	margin: 0;
	text-align: right;
}

p.contents {
/* MacのIEでは読み込まない
	display: block;
	width: 540px;
	overflow: auto;
ここまで */
	clear: both;
	margin: 0;
}

form.board {
	display: block;
	text-align: right;
}

textarea {
	font-size:10pt;
}