@charset "utf-8";
/*
Theme Name: WordPress Defaultcustamaise
Theme URI: http://wordpress.org/
Description: カスタマイズ用のテーマ
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-family: "Lucida Grande",  'メイリオ', Meiryo,Verdana, "ＭＳ Ｐゴシック", sans-serif;

	font-size: 95%; /* Resets 1em to 10px */
	color: #333;
	text-align: center;
	background: #fff url('images/bg.jpg') repeat-x top center;
	}

p {
	margin:0 0 10px 0;
	padding:0;
}

.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}


#page {
	text-align: left;
	}

#header {
	background: url('images/header.jpg') no-repeat top center;
	}

#headerimg 	{
	margin: 0px;

	}

#headerimg h1 {
	font-size:16px;

	}

#headerimg .description {
	display:none;
	}

#content {

	}

.widecolumn .entry p {
	font-size: 100%;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.5;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn {
	
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	background: #fff url('images/footerbg.gif') repeat-x bottom center;
	height:230px;
	}

small {
	font-size: 0.8em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-weight: bold;
	}

/*h1 {
	font-size: 105%;
	}*/

h2 {
	font-size: 135%;
	}

h2.pagetitle {
	font-size: 135%;
	}

#sidebar h2, #sidebar2 h2, #sidebar3 h2 {
	font-size: 110%;
	text-align:left;
	padding: 10px 0;
	font-weight:bold;
	}

h3 {
	font-size: 110%;
	}

h1, h1 a, h1 a:visited, #headerimg  {
	text-decoration: none;
	color: #CC0033;
	}
h1 a:hover{
	text-decoration: none;
}
.description{
	color: #fff;	
}

h2, h2 a, h2 a:visited {
	color: #FF6600;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #sidebar2 h2, #sidebar3 h2, #wp-calendar caption, cite {
	text-decoration: under-line;
	}
h3 {
	font-size:115%;
	color: #ff6600;
	border-bottom:1px solid #ffeb99;
	padding: 10px 0 10px 10px;
	clear: both;
}
.entry p a:visited {
	color: #b85b5a;
	}

.entry ol {
	list-style-type:decimal;
	margin-left:20px;
	float:none;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em ;
	}
.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 {
	}

.commentmetadata {
	font-weight: normal;
	}


small, #sidebar ul ul li, #sidebar ul ol li, #sidebar2 ul ul li, #sidebar3 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;
	}

a ,h2 a:hover, h3 a:hover {
	color: #cc0000;
	text-decoration: none;
	}
a:link {
	color: #cc0000;
	}
a:hover {
	color: #cc0000;
	text-decoration: underline;
	}
a:visited {
	color: #82ADF4;
	}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	color:#ff3300;
	}

#wp-calendar caption {
	font: bold 1em;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;

	}


#header {
	margin: 0 auto;
	padding: 0;
	height: 250px;
	width: 930px;
	text-align: left;
	}

#headerimg {
	margin: 0;
	width: 100%;
	}

#page {
	background: #fff url('images/pagebg.jpg') repeat-y top center;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 930px;
	}

#page-link{
	background: #fff url('images/pagebg.jpg') repeat-y top center;
	clear:both;
	width: 930px;
	margin: 0 auto;
	height:35px;
	text-align:left;
	font-weight: bold;
	font-size:15px;
	padding-left: 35px;
}
#page-link ul {
	list-style: none;
	margin:0;
	padding:0;

}
#page-link li {
	float:left;
	margin-right:15px;
	padding:3px 0 0 19px;
	background: url('images/icon.gif') no-repeat center left;
	}
#page-link a {
	color:#666;
}
#page-link a:hover{
	color:#CC0000;
}
.narrowcolumn {

	float: left;
	padding: 0 30px;
	margin: 0;
	width: 490px;
/*display:inline;*/
overflow:hidden;

	}

.widecolumn {
	float: left;
	padding: 0 30px 20px 30px;
	margin: 0;
	width: 860px;
display:inline;

	}


.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 {
/*	border-top:1px dotted #FF6600;*/
	text-align:left;
	clear: both;
	font-size:0.8em;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 930px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 10px;
	text-align: right;
	clear:both;
	font-size:0.8em;
	border-top: #666 1px solid;
	border-bottom: #666 1px solid;
	}
#footer p a,{

}
.fotter_left {
	margin: 0 20px;
	padding: 10px 30px;
	text-align: left;
	clear:both;
	font-size:0.8em;
	border-top: #ff6600 1px dotted;
	border-bottom: #ff6600 1px dotted;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding: 210px 0 0 15px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

#content h2 {
	margin: 10px 0 10px 0;
	padding: 10px 50px;
	color: #CC0033;
	background: url('images/h2icon.gif') no-repeat center left;
	border-bottom: #ff6600 1px dotted;
	clear:both;
	}
