/*
Theme Name: Original
Theme URI:
Description: The Original
*/
@charset "Shift_JIS";

* {
 margin: 0;
 padding: 0;
}
html, body {
 height: 100%;
 margin: 0; /*Safari用*/
 padding: 0; /*Safari用*/
}
body {
 background: #f1f1f1 url(header_bg.png) repeat-x top;
}
#wrapper {
 min-height: 100%;
 height: auto !important;
 height: 100%; /* ie用に設定 */
 margin: 0 10px -100px; /* id="footer"と同じ高さ(100px)の負の値を入力 */
}

/*ヘッダ---------------------------------*/
#header {
 height: 100px;
 background: url(header.png) no-repeat top;
}
#header h1 {
 font-size: 2em;
 margin: 0;
 padding: 20px 0 0 0;
}
html[xmlns*=""] body:last-child #header { /*Safari用ハック*/
 height: 75px;
 padding: 25px 0 0 0;
 background: url(header.png) no-repeat center top;
}
html[xmlns*=""] body:last-child #header h1 { /*Safari用のハック*/
 margin: 0;
 padding: 0;
 font-size: 2em;
}
#header p {
 color: #FFF;
 margin: 0 0 0 5px;
}
#header h1 a {
 text-decoration: none;
color: #FFF;
}

/*ポスト-----------------------------------*/
#wrapper2 {/*リキッド表示順序調整用*/
 float: left;
 width: 100%;
}
#content {
 margin: 0 260px 0 170px;
}
#pagetitle {
 margin-top: 20px;
 padding: 2px 0 2px 5px;
 font-size: 1em;
 border-left: 10px solid #53023f;
}
#wrapper2 h2  { /*Safari用*/
 margin: 0;
}
.post {
 margin: 20px auto 0 auto;
 padding: 5px ;
 border: 1px solid #999;
 background: #FFF;
 min-width: 512px;
}
.post img {
 border: none;
}
.postinner {
 padding: 10px 10px 0px 10px;
}
.post a {
 color: #333;
 text-decoration: underline;
}
.post h2 {
 font-size: 1.25em;
 margin: 0;
 padding: 4px 0 2px 10px;
 background: #f1f1f1;
}
.post h2 a {
 text-decoration: none;
}
.post h3 {
 clear: both;
 font-size: 1em;
 padding: 15px 0 10px 0;
}
.post a:hover {
 text-decoration: underline;
}
.post a.more-link {
 font-size: 0.75em;
 color: #53023f;
 clear: both;
 display: block;
 width: 120px;
 margin-top: 5px;
}
.jacket img {
 float: left;
 margin-right: 10px;
}
.postinner table {
 float: left;
 border-collapse: collapse;
 margin-bottom: 10px;
}
.post tr,.post th,.post td {
 padding: 3px;
 border: 1px solid #999;
 font-size: 0.85em;
 font-weight: normal;
}
.post table {
 text-align: right;
}
.post td img {
 margin:0 0 0 auto;
}
.post p {
 clear: both;
 padding: 5px 0 10px 0;
 margin-bottom: 25px;
 line-height: 160%;
 font-size: 0.85em;
}
.clear {
 clear: both;
}
p.postinfo {
 margin: 0;
 color: #53023f;
 font-size: 0.75em;
 text-align: right;
 font-family: Ariel, Verdana, sans-serif;
}
.postinfo a {
 color: #53023f;
 text-decoration: underline;
}
.postinfo a:hover {
 text-decoration: underline;
}
p.postinfo2 {
 margin-left: 10px;
 margin-bottom:0;
 color: #53023f;
 font-size: 0.75em;
 text-align: left;
 font-family: Ariel, Verdana, sans-serif;
}
.postinfo2 a {
 color: #53023f;
 text-decoration: underline;
}
.postinfo2 a:hover {
 text-decoration: underline;
}
.bottomjacket {
 float: left;
 width: 220px;
 padding-bottom: 15px;
 font-size: 0.8em;
}

