/*
Theme Name: swimy
Theme URI: https://blog.hatena.ne.jp/-/store/theme/6435922169449210152
Description: 大きいヘッダ画像が特徴的なテーマ。デザイン編集画面でcss下部に、下記のcssを追記すると、画像を入れ替えたり微調整できますブログのヘッダ画像(background-positionは、画像が小さい場合の位置調整。上から○px,画像の左から○pxという意味。heightは、画像の縦の長さを入れて下さい。)#blog-title{  background-image:url(画像のurl);  background-position: 0px 0px;  height: 355px;}ブログタイトルの位置(top=画像の上から○px,left=画像の左から○px)#blog-title-inner {  top:230px;  left:390px;}【追記】2013.02.27サイドバーの背景が設定されていなかった不具合を修正しました
Author: swimy1113
Author URI: http://blog.hatena.ne.jp/swimy1113/
*/
@charset "utf-8";

/* CSS Document
====================================== */
body {
  margin: 0;
  padding: 0;
  color: #333;
  line-height: 2;
  font-size: 16px;
}
a,
pre {
  word-break: break-word;
}
a,label {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,h2,h3,h4,h5,h6 {
  clear: both;
  font-weight: normal;
  margin: 0;
}
header, nav, section, article, aside, footer, hgroup {
  display: block;
}
a {
  text-decoration: none;
  color:#000000;
}
a:visited {
  color: #000000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color:#3E94C5;
}

/* layout
====================================== */
#container{
  border: 1px solid #ccc;
  float:auto;
  font-family: "Trebuchet MS",Arial,Helvetica,san-serif;
  margin:0 auto;
  width:960px;
  background:#fff;
}

#content{
  width:960px;
}
#content:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
}
#wrapper{
  background-color: #fff;
  border-right:1px solid #ccc;
  float:left;
  margin:0px;
  padding:10px 20px;
  width:680px;
}
#footer-box{
  clear:left;
}
#footer-inner{
  width:960px;
  text-align: center;
  margin: 10px auto;
}
#main {
  min-height: 1000px;
}

/* title
====================================== */
#blog-title{
  background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/swimy1113/20111119/20111119111944.png);
  background-repeat:no-repeat;
  border-bottom:1px solid #ccc;
  height:355px;
  text-decoration:none;
  position: relative;
}
#blog-title-inner {
  top:230px;
  left:390px;
  position: absolute;
  text-align: center;
}
h1#title{
  font-size: 190%;
  font-weight: bold;
  text-decoration: none;
}
h2#blog-description{
  font-size:1em;
  font-size: 90%;
  width: 350px;
}

/* entry
====================================== */
p {
  margin: 10px 0;
}
pre {
  font-size: 100%;
  white-space: pre-wrap;
}
img {
  max-width: 100%;
}
.entry-inner{
  padding: 10px 0 50px;
}
h1.entry-title {
  font-size: 150%;
  font-weight: bold;
  display: inline-block;
  margin-right:10px;
  margin-top:10px;
  color:#000000;
  vertical-align: sub;
  line-height: 40px;
}
.entry-inner {
  position: relative;
}
.entry-header-menu {
  display: inline;
  text-align: center;
}
.entry-header-menu a {
  color: #888;
  font-size: 80%;
  padding: 5px 10px;
  border: 1px dotted #ccc;
}
.entry-header-menu a:hover {
  color: #666666;
  border: 1px dotted #bfbfbf;
}

.entry-content a {
  color:#a4296b;
  text-decoration:underline;
}

.pager a{
  color:#a4296b;
  text-decoration:underline;
}
.pager-next:before {
  content: "<";
}
.pager-prev {
  float: right;
}
.pager-prev:after {
  content: ">";
}

a.keyword {
  color: #333;
  text-decoration: none;
}
a.keyword:hover {
  color: #666;
  text-decoration: underline;
}
.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: #333;
  text-decoration: none;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  color: #333;
  font-weight: normal;
  margin: 25px 0 10px;
}
h3 {
  font-size: 140%;
  border-bottom: 1px dotted #ccc;
}
h4 {
  font-size: 120%;
}
h5 {
  font-size: 100%;
}
.entry-content th, .entry-content td {
  border: 1px solid #ccc;
  padding: 5px 10px;
}
.entry-content th {
  background-color: #efefef;
}
.entry-content pre, .entry-content blockquote, .entry-content .hatena-asin-detail {
  border: 1px dotted #ccc;
  padding: 20px;
  margin: 10px 0;
}

.breadcrumb {
  border-bottom: 1px dotted #CCCCCC;
  font-size: 90%;
  padding: 10px 20px;
}
.breadcrumb a {
  text-decoration: underline;
}
.categories {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 100px;
}
.categories a{
  font-size: 80%;
  background-color: #ccc;
  color: #fff;
  padding: 3px 5px;
  margin-right: 2px;
}
.categories a:hover{
  background-color:#999;
}


.comment li{
  list-style: none outside none;
  border-top: 1px dotted #ccc;
  margin: 10px 0;
}
.comment{
  padding:0px;
}
a.leave-comment-title{
  background-color: #f7f7f7;
  color: #888;
  cursor: pointer;
  display: inline-block;
  padding:10px 0;
  text-align:center;
  width: 100%;
}

.entry-footer{
  padding:20px;
}
#google_afc_user_container {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* categorypage
====================================== */

body.page-archive .categories {
  position: static;
  right: auto;
  top: auto;
  padding: 0;
}
.autopagerize_page_element li{
  margin-bottom: 5px;
}
.autopagerize_page_element li a.entry-title{
  float: left;
  text-decoration: underline;
  margin-right: 10px;
}
/* aboutpage
====================================== */

.page-about .entry-content dt {
  float: left;
  font-weight: bold;
}
.page-about .entry-content dd {
  border-bottom: 1px dotted #CCCCCC;
  margin: 0 0 30px;
  padding: 0 0 10px 160px;
}

/* sidebar(#box2)
====================================== */

#box2 {
  float: left;
  padding: 0 19px;
  width: 199px;
}
.hatena-module-title {
  border-bottom: 1px dotted #ccc;
  margin: 20px 0 10px;
}
.hatena-module-body {
  margin-bottom: 30px;
}
.id {
  display: block;
}
.profile-description p {
  line-height: 1.5em;
  font-size: 80%;
}
.search-module-input {
  width: 140px;
}
.hatena-module-body ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.hatena-module-body li{
  margin-bottom: 2px;
  font-size: 85%;
}
.hatena-module-body li a{
  text-decoration: underline;
}

.hatena-module-category li a{
  background-color:#ccc;
  color: #fff !important;
  margin-right: 5px;
  font-size: 85%;
  padding: 3px 5px;
  text-decoration: none;
}
.hatena-module-category li a:hover{
  background-color:#999;
}
