a:link
{
    /* リンク */
    text-decoration: none;
    color: #000080;
    BORDER: none;
}

a:hover
{
    /* リンク上にカーソルが移動した時 */
    text-decoration: underline;
    color: #ff0000;
    background-color: #ffffcc;
    BORDER: none;
}

a:visited
{
    /* 訪問済みリンク */
    color: #800080;
    BORDER: none;
}

a:active
{
    /* アクティブリンク */
    color: #ff0000;
    BORDER: none;
}

div
{
}
.textstyle01
{
    text-align: left;
    text-indent: 1em;
    word-spacing: 0em;
    vertical-align: top;
    font-size: small;
    color: ##0000CC;
}
.textstyle02
{
    text-align:left;
    text-indent: 65em;
    word-spacing: 0em;
    vertical-align: top;
    font-size: x-small;
    color: #666666;
}
.textstyle03
{
    text-align: left;
    text-indent: 1em;
    word-spacing: 0.0em;
    vertical-align: bottom;
    text-autospace: ideograph-space;
    font-size: small;
    color: #666666;
}
.textstyle04
{
    text-align: left;
    text-indent: 1em;
    word-spacing: 0.5em;
    vertical-align: top;
    font-size: x-small;
    color: #666666;
}
.textstyle05
{
    text-align:left;
    text-indent: 0em;
    word-spacing: 0em;
    vertical-align: top;
    font-size: x-small;
    color: #666666;
}

ul {
	list-style:none;
	margin:0px; padding:0px;
	text-align:center;
}
li {
	display:inline;
	list-style:none;
	margin:0px; padding:0px;
}
li a {
	display:block;
	float:left; width:90px;
	margin:0; padding:6px 8px;
	color:#E0E0E0;
	background-color:#FFFFFF;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
}
li a:hover {
	background-color:#E0E0E0;
}