BODY{
	color : #333333;
	font-size : 86%;
}
TD{
	color : #333333;
	font-size : 86%;
}
FORM{
	margin: 0px;
}
A{
	color : #333333;
	text-decoration : none;
}
A:LINK{
	color : #333333;
	text-decoration : none;
}
A:VISITED{
	color : #333333;
	text-decoration : none;
}
A:HOVER{
	color : #0000FF;
	text-decoration : underline;
}
A:ACTIVE{
	color : #333333;
	text-decoration : none;
}
.LinkA {
	color : #0000FF;
	text-decoration : none;
}
.LinkA:LINK{
	color : #0000FF;
	text-decoration : none;
}
.LinkA:VISITED{
	color : #0000FF;
	text-decoration : none;
}
.LinkA:HOVER{
	color : #FF00FF;
	text-decoration : underline;
}
.LinkA:ACTIVE{
	color : #0000FF;
	text-decoration : none;
}
/* HTMLリファレンス */
.Title:LINK{
	color : #5353A6;
	text-decoration : none;
}
.Title:VISITED{
	color : #5353A6;
	text-decoration : none;
}
.Title:HOVER{
	color : #5353A6;
	font-weight:bold;
	text-decoration : none;
}
.Title:ACTIVE{
	color : #5353A6;
	text-decoration : none;
}
.TitleLink:LINK{
	color : #ffffff;
	text-decoration : none;
}
.TitleLink:VISITED{
	color : #ffffff;
	text-decoration : none;
}
.TitleLink:HOVER{
	color : #FFFF00;
	font-weight:bold;
	text-decoration : none;
}
.TitleLink:ACTIVE{
	color : #ffffff;
	text-decoration : none;
}
TD.img { /* Plain color */
    background-image: url('back_ppl.gif');
}
TD.ul { /* Plain color */
    border-style:solid;
    border-width : 0 0 1px 0;
    border-color: #8080C0;
    border-collapse:collapse;
}
TD.rl { /* Plain color */
    border-style:solid;
    border-width : 0 1px 0 0;
    border-color: #8080C0;
    border-collapse:collapse;
}
TD.rul { /* Plain color */
    border-style:solid;
    border-width : 0 1px 1px 0;
    border-color: #8080C0;
    border-collapse:collapse;
}
