@import url(http://hayase.tv/mt/mt-static/themes-base/blog.css);
@import url(http://hayase.tv/mt/mt-static/themes/minimalist-red/screen.css);

#navi {
    border-bottom: 1px solid #aaa;
    background: #fff;
    height: 25px;
}
html > body #navi,
html > body #navi ul li a { /* for Safari */
    height: 28px;
}
#navi ul {
    padding: 0;
    list-style: none;
    margin:0 auto;
    position:relative;
    width:940px;
}
#navi ul li {
    float:left;
    border-right:1px solid #aaa;
    width: 100px;
}
#navi ul li a {
    display: block;
    color: #333;
    font-size: 100%;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 2.3;
    text-decoration: none;
}
#navi ul li a:link,
#navi ul li a:visited {
    background: #fff;
}
#navi ul li a:hover {
    color: #000;
    background: #ccc;
}

.grid
{
  clear: both;
}

.workbox
{
  float:left;
  height: 150px;
  width: 150px;
  padding:0px 10px 0px 0;
  text-align: left;

}

.catpage{
padding:0px 15px 30px 15px;
}

#toppage {
padding:10px;
margin-bottom:20px;
background-color:#ffa;
border:1px solid #aaa;
}

.shadow {
-moz-box-shadow: 3px 3px 4px #000;
-webkit-box-shadow: 3px 3px 4px #000;
box-shadow: 3px 3px 4px #000;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
​
