@charset "utf-8";
/*
Theme Name: KGK Papyrus
Theme URI: http://wordpress.org/ , http://web2feel.com/ , http://www.kgk-net.com
Description: The original WordPress theme that graced versions 1.2.x and prior. 有名な <a href="http://binarybonsai.com/kubrick/">Kubrick</a> をもとにした WordPress のデフォルトテーマ をもとにPapyrusデザインを当てはめた。
Version: 1.0
Author: Michael Heilemann , Jinsona designs & KGK 
Author URI: http://binarybonsai.com/ , http://web2feel.com/ 
Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net

	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

*/


/* 共通設定 */

*{
	margin: 0px;
	padding: 0px;
}

img{
	border: none;
}

a {
	color:#b96317;
	font-weight:bold;
	}
	
a:hover {
	color:#000;
	}

/*　フロートした物の解除　*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* フロートの解除 IEのための記述 */
/* \*/
* html .clearfix{height:1%;zoom:1}
.clearfix{display:block;}
/* */

/* ページ構成 */

body {
	padding-top:2px;
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
	color:#54290d;
	}

#rap{
	width:964px;
	margin:0 auto;
}
/* Header */

#header {
	height:214px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	margin-top:10px;
}

#header h1{
	font-size: 30px;
	font-weight: bold;
	height: 136px;
	width: 964px;
}

#header h1 span{
	height: 136px;
	width: 964px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	position: absolute;
}

/* Content */

#content {
	width: 964px;
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
	}

#container {
	width: 500px;
	float: left;
	margin-left: 110px;
	margin-top: 40px;
}	

div.post{
	margin-top: 20px;
	background-image: url(images/btm_img.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 150px;
	margin-bottom: 50px;
}

.post h2 , .post h3{
	font-size: 15px;
	line-height: 55px;
	background-image: url(images/h2title.png);
	background-repeat: no-repeat;
}

.post h2 , .post h3 {
	font-size: 15px;
	padding-left: 50px;
	text-decoration: none;
	color:#54290d;
}

.post h2 a , .post h3 a {
	font-size: 15px;
	text-decoration: none;
	color:#54290d;
}

.post h2 a:hover , .post h3 a:hover{
	color:#b96317;
	text-decoration: underline;
}

h2.pagetitle{
	text-align: center;
}

p.date , p.meta{
	font-size: 15px;
	text-align: right;
	margin: 10px 0px;
}

p.meta{
	font-weight: bold;
	clear:both;
}

.entry p{
	font-size: 15px;
	line-height: 25px;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 13px auto; 
}
.entry strong{
}

.entry img.alignright{
	float: right;
	margin-left: 7px;	
}

.entry img.alignleft{
	float: left;
	margin-right: 7px;
}

.entry ol{
	list-style-type: none;
	margin-left: 80px;
	font-size: 15px;
}
.entry ol li{
	line-height:1.5em; 
}

.inyou , blockquote{
	border: double 5px #C2854E;
	background-color: #FAF7B9;
	margin: 10px;
	padding: 20px;
	font-size: 85%;
	line-height: 1.2em;
}

.inyou_2{
	border: double 3px #54290d;
	margin: 10px;
	padding: 10px 20px;
	line-height: 1.2em;
}
.table_no_border caption ,.table_nomal caption{
	font-weight: bold;
}

.table_no_border tr th{
	font-weight: bold;
	text-align: center;
	padding: 3px;
}
.table_no_border tr td{
	padding: 3px;
}

table.table_nomal{
	border-collapse: collapse;
	border: solid 2px #54290D;
}
.table_nomal th{
	font-weight: bold;
	text-align: center;
	padding: 3px;
	border: solid 1px #54290D;
}
.table_nomal td{
	padding: 3px;
	border: solid 1px #54290D;
}



.navigation{
	width: 500px;
	margin: 20px 0px;
}

.navigation a{
	color: #804D00;
}

.navigation .alignleft{
	text-align: left;
	width: 200px;
	float: left;
}

.navigation .alignright{
	text-align: right;
	float: right;
	width: 200px;
}

/* similar Post for single.php */
#sim_post h3{
	font-size: 16px;
	font-weight: bold;
	line-height: 31px;
	margin-top: 15px;
	padding-left: 10px;
	background-image: url(images/h2.png);
	background-position: top left;
	background-repeat: no-repeat;
}


#sim_post ul{
	margin: 10px auto 10px 50px;
	}
#sim_post ul li{
	font-size: 0.9em;
	line-height: 1.6em;
	font-weight: bold;
	}



/* The Sidebar */

#sidebar {
	width:195px;
	float:right;
	margin-right: 100px;
	margin-top: 40px;
	font-size: 13px;
}

#sidebar p{
	line-height:1.6em;
}

#sidebar ul{
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
}

#sidebar ul li h2{
	font-size: 16px;
	font-weight: bold;
	line-height: 31px;
	margin-top: 15px;
	padding-left: 10px;
	background-image: url(images/h2.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#sidebar ul ul{
}

#sidebar ul li li{
	margin-top: 15px;
	padding-left: 15px;
	font-size: 12px;
	line-height: 1.4em;
	margin-bottom: 5px;
	background: none;
}

#calendar_wrap{
	*margin-top: 20px;
}

table#wp-calendar{
	font-size: 13px;
	margin-left: 15px;
}

table#wp-calendar caption{
	margin-top: 15px;
	font-size: 17px;
}

table#wp-calendar tr td{
	padding: 2px 3px 2px 2px;
	text-align: right;
}

.textwidget{
	width: 150px;
	margin-left: 15px;
	margin-top: 10px;
	line-height: 20px;
}

img.left_img{
	float: left;
	margin-right: 5px;
}

#sidebar p.rss_cont{
	margin-top: 10px;
	display: block;
}
#sidebar select {
	margin: 10px 0px 0px 20px;
	}

/* Footer */

#footer {
	height:110px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	text-align:center;
	color:#442c0e;
	font-size:14px;
	line-height: 1.4em;
	font-weight: bold;
	padding-top: 30px;
	}
	