/* Reset CSS */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, 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:transparent;
    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;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* END Reset */

body {
    background:#245880;
    font-family: 'Century Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}

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


#globalheader-container {
    background:#fff;
}

#blog-title {
    height:100px;
}

#blog-title-inner {
    margin:0 auto;
    width:940px;
    position:relative;
}

#blog-title-inner a{
    border: 0 none;
}

#title {
    color: #fff;
    font-size: 30pt;
    margin: 0 auto;
    position: absolute;
    top: 40px;
    width: 950px;
}

#title a{
    color:#fff;
}

#blog-description {
    color: #FFFFFF;
    font-size: 12pt;
    position: absolute;
    top: 20px;
    font-weight:normal;
}

#blog-description a{
    color:#fff;
}


#content {
    background:#fff;
    overflow:auto;
}

#content-inner {
    width:950px;
    margin:0 auto;
}

#main {
    float:left;
    min-height:1em;
}

.entry-inner {
    padding-top:30px;
    width:630px;
}

.entry-header {
    position:relative;
}

.entry-header a{
    border:0 none;
}

.entry-header .date {
    font-size:25pt;
    color:#df4e38;
    font-weight:bold;
}

.entry-header .date a{
    color:#df4e38;
}

.entry-header .date .hyphen{
    display:none;
}

.entry-header .entry-title{
    margin-right:20px;
    border-bottom: 6px solid;
    color: #245880;
    font-size: 15pt;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.entry-header .entry-title a{
    color:#245880;
}

.entry-header .categories{
    text-align:right;
    color:#df4e38;
    margin-bottom: 10px;
    margin-right: 20px;
}

.entry-header .categories a{
    color:#df4e38;
}

.entry-header .entry-header-menu{
    position:absolute;
    top:0;
    right:20px;
}

.entry-content {
    margin-top:20px;
    line-height:1.7em;
    color:#245880;
    padding-right:20px;
}

.entry-content a {
    color:#df4e38;
}

.entry-content p,
.entry-content ul,
.entry-content table,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content ol,
.entry-content dl,
.entry-content pre,
.entry-content blockquote{
    margin: 0 0 1em 0;
}

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

.entry-content h3 {
    font-size:110%;
    border-bottom: 3px solid;
    font-weight:bold;
}

.entry-content h4 {
    font-size:100%;
    border-bottom: 1px solid;
    font-weight:bold;
}

.entry-content h5 {
    font-weight:bold;
}

.entry-content dt {
    font-weight:bold;
}

.entry-content th,
.entry-content td {
    border: 1px solid #ccc;
    padding:0.5em;
}

.entry-content th {
    background:#efefef;
}

.entry-content blockquote,
.entry-content pre{
    background:#efefef;
    padding:1em;
}

.entry-content img {
  max-width:100%;
}

.entry-footer .entry-footer-section{
    text-align:right;
    font-size:80%;
    margin-right:20px;
}

.comment-box{
    line-height:1.6em;
    font-size:80%;
    margin:20px 0;
}

.comment-box ul{
    list-style:none;
}

#top-box{
    background: #418FCA;
}

.breadcrumb {
    width:940px;
    margin:0 auto;
    color:#fff;
    padding-bottom:10px;
}

.breadcrumb a{
    color:#fff;
}

#box2{
    margin-top:30px;
    width:320px;
    float:right;
    min-height:1em;
}

.hatena-module-title {
    color:#245880;
    font-size: 100%;
    padding-bottom: 10px;
    margin-left:20px;
    border-bottom: 3px solid;
    font-weight:bold;
}

.hatena-module-title a {
    color:#245880;
}

.hatena-module-body{
    font-size:80%;
    color:#245880;
    padding:10px 20px;
    line-height:1.6em;
    margin-bottom:10px;
}

.hatena-module-body ul{
    list-style:none;
}

.hatena-module-body a{
    color:#f07a5b;
}

.pager {
    margin:20px;
    text-align:right;
    color:#df4e38;
}

.pager a{
    color:#df4e38;
}

.permalink.pager {
  max-width:620px;
  margin: 0 auto;
}

#footer{
    clear:both;
}

#footer-inner{
    width:980px;
    margin:0 auto;
    text-align:right;
    color:#fff;
    padding:20px 0;
}

#footer-inner a{
    color:#fff;
    border:0 none;
}

.page-archive #content-inner {
    line-height:1.6em;
}

.page-archive #content-inner h1 a{
    color:#df4e38;
}

.page-archive #content-inner ul{
    list-style:none;
}

.page-archive #main{
    padding-top:20px;
}
