@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
Text Domain: kubrick

	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

*/


@charset "utf-8";
/* -------------------------------- RESET & SETTING -------------------------------- */
*{
	margin:0;
	padding:0;
	}

body {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3",sans-serif;
	font-size: 85%;
	color: #333;
	margin:0 auto;
	background:url(images/bg.jpg) repeat-y center top;
	background-color:#fff;
	}

h1 {
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	color: #333;
	padding-bottom: 7px;
	margin-bottom: 1em;
	}
	
h2 {
	font-size: 130%;
	font-weight: bold;
	border-bottom: 1px solid #D8D4D3;
	color: #4B271B;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 1em
	}	
	
h3 {
	color: #333;
	font-size: 110%;
	font-weight: bold;
	padding:3px 0 0 8px;
	background:url(images/h3bg.jpg) repeat-x left bottom;
	border:1px solid #ccc;
	margin-bottom: 1em;
	}
	
h4 {
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px solid #999B9A;
	color: #A52929;
	padding-bottom: 3px;
	margin-bottom: 1em;
	background:url(images/icon04.gif) no-repeat left -1px;
	padding-left:22px;
	}	
	
h5 {
	font-size: 110%;
	font-weight: bold;
	color:#1276a7;
	}	
	
p{
	font-size:95%;
	color:#333;
	line-height:1.4em;
	margin-bottom:1em;
	}	

td{
	font-size:95%;
	vertical-align:top;
	}
	
textarea{
	font-size: 100%;
	}
	
hr{
	height: 1px;
	border: none;
	margin:10px 0 20px 0;
	border-top: 1px #ccc solid;
}	

img{
	margin:0px;
	padding:0px;
	border:none;
	vertical-align: middle;
	}
	
.align_left{
	text-align:left;
	}

.align_center{
	text-align:center;
	}
	
.align_right{
	text-align:right;
	}
	
.float_left{
	float:left;
	}
	
.float_right{
	float:right;
	}
	
.clear{
	clear:both;
	}
	
.none{
	display:none;
	}
	
a:link{
	color:#1276a7;
	text-decoration:underline;
	}

a:visited{
	color:#03638b;
	text-decoration:underline;
	}	
	
a:hover{
	color:#03638b;
	text-decoration:underline;
	}
	
.icon01{
	background:url(images/icon01.jpg) no-repeat left top;
	padding-left:20px;
	line-height:1.2em;
	}
	
p.spacer{
	margin-bottom:.2em;
	}	

div#wrapper {
	width: 870px;
	margin:0 auto;
	}
	
/* -------------------------------- HEADER ----------------------------------------- */

div#header {
	width: 850px;
	height:66px;
	margin: 0 auto;
	background:url(images/header_bg.jpg) repeat-x left top;
	}
	
body.subpage div#header {
	width: 850px;
	height:54px;
	margin: 0 auto;
	background:url(images/header_bg2.jpg) repeat-x left top;
	
	}		
	
div#header h1{
	float:left;
	}

div#header .logo {
	width: 192px;
	height:43px;
	float:left;
	margin-top:8px;
	margin-left:15px;
	}
	
div.header_middle {
	font-size:90%;
	float:right;
	/*width:307px;*/
	text-align:right;
	margin-top:30px;
	padding-left:80px;
	}

div#header ul#topmenu{
	list-style-type: none;
	}	

div#header ul#topmenu li{
	display: block;
	float: left;
	height:20px;
	background:url(images/icon01.gif) no-repeat left -2px;
	padding-left:20px;
	margin-left:10px;
	}
	
div.header_right {
	float:right;
	width:236px;
	height:26px;
	padding:22px 5px 0px 0px;
	text-align:right;
	}
	
p.searchsubmit{
	text-align:right;
	margin-bottom:.2em;
	}

p.loginsubmit{
	text-align:right;
	margin-bottom:.2em;
	}
	
.search_button {
	margin:0;
	padding:0;
	width:50px;
	height:21px;
	border-width: 1px;
	border-style: solid;
	color:#fff;
	background-color:#ff4a0d;
	}	

