*{
	margin: 0;
	padding: 0;
}

body { width: 100%; }

#body { position: relative; }
#header { width: 100%; }
#footer { width: 100%; clear: both;}


#left { float: left; width: 200px;}
#right { float: right; width: 220px;}
#center { margin: 0 220px;}

table.cal {
	border-collapse: collapse;
	border-spacing: 0px;
	border-width: 3px;
	border-style: solid;
	border-color: #2222aa;
	background-color: #ffffff;
}

td.calheadweekday {
	width: 80px;
	height: 25px;
	margine: 0px;
	padding: 1px 4px 1px 4px;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	border-width: 0px 0px 3px 3px;
	border-style: solid;
	border-color: #2222aa;
	background-color: #ffffff;
	font-size: 14pt;
	font-weight: 800;
}

td.calheadsaturday {
	width: 80px;
	height: 25px;
	margine: 0px;
	padding: 1px 4px 1px 4px;
	color: #0000ff;
	text-align: center;
	vertical-align: middle;
	border-width: 0px 0px 3px 3px;
	border-style: solid;
	border-color: #2222aa;
	background-color: #ffffff;
	font-size: 14pt;
	font-weight: 800;
}

td.calheadholyday {
	width: 80px;
	height: 25px;
	margine: 0px;
	padding: 1px 4px 1px 4px;
	color: #ff0000;
	text-align: center;
	vertical-align: middle;
	border-width: 0px 0px 3px 3px;
	border-style: solid;
	border-color: #2222aa;
	background-color: #ffffff;
	font-size: 14pt;
	font-weight: 800;
}

td.calweekday {
	width: 80px;
	height: 80px;
	margine: 0px;
	padding: 4px;
	text-align: left;
	vertical-align: top;
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #2222aa;
	background-color: #ffffff;
}

td.calweekdayimportant {
	width: 80px;
	height: 80px;
	margine: 0px;
	padding: 4px;
	text-align: left;
	vertical-align: top;
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #2222aa;
	background-color: #ffff80;
}

td.calholyday {
	width: 80px;
	height: 80px;
	margine: 0px;
	padding: 4px;
	text-align: left;
	vertical-align: top;
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #2222aa;
	background-color: #e8e8e8;
}

td.calothermonth {
	width: 80px;
	height: 80px;
	margine: 0px;
	padding: 4px;
	text-align: left;
	vertical-align: top;
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #2222aa;
	background-color: #a0a0a0;
}

td.memoweekday {
	width: 480px;
	height: 300px;
	margine: 0px;
	padding: 4px;
	text-align: left;
	vertical-align: top;
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #2222aa;
	background-color: #ffffff;
}

td.memoweekdayimportant {
	width: 480px;
	height: 300px;
	margine: 0px;
	padding: 4px;
	text-align: left;
	vertical-align: top;
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #2222aa;
	background-color: #ffff80;
}

td.memoholyday {
	width: 480px;
	height: 300px;
	margine: 0px;
	padding: 4px;
	text-align: left;
	vertical-align: top;
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #2222aa;
	background-color: #e8e8e8;
}

td.memoothermonth {
	width: 480px;
	height: 300px;
	margine: 0px;
	padding: 4px;
	text-align: left;
	vertical-align: top;
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #2222aa;
	background-color: #a0a0a0;
}

font.monthname {
	font-size: 32pt;
}

font.taian {
	font-size: 8pt;
	color: #ff0000;
}

font.calweekday {
	font-size: 20pt;
}

font.calsunday {
	font-size: 20pt;
	color: #ff0000;
}

font.calsaturday {
	font-size: 20pt;
	color: #0000ff;
}

font.content {
	font-size: 10pt;
	color: #000000;
}

font.small {
	font-size: 8pt;
}

img.right {
	float: right;
	vertical-align: top;
}

div.right {
	text-align: right;
}

div.title {
	padding: 4px;
	text-align: left;
	background-color: #fac090;
}

font.subtitle {
	font-size: 16pt;
	font-family: cursive, serif;
}

font.title {
	font-size: 24pt;
	text-shadow: white 4px 4px;
}

font.title2 {
	font-size: 24pt;
	color: #ffffff;
	text-shadow: black 4px 4px;
}

div.memomark {
	font-family: cursive, serif;
	font-size: 12pt;
	color: #f4782c;
	text-align: center;
	text-shadow: black 2px 2px;
}

div.informationlist {
	font-size: 11pt;
	color: #000000;
	background-color: #fdeada;
}

h4.error {
	font-size: 12pt;
	color: #ffffff;
	background-color: #ff0000;
	text-align: center;
}

h4.ok {
	font-size: 12pt;
	color: #ffffff;
	background-color: #0000aa;
	text-align: center;
}

h5.informationlist {
	font-size: 11pt;
	color: #ffffff;
	background-color: #f4782c;
	text-align: center;
}

h5.information {
	font-size: 14pt;
	color: #ffffff;
	background-color: #f4782c;
	text-align: center;
}

h5.informationtitle {
	margin: 0px 0px 4px 0px;
	font-size: 14pt;
	color: #ffffff;
	background-color: #f4782c;
	text-align: center;
}

div.information {
	font-size: 16px;
	width: 600px;
	margin: 8px 0px 0px 0px;
	padding: 4px;
	border: 2px;
	border-color: #f4782c;
	border-style: solid;
	background-color: #fdeada;
}