@charset "utf-8";
/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: 有名な <a href="http://binarybonsai.com/kubrick/">Kubrick</a> をもとにした WordPress のデフォルトテーマ
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Typography & Colors */
ul#recent_d li   {padding:1px;margin:0;}
ul#recent_d li a {font-size:12px;}

.narrowcolumn .postmetadata {
	text-align: left;font-size:12px;
	}

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


small {

	font-size: 0.9em;
	line-height: 1.5em;
	}

h2, h3 {
	font-weight: normal;
	font-size:16px;
	font-weight:bold;
	line-height:200%;
	color:#333;
	border-left:8px solid #FA5A0C;
	text-indent:15px;
    border-bottom:1px dashed #999;
	}
h3,h2 a{color:#333;font-size:16px;letter-spacing:0.1em;}
h3,h2 a:hover {color:#333;}
h3,h2 a:visited {color:#333;}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

.entry p{font-size:13px;color:#333;line-height:180%;}
.entry strong {font-size:19px;color:#7C3D13;border-bottom:1px dashed #ccc;}
.entry p a:visited {

	}

.commentlist li, #commentform input, #commentform textarea {

	}

.commentlist li {
	font-weight: bold;
	}

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

	}

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

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

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {

	}

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

a, h2 a:hover, h3 a:hover {
	}

a:hover {
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */


#page {
	text-align: left;
	margin: 5px auto;
	padding-top: 10px;
	width: 900px;
	}

#header {

	}

#headerimg {

	}

.narrowcolumn {
	float: left;
	padding: 0 10px 0 0;
	margin: 0;
	width: 580px;
	}

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

	}

.post {
		padding:10px;
        font-size:12px;
		border:1px solid #ccc;
		margin-bottom:10px;
		background-color:#fff;
		background-image:url('http://shigaju.net/img/bg_gl.jpg');
		background-repeat:repeat-x;
		background-position:center bottom;
	}



.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: left;
}
.postmetadata a {font-size:11px;}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

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




/*	Begin Headers */




h2.pagetitle {
	text-align: left;
	margin:0;
	font-size:19px;
	line-height:240%;
	color:#fff;
	height:45px;
	font-weight:bold;
	border:0;
	letter-spacing:0.1em;
	border-bottom:0;
	background-image:url(http://shigaju.net/img/h2_bar.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

h3 {
	padding: 0;
	margin: 0;
	}

h3.comments {
	padding: 0;
	margin: 0 ;
	}
/* 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 0px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 5px;margin: 0;
	padding: 0;
	}

.entry ul li:before, #sidebar ul ul li:before {
	list-style: none;margin: 0;
	padding: 0;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;	list-style: none;
	}

.entry ol li {
	margin: 0;
	padding: 0;	list-style: none;
	}

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

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 2px;	list-style: none;
	background-color:#fff;
	
	}

#sidebar ul li {
	list-style: none;
	padding:0;margin:0;
	}
#sidebar ul ul li a{color:#5C2009;font-size:14px;letter-spacing:0.5em;}


#sidebar ul p, #sidebar ul select {
	padding:0;margin:0;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 10px;padding:0;
	}
#sidebar ul.children{
	margin:0;
	padding:0;
	padding-left:10px;
}
#sidebar ul li.children{
	margin:0;
	padding:0;
}
#sidebar ul.children a{color:#000;font-size:13px;letter-spacing:0em;}


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

ol li, #sidebar ul ol li {
	padding:0;margin:0;	
	list-style: none;
	}

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


#sidebar ul li a{color:#9B624B}
/* End Entry Lists */



/* Begin Sidebar */
#sidebar
{
	float:right;
	padding: 5px;
	margin-left: 3px;
	width: 290px;
	border:1px solid #ccc;
	background-color:#EDE9D7;
}

#sidebar form {
	margin: 0;
	}
	
#sidebar h2 {
	margin: 0;
	padding: 0;

	}
	
#sidebar h2.widgettitle{
	letter-spacing:0.5em;
	margin:0;padding:0;
	margin-bottom:10px;
	background-image:url();
	text-align:left;
	border:0;
	border-bottom:2px solid #C5BA8A;
	font-weight:normal;color:#883412;
	font-size:12px;
	height:;
	line-height:200%;
}

#sidebar .o_ul {border:1px solid #ccc;}
.cat-item a {font-weight:bold;font-size:13px;letter-spacing:0.1em;padding:2px;
			color:#108ADB;
			text-decoration:none;border-bottom:1px solid #ddd;display:block;line-height:170%;}
			
.cat-item a:hover {color:#f00;}
.children a {font-size:12px;border-bottom:1px dashed #ccc;
				display:block;font-weight:normal;color:#108ADB;letter-spacing:0;}
.children a:hover {color:#f00;}

/* End Sidebar */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.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;
	}

a img {
	border: none;
	}

.navigation {
	text-align:center;
	margin: 10px;
    font-size:12px;
	}
.navigation a{font-size:12px; }
/* End Various Tags & Classes*/




/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