.login_button {
	margin:0;
	padding:0;
	width:50px;
	height:21px;
	border-width: 1px;
	border-style: solid;
	color:#fff;
	background-color:#3D9BE9;
	}


/* -------------------------------- CATCH AREA --------------------------------------- */

div#catcharea{
	width:850px;
	height:250px;
	margin: 0  auto;
	}	

/* -------------------------------- NAVIGATION --------------------------------------- */	

div#navigation{
	width:850px;
	height:35px;
	background:url(images/menu_bg.jpg) no-repeat left top;
	margin: 0 auto;
	}
	
div#navigation ul{
	height:35px;
	list-style:none;
	padding-left:5px;
	}	
	
div#navigation ul li{
	color:#f3dbbf;
	float:left;
	width:120px;
	text-align:center;
	font-size:90%;
	}
	
div#navigation ul li a{
	color:#f3dbbf;
	display:block;
	float:left;
	width:120px;
	height:20px;
	text-align:center;
	text-decoration:none;
	padding: 10px 0 0 0; /* 内部の余白 */
	}
	
div#navigation ul li a:hover{
	color:#251D1B;
	display:block;
	float:left;
	width:120px;
	height:20px;
	text-align:center;
	background:url(images/menu.jpg) no-repeat center 7px;
	}	
		
		
/* -------------------------------- CONTENTS AREA --------------------------------------- */

div#container{
	width:850px;
	margin: 0  auto;
	}
	
div#contentsarea{
	width:790px;
	margin: 0  auto;
	padding:30px;
	}
	
		
div#contentsarea ul li{
	font-size:90%;
	list-style:none;
	background:url(images/icon02.gif) no-repeat left top;
	padding-left:15px;
	/*list-style:disc inside;*/
	margin-bottom:.5em;
	/*margin-left:10px;*/
	}

	
div#contentsarea .content ul li{
	color:#A0412F;
	font-size:90%;
	list-style:none;
	margin-bottom:1em;
	line-height:150%;
	margin-left:10px;
	font-weight:bold;
	background:url(images/icon02.gif) no-repeat left 2px;
	padding-left:15px;
	}
	
		
div#contentsarea .content ul ul li{
	color:#333;
	font-size:100%;
	list-style:none;
	background:none;
	margin-bottom:.7em;
	margin-left:-5px;
	font-weight:normal;
	line-height:140%;
	}
	
div#contentsarea .journalcontent ul li{
	font-size:90%;
	list-style:none;
	margin-bottom:1em;
	margin-left:10px;
	background:url(images/icon05.jpg) no-repeat left 4px;
	padding-left:15px;
	line-height:1.5em;
	}
	
/*-- div#contentsarea table.backnumberlist td{
	background:url(images/icon05.jpg) no-repeat left 4px;
	padding-left:15px;
	} --*/
div#contentsarea ul.backnumberlist {
	display:block;
	padding:0px;
	margin:0px;
	}
div#contentsarea ul.backnumberlist li {
	display:block;
	background:url(images/icon05.jpg) no-repeat left 3px;
	padding:0px 35px 5px 15px;
	list-style:none;
	white-space:nowrap;
	float:left;
	}

div#contentsarea table.backnumber{
	font-size:95%;
	border: solid 1px #ccc;
	border-collapse: collapse;
	vertical-align:middle;
	}
	
div#contentsarea table.backnumber td{
	padding:10px;
	border: solid 1px #ccc;
	border-collapse: collapse;
	vertical-align:middle;
	}	
	
div#contentsarea table.backnumber tr.backnumberhyo{
	background-color:#218BC5;
	color:#fff;
	font-weight:bold;
	text-align:center;
	}	
	
div#contentsarea table.backnumber tr.backnumberhyo td{
	padding:4px;
	}		
	
	
div.contents404	{
	padding:0 50px;
	}
	
	
	
/* -------------------------------- CONTENTS LEFT --------------------------------------- */	
	
