@charset "utf-8";

@import url("http://2xup.org/common/css/alternate/prettify.css");

article header h1,
section header h2 { 
    line-height: 1.6;
    font-family: "Hiragino Mincho Pro";
}

article a:hover, 
section a:hover { 
    color: #ba2636;
}

article a:visited, 
section a:visited { 
    border-color: #ba2636;
}

article section h2, 
article section h3 { 
    color: #ba2636;
    text-indent: 1em;
}

article section h3:before { 
    content: "\25CE";
    margin-right: 0.2em;
}

article p { 
    margin: 0;
    text-indent: 1em;
}

nav.local { 
    top: 4em;
}

nav li.blog a, 
nav.local li a:hover { 
    background-color: #ba2636;
}

