/* <system section="theme" selected="6435922169449422611"> */
@charset "utf-8";

/* CSS Document */
/* @Init
====================================== */
body {
  margin: 0;
  padding: 0;
  color: #fff;
  background: #eee url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/kudakurage/20130224/20130224144150.jpg?1361684506) repeat fixed center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.7;
}
a {
  color: #2577b0;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:visited {
  color: #6d44ab;
}
a,
pre {
  word-break: break-word;
}
a,label {
  cursor: pointer;
}
input:not([type="text"]) {
  cursor: pointer;
}
table, tbody, tr, th, td {
  border-collapse: collapse;
  border-spacing: 0;
  border:0;
  margin: 0;
  padding: 0;
}
p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
header, nav, section, article, aside, footer, hgroup {
  display: block;
}

/* @Layout
====================================== */
.breadcrumb,
#blog-title,
#content-inner,
#footer-inner {
  width: 960px;
  margin: 0 auto;
}
#content,
#bottom-editarea,
#footer {
  background: #fff;
  color: #666;
}
#blog-title-inner {
  display: table-cell;
  vertical-align: middle;
  width: 620px;
  height: 400px;
  padding-bottom: 40px;
  *display: inline;
  *zoom: 1;
}
#content {
  -webkit-box-shadow: 0 -10px 50px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 -10px 50px rgba(0,0,0,0.3);
  -ms-box-shadow: 0 -10px 50px rgba(0,0,0,0.3);
  -o-box-shadow: 0 -10px 50px rgba(0,0,0,0.3);
  box-shadow: 0 -10px 50px rgba(0,0,0,0.3);
}
#main {
  float: left;
  width: 620px;
}
#box2 {
  float: right;
  width: 300px;
}
#content-inner {
  *zoom: 1;
}
#content-inner:after {
  content:"";
  display:block;
  clear:both;
}
#main-inner,
#box2-inner {
  padding-top: 10px;
}
.entry {
  margin: 40px 0 100px;
}
.pager {
  overflow: hidden;
  margin-top: -20px;
}
.pager a {
  color: #666;
}
.pager .pager-next {
  float: right;
}
.pager .pager-next::after {
  content: '->';
  margin-left: 3px;
}
.pager .pager-prev {
  float: left;
}
.pager .pager-prev::before {
  content: '<-';
  margin-right: 3px;
}
#footer {
  padding: 30px 0;
  text-align: center;
  font-size: 14px;
  color: #666;
}
#footer a {
  color: #666;
}
#footer address,
#footer .services {
  display: inline;
  margin: 0 7px;
}

/* @Header
====================================== */
#blog-title {
  text-shadow: 0 0 4px rgba(0,0,0,0.1);
}
#title {
  font-size: 56px;
  font-weight: bold;
  line-height: 1.2;
}
#title a {
  color: #fff;
}
#blog-description {
  margin-top: 15px;
  font-size: 16px;
  letter-spacing: 1px;
}

/* @Entry Header
====================================== */
.entry-header {
  position: relative;
}
.entry-header a {
  color: #666;
}
.entry-header .date {
  font-size: 14px;
}
.entry-header .entry-title {
  padding-bottom: 7px;
  border-bottom: 4px solid #ccc;
  font-size: 38px;
  line-height: 1.3;
}
.entry-header .categories {
  margin: 7px 0;
  font-size: 14px;
}
.categories a::after {
  content: ',';
}
.categories a:last-child::after {
  content: '';
}
.entry-header-menu {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
}
.entry-header-menu a {
  color: #999;
}

/* @Entry Content
====================================== */
.entry-content {
  margin: 20px 0 30px;
}
.entry-content li,
.entry-content dl,
.entry-content p {
  margin: 10px 0;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 40px 0 10px;
  font-weight: bold;
}
.entry-content h1 a,
.entry-content h2 a,
.entry-content h3 a,
.entry-content h4 a,
.entry-content h5 a,
.entry-content h6 a {
  color: #666;
}
.entry-content h1,
.entry-content h2,
.entry-content h3 {
  font-size: 28px;
}
.entry-content h4 {
  font-size: 20px;
}
.entry-content h5,
.entry-content h6 {
  font-size: 16px;
}
.entry-content ul,
.entry-content ol {
  margin: 10px 0;
  padding-left: 25px;
}
.entry-content .hatena-asin-detail,
.entry-content blockquote,
.entry-content pre {
  margin: 10px 0;
  padding: 15px 20px;
  border: 0;
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/kudakurage/20130224/20130224150413.gif) repeat 0 0;
}
.entry-content th,
.entry-content td {
  padding: 10px 20px;
  border: 1px solid #ddd;
}
.entry-content th {
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/kudakurage/20130224/20130224150413.gif) repeat 0 0;
}
.entry-content dt {
  font-weight: bold;
}
.entry-content dd {
  margin: 0 0 10px 15px;
}
.entry-content iframe,
.entry-content object,
.entry-content img {
  max-width: 620px;
}
.entry-content .hatena-asin-detail .hatena-asin-detail-title {
  margin-bottom: 5px;
  font-size: 20px;
}
.entry-content .hatena-asin-detail .hatena-asin-detail-title a {
  color: #666;
}
.entry-content .hatena-asin-detail li {
  margin: 0;
}

