html,body {
    margin : 0;
    padding : 0;
    font-family: "Helvetica Neue","Helvetica","Arial","Hiragino Kaku Gothic Pro","Meiryo","MS PGothic",sans-serif;
}
body {
    background-color : black;
    background-image : url(http://secret-service.link/pict/bg.jpg);
    background-position : bottom center;
    background-size : cover;
    background-attachment : fixed;
}
a {
    color : gray;
    text-decoration : none;
}
a:hover {
    text-decoration : underline;
}
p {
    text-indent: 1em;
}
td {
    border : 1px solid gray;
    padding : 3px;
}
#container {
    width : 980px;
    margin : 10px auto;
    box-shadow : 0px 0px 10px white,0px 0px 20px white;
    background-color : white;
}
#blog-title {
    width : 100%;
    background-color : white;
}
#title {
    margin : 0;
    padding : 10px;
    text-align : center;
    background-image : url(http://cdn-ak.f.st-hatena.com/images/fotolife/s/sakura_q/20150106/20150106210409.png);
    background-position : center center;
    height : 14px;
    background-size : contain;
    background-repeat : no-repeat;
}
#title>a {
    text-decoration : none;
    color: rgba(60,60,60,0);
}
#blog-description {
    display : none;
}
#wrapper {
    width : 600px;
    padding : 30px;
    padding-top : 0px;
    float : left;
}
#box2 {
    width : 300px;
    float : left;
}
#content-inner:after {
    content : "";
    clear : both;
    display : block;
}
#footer {
    text-align : center;
}

.date>a {
    text-decoration : none;
    color : rgb(60,60,60);
    font-size: 80%;
}
.entry-title>a {
    text-decoration : none;
    color : rgb(60,60,60);
    font-size: 140%;
    font-weight : normal;
    line-height : 130%;
}
.categories  {
    text-align : right;
}
.categories>a {
    color: gray;
    font-weight:  bold;
    font-size: 90%;
}
.entry-header-menu {
    position : absolute;
}
.entry-content {
    line-height : 180%;
}
.section>h3 {
    padding : 5px;
    border-left : 5px gray solid;
    border-bottom : 1px gray solid;
}
.author, .entry-footer-time {
    display : none;
}
.comment {
    list-style : none;
    padding : 0;
    margin : 0;
}
.comment>li {
    padding : 10px;
    border-top : 1px dotted gray;
}
.hatena-urllist {
    list-style : none;
    padding :0;
    margin : 0;
    line-height : 130%;
}
.urllist-item {
    margin-bottom : 20px;
    margin-left: 5px;
}
.hatena-module {
    padding-bottom : 10px;
    margin-bottom : 10px;
    border-bottom : 1px dotted silver;
}
.hatena-module-title {
    font-size: 80%;
    margin-bottom : 20px;
}

img.right {
    float : right;
    max-width : 280px;
    margin-left : 20px;
    margin-bottom : 10px;
}
img.left {
    float : left;
    max-width : 280px;
    margin-right : 20px;
    margin-bottom : 10px;
}
.code {
    font-size : 70%;
    padding: 10px;
    border : 1px solid silver;
    line-height : 140%;
}
.hatena-fotolife {
    display : block;
    max-width : 500px;
    margin : 0 auto;
}
