@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

*/


.post h2{
border-bottom:1px solid #000000;
padding:5px 0;
margin:0 0 5px 0;
}
.post .post_date{
text-align:right;
padding:5px 0;
}
.entry p{
padding:10px 0;
}
.postmetadata{
text-align:right;
padding:5px;
background-color:#f8f8f8;
margin:10px 0;
}
#side_navi{
background-color:#f8f8f8;
padding:0 0 10px 0;
}
#side_navi h2{
font-size:93%;
border-bottom:1px dashed #95833e;
padding:5px 0;
margin:5px 0;
}
#side_navi li{
padding:3px 5px;
}
#side_navi a{
background-image:url(/austy/images/share/icon_10.gif);
background-repeat:no-repeat;
background-position:0 3px;
padding:0 0 0 10px;
}
img.alignright {
	margin: 0 0 2px 7px;
}

img.alignleft {
	margin: 0 7px 2px 0;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}