body {
    margin-top: 0.0em;
    margin-right: 1.0em;
    margin-bottom: 0.0em;
    margin-left: 1.0em;
    /* background-image: url("markdown_background.png"); */
    font-size: 15px;
    line-height: 1.3em;
    font-family: "Helvetica Neue", Helvetica, "Hiragino Kaku Gothic Pro", "Lucida Grande", Verdana, Arial, sans-serif;
    font: "ヒラギノ角ゴ Pro W3", メイリオ, "ＭＳ Ｐゴシック", Osaka; /*フォントの指定*/

}

h1 {
    color: #102203;
    /*margin: 0.6em 0; */
    /*font-size: 1.8em;*/
    /*font-weight: 900;*/
    /*line-height: 1.0em;*/
	}

h2 {
    color: #102203;
    margin: 1.0em 0;
    border-bottom: solid 1px #dddddd;
    padding-bottom: 0.1em;
    font-size: 1.4em;
    font-weight: 900;
    line-height: 1.4em;
}

h3 {
    color: #102203;
    margin: 1.0em 0;
    font-size: 1.2em;
    font-weight: 900;
    line-height: 1.2em;
}

h4 {
    color: #102203;
    margin: 0.5em 0;
    font-size: 1.1em;
    font-weight: 900;
    line-height: 1.1em;
}

h5 {
    color: #102203;
    margin: 0.5em 0;
    font-size: 1.0em;
    font-weight: 900;
    line-height: 1.0em;
}

h6 {
    color: #102203;
    margin: 0.5em 0;
    font-size: 1.0em;
    font-weight: 900;
}

blockquote {
    color: #7a7a7a;
    border-left: solid 0.4em #dddddd;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 0.8em;
    padding-left: 0.8em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}

blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote h5, blockquote h6 {
    color: #4a4a4a;
}

ul {
    margin: 1.0em 0;
    padding-left: 2.0em;
}
ul li {
    margin: 1.0em 0;
}

ul ul {
    margin: 0;
}
ul ol {
    margin: 0;
}

ol {
    margin: 1.0em 0;
    padding-left: 2.0em;
}
ol li {
    margin: 1.0em 0;
}
ol ul {
    margin: 0;
}
ol ol {
    margin: 0;
}

hr {
    border: 0;
    height: 1px;
    background-color: #cccccc;
    margin: 1.0em 0;
}

em {
    font-style: italic;
}

strong {
    font-weight: 900;
}

p {
    margin: 0.4em 0.4em 0 0;
    line-height:150%;
}

img {
/*    max-width: 60%; */
}
/*
code {
    border: 0;
    margin: 0;
    padding: 0;
    background-color: #F8F8F8;
    font-family: monospace, "Courier", "Menlo", "Monaco", "Osaka";
    font-size: 12px;
}
*/

pre {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    line-height: 1.25em;
    padding: 6px 1em;
    background-color: #F8F8F8;
    overflow: scroll;
}

a {
    color: #4183C4; }
a.absent {
    color: #cc0000; }
a.anchor {
    display: block;
    padding-left: 30px;
    margin-left: -30px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0; }

table {
    margin: 1.0em 0;
    border-top: solid 1px #cccccc;
    border-left: solid 1px #cccccc; }
table tr td {
    padding: 8px 10px;
    border-right: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc; }
table thead tr th {
    padding: 8px 10px;
    font-weight: 900;
    border-right: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc; }
table tbody tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.03); }

