/*スタッフ紹介*/
ul.staff{
 width:520px;
 margin-top:10px;
 margin-left:5px;
 font-size:12px;
 line-height: 16px;
 padding-left:0;
}

ul.staff li{
 list-style:none;
 padding:3px;
 width:auto;
 float:left;
}

.profile{
 width:500px;
 padding:10px;
 background:#CDCDCD;
 font-size:12px;
 line-height: 16px;
 border-style:groove;
}


/*ツリーメニュー設定*/
.tree {
 line-height: 94%;
 width:500px;
 }
.tree a { text-decoration: none; color: #000080; }
.tree a:hover { color: red; }
