@charset "utf-8";
/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: デントスマイル
Version: 1.6
Author: 株式会社HUGO
Author URI: http://www.hugoinc.us/
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

*/
/*CSSでドロップダウンメニュー*/
ul#pulldown-menu { /* IE6 対策 */
        behavior: url("csshover.htc");
}
ul#pulldown-menu{
	background-image: url(images/menuback.jpg);
	background-repeat: repeat;
	height: 34px;
}
ul#pulldown-menu a {
        color: #FFFFFF;
        text-decoration: none;
}
ul#pulldown-menu a:link,
ul#pulldown-menu a:visited {
       	background-image:url(images/menu01.jpg);
}
ul#pulldown-menu a:hover,
ul#pulldown-menu a:active {
        background: #FF9933;
}

ul#pulldown-menu li {
	line-height:33px;
	float: left;
	position: relative;
	margin: 0px;
	width:148px;
	height: 33px;
	font-weight: bold;
	line-height: 2em;
	list-style-type: none;
	background-image:url(images/menu01.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
ul#pulldown-menu li a {
        display: block;
	width:148px;
	height: 33px;
        text-align: center;
		line-height:33px;
		
}

/* 下層のメニューを不可視に */
ul#pulldown-menu li ul {
        display: none;
}

/* 疑似要素 :hover で下層のメニューを可視に */
ul#pulldown-menu li:hover ul {
        display: block;
        position: absolute;
        z-index: 100;
}

ul#pulldown-menu li ul li {
	float: none;
	margin: 0;
	font-weight: normal;
	border:none;
}
ul#pulldown-menu li ul li a:link,
ul#pulldown-menu li ul li a:visited {
	background-image:none;
	background-color:#333;
	border: 1px solid #FFF;
}

ul#pulldown-menu li ul li a:hover,
ul#pulldown-menu li ul li a:active {
        background: #FF9933;
}
ul#pulldown-menu #longa li a{
	width:300px;;
	text-indent:10px;
	text-align:left;
}
/* Begin Typography & Colors */

#dropmenu{	padding:0px;
	margin:0px;
	background-image: url(images/menuback.jpg);
	background-repeat: repeat;
	height: 34px;
}
#dropmenu, #dropmenu ul {margin:0; padding:0; list-style-type:none; list-style-position:outside; position:relative; line-height:1.5em; z-index:300; width:100%;font-weight:bold;}
#dropmenu a {display:block; color:#fff;text-decoration:none;line-height:33px;}
#dropmenu a:hover {color:#fff; text-decoration:underline;}
#dropmenu li {
	float:left;
	position:relative;
	float:left;
	list-style-type: none;
	background-image: url(images/menu01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	color: #FFF;
	text-indent: 10px;
	height: 33px;
	line-height:33px;
	width: 148px;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	line-height: 33px;
}
#dropmenu ul {
	position:absolute;
	display:none;
	width: 155px;
	top:33px;
	border:none;
}
#dropmenu ul li{
	border:none;
}
#dropmenu ul a {background-image:none;border:none; margin:0px; padding:0px;}
#dropmenu li ul {width: 155px; background-image:none;border:none; margin:0px; padding:0px; margin:0px; padding:0px;}
#dropmenu li ul a {border:none;
	width: 155px;
	height:auto;
	float:left;
	background-image:none;
	background-color:#CCC;
	 margin:0px; padding:0px;
}
#dropmenu ul ul {top:auto;}

#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none;}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;}






@charset "utf-8";
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.boxcenter{
	margin-left:auto;
	margin-right:auto;
}
*{
	margin:0px;
	padding:0px;
	
	}
body {
	font-size:14px; /* Resets 1em to 10px */
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	text-align: center;
	margin:0px;
	padding:0px;
	}
#page {
	width:auto;
	}
#mainwaku{
	width:auto;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000;
}
#mainbox{
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	text-align: left;
}

#header {
	margin-top:0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	}
	#header h1{
		padding:0px;
		margin:0px;
	}
