/*
/=================================
  共通
/=================================  
*/
body {
    font-family: 'ＭＳ Ｐゴシック', 'MS PGothic', 'Mona', 'mona-gothic-jisx0208.1990-0', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    background-color: #e5ffff;
}

.wrapper {
    width: 998px;
    margin: 0 auto;
}

.continer {
    margin: 0 auto;
    background-color:white;
}

a:hover {
    text-decoration: underline;
    color: #333333;
}

/*
/=================================
  ヘッダー
/=================================  
*/
.header-zone {
    width:100%;
    height:30px;
    border-bottom:1px solid #cedaf3;
}

.header-introduction-box {
    padding-left:10px;
    line-height:30px;
    float:left;
}

.header-introduction {
    color:#1d3994;
    font-size:12px;
}

.header-twitter-box {
    padding-top:5px;    
    padding-left:640px;
    float:left;
}

.header-rss-box {
    padding-top:5px;    
    padding-left:10px;
    float:left;
}

.site-short-img {
    width:20px;
    height:14px;
}

.twwiter-short-img {
    width:25px;
    height:25px;
}

.rss-short-img {
    width:25px;
    height:25px;
}

/*
/=================================
  フッター
/=================================  
*/
.footer-zone {
    width:100%;
    height:50px;
    background-color: #252522;
    text-align:center;
    color:white;
    font-weight:bold;
    line-height:50px;
}