A:LINK{
  text-decoration : none;
}
A:VISITED{
  text-decoration : none;
}
A:HOVER{
  color : red;
  text-decoration : underline;
}
BODY, TABLE{
  line-height : 1.5em;
}
HR{
  color : #e796ce;
  width : 100%;
}
H1{
	width: 100%;
	background-color: navy;
	color: white;
	padding: 4px;
	line-height: 1.5em;
}
H2{
	width: 100%;
	border-width: 0 0 2px 0;
	border-style: solid;
	border-color: orange;
	font-size: 1.2em;
	color: navy;
}
H3{
	width: 100%;
	background-color: #e3bef9;
	color: white;
	font-weight: normal;
	font-size: 1em;
	margin: 3px;
}
H4{
	width: 100%;
	border-width: 0 0 2px 0;
	border-style: solid;
	border-color: orange;
	
	font-size: 1em;
	color: navy;
}
UL{
	margin: 4px 0 4px 16px;
	font-size: 0.8em;
	line-height: 1.3em;
}
LI{
	list-style-image: url('pin.gif');
}
.title{
	color: white;
	background-color: orange;
	font-weight: bold;
	font-size: 1.1em;
	border: 0;
}
.head, .foot{
	color: white;
	background-color: navy;
	font-weight: normal;
	font-size: 80%;
	border: 0;
}
.foot-link{
	color: white;
}
.mini{
	font-weight: normal;
	font-size: 80%;
	line-height: 1.2em;
	border: 0;
}
.news{
	background-color: #F0F0F0;
	border-color: #FFFFFF;
	border: 2px;
	padding: 8px;
	margin: 8px;
	border-style: solid;
	line-height: 1.2em;
	font-weight: normal;
	font-size: 0.8em;
}
.newsTitle{
	background-color: #FFCCCC;
	padding: 8px;
	margin: 0px;
	line-height: 1em;
	font-weight: bold;
	font-size: 0.9em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-top-color: #e3bef9;
	border-right-color: #e3bef9;
	border-bottom-color: #CC6699;
	border-left-color: #CC6699;
}
.menu{
	font-size: 0.8em;
	line-height: 1.2em;
}
.omake{
	font-size: 0.8em;
	background-color: #FFFFEE;
	border-color: #EEEEEE;
	border: 2px;
	padding: 8px;
	margin: 4px;
	border-style: dashed;
	line-height: 1em;
}
.menuG{
	font-size: 0.8em;
	line-height: 1.2em;
	background-color: #F0F0F0;	
}
.memo{
	padding: 8px;
	margin: 8px;
	line-height: 1.2em;
	font-weight: normal;
	font-size: 1.0em;
}
