@charset "shift_jis";

body {
	font-size: 80%;
	background: #f0f0f0;
	line-height: 140%;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #dd0000;
}
div.head {
	float: left;
	width: 33%;
}
div.head img {
	border: 0;
}
div.clear {
	clear: both;
}
table.calen {
	margin: 0 auto;
	border-collapse: collapse;
}
table.calen th, table.calen td {
	border: 1px solid #444;
	padding: 5px;
}
table.calen th {
	background: #ccffff;
	color: #023262;
}
table.calen td {
	background: #fff;
}
th.w-s {
	width: 2.5em;
	white-space: nowrap;
}
th.w-m {
	width: 6.5em;
	white-space: nowrap;
}
th.w-l {
	width: 40em;
}
div.date {
	color: #bd0000;
	font-size: 120%;
	font-weight: bold;
	margin-top: 4px;
}
div.home input {
	width: 80px;
}
div.head img, div.obi img {
	vertical-align: middle;
}
div.obi {
	border: 1px solid #023262;
	color: #023262;
	background: #d0dafd;
	padding: 6px;
}
p.err {
	color: #dd0000;
}

/* 書き込みフォーム */
table.form {
	border-collapse: collapse;
	margin: 1em;
}
table.form th, table.form td {
	padding: 5px;
	border: 1px solid #000;
}
table.form th {
	background: #ddd;
}
table.form td {
	background: #fff;
}
table.form span {
	color: green;
}
div.form-ttl-new {
	border-top: 1px dotted #dd0000;
	color: #dd0000;
	padding: 6px;
	font-weight: bold;
}
div.form-ttl-edit {
	border-top: 1px dotted #023262;
	color: #023262;
	padding: 6px;
	font-weight: bold;
}
img.ico {
	border: none;
	vertical-align: top;
	margin-left: 3px;
}

/* 寄せ */
.ta-c {
	text-align: center;
}
.ta-l {
	text-align: left;
}
.ta-r {
	text-align: right;
}

/* 戻りボタン */
div.backbtn {
	text-align: right;
	margin: 6px 0;
}
