@charset "utf-8";
/* CSS Document */
:link {
	Color : blue ;
	Text-Decoration : None
}
:active {
	Color : blue ;
	Text-Decoration : None
}
:visited {
	Color : blue ;
	Text-Decoration : None
}
A:hover {
	Color : blue ;
	Text-Decoration : Underline
}
.komo_style1 {
	color: #990000;
	font-weight: bold;
}
    
.komo_style2 {
	font-style: normal;
	color: #FFFFCC;
}
table.komo {
	width: auto;
	color: #000000;
	border: 1px solid #999999;
}

