@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 */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
/*	background: #d5d6d7 url('http://www.daimarublog.jp/images/pc/kubrickbgcolor.jpg');*/
	background-color: white;
	color: #333;
	text-align: left;
	}

html, body {
	background: #fff;
	height: 100%;
}

body > #container{ 
	height: auto; 
}

#container {
	width: 750px;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
}

div#d-header {
	width: 750px;
	height: 46px;
	position: relative;
	text-align: left;
}

div#d-logo a {
	display: block;
	width: 181px;
	height: 0 !important;
	height /**/:25px;
	padding-top: 25px;
	overflow: hidden;
	background: url(http://www.daimarublog.jp/images/pc/daimaru.gif) no-repeat;
	position: absolute;
	top: 17px;
	left: 0;
}

div#d-inquiry {
	position: absolute;
	top: 22px;
	right: 0;
}





div#announcement {
	display: block;
	width: 420px;
	height: 240px;
	border: groove 3px #5cb3aa;
	padding: 10px 20px;
	margin: 5px 30px;
	font-size: 1.2em;
	font-weight: nomal;
	text-align: left;
	vertical-align: middle;
	line-height: 2.0;
}

.subTitle {
	margin-top: 10px;
	font-size: 2.0em;
	font-weight: bold;
	text-align: center;
	color: #006666;
	background-color: #ffffff;
}

div#footer {
	margin-bottom: 5px;
}