#content h2 a , #content h2 a:visited{
	color: #CC0033;
	text-decoration: none;
	}

#content h2 a:hover {
	color: #CC0000;
	text-decoration: underline;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2, #sidebar2 h2, #sidebar3 h2{
	margin: 5px 0 0;
	padding: 5px 0 5px 10px;
	font-size:13px;
	}


h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* 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 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 30px;

	padding-left: 10px;
	text-indent: -10px;
	}

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

.entry ul li:before, #sidebar ul ul li, #sidebar2 ul ul li, #sidebar3 ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0 0 0 15px;
	list-style-type:decimal;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	list-style-type:decimal;
	}

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

#sidebar ul, #sidebar ul ol, #sidebar2 ul, #sidebar2 ul ol, #sidebar3 ul, #sidebar3 ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li,#sidebar2 ul li,#sidebar3 ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select, #sidebar2 ul p, #sidebar2 ul select, #sidebar3 ul p, #sidebar3 ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol, #sidebar2 ul ul, #sidebar2 ul ol, #sidebar3 ul ul, #sidebar3 ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol, #sidebar2 ul ul ul, #sidebar2 ul ol, #sidebar3 ul ul, #sidebar3 ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li, #sidebar2 ul ol li, #sidebar3 ul ol li {
	list-style: decimal;
	}

#sidebar ul ul li, #sidebar ul ol li, #sidebar2 ul ul li, #sidebar2 ul ol li, #sidebar3 ul ul li, #sidebar3 ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 200px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
#sidebar2 #searchform #s {
	width: 80px;
	padding: 2px;
	}

#sidebar2 #searchsubmit {
	padding: 1px;
	}
#sidebar3 #searchform #s {
	width: 250px;
	padding: 2px;
	}

#sidebar3 #searchsubmit {
	padding: 1px;
	}
.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 */



/* 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
{
	margin: 0 20px;
	float:left;
	width: 880px;
display:inline;

	}

#sidebar2
{
	margin: 20px 20px;
	width: 420px;
	float:left;
clear: both;
display:inline;
overflow:hidden;

	}

#sidebar3{
	margin: 20px 0;
	width: 430px;
	float:left;
display:inline;
overflow:hidden;
	}

#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 th, td {
	font-size:0.8em;
	line-heigt:1.0;
	}
#wp-calendar td {
	padding: 0 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;
	}

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;
	float: left;
}

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


/*カスタマイズ*/
#hp {
	text-align: left;
	padding-top:30px;
	font-weight:bold;



}
.execphpwidget{
	padding-top:15px;
}

.st-tag-cloud{
	padding-top:15px;
	line-height:1.5;
}
.postTitle {
	font-size:100%;
	color: #666;
	background-color: #f7f7f7;
	border: 1px solid #CCC;
	padding: 10px 0 10px 10px;
}
.pinback {
	padding:15px;
	list-style:none;
}
.widgettitle{
	color: #666;
	background-color: #F7F7F7;
	border: 1px solid #CCC;
}
.textwidget{

}
.aligncenter{
	text-align:center;
}
input#tb_url {
   font-family: "courier new", courier, monospace;
   background-color: #CCC;
   font-size: 1em;
   padding: 0.2em;
   width: 50%;
}	
.calendar {
	background:url(img/calendar.gif) no-repeat;
float:left;
	width:47px;
	height:53px;
	line-height:100%;
/*	position:absolute;
	margin:0 auto auto 0;*/
}
	.calendar span {
		padding:11px 0 6px 0;
		color:#FFF;
		font-size:11px;
		line-height:100%;
	}
	.calendar div {
		font-weight:bold;
		color:#FFF;
		font-size:19px;
		line-height:100%;
	}
.tac { text-align:center !important; }
.block { display:block; }
input#tb_url {

   width: 70%;
}

.landing_site {
	margin:0 10px 20px 10px;
}
.landing_site_contents ul{
	margin:10px;
}
.landing_site_contents{
	padding:10px;
	border-top:5px #ccc solid;
	border-bottom:2px #ccc solid;
	font-size:90%;
	background-color:#f7f7f7;
}
.google_ad {
	padding:10px;
	border-top:5px #ccc solid;
	border-bottom:2px #ccc solid;
	font-size:90%;
	background-color:#f7f7f7;

}
#wp-calendar-horizontal {
	float: left;
	font-size: 11px;
    padding : 3px 0 3px 10px;
    text-align : left;
	height:30px;
