@charset "utf-8";
/*
Theme Name: Keypoint Theme
Theme URI: http://wordpress.org/
Description: <a href="http://binarybonsai.com/kubrick/">Kubrick</a> をもとにした WordPress のデフォルトテーマから改変
Version: 1.6b1
Author: Motoharu Sumi
Author URI: http://www.motoharusumi.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

*/



/* 基本タグ */
body {
	margin: 0;
	padding: 0;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W4", 'メイリオ', "Osaka", "ＭＳ Ｐゴシック ",sans-serif;
	color: #112B11;
	text-align: center;
	background: #F5F4EE url(http://www.keypoint.or.jp/wordpress/wp-content/themes/keypoint/images/bg.jpg) no-repeat top right fixed;
	}
#page {
	margin: 0 auto;
	padding: 0;
	width: 956px;
	text-align: left;
	}
a:link {
	color: #002A86;
	}
a:visited {
	color: #86007E;
	}
a:hover {
	color: #055005;
	}
a:active {
	color: #E0AF00;
	}
small {
	font-size: 0.9em;
	line-height: 1.5em;
	}
h2, h3 {
	font-weight: bold;
	}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
a img {
	border: none;
	}
p {
	clear: both;
	}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
acronym,
abbr,
span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	border-bottom: 1px dashed #999;
	}
hr {
	display: none;
	}

/* 基本セレクタ */
.center {
	text-align: center;
	}
.hidden {
	display: none;
	}
.clear {
	clear: both;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left;
	}
.alignright img,
.alignleft img 
.aligncenter img {
	height: 100%;
	}

/* ヘッダ */
#header {
	margin: 0;
	padding:0;
	width:auto;
	padding:0;
	}
h1 {
	padding: 0;
	margin: 20px 0 0 0;
	width: 181px;
	height: 77px;
	line-height: 1em;
	float: left;
	}
#header ul {
	margin: 0;
	padding:0;
	float: right;
	}
#header ul li {
	margin: 0;
	padding:0;
	text-align:right;
	display:inline;
	width:auto;
	}
#header ul li a {
	display:block;
	margin: 0;
	padding:60px 8px 20px 8px;
	float: left;
	background: url(http://www.keypoint.or.jp/wordpress/wp-content/themes/keypoint/images/menu-bg-off.png) repeat-x bottom;
	border-right: #E7E4D2 1px solid;
	}
#header ul li a:hover {
	background: url(http://www.keypoint.or.jp/wordpress/wp-content/themes/keypoint/images/menu-bg-on.png) repeat-x bottom;
	}
p#topimage {
	margin: 0;
	padding: 20px 0 0 0;
	}

/* コンテンツエリア */
#content {
	width: 500px;
	padding: 0 0 50px 0;
	font-size: 1em
	line-height: 1.7em;
	float: left;
	clear: both;
	}
#content h2 {
	margin: 60px 0 0 0;
	padding: 1px 0;
	font-size: 1.2em;
	color: #502D05;
	border-bottom: #055005 1px solid;
	background: url(http://www.keypoint.or.jp/wordpress/wp-content/themes/keypoint/images/hn-bg.png) repeat-x bottom;
	}
#content h3 {
	margin: 0;
	padding: 40px 0 0 0;
	font-size: 1.1em;
	color: #055005;
	clear: both;
	background: url(http://www.keypoint.or.jp/wordpress/wp-content/themes/keypoint/images/hn-bg.png) repeat-x bottom;
	}
/* ↓アーガイブページ用↓ */
div.postsummary p {
	margin: 0;
	padding: 5px 0 0 0;
	}
div.postsummary p.postmetadata {
	margin: 3px 0 0 0;
	padding: 0 0 0 5px;
	border-left: #EAE7D3 4px solid;
	font-size: small;
	}
/* ↑アーガイブページ用↑ */
#content h4 {
	margin: 30px 0 0 0;
	padding: 5px 0 0 0;
	font-size: 1em;
	color: #502D05;
	border-bottom: #055005 1px solid;
	clear: both;
	}
.post hr {
	display: block;
	}


