@charset "Shift_JIS";
@import "base.css";

.title{
text-indent: 1em;
font-size: 16pt;
font-weight: bold;
color : #000066;
margin-left: 10px;
margin-top: 15px;
border-left: #3388ff 20px solid;
border-bottom: #3388ff 1px solid;
width: 790px;
}

#rootlist{
font-size : 9pt;
margin: 5px;
text-align: right;
width: 790px;
}

.itemname{
font-weight: bold;
color : white;
margin-top: 20px;
margin-left: 100px;
width: 580px;
padding:5px 10px;
background-color: #3388ff;
}

.item{
color : #000066;
margin-top: 0px;
margin-left: 100px;
width: 580px;
padding:5px 10px;
background-color: #ccccff;
}

dt{
text-decoration : underline;
}

dd{
padding:0.5em;
}

.linkbackcenter{
text-align: center;
margin-top: 20px;
width: 800px;
}

a,a:LINK,a:VISITED{
color : #000066;
text-decoration : none;
}

a:HOVER,a:ACTIVE{
color : #000066;
background-color : #ff9933;
text-decoration : underline;
}
