@charset "utf-8";
/*
Theme Name: shiba-ryo
Theme URI: http://wordpress.org/
Description: shiba-ryo
Version: 1.0
Author: S.K
Author URI: 
Tags: 

*/



/* Begin Typography & Colors */
*{
	margin:0;
	padding:0;
}

body {
	margin: 0 0 20px 0;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;
	background-color: #d5d6d7;
	color: #333;
	text-align: center;
	}

textarea{
	padding:3px;
}


.clearfix:after { 
	content: url(/imgs/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix {
	clear: both;
	min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


a { text-decoration: underline; }
a:link { color: #005899; }
a:visited { color: #005899; }
a:active { color: #8FABBE; }
a:hover { color: #006699; }

a.hlink{ text-decoration: none; color:#666; }
a:hover.hlink{ color:#666; }
a:visited.hlink{ color:#666; }
a:active.hlink{ color:#666; }

#page {
	margin: 10px auto;
	padding: 0;
	width: 800px;
	border: 1px solid #959596;
	background-color: white;
	text-align: left;
	}

#header {
	text-align:left;
	width: 800px;
	height:120px;
	border-bottom:1px solid #000;
	}

#headerimg {
	width: 400px;
	text-align:center;
	float:left;
	}

#headerimg h1 {
	margin:25px 0 10px 0;
}

#headerimg .description {
	font-size: 12px;
	}

#header_books{
	margin-top:10px;
}
#header_books .header_book{
	float:left;
	text-align:center;
	margin-left:10px;
	font-size:12px;
	line-height:180%;
}
#header_books .header_book a{
	text-decoration:none;
}

#content {
	font-size: 14px;
	color: #666666;
	line-height: 150%;
	}

#content h2 {
	color: #666666;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}

#content h3 {
	color: #666666;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 160%;
	}
.narrowcolumn .entry p {
	margin-bottom:20px;
}


.widecolumn {
	line-height: 150%;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-size: 10px;
	line-height: 150%;
	}

h1 {
	font-size: 14px;
	text-align: center;
	}


h2 {
	font-size: 14px;
	}

h2.pagetitle {
	font-size: 14px;
	}

h3 {
	font-size: 16px;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	line-height: 150%;
	text-transform: none;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	margin-left: 600px;
	width: 190px;
	/*border: 1px solid red;*/
	}

#sidebar h2 {
	color: #666666;
	padding:2px 0 2px 0;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .2em;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-bottom:8px;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 12px;
	letter-spacing: .07em;
	}

h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

/* End Typography & Colors */



/* Begin Structure */

.narrowcolumn {
	float: left;
	/*border:1px solid red;*/
	padding: 0 0 20px 20px;
	margin: 0;
	width: 550px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
/*	text-align: justify; */
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	border: none;
	font-size:12px;
	padding: 30px 0 0 0;
	margin: 0 auto;
	width: 800px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	border-top:1px solid #ccc;
	}
/* End Structure */



/*	Begin Headers */


h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

dl.trackback dt{
	margin: 20px auto 20px ;
	font-weight:bold;
	font-size:16px;
	}
dl.trackback dt:hover{
	background-color:#FFFFBB;
}

.accordion_head{
 padding:2px 0 2px 20px;
 background:url(imgs/btn_plus.gif) no-repeat center left;
 cursor:pointer;
}
.accordion_head_opened{
 padding:2px 0 2px 20px;
 background:url(imgs/btn_minus.gif) no-repeat center left;
 cursor:pointer;
}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 10px 0;
	padding: 0;
	font-size:14px;
	}

#sidebar .search_forms{
	font-size:12px;
	margin:10px 0 0 10px;
}
#sidebar .search_forms form{
	margin-bottom:5px;
}


/* End Entry Lists */




/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
/*	text-align: justify; */
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */






/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 150%;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


#shiba_news {
	margin-top:10px;
	margin-bottom:10px;
}

#shiba_news h2 {
	font-size: 14px;
	margin-top:0px;
	margin-bottom:0px;
}

#shiba_news ul {
	margin-left:20px;
	margin-top:5px;
}

#shiba_news li {
	font-size: 12px;
	line-height:150%;
}

#shiba_news li a {
	font-weight:bold;
}

