/* ヘッダ*/
.header {
  width: 900px;
  height: 170px;
}

.subtitle {
  width: 900px;
  height: 120px;
  font-size: .8em;
  color: #ffffff;
  background-image: url(../menubar/img001.png);
}
/*フッタ*/
.footer {
  margin: 10px;
  padding-top: 5px;
  border-top: solid 2px #2881c2;
  font-size: 10px;
  color: #ffffff;
  text-align: center;
}


/*メニュー*/
.menu ul{
  font-size: 0;
  width:100%;
  height: 50px;
  padding:0px;
}

.menu ul li{
  font-family: 'Noto Serif JP', serif;
  display: inline-block;
  font-size: 18px;
  width:20%;
  height: 50px;
  background: linear-gradient(#015393 0%, #002d57 100%);
  text-align: center;
  padding-top:12px;
}
.menu ul li:hover {
  background: linear-gradient(#007475 0%, #002d57 100%);
}

.menu a{
  text-decoration: none;
  color: #ffffff;
}


/* バナー */
.banner {
  width: 401px;
}
.banner ul li{ 	
    display: inline-block;
    vertical-align:top;
}

.banner ul{
  width:100%;
  padding:0px;
}
.banner li {
  width:195px;
}

.banner a {
  text-decoration: none;
}
.banner img {
  width:195px;
}

/* TweetPics*/
.tweetpics-table{
  margin: 10px 0px;
  padding: 0px 0px;
  height:420px;
  width:480px;
  overflow:auto;
}
.tweetpics-row{
  font-size: 10pt; 
  padding: 10px; 
  width:440px; 
  border-bottom:1px 
  solid #2881c2;
}
.tweetpics-row a{
  text-decoration: none;
}
