@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
Text Domain: kubrick

	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

*/


body {
	font-size: 12px; /* Resets 1em to 10px */
	
	
	line-height: 20px;
	background: #F3F3F3;
	color: #444;
	text-align: center;
	}
	
p {
	font-size: 12px; /* Resets 1em to 10px */
	line-height: 20px;
	color: #444;
	}

#bgContainer {
	background: url(images/background.jpg) repeat-y 0 0;
	width: 920px;
	margin: 20px auto;
	text-align: center;
	}

#container {
	position: relative;
	text-align: left;
	margin: 0 auto;
	z-index: 0;
	width: 900px;
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
}

#header {
	width: 900px;
	}
	
	
#sidebar {
	width: 200px;
	float: left;
}


.narrowcolumn {
	float: left;
	padding: 20px 10px 10px 40px;
	width: 650px;
}

.entry {margin: 20px 0 0 20px; width: 580px;}

.blogEntry {margin: 20px 0 0 20px; width: 580px;}
	