/*** amazon list ***/
.amazon_list{
 width: 570px;
 text-align:center;
 padding:0px;
/* border:1px solid red;*/
}
.ama_block1{
 float: left;
 width: 110px;
 text-align:center;
 padding:0px;
 margin:0 3px 10px 0;
}
.ama_block2{
 clear:both;
 float: left;
 width: 110px;
 text-align:center;
 padding:0px;
 margin:0 3px 10px 0;
}
.ama_img{
}
.ama_productname{
	font-weight:bold;
	font-size:12px;
	padding:0 1px 0 1px;
	margin:0px;
	line-height:120%;
}
.ama_author{
 font-size:12px;
 padding:0px;
 margin:0px;
}
.ama_listprice{
 color:red;
 font-weight:bold;
 font-size:12px;
 padding:0px;
 margin:0px;
}
.ama_manufacturer{
}
.ama_availability{
 font-size:10px
}
.ama_cartbutton{
}

.ama_search_box{
	margin-top:10px;
}
.ama_search_box ul {
	list-style-type:none;
}
.ama_search_box li {
	float:left;
	margin-left:5px;
}
.ama_search_box ul li.midashi_li {
}

.ama_matomete_btn_wrapper {
	margin: 5px 10px 0 5px;
}
.ama_matomete_btn {
	margin-bottom:5px;
	padding:3px;
}


#content p.posted {
	color: #999999;
	font-size: small;
	border-top: 1px solid #999999;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}

#content .entry_list h3 {
	margin:15px 0 15px 0;
}
#content .entry_list ul {
	margin-left:40px;
}


/*** ぱんくず ***/
div#breadCrumb{
	clear:both;
	padding:10px 0 0 0;
	margin-bottom:20px;
}

div#breadCrumb ul{
	list-style-type:none;
	margin:0;
	padding:0;
	float:left;
}

div#breadCrumb li{
	margin:0;
	padding:0;
	float:left;
}

div#breadCrumb abbr{
	border:none;
}

.tb_url{
	width:300px;
}

.divide_border{
	border-bottom:1px solid #ccc;
	margin:20px 0 20px 0;
}

/*** review ***/
p.review{
	border-top: 1px solid #999999;
	padding-top:10px;
	color: #666666;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
}

p.review_regi{
	border-top: 1px solid #999999;
	padding-top:10px;
	color: #666666;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
}

#shiba_review{
 font-size: 14px;
 text-align:left;
}

.review_block{
 background-color:#EEE;
 width:530px;
 padding:3px;
 border:1px solid #CCC;
}

.review_star{
 float:left;
 padding:1px;
 padding-right:15px;
 width:130px;
 height:20px;
/* border:solid 1px #000;*/
}

.review_title{
 font-weight:bold;
 padding:1px;
/* border:solid 1px #000;*/
}

.review_user{
 width:50%;
 text-align:left;
 float:left;
 padding:1px;
}

.review_date{
 padding:1px;
 text-align:right;
}

.review_content{
 padding:1px;
 padding-top:5px;
}

.review_link{
 text-align:right;
 padding:1px;
 padding-top:10px;
}

.full_star{
 height:20px;
 width:11px;
 background-repeat: no-repeat;
 background-position: center;
 float:left;
 background-position: center center;
 background-image:url("/imgs/star.gif")
}

.half_star{
 height:20px;
 width:6px;
 background-repeat: no-repeat;
 background-position: center; 
 float:left;
 background-position: left center;
 background-image:url("/imgs/half_star.gif")
}

.review_spacer{
 height:5px;
 padding:0px;
}

#review_form{
 width:540px;
 text-align:left;
}

.review_form_midashi{
 width:120px;
 padding:3px;
 font-size:12px;
 font-weight:bold;
}

.review_form_input{
 width:390px;
 height:25px;
 padding:3px;
}

.review_form_midashi2{
 width:510px;
 padding:3px;
}

.review_form_input2{
 width:510px;
 padding:3px;
}

.review_form_notice{
 font-size:11px;
}

.cl{ clear:both; }

#list_contents .list_left{
}
#list_contents .list_right{
	float:right;
	margin:0 10px 0 10px;
}

.navigation{ text-align:center; }


.ebook_links { }
.ebook_links ul {
	list-style-type:none;
}
.ebook_links ul li {
	float:left;
	margin-left:5px;
}
.ebook_links ul li.midashi_li {
}

