﻿@charset 'UTF-8';

body {
	color: black;
	background: #cfc url('./body.gif');
	font: small/1.5 'メイリオ','ＭＳ Ｐゴシック',Osaka,sans-serif;
}
address {
	color: green;
	text-align: right;
}
h1 {
	font-size: xx-large;
	font-weight: bold;
}
h2 {
	font-size: large;
	font-weight: bold;
	text-align: center;
}
h3 {
	font-size: medium;
	font-weight: bold;
}
p {
	text-indent: 1em;
}
a {
	text-decoration: underline;
}
a:link {
	color: blue;
}
a:visited {
	color: purple;
}
a:hover {
	background: #cfc;
}
ul {
	margin: 0.5em;
	padding: 0;
	list-style: none;
}
li {
	margin-bottom: 0.5em;
}
table {
	border-collapse: collapse;
}

#title {
	background: #fff url('./title.gif');
	border: green thick dashed;
	height: 100px;
	position: relative;
}
#title a {
	color: green;
	background: transparent;
	line-height: 100px;
	text-align: center;
	text-decoration: none;
	width: 100%; height: 100%;
	position: absolute;
}

#menu {
	background: #fff url('./menu.gif');
	padding: 1em;
	border: green medium dotted;
	width: 150px;
	position: absolute;
}

#main {
	margin-left: 200px;
}
.nav {
	text-align: center;
}
.article, #calendar {
	background: #fff url('./main.gif');
	margin: 1em 0;
	border: green thin solid;
}
.article {
	padding: 2em;
}
#calendar th, #calendar td {
	border: green thin solid;
}
#calendar th {
	color: green;
	width: 14%;
}
th.holiday, th.saturday {
	width: 15%;
}
#calendar td {
	vertical-align: top;
}
.holiday {
	color: red;
}
.saturday {
	color: blue;
}
td#today {
	border-width: medium;
}
#calendar ul {
	color: black;
}
.weblog:before {
	content: "「";
}
.weblog:after {
	content: "」";
}
.del {
	text-decoration: line-through;
}