/*for about------------------------------*/
.post h4 {
 margin: 30px 0 5px 0;
 font-weight: normal;
 border-bottom: 1px solid #ccc;
 font-size: 1.2em
}

/*関連記事------------------------------*/
.similar {
 margin: 5px auto 0 auto;
 padding: 5px ;
 border: 1px solid #999;
 background: #FFF;
}
.similar h2 {
 font-size: 1em;
 padding: 4px 0 2px 10px;
 background: #f1f1f1;
}
.similar a {
 color: #53023f;
 text-decoration: none;
}
.similar a:hover {
 text-decoration: underline;
}
.similar ul {
 font-size: 0.85em;
 line-height: 160%;
 margin-left: 10px;
}
.similar li {
}

/*pagelink-------------------------------*/
.pagelink {
 padding-top: 10px;
 margin-bottom: 10px;
}
.pagelink:after {
 clear: both;
 content: ".";
 height: 0px;
 display: block;
 visibility: hidden;
}
.pagelink a {
 font-size: 0.75em;
 color: #53023f;
}
span.pageprev {
 float: left;
}
span.pagenext {
 float: right;
}
span.pageprev a {
 text-decoration: none;
}
span.pagenext a {
 text-decoration: none;
}
span.pageprev a:hover {
 text-decoration: underline;
}
span.pagenext a:hover {
 text-decoration: underline;
}

/*コメント・トラックバック-------------------------------*/
#comments {
 clear: both;
}
#com {
 border: 1px solid #999;
 margin-top: 50px;
 padding: 10px;
 font-family: Ariel, Verdana, sans-serif;
}
#com h3 {
 padding: 5px;
 font-weight: normal;
 font-size: 0.85em;
 background: #f1f1f1
}
#com textarea {
 width: 500px;
}
#com p {
 font-size: 0.75em;
 padding: 5px 0 5px 5px;
}
#com a {
 color: #000;
}
.compost {
 margin-boottom: 5px;
 border-bottom: 1px solid #ccc;
}
p.cominfo {
 text-align: right;
}
#trackurl {
 margin-top: 10px;
}
#track {
 clear: both;
 border: 1px solid #999;
 margin-top: 5px;
 padding: 10px;
 font-family: Ariel, Verdana, sans-serif;
 background: #FFF;
}
#track h3 {
 padding: 5px;
 font-weight: normal;
 font-size: 0.85em;
 background: #f1f1f1
}
#track p {
 font-size: 0.75em;
 padding: 5px 0 5px 5px;
}
#track a {
 color: #000;
}
#banner_bottom { /*単一記事用*/
 float:left;
 width: 250px;
}

/*amazon-------------------------------*/
.amaz iframe {
 float: left;
 width: 120px;
 margin-right: 10px;
 margin-top: 30px;
}
.amazlet-box {
 margin-top: 40px;
}
.amazlet-box a {
 text-decoration: underline;
}
.amazlet-detail {
 font-size: 0.65em;
 line-height: 110%;
}
.amazlet-review {
 font-size: 0.7em;
}
.amazlet-link {
 font-size: 0.75em;
}
/*rakuten---------------------------------*/
.rakuten {
 font-size: 0.85em;
 padding-bottom: 5px;
}
.rakuten a {
 text-decoration: underline;
}
/*リンクユニット-----------------------*/
#adlink_header {
 margin: 20px auto 0 auto;
 padding: 8px ;
 background: #FFF;
 border: 1px solid #999;
 vertical-align: middle;
}
#adlink_footer {
 clear: both;
 margin: 0 auto;
 padding: 8px ;
 background: #FFF;
 border: 1px solid #999;
 vertical-align: middle;
}

