@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

*/
@import "http://www.okuyama.co.jp/css/base.css";
@import "http://www.okuyama.co.jp/css/sub.css";


#news.sub #content{
width:630px;
}
#news.sub #container a,
#news.sub #container a:visited{
color:#333;
}
#sidebar{
float:left;
width: 170px;
padding:10px 0 10px 0;
}
/*IE6*/* html #sidebar{
height:1%;
}
.post {
overflow:hidden;
margin: 10px 20px;
border:solid 1px #6fba2c;
}
/*IE6*/* html .post{
height:1%;
}
.entry{
padding:10px 15px 20px 15px;
}
.meta{
display:block;
overflow:hidden;
height:34px;
background:#6fba2c url(../../../../cmn/h2_side.png) repeat-x 0 50%;
}
.meta small{
float:left;
padding:5px 10px;
color:#fff;
font-size:14px;
}
.meta p.postmetadata{
float:right;
padding:5px 10px;
color:#fff;
font-size:12px;
}
#news.sub #container .meta p.postmetadata a,
#news.sub #container .meta p.postmetadata a:visited{
color:#fff;
}
.meta p.postmetadata ul,
.meta p.postmetadata li {
display: inline;
list-style-type: none;
list-style-image: none;
}
.post h2{
display:block;
margin:5px 0 0 0;
padding:0 0 10px 60px;
background:url(../../../../cmn/h2_news.png) no-repeat 15px 6px;
font-size:14px;
line-height:30px;
}
.post h2 a{
text-decoration:none;
}
small {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 0.9em;
line-height: 1.5em;
}
h2.pagetitle {
	font-size: 1.6em;
	}
.entry p a:visited {
	color: #b85b5a;
	}
small,
#sidebar ul ul li,
#sidebar ul ol li,
.nocomments,
.postmetadata,
blockquote, strike{
	color: #777;
}
#wp-calendar #prev a,
#wp-calendar #next a{
	font-size: 9pt;
}
#wp-calendar a{
	text-decoration: none;
}
#wp-calendar caption{
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

.post hr {
	display: block;
}
/*.postmetadata {
	padding-top: 5px;
}
.postmetadata {
	clear: both;
}*/
.clear {
	clear: both;
}
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}
p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
.navigation {
	display: block;
	text-align: center;
	margin:0 20px;
	}

#sidebar h2{
background:url(../../../../cmn/h2_side.png) repeat-x 0 50%;
color:#fff;
font-size:14px;
text-align:center;
line-height:34px;
}





#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 5px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
background:url(../../../../cmn/ico_side_li.png) no-repeat 0 7px;
margin: 3px 0 0;
padding:0 0 0 13px;
font-size:13px;
}

select {
	width: 130px;
	}


.alt {
	margin: 0;
	padding: 10px;
	}




/* Begin Sidebar */


#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin:0 auto 0;
	width: 170px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 0;
	text-align: center;
	}
#wp-calendar td a,
#wp-calendar td a:visited{
text-decoration:underline;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "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." */

