@charset "utf-8";
/*
Theme Name: milligram blog
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

*/

/******************************************************************************************************/
/* general */
/******************************************************************************************************/

* {
	margin: 0;
	padding: 0;
}


html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 960px;
	height: 100%;
	font-size: 12px;
	font-family: Helvetica,Lucida Grande,Verdana,Arial,sans-serif;
	color: #222;
	line-height: 1.6em;
}

body > #page {
	height: auto;
}

a {
	color: #222;
	text-decoration: none;
	outline: none;
	border-style: none;
	border: 0;
}

a:hover {
	color: #999;

}

:focus {
	–moz-outline-style: none;
}

h1, h2, h3 {
	font-size: 13px;
}

.h_j {
	font-size: 12px;

}

li{
	display: inline;
}

#sidebar li{
	display: block;
}
img {
	vertical-align:bottom;
	border: 0;
}

#header img {
	width: auto;
}

/******************************************************************************************************/
/* structure */
/******************************************************************************************************/

#page {
	padding: 20px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom:-6em;

}

#dummy {
	width: 220px;
	height: 100%;
	background: green;
	float: left;
}

#content {
	float: right;
	width: 720px;
	top: 0px;
	left: 0px;

}

#header {
	padding: 0;
	height: 80px;
}

#sidebar {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 200px;
	margin: 20px;
}

#footer {
	margin: 5em 0;
}

.clr {
	clear: both;
}

#logo {
	height: 80px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
}

#push{
	height: 6em;
}

#copyright {
	margin-top: 10em;
}

div.home a p {
	display: none;
}
div.home {
	position: 		relative;
	float:			left;
	background:		transparent url(images/logo.gif) repeat-x 0 0 scroll;
}
div.home a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 			145px;
	height: 		35px;
	line-height: 		35px;
	color:			#000;
	background:		transparent none repeat-x 0 0 scroll;
}
div.home div {
	display:		none;
	position: 		absolute;
	z-index: 		1;
	top: 			0px;
	background:		white url(images/logo_hover.gif) repeat-x 0 0 scroll;
}


