﻿body {
    margin:0; 
    padding:0; 
    background:#000; /* efefef */
    color:#fff;
    font-size: 14px;
    text-align:center; /* used to center div in IE */
    font-family:メイリオ,gotham;
}
#wrapper {
    width:788px; 
    margin:8px auto; 
    padding:7px 15px; 
    text-align:left;
    border:1px solid #efefef;
}
.bat {
    padding: 10 10 10 10;
    margin:5px 5px 5px 5px;
    background:#efefef; /* 26004d */
} 
/*
#lightbox {
    position:fixed; /* keeps the lightbox window in the current viewport */
    top:0; 
    left:0; 
    width:100%; 
    background: rgba(0,0,0,.7);
    text-align:center;
    width:100%; 
    height:100%; 
    overflow: scroll;
}
#lightbox p {
    text-align:right; 
    color:#fff; 
    margin-right:20px; 
    font-size:12px; 
}
#lightbox img {
    box-shadow:0 0 25px #111;
    max-width:980px;
}

*/