/*サイドバー----------------------------------*/
#sidebar {
 width: 250px;
 float: left;
 font-family: Ariel, Verdana, sans-serif;
 margin: 20px 0 0 -250px;
}
#sidebar h2 {
 font-size: 0.75em;
 color: #FFF;
 margin-top: 20px;
 margin-bottom: 10px;
 padding: 3px 8px;
 background: #53023f;
}
#sidebar ul {
 line-height: 140%;
 padding-left: 10px;
}
#sidebar li {
 margin-left: 10px;
 font-size: 0.8em;
}
#sidebar li a {
 text-decoration: none;
 color: #53023f;
}
#sidebar li a:hover {
 text-decoration: underline;
}
#wp-calendar {
 width: 100%;
 font-size: 0.75em;
}
#wp-calendar a {
 color: #53023f;
}
#wp-calendar td, #wp-calendar th {
 text-align: center;
 padding: 1px;
}
#wp-calendar caption {
 color: #FFF;
 font-weight: bold;
 margin-bottom: 10px;
 padding: 2px 8px;
 background: #53023f;
 text-align: left;
}
#wp-calendar #prev {
 text-align: left;
 padding: 3px 0 0 3px;
}
#wp-calendar #next {
 text-align: right;
 padding: 3px 0 0 3px;
}
input#q,input#s {
 width: 190px;
 margin-bottom: 5px;
 font-size: 0.8em;
}
#tagcloud {
 line-height: 120%;
 margin: 10px 0 0 10px;
}
#tagcloud a {
 color: #194970;
 text-decoration: none;
}
#tagcloud a:hover {
 text-decoration: underline;
}
.googlead {
 margin-top: 20px;
}
.googlead_txt a {
 font-size: 0.8em;
 text-decoration: none;
}
#tower {
 padding: 10px 0;
}
#ranking {
 margin-top: 15px;
 font-size: 0.8em;
}
#ranking a {
 color: #000;
}
.feed {
 font-size: 0.75em;
 margin:10px 0;
 padding: 5px;
 border: 1px solid #999;
 line-height: 150%;
 background: #FFF;
}
.feed a {
 text-decoration: none;
 color: #000;
}
.feed a:hover {
 text-decoration: underline;
}
.feed img {
 vertical-align: middle;
 margin-right: 3px;
}

/*サイドバー2----------------------------------*/
#sidebar2 {
 width: 160px;
 float: left;
 font-family: Ariel, Verdana, sans-serif;
 margin-left: -100%;
 margin-top: 20px;
}
#sidebar2 h2 {
 font-size: 0.75em;
 color: #FFF;
 margin-top: 20px;
 margin-bottom: 10px;
 padding: 3px 8px;
 background: #53023f;
}
#sidebar2 ul {
 line-height: 140%;
 padding-left: 10px;
}
#sidebar2 li {
 margin-left: 10px;
 font-size: 0.75em;
}
#sidebar2 li a {
 text-decoration: none;
 color: #000;
}
#sidebar2 li a:hover {
 text-decoration: underline;
}
.amazon_sidebox {
 margin: 10px 0;
}

/*フッタ-------------------------------------*/
#footer,
#push {
 clear: both;
 height: 100px;
 margin-top: 0px;
}
#footer {
 color: #ddd;
 background: #484848;
}
#footer_inner {
 margin: 0 15px;
 padding-top: 5px;
}
ul#pagemenu {
 list-style: none;
 font-size: 0.8em;
 float: left;
}
#pagemenu li {
 padding: 0 10px 0 19px;
 background: url(eyecatch.png) no-repeat 0 2px;
 text-align: left;
 height: 18px;
}
#pagemenu li a {
 text-decoration: none;
 color: #fff;
}
#pagemenu li a:hover {
 text-decoration: underline;
}
address {
 font-size: 0.75em;
 font-style: normal;
 font-family: Ariel, Verdana, sans-serif;
 text-align: right;
 float: right;
}

/*ページ先頭へ戻る------------------------------------------*/
.backtop {
 margin: 10px 0 20px 0;
 text-align: right;
 font-size: 0.8em;
}
.backtop a {
 color: #666;
}