@charset "UTF-8";

@media screen{

/* ////////////////////////////////////////////////////////////////////////////////////////////////////

[ nav ] 

//////////////////////////////////////////////////////////////////////////////////////////////////// */

#navi {
  border:solid 1px #ccc;
  float:right;
  font-family: Verdana, Geneva, sans-serif, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Hiragino Kaku Gothic Pro W3, "ヒラギノ角ゴ Pro W3", osaka, sans-serif;
  margin-top:15px;
}

#navi li{
  background: white;
  display:block;
  height:55px;
  line-height:55px;
   border-right:solid 1px #ccc;
  float:left;
}

#navi li.contact{
  width:230px;
}

#navi li a:hover{
  background:red;
  color:white;
}

#navi li a {
  display:block;
  height:55px;
  line-height:55px;
  font-weight: bold;
  text-align:center;
  font-size:12px;
  padding:0 15px;
}

#navi li img {
vertical-align: middle;
margin-right:15px;
}

#sub {
  border-bottom:solid 1px #ccc;
  background:black;
  color:white;
  padding:5px 10px 10px;
  font-size:11px;
}


#sub a{
  color:white;

}


#sub .in {
  width: 1050px;
  margin: 0 auto;
  padding: 0;
  color: #ffffff;
  text-align:right;
}


#sub .setting,
#sub .logout{ margin-left:25px; }


#sub .sitemap,
#sub .logout,
#sub .setting{ float:right; }

#sub .sitemap a,
#sub .logout a,
#sub .setting a{ color:#333; }


}