ul.shadetabs{
padding: 5px 0;
margin:0;
font: bold 12px "ＭＳ Ｐゴシック";
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
background: none;
border:none;


}

ul.shadetabs li{
display: inline;
margin: 10px 0 0;
background: none;
border:none;

}

ul.shadetabs li.br{
display: block;
clear:both;
height:10px;
margin: 10px;
background: #ffe;
border:none;

}

ul.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin: 0;
border: 1px solid #ccc;
color: #555;
background: white url(../img/stripe1.png) top left repeat-x;

}

ul.shadetabs li a:visited{
color: #555;
}

ul.shadetabs li a:hover{
color: #555;
}

ul.shadetabs li.selected{
position: relative;
/*top: 1px;*/
}

ul.shadetabs li.selected a{ /*selected main tab style */
color: #339;
background-image: url(../img/stripe1.png);
border: 1px solid #666;
}

ul.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

div.contentstyle{
/*border-top:1px solid gray;*/
width: 900px;
margin-bottom: 1em; padding: 5px 0;
}