/* 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;
    background:url(http://ugomemo.hatena.ne.jp/css/body-green.gif);
    color:#333;
}

a{
    color:#558100;
    text-decoration:none;
}

a:hover{
    text-decoration:underline;
}

#container {
    margin: 0 auto;
}

#globalheader{
    background:#71BA00;
    color:#fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
    position:fixed;
}

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

/* ブログタイトル */
#blog-title{
    padding:40px 0;
}

#blog-title-inner{
    margin: 0 auto;
    width: 960px;
    text-shadow:0 0 3px rgba(0, 0, 0, 0.8);
}

h1#title {
    color:#fff;
    font-size:160%;
    display:block;
    margin-bottom:0.3em;
}

h1#title a{
    color:#fff;
    text-decoration:none;
}

h2#blog-description{
    color:#fff;
    font-weight:normal;
    font-size:90%;
}

/* エントリ */
#content{
    background:#f5f5f5;
    margin: 0 auto;
}

#content-inner{
    margin: 0 auto;
    width: 960px;
    padding-top: 1px;
}

.entry-inner{
    #border-width:0 1px 0 1px;
    border-style:solid;
    border-color:#eee;
    margin:1em 0 2em 0;
}
/** エントリヘッダ **/
.entry-header{
    position:relative;
    border-left:3px solid #81C106;
    margin:0 0 1em 0;
    padding-left:15px;
}

/** 日付 **/
.date,
.date a{
    color: #999999;
    text-decoration: none;
    margin-bottom: 0.2em;
}

/** タイトル **/
.entry-title,
.entry-title a{
    color:#333;
    text-decoration:none;
    font-size:110%;
}

/** カテゴリ **/
.categories {
    margin-top:0.2em;
}

/** 編集リンク - 権限者のみ **/
.entry-header-menu {
    position:absolute;
    right:0;
    top:0;
}

/** 本文 **/
.entry-content{
    background:#fff;
    font-size:90%;
    line-height:1.6em;
    padding:1em 18px;
}

.entry-content img{
    max-width:930px;
    border:1px solid #eee;
}

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

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

a.keyword{
    color:#666;
    text-decoration:none;
}
a.keyword:hover{
    text-decoration:underline;
}

h3{
    font-size:110%;
    border-bottom:1px solid #69a200;
    margin-bottom:1em;
}

h4{
    border-bottom:1px dotted #666;
    margin-bottom:1em;
}

h5{
    margin-bottom:1em;
}

blockquote{
    background:#fefefe;
    border:1px solid #f5f5f5;
    padding:1em 1em 0 1em;
    color:#666;
}

/** エントリフッタ **/
.entry-footer{
    position:relative;
}

.entry-footer-section{
    float:right;
    text-align:right;
    color:#999;
}

.entry-footer-section a{
    color:#999;
}

.author,
.entry-footer-time{
    font-size:80%;
}

/** スター **/
body.big-star .hatena-star-container{
    margin-top: 0.5em;
}

/** コメント **/
.comment-box{
    font-size: 90%;
    line-height: 1.4em;
}
.comment{
    list-style:none;
}

.entry-comment{
    border-left:3px solid #c8e392;
    padding-left:12px;
    margin-bottom:0.5em;
}

a.comment-user-id,
a.permalink{
    color:#999;
    text-decoration:none;
    font-size: 90%;
}

a.leave-comment-title{
    padding:5px;
    background:#f7f7f7;
    border:1px solid #d5d5d5;
    border-radius:4px;
    color:#71ba00;
    font-weight:bold;
    margin:5px 0;
    display:inline-block;
}

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

/* ページャ */
.pager{
    margin:1em 0 2em 0;
    text-align:center;
    border-top:1px solid #D5D5D5;
    border-bottom:1px solid #D5D5D5;
    padding:0.5em 0;
}

/* サイドバー */
#box2-inner{
    background:#f5f5f5;
}
.hatena-module{
    width:310px;
    float:left;
    margin-right:10px;
    margin-bottom:2em;
}
.hatena-module-title{
    font-weight:bold;
    margin-bottom:0.5em;
}
.hatena-module-body{
    font-size:90%;
    line-height:1.4em;
}
.hatena-module-body ul{
    margin: 0 0 0 1em;
}

#box2-inner:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* フッタ */
#footer{
    clear:both;
    text-align:center;
    font-size:90%;
    line-height:1.4em;
    padding:1em 0;
    margin:2em 0 0 0;
    color:#fff;
    text-shadow:0 0 3px rgba(0, 0, 0, 0.8);
}

#footer a{
    color:#fff;
    text-decoration:none;
}

#footer img{
    vertical-align:middle;
}

/* about */
.page-about dt {
    font-weight:bold;
}
.page-about dd {
    margin-left:1em;
    margin-bottom:0.5em;
}

/* archive */
.page-archive #main-inner{
    margin:1em 0 2em 0;
    line-height:1.4em;
}
.page-archive #main h1{
    margin:1em 0 0 0;
    color:#999999;
    font-weight:normal;
}
.page-archive #main h1 a{
    color:#999999;
}

.page-archive #main ul{
    list-style:none;
}
.page-archive #main .autopagerize_page_element {
    border-left: 3px solid #81C106;
    padding-left: 15px;
    position: relative;
}

.page-archive #content .entry-title{
    font-weight:bold;
}

/* category */
.breadcrumb{
    margin: 1em auto 0;
    width: 960px;
    font-size:80%;
    color:#999;
}

.breadcrumb  a{
    color:#999;
}

.breadcrumb span{
    background:#fefefe;
    padding:2px;
    border-radius:2px;
}

pre.code{
  font-size:90%;
  background:#f0f0f0;
  padding:1em;
  margin: 1em 0;
}

table tr{
  border:1px solid #eee;
}
    
table th{
  width:10em;
  background: #f8f8f8;
  padding:0.5em;
}

table td{
    line-height:1.7em;
    padding:1em;
}

.entry-content {
    line-height: 1.6;
    }

.entry-content img{
    max-width:100%:
}

.entry-content ul {
    margin-bottom:1em;
}