@charset "utf-8";
/*
Theme Name: tsuyabu
Theme URI: http://tsuyabu.in
Description: tsuyabu専用theme by mirakui
Version: 1.6
Author: mirakui
Author URI: http://mirakui.tsuyabu.in/
Tags: tsuyabu

*/


html {
  color: #EFEFEF;
  background-color: #000000;
	background-image: url('images/bg_logo.png');
  background-repeat: no-repeat;
}

a {
  color: #999999;
}

#header {
  position: relative;
}

#header #headerimg {
  display: none;
}

#page {
}

#content {
  margin-left: 240px;
  margin-top: 30px;
  padding-top: 20px;
  padding-right: 80px;
  padding-bottom: auto;
  padding-left: 80px;
  text-align: left;
  position: relative;
}

#page #content h2 {
}

#page #content h2.pagetitle {
  font-size: 60px;
  color: #999999;
  margin-top: 20px;
  margin-bottom: 100px;
}

#page #content h3 {
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 5px;
  clear: both;
  color: orange;
}

#page #content .wp-caption {
  border: 1px solid #333333;
  background-color: #202020;
  text-align: center;
  padding: 2px;
}

#page #content .wp-caption .wp-caption-text {
  margin: 0;
  font-size: 12px;
  color: #CCCCCC;
}

#page #content .alignright {
  float: right;
}

#page #content h3#comments {
  margin-top: 100px;
}

#page #content li {
  list-style-position: inside;
  list-style-type: disc;
  padding-left: 20px;
  line-height: 1.5em;
}

#page #content .navigation .alignleft {
  position: absolute;
  top: 0;
  left: 80px;
}

#page #content .navigation .alignright {
  position: absolute;
  top: 0;
  right: 80px;
  
}

.post {
  text-align: left;
  margin-top: 50px;
}

hr.post-hr {
  border: none;
  background-image: url(images/kirakira.png);
  background-repeat: no-repeat;
  width: 42px;
  height: 65px;
  margin: 80px auto 100px auto;
}

.post .post-header {
  position: relative;
  height: 60px;
  vertical-align: bottom;
  margin-bottom: 10px;
}

.post .post-header h2 {
  color: #FFFFFF;
  font-size: 20px;
  vertical-align: bottom;
  position: absolute;

  margin: 0px 50px 0px 95px;
  bottom: 20px;
}

.post .post-header h2 a {
  color: #FFFFFF;
  text-decoration: none;
}

.post .post-header .author-icon {
  position: absolute;
  bottom: 20px;
  right: 0;
}

.post .post-header .date {
  width: 90px;
  text-align: right;
  vertical-align: text-bottom;
  position: absolute;
  bottom: 20px;
  color: #666666;
}

.post .post-header .date .year {
  font-size: 13px;
  letter-spacing: 5px;
  text-align: right;
}

.post .post-header .date .month-day {
  /*
  font-size: 35px;
  */
  font-size: 35px;
  line-height: 32px;
}

.post .post-header .info {
  bottom: 0;
  right: 0;
}

.post .post-header .info .author {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #999999;
  font-size: 12px;
  letter-spacing: 1px;
}

.post .post-footer {
  margin-top: 20px;
}

.post .post-footer .postmetadata {
  color: #999999;
}

.post .post-footer .postmetadata a {
  color: #999999;
}

.entry {
  clear: both;
}

.entry p {
  line-height: 1.5em;
  margin-top: 15px;
}

.entry blockquote{
    border : 1px #999 solid ;
    color:#999;
    padding : 2px ;
} 
.entry blockquote p { margin :0; }

#page #content li.comment {
  list-style-type: none;
  padding-left: 0;
}

.commentlist .comment {
  margin-top: 30px;
  margin-bottom: 30px;
}

.commentlist .comment .comment-meta {
  color: #999999;
  font-size: 10px;
}

.commentlist .comment .comment-meta a {
  color: #999999;
  font-size: 10px;
}

.commentlist .comment p {
  margin-top: 10px;
  margin-left: 34px;
}

.commentlist .comment .comment-author {
  font-size: 20px;
}

.commentlist .comment .comment-author .says {
  display: none;
}

#commentform p {
  margin-top: 5px;
  margin-bottom: 5px;
}

#commentform input#author {
  background-color: #999999;
  border: 1px solid #CCCCCC;
  padding: 3px;
}

#commentform input#email {
  background-color: #999999;
  border: 1px solid #CCCCCC;
  padding: 3px;
}

#commentform input#url {
  background-color: #999999;
  border: 1px solid #CCCCCC;
  padding: 3px;
}

#commentform textarea {
  width: 400px;
  background-color: #999999;
  border: 1px solid #CCCCCC;
  padding: 3px;
}


#sidebar {
  height: 669px;
  width: 240px;
  margin: 0px;
  position: absolute;
  top: 0;
  left: 0;
}

#sidebar a.spacer {
}

#sidebar .spacer img {
  width: 250px;
  height: 220px;
}


#sidebar ul#nav {
  padding-left: 20px;
}

#sidebar ul#nav li {
  text-align: right;
}

#sidebar ul#nav li h2 {
  text-align: right;
  font-size: 20px;
  /*
  border-left: 8px solid #FFFFFF;
  */
  margin-top: 30px;
  margin-bottom: 5px;
}

#sidebar ul#nav li.widget_recent_comments h2.widgettitle {
  font-size: 15px;
}

#sidebar ul#nav li.widget_archive h2.widgettitle {
  font-size: 15px;
}

#sidebar ul#nav li ul li {
  font-size: 13px;
  margin-top: 10px;
}

#sidebar ul#nav li#pages h2 {
  display: none;
}

#sidebar ul#nav li#pages ul {
  font-size: 18px;
}

#sidebar ul#nav li#pages ul li {
  margin-top: 0;
}

#sidebar ul#nav li#pages ul li a {
  margin-top: 5px;
  color: #FFFFFF;
  background-color: #333333;
  text-decoration: none;
  font-size: 15px;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  border-left: 20px solid #CC3333;
}

#sidebar ul#nav li#pages ul li ul li a {
  color: #999999;
  background-color: #222222;
  border: none;
  margin-top: 0;
  margin-left: 20px;
  font-size: 12px;
}

#sidebar ul#nav li.widget_recent_comments ul li {
  font-size: 10px;
}

#sidebar ul#nav li.widget_archive ul li {
  font-size: 10px;
}

#footer {
  background-image: url('images/footer_obj.png');
/*
  width: 275px;
  */
  width: 100%;
  height: 237px;
  margin-top: 150px;
  background-repeat: no-repeat;
  background-position: center;
}

