@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

*/



/* CSS Document */

*{
	border:0;
	margin:0;
	padding:0;
}

body{
	font-size:90%;
	line-height:1.3em;
}
img{
	vertical-align:middle;
}
div.clear{
	clear:both;
}


/*****************************************************
	フッター調整用
*****************************************************/
html, body {
	height:100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -70px; /* the bottom margin is the negative value of the footer's height */
}
#footer, .push {
	height: 70px;
}


/*****************************************************
	文字サイズ
*****************************************************/
h2{
	font-size:120%;
}
h3,h4{
	font-size:100%;
}
/*****************************************************
	アンカーテキスト
*****************************************************/
a:link{
	color:#009900
}
a:visited{
	color:#006600;
}
a:hover{
	color:#99CC00;
}


/*****************************************************
	メニュー
*****************************************************/



#menu div.menubar{
	background-image:url(img/menu_bg.jpg);
	background-repeat:repeat-x;
	height:35px;
}
#menu div.menubar div.menu_btn{
	margin:0 auto;
	height:35px;
	width:950px;
}
#menu div.under_menubar{
	background-image:url(img/under_menubar.jpg);
	background-repeat:repeat-x;
}


/*****************************************************
	コンテンツ
*****************************************************/
div#contents{
	margin:0 auto;
	width:950px;
}
#contents div.alpha{
	float:left;
	width:730px;
}
#contents div.beta{
	float:right;
	width:200px;
}


/*****************************************************
	フッター
*****************************************************/
#footer{
	background-image:url(img/footer.jpg);
	background-repeat:repeat-x;
}
#footer div.menu{
	color:#fff;
	font-size:90%;
	margin:0 auto;
	padding-top:35px;
	width:950px;
}
#footer div.menu a{
	color:#000;
}
#footer div.menu a:hover{
	color:#006600;
}




/*****************************************************
	見出し
*****************************************************/
h2.caption, h3.caption{
	background-image:url(img/caption_back.jpg);
	background-position:top;
	background-repeat:no-repeat;
	color:#fff;
	height:30px;
	padding:0.3em 0.5em;
}
h4{
	margin-top:1.5em;
	margin-bottom:0.3em;
}



/*****************************************************
	記事写真
*****************************************************/
div.article div.body .alignright{
	float:right;
}
div.article div.body .alignleft{
	float:left;
}
div.article div.body .aligncenter{
	text-align:center;
}
div.article div.body div.wp-caption{
	background-color:#f9f9f9;
	border:1px solid #eee;
	clear:both;
	margin-bottom:1em;
	padding:5px 0px 0;
	text-align:center;
}
div.article div.body div.wp-caption img{
	border:0;
	margin:0;
	padding:0;
}
div.article div.body div.wp-caption p.wp-caption-text{
	font-size:90%;
	margin:0;
}
/* "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." */