/* ポストメタデータ */
.entry p.postmetadata {
	margin: 30px 0 0 0;
	padding: 10px 0 0 0;
	border-top: #055005 1px solid;
	border-left: 0;
	}
p#feed {
	margin :30px 20px;
	text-align: center;
	font-size: 1.4em;
	}
p#feed a {
	margin: 0;
	padding: 15px;
	display: block;
	background: #F7F8F3;
	border: #055005 1px solid;
	}
p#feed a:hover {
	background: #FFFFFF;
	border: ##055005 1px solid;
	}
input#tb_url {
	font-size: 1em;
	width: 100%;
	}




/* ↓コメントエリア↓ */
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
.thread-alt {
	background-color: #f8f8f8;
	}
.thread-even {
	background-color: white;
	}
.depth-1 {
	border: 1px solid #ddd;
	}
.alt {
	margin: 0;
	padding: 10px;
	}
.commentlist {
	padding: 0;
/*	text-align: justify; */
	}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}
.commentlist p {
	margin: 10px 5px 10px 0;
	}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
.commentmetadata {
	margin: 0;
	display: block;
	}
.even,
.alt {
	border-left: 1px solid #ddd;
	}
.commentlist li,
#commentform input,
#commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
	}
.commentlist li {
	font-weight: bold;
	}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}
.commentlist cite,
.commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentmetadata {
	font-weight: normal;
	}
.commentlist img {
	display: none;
	}
/* ↑コメントエリア↑ */


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, blockquote, strike {
	color: #777;
	}



/* End Typography & Colors */


/* Begin Images */

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0;
	display: inline;
	float: right;
	}

img.alignleft {
	padding: 4px;
	margin: 0;
	display: block;
	float: left;
	}

/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 35px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

ol li {
	list-style: decimal outside;
	}

/* End Entry Lists */



/* .entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	} */

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */





/* サイドバー */
#sidebar {
	margin: 0;
	padding: 70px 0 0 0;
	width: 396px;
	height: auto;
	float: right;
	}
#sidebar ul,
#sidebar ul li {
	margin:0;
	padding:0;
	list-style-type: none;
	list-style-image: none;
	}
#sidebar ul li h2 {
	margin: 30px 0 0 0;
	padding: 7px 11px 5px 11px;
	clear: both;
	background: url(http://www.keypoint.or.jp/wordpress/wp-content/themes/keypoint/images/sidebar-frame-upper.png);
	font-size: 1em;
	color: #055005;
	}
#sidebar ul li ul {
	margin: 0;
	padding: 0 11px 10px 11px;
	background: url(http://www.keypoint.or.jp/wordpress/wp-content/themes/keypoint/images/sidebar-frame-lower.png) bottom;
	}
#sidebar ul li ul li {
	font-size: 0.9em;
	}
#sidebar ul li ul li ul {
	margin: 0;
	padding: 0 11px;
	background: none;
	}
#sidebar ul li ul li ul li {
	font-size: 1em;
	}
ul.wp-tag-cloud li {
	margin: 0;
	padding: 0;
	display: inline;
	}
ul.wp-tag-cloud li a {
	margin: 5px 5px 0 0;
	padding: 0;
	white-space:nowrap;
	}
li.widget_archive ul li {
	margin: 0;
	padding: 0;
	display: inline;
	}
li.widget_archive ul li a {
	margin: 0;
	padding: 5px 8px 8px 0;
	white-space:nowrap;
	}
/* End Sidebar */





/* Begin Various Tags & Classes */



.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 */


/* フッター */
#footer {
	padding: 20px 0 0 0;
	margin: 0;
	clear: both;
	background: url(http://www.keypoint.or.jp/wordpress/wp-content/themes/keypoint/images/footer-bg.png) repeat-x top;
	border-top: #E7E4D2 1px solid;
	}
#footer p {
	margin: 0;
	padding: 10px 0 20px 0;
	text-align: center;
	}


/*
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
	}
h2.pagetitle {
	font-size: 1.6em;
	}
*/

.attachment {
	text-align: center;
	margin: 5px 0px;
	}
.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
	}

/* "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." */