/* @Entry Footer
====================================== */
.entry-footer-section {
  font-size: 14px;
}
.entry-footer-time a {
  margin-left: 10px;
  color: #999;
}
.social-buttons {
  margin-top: 10px;
}
#google_afc_user div#google_afc_user_container {
  margin:0;
}
.comment-box {
  margin: 15px 0;
}
.comment-box .comment {
  list-style: none;
}
.comment-box .entry-comment {
  padding: 20px 0;
  border-top: 1px solid #ddd;
}
.comment-user-name,
.comment-metadata {
  font-size: 14px;
  color: #999;
}
.comment-user-name a {
  color: #666;
}
.comment-content {
  margin: 10px 0;
}
.leave-comment-title {
  display: block;
  padding: 10px;
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/kudakurage/20130224/20130224150413.gif) repeat 0 0;
  text-align: center;
  color: #666;
}

/* @Side
====================================== */
#box2 {
  position: relative;
  margin-top: -440px;
  padding-top: 440px;
}
#box2-inner {
  padding-top: 34px;
}
.hatena-module {
  margin: 50px 0;
}
.hatena-module-title {
  padding-bottom: 5px;
  border-bottom: 4px solid #ccc;
  margin-bottom: 20px;
  font-size: 24px;
}
.hatena-module-title a {
  color: #666;
}
.hatena-module-profile .profile-icon {
  float: left;
}
.hatena-module-profile .id,
.hatena-module-profile .profile-description,
.hatena-module-profile .hatena-follow-button-box {
  display: block;
  margin-left: 80px;
}
.hatena-module-profile .id a {
  color: #666;
}
.hatena-module-profile .profile-description {
  color: #999;
  font-size: 14px;
  line-height: 1.4;
}
.search-form {
  position: relative;
}
.search-module-input {
  width: 278px;
  height: 40px;
  margin: 0;
  padding: 0 10px;
  border: 1px solid #ddd;
  font-size: 16px;
  line-height: 40px;
}
.search-module-button {
  overflow: hidden;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/kudakurage/20130224/20130224154757.gif) no-repeat center center;
  text-indent: -300px;
}
.hatena-urllist {
  list-style: none;
}
.hatena-urllist a {
  color: #666;
}
.hatena-urllist a:visited {
  color: #999;
}
.hatena-urllist li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

/* @Page
====================================== */
.page-entry {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/kudakurage/20130224/20130224165748.jpg);
}
.page-about {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/kudakurage/20130224/20130224164651.jpg);
}
.page-entries-year-month-day,
.page-archive {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/kudakurage/20130224/20130224164425.jpg);
}
.page-archive #top-box {
  position: absolute;
  width: 100%;
}
.page-archive #top-box {
  margin-top: 50px;
  color: #666;
  font-size: 14px;
}
#top-box .breadcrumb a {
  color: #666;
}
.page-archive #main-inner::before,
.page-about #main-inner::before {
  display: block;
  margin: 63px 0 20px;
  padding-bottom: 7px;
  border-bottom: 4px solid #ccc;
  font-size: 38px;
  line-height: 1.3;
}
.page-archive #main-inner::before {
  content: 'Archive';
}
.page-about #main-inner::before {
  content: 'About';
}
.page-archive #main section {
  border-bottom: 1px solid #ddd;
  margin: 20px 0;
}
.page-archive #main a {
  color: #666;
}
.page-archive #main a:visited {
  color: #999;
}
.page-archive #main h1 {
  font-size: 14px;
}
.page-archive #main ul {
  list-style: none;
}
.page-archive #main li {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.page-archive #main li .categories {
  position: absolute;
  bottom: 0;
  font-size: 14px;
}
.page-archive #main li .entry-title {
  font-size: 28px;
  line-height: 1.4;
}
.page-about .entry-content dt {
  float: left;
  width: 190px;
  padding: 20px 0;
}
.page-about .entry-content dd {
  min-height: 26px;
  padding: 20px 0;
  margin: 0;
  border-bottom: 1px solid #ddd;
}
/* </system> */