div#contentsarea .contents_left{
	width:545px;
	float:left;
	}
	
div.kangou{
	width:205px;
	background-color:#eee;
	float:right;
	padding:10px;
	}	
	
div.searchresult p{
	margin-bottom:20px;
	}	
	
div.pdf_title{
	width:315px;
	float:left;
	padding-right:5px;
	}	
	
div.kangou2{
	width:155px;
	float:left;
	padding-right:10px;
	}	
	
div.kangou_detail{
	width:380px;
	float:right;
	}	
	
p.title{
	background:url(images/icon02.gif) no-repeat left 2px;
	padding-left:15px;
	font-weight:bold;
	}	

/* -------------------------------- CONTENTS RIGHT --------------------------------------- */	

div#contentsarea .contents_right{
	width:215px;
	float:right;
	padding-left:30px;
	font-size:90%;
	}	
	
div#contentsarea .contents_right .search{
	width:190px;
	border:1px solid #ccc;
	margin-bottom:.8em;
	padding:10px;
	background:url(images/search_bg.jpg) repeat-x left bottom;
	}
	
div#contentsarea .contents_right .search p{
	margin-bottom:.5em;
	}	
	
div#contentsarea .contents_right .mypage1{
	width:212px;
	background: url(images/mypage_top.jpg) no-repeat left top;
	background-color:#ffa100;
	margin-bottom:.8em;
	}

div#contentsarea .contents_right .mypage1_{
	width:212px;
	background: url(images/mypage_top2.jpg) no-repeat left top;
	background-color:#ffa100;
	margin-bottom:.8em;
	}	
	
div#contentsarea .contents_right .mypage2{
	width:212px;
	background: url(images/mypage_bottom.jpg) no-repeat left bottom;
	}	

div#contentsarea .contents_right .mypage3{
	width:192px;
	padding:40px 10px 10px 10px;
	}
	
div#contentsarea .contents_right .mypage3 p.logout,	
div#contentsarea .contents_right .mypage3 p.logout a{
	color:#fff;
	} 
	
div#contentsarea .contents_right p.hajimete{
	text-align:right;
	color:#fff;
	}	
	
div#contentsarea .contents_right p.hajimete a{
	text-align:right;
	color:#fff;
	text-decoration:underline;
	background:url(images/icon04.gif) no-repeat left -3px;
	padding-left:22px;
	}		


div#contentsarea .contents_right .banner{
	margin-bottom:.8em;
	}	

div#contentsarea .contents_right .banner p{
	margin-bottom:.5em;
	}	
	
		

/* -------------------------------- FOOTER ----------------------------------------- */


div#footer {
	width: 790px;
	height:84px;
	clear:both;
	background:url(images/footer_bg.jpg) no-repeat left top;
	margin:0 auto;
	}

	
div#footer p {
	color:#fff;
	font-size:90%;
	padding:20px 0 30px 30px;
	}
	
div#footer p a {
	color:#ffa100;
	text-decoration:none;
	}	
	
div.banner{
	text-align:center;
	}		








/* Begin Typography & Colors */


#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}
	
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}


	
.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;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


#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;
	}
/* End Typography & Colors */



/* Begin Structure */


#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
/*	text-align: justify; */
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Comments*/
.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;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#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: 3px 0;
	text-align: center;
	}

#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;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: right;
	margin-bottom: 10px;
	}
/* 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 */

/* for form */
.red{
	color:#ff0000;
	}

div#contentsarea table.toroku{
	font-size:95%;
	border: solid 1px #ccc;
	border-collapse: collapse;
	vertical-align:middle;
	}
	
div#contentsarea table.toroku td{
	padding:2px;
	border: solid 1px #ccc;
	border-collapse: collapse;
	vertical-align:middle;
	padding:10px;
	}	
	
	
div#contentsarea table td.blue{
	background-color:#d8effa;
	}	
	
div#contentsarea table td.gray{
	background-color:#F7F6F3;
	}	


div.graybg{
	background-color:#eee;
	padding:20px;
	}

/* "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." */