#menu{
	padding:0px;
	margin:0px;
	background-image: url(images/menuback.jpg);
	background-repeat: repeat;
	height: 34px;
	}
	#menu li{
	float:left;
	list-style-type: none;
	background-image: url(images/menu01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	color: #FFF;
	text-indent: 10px;
	height: 33px;
	width: 148px;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	line-height: 33px;
	}
#topbox{
	width:1000px;
	height:auto;
	padding-top: 13px;
	padding-bottom: 26px;
	background-image: url(images/botton_line.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-right: auto;
	margin-left: auto;
}
#topbox h3{
	margin-top:10px;
	padding-top:0px;
	font-size:14px;
	line-height:14px;
}
#topbox .post{
	text-align:left;
	margin-top: 35px;
	background-image: url(images/bottomline.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 4px;
}
#topbox h2{
	font-size:14px;
	line-height: 23px;
	height: 23px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	width: 1000px;
	text-indent:45px;
	background-image: url(images/kiji_title.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 15px;
}
	#topbox .post h2 a{
		color:#000;
		text-decoration:none;
	}
	#topbox .post h2 a:hover{
		text-decoration:underline;
	}
#topbox .post .date{
	text-align:right;
	font-size: 12px;
	width: 1000px;
	clear: both;
}
#topbox .post .postbox{
	padding-left:5px;
	padding-right: 5px;
	}
#topbox .post .sekoutable{
	margin-left:auto;
	margin-right:auto;
	border: 2px solid #0099FF;
	margin-top: 15px;
	border-collapse:collapse;
}
	#topbox .post .sekoutable .migi{
	background-image:url(images/migi.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 45px;
	}
	#topbox .post .sekoutable .hidarisita{
	background-image:url(images/hidarisita.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 35px;
	}
	#topbox .post .sekoutable .gazou1{
	background-image:url(images/table-gazouback.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-left: 12px;
	}
	#topbox .post .sekoutable .gazou1 p{
		padding:0px;
		margin:0px;
	}
	#topbox .post .sekoutable .gazou2{
	background-image:url(images/table-gazouback2.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	font-size: 12px;
	padding-left: 15px;
	padding-bottom: 6px;
	padding-right: 15px;
	width: 400px;
	line-height: 21px;
	padding-top: 3px;
	}
	#topbox .post .sekoutable .bottommargin{
		height:5px;
	}
#topbox .post .comennto{
	margin-left:auto;
	margin-right:auto;
	border-collapse: collapse;
	margin-top: 38px;
}
	#topbox .post .comennto .human{
	background-image:url(images/human.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 179px;
	height: 242px;
	}
	#topbox .post .comennto .waku1{
	background-image:url(images/komenntowaku.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 30px;
	padding-top: 10px;
	padding-right: 25px;
	}
	#topbox .post .comennto .waku1 p{
	margin-top:0px;
	margin-bottom:10px;
	}
	#topbox .post .comennto .waku2{
	background-image:url(images/komenntowaku2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height:59px;
	}
	#topbox .post .comennto .tablebottom{
	background-image:url(images/tablebottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 736px;
	height: 74px;
	}
	
#content {
	font-size: 1.2em;
	}

.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;
}

#footer {
	background: #e7e7e7 url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.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;
	}


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 */
body {
	margin:0px;
	padding: 0px;
	}

.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;
}

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

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */

/* 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.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;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

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

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

.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;
	}

#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 10px;
	}

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

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

#sidebar ul ul li, #sidebar 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: 108px;
	padding: 2px;
	}

#sidebar #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
{
	width: 156px;
	float: right;
	}
	#sidebar h2{
	background-image:url(images/sidebar_title.jpg);
	font-size: 14px;
	line-height: 36px;
	color: #000;
	height: 36px;
	text-indent: 10px;
	margin: 0px;
	padding: 0px;
	}
	#sidebar ul{
		margin-bottom:10px;
	}

#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;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 60px;
	width: 950px;
	padding-top:0px;
	margin-right: auto;
	margin-left: auto;
	}
/* 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." */

