#Body{
 background:url(http://web.kyoto-inet.or.jp/org/nknet/snsimg/body.gif);
}
#Container{
width:1000px;
margin:0px auto 0px;
}
.container {
 background:#000099;
}

.navbar-inner{
   background:#000099;
   border-bottom: 2px solid #000099;
   background-color: #000099;
  background-image: -moz-linear-gradient(top, #000099, #000099);
  background-image: -ms-linear-gradient(top, #000099, #000099);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000099), to(##000099));
  background-image: -webkit-linear-gradient(top, #000099, ##000099);
  background-image: -o-linear-gradient(top, #000099, ##000099);
  background-image: linear-gradient(top, #000099, ##000099);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000099', endColorstr='#000099', GradientType=0);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.btn-navbar{
 background-color: #000099;
}
.navbar{
 background:#000099;
}
div.partsHeading{
 background:#000099;
 border: 1px solid #0000aa;
}
.navbar .nav > li > a {
 border-right: 1px solid #000099;
 border-left: 1px solid #000099;
}
#sideBanner {
  float: right;
  width: 160px;
  padding-top: 10px;
}
select {
  width: 160px;
}

a:link {/*未訪問のリンク*/
    color:#9966ff;
    font-style:normal;
}
a:visited {/*訪問後のリンク*/
    color:#00cc99;
    text-decoration:underline;
}