@charset "UTF-8";

/* global */
body, form, div, p, strong, h1, h2, h3, h4, h5, h6, img {
	margin: 0;
	padding: 0;
	font-size: normal;
	font-weight: normal;
	border: 0;
}
.errormsg {
	font-weight: bold;
	color: red;
}
.none {	display: none;
}
.clear {
	clear: both;
}


#footer {
	clear: both;
	margin: 20px;
	padding: 5px 8px;
	text-align: right;
	font-size: x-small;
	border-top: 1px solid #bbb;
}
#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/*** home ***/
#hometitle {
	margin: 20px;
	font-size: large;
	font-weight: bold;
	text-align: center;
}
#outerframe {
	margin: 0 auto;
	width: 740px;
	border: none;
	border-spacing: 0;
	border-collapse: collapse;
}
#outerframe th.titler {
	border-left: 1px dotted #aaa;
}
/*** calcode ***/
#calblock {
	padding: 0 12px;
	vertical-align: top;
}
#calblock table.cal {
	margin: 10px 5px 25px;
	border-spacing: 0;
	border-collapse: collapse;
}
#calblock .cal thead th {
	margin: 1px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666;
	text-align: center;
	text-decoration: underline;
}
#calblock .cal thead td {
	padding: 3px 3px 1px;
	border: 0;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
#calblock .cal tbody td {
	padding: 1px 0;
	border: 0;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
#calblock .cal tbody td a, #calblock .cal tbody td span {
	padding: 1px 3px;
	display: block;
}
#calblock .cal tbody td a {
	font-weight: bold;
}
#calblock .cal tbody td.sun a, #calblock .cal thead td.sun, #calblock .cal tbody td.sun span {
	color: #b33;
}
#calblock .cal tbody td.wdy a, #calblock .cal thead td.wdy, #calblock .cal tbody td.wdy span {
	color: #333;
}
#calblock .cal tbody td.sat a, #calblock .cal thead td.sat, #calblock .cal tbody td.sat span {
	color: #33b;
}
#calblock .cal tbody td a:hover {
	background-color: #ff0;
	text-decoration: none;
}

/*** areablock ***/
#areablock {
	padding: 0 10px;
	vertical-align: top;
	border-left: 1px dotted #aaa;
}
#areablock .area {
	padding:  10px 10px 10px 20px;
	border-bottom: 1px dotted #888;
	line-height: 1.5;
}
#areablock .area h3 {
	margin-left: -10px;
	font-weight: bold;
}
#areablock .area a {
	margin-right: 20px;
	font-size: 90%;
	color: #00f;
}
#areablock .area a:hover {
	color: #f90;
	text-decoration: none;
}

/*** list ***/
#listtitle {
	margin: 20px;
	text-align: center;
	font-size: 120%;
}
p.emptymsg {
	margin: 20px;
	text-align: center;
}
/*** listtable ***/
table.listtable {
	margin: 10px auto;
	width: 90%;
	border: 1px solid #666;
	border-spacing: 0;
	border-collapse: collapse;
}
table.listtable th {
	padding: 3px 5px;
	border: 1px solid #666;
	background-color: #eee;
	font-size: 90%;
}
table.listtable td {
	padding: 3px 5px;
	border: 1px solid #666;
	font-size: 90%;
}
table.listtable td.c {
	text-align: center;
}

#return {
	text-align: center;
}
#return a {
	color: #00f;
	font-weight: bold;
}
#return a:hover {
	text-decoration: none;
}

/*** listareasel ***/
#listareasel dl {
	margin: 10px 20px;
}
#listareasel dt {
	clear: both;
	margin: 0;
	padding: 10px 0 0;
	font-weight: bold;
}
#listareasel dd {
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
	width: 150px;
	font-size: small;
	line-height: 1.4;
}
table.lslisttable {
	margin: 10px auto;
	width: 96%;
	border: 1px solid #666;
	border-spacing: 0;
	border-collapse: collapse;
}
table.lslisttable th {
	padding: 3px 5px;
	border: 1px solid #666;
	background-color: #eee;
	font-size: 90%;
}
table.lslisttable td {
	padding: 3px 5px;
	border: 1px solid #666;
	font-size: 90%;
}
table.lslisttable td.c {
	text-align: center;
}

table.lslisttable tr.kj {
	background-color: #9fc;
}
table.lslisttable tr.kj span.bold {
	font-weight: bold;
}
table.lslisttable tr.kj a {
	font-weight: bold;
	color: #00f;
}
