/*サイトマップのCSSです*/


body 
{
background-image:  url(img/rogo01.jpg);
background-repeat: no-repeat;
text-size: 90%;
text-align: center;
margin-right: auto;
margin-left: auto;
margin-top: 0px;
}

#box
{
font-size: 95%;
width: 794px;
text-align: left;
}

#site
{
margin: 50px 40px;
}

.pan
{
padding-left: 5px;
color: #000033;
font-size: 90%;
}

.txt
{
border-bottom: 2px solid #3366ff;
padding-left: 5px;
margin-top: 20px;
}

.tag
{
padding-left: 5px;
}

#site ul li
{
list-style: none;
margin-top: 3px;
padding: 0px;
list-style-image: url(img/mark08.jpg); 
}

#title
{
text-indent:-1999px;
background-image: url(./img/pick01.jpg);
background-repeat: no-repeat;
}

a, a:link, a:visited  
{
color:#000000;
}

a:hover 
{
color: #0099CC;
text-decoration:underline;
position: relative;
top: 1px; left: 1px;
}