/* <system section="background" selected="bg3"> */
body{ background-color:#0a0200; background-image:url('https://cdn.blog.st-hatena.com/images/theme/backgrounds/theme3.jpg?version=2789d874a2f9b79f9e81907e65b90f'); background-repeat: no-repeat; background-attachment:fixed; background-position: center top; background-size:cover; }
/* </system> */

#footer {
    text-shadow: 2px 2px 3px gray;
}

/* SyntaxHighlighter 3.1.7 */
/**
 * SyntaxHighlighter
 * http://alexgorbatchev.com/SyntaxHighlighter
 *
 * SyntaxHighlighter is donationware. If you are using it, please donate.
 * http://alexgorbatchev.com/SyntaxHighlighter/donate.html
 *
 * @version
 * 3.0.83 (July 02 2010)
 * 
 * @copyright
 * Copyright (C) 2004-2010 Alex Gorbatchev.
 *
 * @license
 * Dual licensed under the MIT and GPL licenses.
 */
.syntaxhighlighter a,
.syntaxhighlighter div,
.syntaxhighlighter code,
.syntaxhighlighter table,
.syntaxhighlighter table td,
.syntaxhighlighter table tr,
.syntaxhighlighter table tbody,
.syntaxhighlighter table thead,
.syntaxhighlighter table caption,
.syntaxhighlighter textarea {
  -moz-border-radius: 0 0 0 0 !important;
  -webkit-border-radius: 0 0 0 0 !important;
  background: none !important;
  border: 0 !important;
  bottom: auto !important;
  float: none !important;
  height: auto !important;
  left: auto !important;
  line-height: 1.1em !important;
  margin: 0 !important;
  outline: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
  position: static !important;
  right: auto !important;
  text-align: left !important;
  top: auto !important;
  vertical-align: baseline !important;
  width: auto !important;
  box-sizing: content-box !important;
  font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 1em !important;
  min-height: inherit !important;
  min-height: auto !important;
}

.syntaxhighlighter {
  width: 100% !important;
  margin: 1em 0 1em 0 !important;
  position: relative !important;
  overflow: auto !important;
  font-size: 1em !important;
}
.syntaxhighlighter.source {
  overflow: hidden !important;
}
.syntaxhighlighter .bold {
  font-weight: bold !important;
}
.syntaxhighlighter .italic {
  font-style: italic !important;
}
.syntaxhighlighter .line {
  white-space: pre !important;
}
.syntaxhighlighter table {
  width: 100% !important;
}
.syntaxhighlighter table caption {
  text-align: left !important;
  padding: .5em 0 0.5em 1em !important;
}
.syntaxhighlighter table td.code {
  width: 100% !important;
}
.syntaxhighlighter table td.code .container {
  position: relative !important;
}
.syntaxhighlighter table td.code .container textarea {
  box-sizing: border-box !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  background: white !important;
  padding-left: 1em !important;
  overflow: hidden !important;
  white-space: pre !important;
}
.syntaxhighlighter table td.gutter .line {
  text-align: right !important;
  padding: 0 0.5em 0 1em !important;
}
.syntaxhighlighter table td.code .line {
  padding: 0 1em !important;
}
.syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line {
  padding-left: 0em !important;
}
.syntaxhighlighter.show {
  display: block !important;
}
.syntaxhighlighter.collapsed table {
  display: none !important;
}
.syntaxhighlighter.collapsed .toolbar {
  padding: 0.1em 0.8em 0em 0.8em !important;
  font-size: 1em !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
}
.syntaxhighlighter.collapsed .toolbar span {
  display: inline !important;
  margin-right: 1em !important;
}
.syntaxhighlighter.collapsed .toolbar span a {
  padding: 0 !important;
  display: none !important;
}
.syntaxhighlighter.collapsed .toolbar span a.expandSource {
  display: inline !important;
}
.syntaxhighlighter .toolbar {
  position: absolute !important;
  right: 1px !important;
  top: 1px !important;
  width: 11px !important;
  height: 11px !important;
  font-size: 10px !important;
  z-index: 10 !important;
}
.syntaxhighlighter .toolbar span.title {
  display: inline !important;
}
.syntaxhighlighter .toolbar a {
  display: block !important;
  text-align: center !important;
  text-decoration: none !important;
  padding-top: 1px !important;
}
.syntaxhighlighter .toolbar a.expandSource {
  display: none !important;
}
.syntaxhighlighter.ie {
  font-size: .9em !important;
  padding: 1px 0 1px 0 !important;
}
.syntaxhighlighter.ie .toolbar {
  line-height: 8px !important;
}
.syntaxhighlighter.ie .toolbar a {
  padding-top: 0px !important;
}
.syntaxhighlighter.printing .line.alt1 .content,
.syntaxhighlighter.printing .line.alt2 .content,
.syntaxhighlighter.printing .line.highlighted .number,
.syntaxhighlighter.printing .line.highlighted.alt1 .content,
.syntaxhighlighter.printing .line.highlighted.alt2 .content {
  background: none !important;
}
.syntaxhighlighter.printing .line .number {
  color: #bbbbbb !important;
}
.syntaxhighlighter.printing .line .content {
  color: black !important;
}
.syntaxhighlighter.printing .toolbar {
  display: none !important;
}
.syntaxhighlighter.printing a {
  text-decoration: none !important;
}
.syntaxhighlighter.printing .plain, .syntaxhighlighter.printing .plain a {
  color: black !important;
}
.syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {
  color: #008200 !important;
}
.syntaxhighlighter.printing .string, .syntaxhighlighter.printing .string a {
  color: blue !important;
}
.syntaxhighlighter.printing .keyword {
  color: #006699 !important;
  font-weight: bold !important;
}
.syntaxhighlighter.printing .preprocessor {
  color: gray !important;
}
.syntaxhighlighter.printing .variable {
  color: #aa7700 !important;
}
.syntaxhighlighter.printing .value {
  color: #009900 !important;
}
.syntaxhighlighter.printing .functions {
  color: #ff1493 !important;
}
.syntaxhighlighter.printing .constants {
  color: #0066cc !important;
}
.syntaxhighlighter.printing .script {
  font-weight: bold !important;
}
.syntaxhighlighter.printing .color1, .syntaxhighlighter.printing .color1 a {
  color: gray !important;
}
.syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
  color: #ff1493 !important;
}
.syntaxhighlighter.printing .color3, .syntaxhighlighter.printing .color3 a {
  color: red !important;
}
.syntaxhighlighter.printing .break, .syntaxhighlighter.printing .break a {
  color: black !important;
}