/*	background:#FFF url(img/sidesep.gif) right repeat-y;*/

}
#wp-calendar-horizontal a:hover {
    text-decoration : underline;
}
#wp-calendar-horizontal .saturday,
#wp-calendar-horizontal .saturday a {
    color : #00ffff;
}
#wp-calendar-horizontal .sunday,
#wp-calendar-horizontal .sunday a {
    color : #ff0000;
}
#today {
    background-color : #f7f7f7;
    border : 1px solid #000000;
}
.linkimg {
	margin: 10px 0 10px 0;
	text-align: center;
}

.linkimgbig {
	margin: 10px 0 0 0;
	text-align: center;
}

.link-note {
	text-align: center;
	margin: 0 0 10px 0;
}
#feed {
	margin: 0 0 0 20px;
}
.face {
	margin: 0 10px 10px 0;
	float: left;
}
.wp-smiley {
    position: relative;
    top: 4px;

}
#commentlist .wp-smiley{
    position: relative;
    top: 0px;

}
#column_box img{
    position: relative;
    top: 15px;

}
.alignleft {
	float:left;
	text-align:left;
	margin-right:10px;
}
.alignright {
	float:right;
	text-align:right;
	margin-left:10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.left {
	float:left;
	margin-right:10px;
}
.right {
	float:right;
	margin-left:10px;
}
.alignleft {
	float:left;
	text-align:left;
	margin-right:10px;
}
.alignright {
	float:right;
	text-align:right;
	margin-left:10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#shadowbox_title { 
border: 0px solid; 
} 

#shadowbox_info { 
border: 0px solid; 
} 

#top_photo {
	margin:0;
	padding:0;
}
#top_photo ul, li {
	margin:0;
	padding:0;
}
#top_photowidget, textwidget{
	margin:0;
	padding:0;
}
.ranking {
	float: left;
	margin: 8px;
	padding:0;
	display:inline;
}
.hyou {
	 padding: 10px 20px 10px 20px;
	font-size: 110%;
	font-weight: bold;
}

.hyou table {
	 border: 1px solid #000;
}
.hyou td {
	padding: 10px;
}

.hyou td.col {
	border-bottom: 1px solid #993300;
	background-color: #FFCC00;
	text-align:center;
	}
.hyou td.label {
	border-right: 1px solid #000;
	background-color: #FFFFFF;
	}
.hyou td.label2 {
	border-right: 1px solid #993300;
	background-color: #FFCC99;
	}
.hyou td.index {
	border-right: 1px dotted #fff;
	border-bottom: 1px solid #fff;
	background-color: #000000;
	color: #FFFFFF;
	text-align:left;

}
.hyou td.index2 {
	border-right: 1px dotted #993300;

}
.hyou td.cont {
	border-bottom: 1px solid #000;
	text-align: center;
	background-color: #666666;
	color: #FFFFFF;
	border-right: 1px solid #000;
}
.hyou td.cont2 {
	border-bottom: 1px solid #000;
	text-align: center;
	border-right: 1px solid #000;
}
.hyou td.cont_c {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	text-align:center;
	background-color: #999999;
	color: #FFFFFF;
}
.hyou td.cont_cr {
	border-bottom: 1px solid #000;
	text-align:center;
	border-right: 1px solid #000;
	color: #0033CC;
	background-color: #CCFFFF;
}
.hyou td.cont_c2 {
	border-right: 1px solid #000;
	text-align:center;
	border-bottom: 1px solid #000;
	background-color: #000099;
	color: #FFFFFF;
}
.hyou td.cont_cr2 {
	text-align: center;
	background-color: #FFFF00;
	color: #FF3300;
	border-bottom: 1px solid #000;
	font-size:130%;
}

.hyou td.cont_cr3 {
	text-align: center;
	background-color: #FFFF00;
	color: #FF3300;
	border-bottom: 1px solid #000;
	font-size:130%;
}
.hyou td.form {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	text-align:left;
}
#sidebar4{
	clear:both;
	padding:0;
}
#sidebar5{
	width:350px;
	float:left;
	margin:0;
	padding:0;
}
#sidebar5 ul, li {
	margin:0;
	padding:0;
	list-style: none;
}
.sidebar6{
	clear: both;
	text-align: right;
	padding-right:20px;
	font-size:0.9em;
}
.wpcf7-list-item {
	clear: both;
}
h4 {
	background-color: #FFEB99;
	color:#cc3300;
	padding:13px;
}
.small {
	font-size:80%;
	color:#999;
}
.impact {
	font-size: 115%;
	color: #FF0000;
	font-weight: bolder;
}

.middle{
	padding-top:40px;
}
.rbox {
	float: left;
	width: 270px;
	padding:5px;
}
.rbox img {

}
.boxtitle {
	text-align:center;
	font-weight:bold;
}
.box-text {
	padding:10px;
}
