A {
	color: #0044FF;
	text-decoration: none
}

A:hover {
	color: darkorange;
}

H1 {
	font-size: x-large;
	border-style: solid;
	border-width: 0.5em;
	border-color: #FFFFFF #6088FF;
	padding: 0.5em;
}

H2 {
	text-decoration: underline;
	font-size: large;
}

H3 {
	font-size: large;
	font-weight: bold;
}

HR {
   border: 2px dotted #ffffff;
   border-top-color: #666666;
   color: #666666;
}

HR.navi_top {
   margin-top: 1em;
   border: 2px solid #ffffff;
   border-top-color: #6088FF;
   color: #6088FF;
}

HR.navi_bottom {
   clear:both;
   border: 2px solid #ffffff;
   border-top-color: #6088FF;
   color: #6088FF;
}

.small-text {
   color: #000000;
   font-weight: normal;
   font-size: small;
}

.normal-text {
   color: #000000;
   font-weight: normal;
   font-size: medium;
}

.caution {
	color: orangered;
}

.bold {
	color: #000000;
	font-size: medium;
	font-weight: bold;
}

.close {
	color: #000000;
	font-size: small;
	font-weight: normal;
	text-decoration: line-through;
}

ul {
	list-style-type: none;
}

span {
	font-size: small;
	color: #ff6600;
}

table, p {
	margin-left: 2.2em;
}

table.member {
	margin-left: 0.2em;
}

.past {
	margin-left: 2.2em;
	margin-top: 1em;
	margin-bottom: 2em;
}

#navigation {
	width:100%;
}
#navigation ul{
	list-style-type:none;
	list-style-position:outside;
}

#navigation li a {
	display: block;
}
#navigation li{
	line-height: 0em;
	float: left;
	padding: 2%;
}

.update {
	font-size: small;
	text-align: right;
}
