a:link {//リンクテキストの設定
color: #3366CC;
text-decoration: none;
font-size: 10pt;
line-height: 140%; 
}
a:visited{//既に訪れたリンクの設定
color: #AC7CCC;
text-decoration: none;
font-size: 10pt;
line-height: 140%; 
}
a:hover {//マウスオーバー時の設定
color: #990000;
text-decoration: underline;
font-size: 10pt;
line-height: 140%; 
}
a:active {//クリックした瞬間の設定
color: #FF6699;
text-decoration: none;
}
ul { 
margin-top: 5px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 10px;
}

li {
list-style-type: none;
line-height: 150%; 
background-image: url(../common_images/arrow.gif);
background-repeat: no-repeat;
background-position: 0px 5px;
margin: 0px;
padding: 0px 15px;
}
li#sub { 
background-image: url(../sitemap/images/li.gif);
 background-repeat: no-repeat;
 background-position: 5px 5px;
font-size: 50%;
}