.syntaxhighlighter {
  background-color: white !important;
}
.syntaxhighlighter .line.alt1 {
  background-color: white !important;
}
.syntaxhighlighter .line.alt2 {
  background-color: white !important;
}
.syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
  background-color: #e0e0e0 !important;
}
.syntaxhighlighter .line.highlighted.number {
  color: black !important;
}
.syntaxhighlighter table caption {
  color: black !important;
}
.syntaxhighlighter .gutter {
  color: #afafaf !important;
}
.syntaxhighlighter .gutter .line {
  border-right: 3px solid #6ce26c !important;
}
.syntaxhighlighter .gutter .line.highlighted {
  background-color: #6ce26c !important;
  color: white !important;
}
.syntaxhighlighter.printing .line .content {
  border: none !important;
}
.syntaxhighlighter.collapsed {
  overflow: visible !important;
}
.syntaxhighlighter.collapsed .toolbar {
  color: blue !important;
  background: white !important;
  border: 1px solid #6ce26c !important;
}
.syntaxhighlighter.collapsed .toolbar a {
  color: blue !important;
}
.syntaxhighlighter.collapsed .toolbar a:hover {
  color: red !important;
}
.syntaxhighlighter .toolbar {
  color: white !important;
  background: #6ce26c !important;
  border: none !important;
}
.syntaxhighlighter .toolbar a {
  color: white !important;
}
.syntaxhighlighter .toolbar a:hover {
  color: black !important;
}
.syntaxhighlighter .plain, .syntaxhighlighter .plain a {
  color: black !important;
}
.syntaxhighlighter .comments, .syntaxhighlighter .comments a {
  color: #008200 !important;
}
.syntaxhighlighter .string, .syntaxhighlighter .string a {
  color: blue !important;
}
.syntaxhighlighter .keyword {
  color: #006699 !important;
}
.syntaxhighlighter .preprocessor {
  color: gray !important;
}
.syntaxhighlighter .variable {
  color: #aa7700 !important;
}
.syntaxhighlighter .value {
  color: #009900 !important;
}
.syntaxhighlighter .functions {
  color: #ff1493 !important;
}
.syntaxhighlighter .constants {
  color: #0066cc !important;
}
.syntaxhighlighter .script {
  font-weight: bold !important;
  color: #006699 !important;
  background-color: none !important;
}
.syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
  color: gray !important;
}
.syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
  color: #ff1493 !important;
}
.syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
  color: red !important;
}

.syntaxhighlighter .keyword {
  font-weight: bold !important;
}
/* -- */