/* <system section="theme" selected="ugomemonews"> */
@import url(http://fonts.googleapis.com/css?family=Racing+Sans+One);

/* Reset CSS */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* END Reset */

body{
    font-family: "arial","helvetica",sans-serif;
    color:#333;
    background:url('http://ugomemo.hatena.ne.jp/css/body-green.gif');
}

a{
    color:#013A8F;
    text-decoration:none;
}

a:hover{
    text-decoration:underline;
}

#container {
    margin: 0 auto;
}

#globalheader{
    background:#333;
    color:#fff;
    border-bottom:1px solid #000;
    position:fixed;
}

img.hatena-id-icon,
img.hatena-star-comment-button,
img.hatena-star-add-button{
    vertical-align:middle;
}

/* ヘッダ以下全体 */
#container{
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.5);
    width:960px;
    margin:0 auto;
}

/* ブログタイトル */
#blog-title{
    display:block;
    background:#055cfb url('title-bg.png') !important;
    width:960px;
    height:145px;
}
#blog-title-inner{
    background-position: 20px 25px !important;
}

#blog-title-inner,
.header-image-only #blog-title #title a {
    height:145px !important;
}

/* 本文 */
#content{
}

#main{
    background:#fff;
}

/* 記事 */
.entry-inner{
    position:relative;
}

/** 記事タイトル **/
.entry-header{
    border-top:1px solid #333;
    background:#121212;
    border-bottom:1px solid #000;
}

.date,
.date a{
    color:#fff;
    font-family: 'Racing Sans One', cursive;
    font-size:100%;
    padding:5px 0 0 10px;
    color:#999;
}

.entry-title{
    display:block;
    color:#fff;
    font-size:120%;
    padding:5px 20px;
    font-weight:normal;
}

.entry-title a{
    color:#fff;
}

/** 編集ボタン **/
.entry-header-menu{
    position:absolute;
    right:0;
    top:0;
    color:#fff;
}

.entry-header-menu a{
    color:#fff;
}

/** 記事本文 **/
.entry-content{
    padding: 20px;
    font-size:90%;
    line-height:1.6em;
}

.entry-content p{
    margin-top:1em;
}

.entry-content ul{
    margin-top:1em;
    margin-left:1em;
}

.entry-content h4{
    font-size:110%;
    border-bottom: 3px double #013A8F;
}

.entry-content h4,
.entry-content h3{
    margin-top:1em;
}

/** 署名 **/
.entry-footer{
    border-top:1px solid #ccc;
    background:#eee;
    margin-top:0.5em;
    padding-bottom:1em;
}
.entry-footer-section{
    font-size:80%;
    color:#888;
    text-align:right;
    float:right;
    padding: 15px 20px;
}
.entry-footer-section a{
    color:#888;
}

/** スター **/
.hatena-star-container{
    margin:0 !important;
    border-top: 1px solid #FFFFFF;
    padding: 10px 20px;
}

/** コメント **/
.comment-box{
    clear:both;
}

ul.comment{
    list-style:none;
    margin-bottom:0.5em;
}

.entry-comment{
    margin-left:20px;
    margin-right:20px;
    padding-bottom:5px;
    padding-top:5px;
    font-size:80%;
    border-bottom:1px solid #fff;
}

.comment-content{
    margin:0.5em 0;
}

.entry-comment .comment-user-id,
.entry-comment .permalink{
    color:#888;
}

.leave-comment-title {
    background: #F7F7F7;
    border: 1px solid #D5D5D5;
    border-radius: 4px 4px 4px 4px;
    color: #333;
    display: inline-block;
    padding: 5px;
    margin: 0 0 1em 20px;
    font-size:90%;
}

/* ページャ */
.pager{
    background:#eee;
    padding: 0 20px 10px;
    text-align: center;
    font-size:90%;
}
/* サイドバー */

.hatena-module {
    font-size:90%;
    line-height:1.4em;
    min-height:10em;
    margin-top:1em;
    width:320px;
    float:left;
    color:#fff;
}

.hatena-module-title{
    font-weight:bold;
    font-size:110%;
}

.hatena-module a{
    color:#fff;
}

.hatena-module  ul{
    margin-top:1em;
    margin-left:1em;
}


/* フッタ */
#footer{
    border-top:1px solid #000;
    background:#333;
    clear:both;
    text-align:center;
    color:#fff;
    font-size:80%;
    line-height:1.4em;
    padding:0.5em 0;
}

#footer a{
    color:#fff;
}
#footer img{
    vertical-align:middle;
}

/* Archiveページ */
.page-archive .autopagerize_page_element{
    border-left:4px solid #333;
    margin: 0 20px 1em;
    padding-left:10px;
}
.page-archive .autopagerize_page_element ul{
    list-style:none;
}

.page-archive .entry-title,
.page-archive .entry-title a{
    color:#333;
    padding:0.2em 0;
}

.page-archive #main h1{
    color: #999999;
    font-family: 'Racing Sans One',cursive;
    padding:0;
    font-weight:normal;
}

.page-archive #main h1 a{
    color: #999999;
}

.page-archive .social-buttons{
    padding:0;
}

.page-archive #main-inner{
    padding-top:1em;
    margin-bottom:1em;
    padding-bottom:1em;
}

/* About */
.page-about .entry-content dt{
    font-weight:bold;
}
.page-about .entry-content dd{
    margin-bottom:0.5em;
}
/* </system> */