/*-----------------------------------------------------
Yahoo UI Library Font-size Adjustment
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
http://developer.yahoo.com/yui/license.txt
http://developer.yahoo.com/yui/fonts/
10px = 77%     11px = 85%     12px = 93%     13px = 100%
14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
22px = 167%    23px = 174%    24px = 182%    25px = 189%
26px = 197%
------------------------------------------------------*/

html, body {
    background-color: transparent;
    color: rgba( 255, 255, 255, 0.76 );
    font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'Yu Mincho', YuMincho, '游明朝体', 'ヒラギノ明朝 ProN','Hiragino Mincho ProN', serif;
    /* font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Yu Gothic', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN', Meiryo, sans-serif; */
    /* font-family: 'Yu Mincho', YuMincho, '游明朝体', 'ヒラギノ明朝 ProN','Hiragino Mincho ProN', serif; */
    font-weight: bold;
    line-height: 1.6em;
}

a {
    color: rgba( 255, 255, 255, 0.76 );
    text-decoration: none;
}

a:hover {
    padding-bottom: 4px;
    border-bottom: solid rgba( 255, 255, 255, 0.76 ) 1px;
}

ul li {
    list-style: none;
}

article {
    background: rgba( 0, 0, 0, 1 );
    width: 100%;
    line-height: 1.6rem;
}

.kern-left {
    margin-left: -0.5em;
}