@charset "utf-8";
/*
Theme Name: 木と家の会2010
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

*/
/*default style*/
* {margin: 0;padding: 0;}
html {display: block;}
body {
	font-size: 0.8em; /* Resets 1em to 10px */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #0b4921;
	background-image: url('http://www.kitoie.or.jp/wp-content/themes/kitoie/images/bg_body.jpg');
	background-repeat: repeat-y;
	background-position: 50% top;
	line-height: 1.4;
	color: #333;
	text-align: center;}
h1 {display: block;margin: 0;font-size: 1em; font-weight: normal;}
h2 {display: block;margin: 0;font-size: 1em; font-weight: normal;}
h3 {display: block;margin: 0;font-size: 1em; font-weight: normal;}
h4 {display: block;margin: 0;font-size: 1em; font-weight: normal;}
h5 {display: block;margin: 0;font-size: 1em; font-weight: normal;}
h6 {display: block;margin: 0;font-size: 1em; font-weight: normal;}
p{margin-bottom: 1em;}
/*link*/
a{color: #3A5C9A;	text-decoration: none;}
a:hover {color: #333;	text-decoration: underline;	}
address {display: block;	font-style:normal;}p {display: block;margin: 1.12em 0;}
pre {display: block;margin: 1em 0;font-family: monospace;white-space: pre;}
blockquote {display: block;margin: 1.12em 40px;}
/*combine style*/
.tRight{ text-align: right;}
span.tRight{ display: block;}
.tCenter{ text-align:center;}
img.tCenter{ margin: 0 auto;}
.note{ font-size: 0.75em;}
.attention{ color: #C00;}
table.tbl{ margin: 0 auto; border-top: 1px solid #CCC; border-left: 1px solid #CCC;	border-collapse: collapse;}
table.tbl td,
table.tbl th{ border-right: 1px solid #CCC;	border-bottom: 1px solid #CCC; padding: 8px;}
table.tbl table td,
table.tbl table th{	border: none;}
table.tbl th{	background-color: #F8F8F8; font-weight: normal;}
.wrap {  zoom: 100%; display: inline-block;}
.wrap:after { content: " ";  clear: both;  height: 0;  display: block;  visibility: hidden;}
.wrap:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.wrap {display: inline-block;}
/* Hides from IE-mac \*/
* html .wrap { height: 1%;}
.wrap {display: block;}
/* End hide from IE-mac */
.bdr{
	border: 1px solid #CCC;}
.kuzu{
	text-align: right;
	font-size: 90%;
	color: #666;
	padding-bottom: 10px;}
.kuzu a{
	color: #666;}
/*dl*/
dl.tbl dt{float: left;}
.staticpage dt{ font-weight: bold; color: #666;}
.staticpage dd{ padding-left: 2em; margin-bottom: .5em;}


#page{/*ページ全体の幅*/
	text-align: left;
	width: 960px;
	margin: 0 auto;}
/*baseLayout*/
#blockLeft{
	width: 200px;
	position: relative;
	float: left;}
#blockRight{
	width: 740px;
	float: right;}

/*header
------------------------------------------------------*/
.description{}
#headerimg{
	padding-top: 7px;}
#headerimg h1{
	width: 300px;
	float: left;}
#headerimg .accessD{
	display: block;
	width: 270px;
	float: right;}
#headerimg .phoneNumber{
	margin-left: 5px;}
#headerimg a.headerNaviMail{
	background-image: url(images/mailForm.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	width: 45px;
	padding: 0;
	height: 50px;}
#headerimg a:hover{
	background-position: 0 -50px;}
/*グローバルナビゲーション*/
#globalNavi	{
	margin: 0;
	border: 3px solid #d5d5d5;
	padding: 7px 0;
  -moz-border-radius: 7px; /* Firefox */
  -webkit-border-radius: 7px; /* Safari and Chrome */
  border-radius: 7px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	list-style-position: outside;
	list-style: none;}
#globalNavi li {
	width: 110px;
	float: left;
	list-style-position: outside;
	display: inline-block;
	padding: 0 2px;
	border-left: 1px solid #999;
	font-size: 11px;
	position: relative;}
#globalNavi li.wide{
	width: 125px;}
#globalNavi li.firstC{
	border: none;}
#globalNavi li a {
	color: #333;
	display: block;
	padding: 0 6px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;}
#globalNavi li.current_page_item a{
  -moz-border-radius: 7px; /* Firefox */
  -webkit-border-radius: 7px; /* Safari and Chrome */
  border-radius: 7px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	background-image: none;
	background-color: #666;
	color: #EEE;}
#globalNavi li.hover a{
  -moz-border-radius: 7px; /* Firefox */
  -webkit-border-radius: 7px; /* Safari and Chrome */
  border-radius: 7px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	background-image:url(images/bg_gloablNaviHover.jpg);
	color: #EEE;}
#globalNavi ul {
	position: absolute;
	top: -999em;
	left: 0;
	width: auto;
	padding-top:1px;
	background-image: none;
	background-color: #333;
	opacity:0.9;
	-moz-opacity:0.9;
	filter: alpha(opacity=90);
	border-top:3px solid #FFF;
	border-bottom: 1px solid #333;}

#globalNavi ul li{
	border: 0;
	width: auto;
	float: none;
	margin: 0;
	display: block;
	padding: 0;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	list-style-position: outside;
	list-style: none;}
#globalNavi li.hover ul a{
	text-align: left;
	display: block;
	zoom: 1;
	margin: 0;
	border-top: none;
	padding: 5px 10px;
	white-space: nowrap;
	line-height: normal;
	color: #FFF;
	background-color: transparent;
	background-image: none;
  -moz-border-radius: 0; /* Firefox */
  -webkit-border-radius: 0; /* Safari and Chrome */
  border-radius: 0; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */}
#globalNavi li:hover ul li:last-child a{
	padding-bottom: 1em;}
#globalNavi li ul a:hover{
	color: #222;
	display: block;
	background-color: #F9FCF8;
	opacity:1;
	-moz-opacity:1;
	filter: alpha(opacity=100);}

/*footer
-----------------------------------------------------------*/
#footer {
	padding: 0;
	margin: 0 auto;
	text-align: left;}
#footer .gotoTop{
	border-bottom: 1px solid #CCC;
	text-align: right;
	padding: 25px 5px 5px 0;
	height: 20px;}
#footer .gotoTop a{
	color: #333;
	padding-left: 25px;
	background-image: url(images/bg_gotoTop.gif);
	background-position: left top;
	background-repeat: no-repeat;}
#footer .gotoTop a:hover{
	background-position: left -22px;}
#footer .footLeft{
	width: 190px;
	float: left;}
#footer .footRight{
	width: 340px;
	height: 135px;
	padding: 0;
	background-image: url(images/access.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	float: right;}
#footer .footRight .contact{
	width: 260px;
	float: left;
	font-size: 12px;}
#footer .footRight .contact h4{
	font-size: 1.1em;
	padding-top: 35px;
	margin-bottom: 5px;}
#footer .footRight .linkInquiry{
	width: 70px;
	padding-top: 35px;
	float: right;}
#footer .footRight .linkInquiry a{
	display: block;
	width: 60px;
	height: 76px;
	background-image: url(images/bnrInquiry.jpg);
	background-position: left top;
	background-repeat: no-repeat;}
#footer .footRight .linkInquiry a:hover{
	background-position: 0 bottom;}
#footer .footCenter{
	width: 190px;
	margin: 0 340px 0 200px;}

/*sidebar
--------------------------------------------------------------*/
#sidebar{
	width: 220px;
	float: right;}
#sidebar a{color: #333;}
#sidebar h2 {
	font-size: 1.1em;
	font-weight: normal;
	margin: 5px 0 0;}
#sidebar h2.widgettitle{
	padding: 8px;
	background-color: #F9F9F9;
	border: 1px solid #CCC;
  -moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari and Chrome */
  border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */}
#sidebar ul li {
	list-style-type: none;
	list-style-position: outside;
	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:before {
	content: "\00BB \0020";}
#sidebar ul ul.sideMedia li:before{
	content: "";}
#sidebar ul ul.sideMedia a:before{
	content: "\00BB \0020";}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
#sidebar .widget_search,
#sidebar .widget_magazine{
	border: 1px solid #CCC;}

#sidebar .widget{
	padding: 4px;}
#sidebar .widget_content,
#sidebar #searchform{
	margin: 0;
	padding: 8px 0;
	background-image: url(images/bg_widget.gif);
	background-position: right top;
	background-repeat: no-repeat;}
#sidebar .widget_search h2{
	background-image: url(images/bg_searchH2.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 3px 3px 3px 30px;}
#sidebar .widget_magazine h2{
	background-image: url(images/bg_magazineH2.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 3px 3px 3px 30px;}
#sidebar #searchform #s {
	width: 115px;
	padding: 2px;}
#sidebar #searchsubmit {
	padding: 1px;}
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;}
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 200px;
	border-collapse: collapse;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;}
#wp-calendar a {
	display: block;}
#wp-calendar tbody a{
	background-color: #ddd;
  -moz-border-radius: 2px; /* Firefox */
  -webkit-border-radius: 2px; /* Safari and Chrome */
  border-radius: 2px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */}
#wp-calendar tbody a:hover{
	background-color: #aaa;
	text-decoration: none;}
#wp-calendar caption {
	text-align: center;	}
#wp-calendar th {
	font-style: normal;
	text-align: center;
	text-transform: capitalize;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;}
#wp-calendar td {
	padding: 3px 2px;
	text-align: center;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;}
#wp-calendar td#prev{
	border-right: none;}
#wp-calendar tfoot td.pad{
	border-right: none;}
#wp-calendar td#next{
	border-right: 1px solid #ddds;}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;}
#wp-calendar caption {
	text-align: center;
	width: 100%;}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */
.flv{
	text-align: center;}
#sidebar .widget_banner{
	padding: 0;}
#sidebar .widget_banner img{
	padding-top: 3px;}
/*sub*/
#sidebar .s2_form_widget form{
	text-align: center;
	border: 1px solid #CCC;
	background-color: #F3FDF2;
}
#sidebar .s2_form_widget .search{
	padding: 10px;}
/*container
--------------------------------------------------------------*/
.container{
	width: 100%;
	padding-top: 1em;}
.narrowcolumn {
	float: left;
	width: 500px;}
.w480{
	width: 480px;
	margin: 0 auto;}
img.catImg{
	display: block;
	margin-bottom: 1em;}
#content {
	}
#content img.idxImg{
	margin-bottom: 1em;}
/*entry*/
.entry{
	margin-bottom: 4em;
	text-align: left;}
h2.pagetitle{
	background-color: #F9F9F9;
	border: 3px solid #CCC;
	padding: 10px;
	margin-bottom: 1em;
	text-align: left;
	font-size: 120%;
  -moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari and Chrome */
  border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */	}
h2.pagetitle a{ color: #333;}
h3.archivestitle{
	border-bottom: 1px dotted #CCC;
	font-size: 1.5em;
	text-shadow:1px 1px 1px #CCC;
	background-image: url(images/bg_archivetitle.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-top: 4px;}
h3.archivestitle a{ color: #333;}
.entry .gallery{
	clear: both;}
/*customField*/
.entry ul.post-meta{
	width: 80%;
	margin: 2em auto 0;
	padding-top: 20px;
	background-image: url(images/bg_meta.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	border: 3px solid #CCC;
  -moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari and Chrome */
  border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */}
.entry ul.post-meta li{
	padding-right: 10px;}
.entry ul.post-meta li:before{
	content: "";}
.entry ul.post-meta li .post-meta-key{
	font-size: 1.1em;
	font-weight: bold;
	color: #555;}
/*navigation*/
.navigation {
	width: 80%;
	margin: 10px auto;
	padding: 5px;
	display: block;
	text-align: left;
	background-color: #F9F9F9;
	border: 3px solid #CCC;
  -moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari and Chrome */
  border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */	}
.navigation a{ color: #333;}
.navigation h4{
	font-size: 1.2em;
	border-bottom: 2px dotted #CCC;
	margin-top: 0.3em;}
.navigation .navContents,
.navigation .socialBookmarks,
.navigation ul{
	padding: 5px 0 1em 2em;
	margin: 0;}
.navigation li{
	list-style-type: circle;}
.navigation .singleNavi li{
	list-style-type: none;}
/*pageNavigation*/
.wp-pagenavi{
	text-align: center;}
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;}
.wp-pagenavi a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px;
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px;
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;}
.archives .post{
	margin: 0 0 0.5em;
	border: none;}
.archives .entry .photo{
	width: 130px;
	padding: 0 0 0 10px;
	float: left;}
.archives .entry .photo img{
	padding: 2px;
	border: 1px dashed #CCC;}
.archives .entry{
	padding: 5px 0;
	margin: 0;}
.archives .entry p{
	width: 330px;
	float: right;}
.archives .entry p.beginning{
	margin: 0;}
.archives .submenu{
	width: 350px;
	margin: 0 auto 2em;}
.archives .submenu li{
	padding: 10px 10px 10px 40px;
	margin-bottom: 3px;
	background-color: #F9F9F9;
	border: 1px solid #CCC;
	list-style-type: none;
	list-style-position: outside;
	background-image: url(images/bg_listArchives.jpg);
	background-position: left top;
	background-repeat: no-repeat;
  -moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari and Chrome */
  border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */}
.archives .submenu7 li{
	background-image: url(images/bg_listArchives7.jpg);}

.narrowcolumn .postmetadata {
	margin: 0;
	padding: 0;
	}

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

.even, .alt {

	border-left: 1px solid #ddd;
}


.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}




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

h2 a:hover, h3 a:hover {
	color: #333;
	text-decoration: none;
	}




/* End Typography & Colors */



/* Begin Structure */





.post {
	margin: 0 0 40px;
	border-bottom: 6px dotted #CCC;}
#post-2{
	border: none;}
.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;
}


.clear {
	clear: both;
}


/* End Structure */



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

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

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


/* End Entry Lists */



/* Begin Form Elements */



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


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

/*floatMenu
--------------------------------------------------------*/
#floatMenu {
	position: relative;
	top:300px;
	left:175px;
	margin: 0;
	padding: 0;
	/* ポイント：横幅指定とはみ出し非表示にする事で、横幅が0に近づいても文字の改行を押さえる(改行させない) */
	width:25px;
	height: 250px;
	cursor: pointer;
	overflow: hidden;	/* ←重要 */
	background-image: url(images/bg_floatMenu.png);
	background-position:left top;
	background-repeat:no-repeat;
	color: #795210;
	font-size: 12px;}
#floatMenu a{
	color: #795210;}
#floatMenu h2{
	margin:0;
	padding:0;
	width:25px;
	float: left;
	border:none;
	background-image: url(images/bg_floatMenuH2.png);
	background-position: right top;
	background-repeat: no-repeat;}
#floatMenu .active h2{
	background-position: 25px 0;}
#floatMenu div#floatMenuContent{
	margin:0;
	padding: 10px;
	width:150px;
	float: right;
	list-style-type:none;}
#floatMenu div#floatMenuContent h3{
	margin: 0;
	padding: 0 0 0 25px;
	font-size: 14px;
	background-image: url(images/bg_floatMenuH3.png);
	background-position: left top;
	background-repeat: no-repeat;
	color: #795210;}
#floatMenu ul#usefulLink{
	padding-left: 1.5em;
	margin-bottom: 1em;}
#floatMenu ul#usefulLink li{
	margin:0;
	padding:0;
	list-style-type: circle;}
#floatMenu ul#usefulLink li a{
	display: block;
	zoom: 1;}
#floatMenu .wrap{
	width: 200px;}
	/* active用(メニューの背景画像切替) */
div.menu_off{}
	/* active用(メニューの背景画像切替) */
div.active{}
/*staticpage*/
.staticpage h4{
	background-image: url(images/bg_staticH4.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 1.2em;
	margin: 2em 0 0;
	padding: 12px 5px 18px 23px;}
.staticpage .post h4{
	background-image: none;
	font-size: 1em;
	padding: 0;
	margin: 0;}
.staticpage .navigation h4{
	background-image: none;
	font-size: 1.1em;
	padding: 0;
	border-bottom: 2px dotted #CCC;
	margin-top: 0.3em;}
.staticpage h5{
	color: #62a179;
	letter-spacing: 0.2em;
	font-size: 1.5em;}
.staticpage h6{
	border-bottom: 1px dotted #666;
	color: #666;
	font-size: 1.1em;
	padding: 3px 0 3px 8px;}
.staticpage .indent{
	padding-left: 10px;
	padding-right: 10px;}
.staticpage strong{
	color: #BA3235;
	font-size: 1.1em;}
.staticpage ul li:before{
	content: "";}
.staticpage ul li:after{
	content: "";}
a.button{
	width: 300px;
	display: block;
	margin: 0.3em auto;
	padding: 10px 0;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-image: url(images/bg_button.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #333;
  -moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari and Chrome */
  border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */}
a.button:hover{
	background-position: left bottom;
	text-decoration: none;}
/*画像付きページリスト*/
.staticpage ul.listPage{
	margin: 1em 0;
	padding: 0;}
.staticpage ul.listPage li{
	display: block;
	padding: 0;
	width: 380px;
	margin: 0 auto 2em;
	list-style-position: outside;
	list-style: none;}
.staticpage ul.listPage li p{
	margin: 0.5em 0 0;}
.staticpage .iconLeaf{
	background-image: url(images/icon_leaf.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 25px;}
/*コメントリスト*/
.staticpage ul.listComment li{
	background-image: url(images/lst_comment01.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 5px 0 15px 35px;}
/*ポイント*/
.staticpage .seg_points{
	width: 370px;
	margin: 0.5em auto;
	padding: 25px 10px 5px 20px;
	border: 3px dashed #62a179;
	background-color:#FFFFFF;
	background-image: url(images/bg_point.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
  -moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari and Chrome */
  border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */}
.staticpage .seg_points h5{
	letter-spacing: 0.1em;
	font-weight: bold;}
/*段落*/
.staticpage .seg_article{
	margin-bottom: 1em;}
.staticpage .seg_article .txtL{
	width: 280px;
	float: left;}
.staticpage .seg_article .photoR{
	width: 190px;
	float: right;
	padding-top: 10px;
	text-align: center;}
.staticpage .seg_article img{
	border: 1px dashed #CCC;
	padding: 2px;}
.staticpage .seg_article .photoCap{
	font-size: 90%;
	display: block;
	text-align: left;
	color: #999;}
.staticpage .seg_article .txtR{
	width: 280px;
	float: right;}
.staticpage .seg_article .photoL{
	width: 190px;
	float: left;
	padding-top: 10px;
	text-align: center;}
/*data*/
.staticpage .data{
	width: 400px;
	margin: 0.5em auto;
	padding: 5px 10px 5px 20px;
	border: 3px dashed #62a179;-moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari and Chrome */
  border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */}
.staticpage .data dt{
	clear: both;
	width: 100px;
	float: left;}
.staticpage .data dd{
	width: 280px;
	float: right;}
/*フォトギャラリーテーブル*/
.staticpage .pGallery{
	width: 480px;
	margin: 0.5em auto 1em;}
.staticpage .pGallery td.pGalleryL{
	text-align: left;}
.staticpage .pGallery td.pGalleryC{
	text-align: center;}
.staticpage .pGallery td.pGalleryR{
	text-align: right;}
.staticpage .pGallery td img{
	border: 1px dashed #CCC;
	padding: 2px;}

img.iconLink_form{
	vertical-align: middle;
	padding-left: 1em;}
/*topPage
--------------------------------------------------------------*/
#slider ul li:before,
#slider ul li:after{
	content: "";}
#slider ul, #slider li{ 
	margin: 0;
	padding: 0;
	list-style-position: outside;
	list-style: none;
	text-indent: 0;}
#slider, #slider li{ 
	height: 200px;
	width: 740px;
	overflow:hidden;}	
#slider{ 
	margin: -0.5em 0 1em;
	padding: 0;}	
#prevBtn, #nextBtn{ 
	display: none;}
#topPage ul.lstNews{
	padding-left: 1.5em;}
#topPage ul.lstNews li{
	list-style: circle outside;
	text-indent: 0;}
#topPage ul.lstNews li.tRight{
	list-style: none;}
#topPage .pickup{
	margin: 1em auto;
	width: 100%;}
#topPage .pickup div{
	width: 160px;
	border: 1px solid #c7c7c7;
	background-image: url(images/bg_pickup.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;}
#topPage .pickup h2{
	margin: 0 0 0.3em;
	padding: 0;}
#topPage .pickup h3{
	margin: 0.3em 0 0.1em;
	padding: 0 3px;
	font-size: 1em;}
#topPage .pickup h3:before{
	content: "\00BB \0020";}
#topPage .pickup h3 a{
	text-decoration: underline;}
#topPage .pickup p{
	margin: 0;
	padding: 5px 3px;}
#topPage .pickup img.photo{
	display: block;
	margin: 0 auto;
	padding: 1px;
	border: 1px dashed #CCC;}
#topPage .pickup .pickupLeft{
	float: left;}
#topPage .pickup .pickupRight{
	float: right;}
#topPage .pickup .pickupCenter{
	margin: 0 auto;}
#topPage .lstNovels{
	margin: 1em auto 0;
	width: 500px;}
#topPage .lstNovels th,
#topPage .lstNovels td{
	padding: 3px 5px;
	vertical-align: middle;}
html > body.home .entry .banners li{margin: 0 0 .5em;}
html > body.home .entry ul.banners{ padding: 0; margin-bottom: 1em;}
/*page_infomation
--------------------------------------------------------------*/
#page_information .history ul{
	padding-left: 20px;}
#page_information .history li{
	margin: 0;
	list-style-type: circle;}
#page_information table.history td{
	border-bottom: 1px solid #CCC;
	padding: 8px;}
#page_information td.year{
	vertical-align: top;
	border-right: 1px dashed #CCC;}
#page_information .segment{
	padding-left: 130px;
	border-bottom: 2px dotted #CCC;
	margin-bottom: 1em;}
#page_information .segment p{
	margin: 0;
	height: 80px;
	overflow: visible;
	padding-top: 0.5em;}
#page_information ul.listProject{
	width: 90%;}
#page_information ul.listProject li{
	list-style-type: circle;
	display: list-item;
	text-indent: 0;}
* html #page_information ul.listProject{
	padding-left: 30px;}
* html #page_information ul.listProject ul{
	list-style-type: circle;}
#page_information .seg01{
	background-image: url(images/bg_seg01.gif);
	background-position: 0 0;
	background-repeat: no-repeat;}
#page_information .seg02{
	background-image: url(images/bg_seg02.gif);
	background-position: 0 0;
	background-repeat: no-repeat;}
#page_information .seg03{
	background-image: url(images/bg_seg03.gif);
	background-position: 0 0;
	background-repeat: no-repeat;}
#page_information .seg04{
	background-image: url(images/bg_seg04.gif);
	background-position: 0 0;
	background-repeat: no-repeat;}
#page_information .seg05{
	background-image: url(images/bg_seg05.gif);
	background-position: 0 0;
	background-repeat: no-repeat;}
/*page_teikan
--------------------------------------------------------------*/
#page_teikan .note{
	display: block;}
#page_teikan #teikan{
	width: 95%;
	margin: 1em auto;
	border: 1px solid #CCC;
	padding: 1em;}
#page_teikan #teikan li.chapter{
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0.5em;}
#page_teikan #teikan a{
	display: block;
	text-indent: 0;
	text-decoration: none;
	padding: 4px;
	background-color: #F8F8F8;
	border: 1px solid #EEE;}
#page_teikan #teikan a:hover{
	background-color: #333;
	color: #FFF;}
#page_teikan #teikan ol li{
	padding-left: 8px;}
/*page_magazine
--------------------------------------------------------------*/
/*ファイルタイプ別アイコン表示*/
.listMagazine{
	border: 1px solid #CCC;
	padding-right: 10px;}
.entry .listMagazine li{
	background-image: url(images/PDFfile.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
  padding: 6px 0px 6px 40px;
	border-bottom: 2px dotted #CCC;
	list-style: none;
	margin: 7px 10px 8px;}
.entry .listMagazine li ul li{
	background-image: none;
	padding: 0;
	margin: 0;
	border-bottom: none;}
.entry .listMagazine li.new ul li a{
	background: url(images/new.gif) right 50% no-repeat;
	padding-right: 60px;}
.listMagazine li .date{
	display: block;
	color: #333;}
.listMagazine li .note{
	display: block;
	color: #666;
	padding-left: 10px;}
.listMagazine li a{
	font-size: 1.2em;}
/*page_forMember
--------------------------------------------------------------*/
/*page_staff
--------------------------------------------------------------*/
#page_staff .tblStaff{
	width: 90%;
	margin: 0 auto;}
#page_staff td{
	padding: 10px 0;
	vertical-align: top;
	border-bottom: 2px dotted #CCC;}
#page_staff td.photo{
	width: 140px;
	text-align: center;}
#page_staff td.photo img{
	border: 1px dashed #CCC;
	padding: 2px;}
#page_staff td.data{
	border: none;
	border-bottom: 2px dotted #CCC;}
#page_staff td.data .kana{
	font-size: 0.8em;
	letter-spacing: normal;}
#page_staff td.data h5.name{
	font-size: 1.2em;
	border-bottom: 1px solid #0b4921;}
#page_staff td.data h5.office{
	text-align: right;
	padding-bottom: 8px;}
#page_staff td.data address{
	padding-left: 1em;}
/*page_inquiry
--------------------------------------------------------------*/	

/*link
--------------------------------------------------------------*/	
.links .linkcat h2{
	background-image: url(images/bg_staticH4.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 1.2em;
	margin: 2em 0 0;
	padding: 12px 5px 18px 23px;}
.links ul.listLinks li{
	list-style: none;}
.links ul.listLinks ul.blogroll{
	padding: 0.5em 2em 1em;}
.links ul.listLinks ul.blogroll li{
	list-style: outside circle;}
/*page_exhibition
--------------------------------------------------------------*/

/*contactform
--------------------------------------------------------------*/
.staticpage div.wpcf7{
	width: 90%;
	margin: 0 auto;
	padding: 1em;
	border: 1px solid #CCC;}
.staticpage div.wpcf7 h5{
	letter-spacing: 0;
	background-color: #EEE;
	padding: 5px;
	color: #222;
	font-size: 1.1em;
	font-weight: bold;
  -moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari and Chrome */
  border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */}
.staticpage .wpcf7-form-control-wrap{
	padding-left: 20px;}
.staticpage div.wpcf7 textarea{
	width: 90%;}

/*page_gogensoku	
--------------------------------------------------------------*/
#page_gogensoku .segment{
	padding-left: 110px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 0.5em;
	margin-bottom: 1em;}
#page_gogensoku .seg01{
	background-image: url(images/page_gogensoku01.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;}
#page_gogensoku .seg02{
	background-image: url(images/page_gogensoku03.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;}
#page_gogensoku .seg03{
	background-image: url(images/page_gogensoku05.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;}
#page_gogensoku .seg04{
	background-image: url(images/page_gogensoku07.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;}
#page_gogensoku .seg05{
	background-image: url(images/page_gogensoku09.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;}
#page_gogensoku img{
	border: 1px dashed #CCC;
	padding: 2px;}
/*page_shikokunoki
--------------------------------------------------------------*/
#page_shikokunoki .flow{
	width: 480px;}
#page_shikokunoki .flow td{
	width: 33%;
	border-bottom: 1px solid #CCC;
	padding: 5px 0;
	vertical-align: top;
	background-image: url(images/bg_flowTd.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	text-align:right;}
#page_shikokunoki .flow td h6{
	border: none;
	text-align: left;}
/*page_makekinoie
--------------------------------------------------------------*/
#page_makekinoie table.flow{
	margin: 0.5em 1em;
	border: 1px solid #CCC;}
#page_makekinoie table.flow th{
	width: 100px;
	vertical-align: top;
	padding: 8px 8px 0;}
#page_makekinoie table.flow td{
	vertical-align: top;
	padding: 8px 0 0;}
/*page_exhibision
--------------------------------------------------------------*/
#page_exhibision .mapData{
	padding-top: 1em;}
#page_exhibision .mapData h5{
	font-size: 1em;
	letter-spacing: 0;
	color: #F60;
	margin: 0;}
#page_exhibision .mapData p{
	margin: 0;}
#page_exhibision #deviceGallery{
	width: 440px;
	margin: 0.5em auto;}
#page_exhibision #deviceGallery img{
	width: 120px;
	padding: 2px;
	border: 1px dashed #CCC;
	float: left;}
#page_exhibision #deviceGallery h5{
	width: 300px;
	float: right;
	border-bottom: 1px dotted #62a179;}
#page_exhibision #deviceGallery p{
	width: 300px;
	float: right;}
/*page_magazine
--------------------------------------------------------------*/
#page_magazine ul.magazineIndex li{
	font-size: 1.1em;}
#page_magazine ul.magazineIndex li ul{
	font-size: 0.8em;}
#page_magazine ul.magazineIndex li ul li{
	list-style-type: circle;}
/*sitemap
--------------------------------------------------------------*/
.ddsg-wrapper{
	padding: 0 10px;}
.ddsg-wrapper h2{
	background-image: url(images/bg_staticH4.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 1.2em;
	margin: 2em 0 0;
	padding: 12px 5px 18px 23px;}
.ddsg-wrapper ul li{
	background-image: url(images/icon_leaf.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 25px;
	font-size: 1.2em;}
.ddsg-wrapper ul li ul li{
	background-image: none;
	list-style: circle outside;
	text-indent: 0;
	padding-left: 0;
	font-size: 0.9em;}

/*page_action
--------------------------------------------------------------*/
#page_action .shuuseki{
	width: 460px;
	margin: 0 auto;
	padding-top:0.5em;}
#page_action .shuuseki img{
	border: 1px dashed #CCC;
	padding: 2px;}
#page_action .bdr{
	border: 1px solid #CCC;
	padding: 6px;
	margin: 1em 0;}

/*page_school
--------------------------------------------------------------*/
#page_school ul li ul.indent{
	padding-left: 20px;}
#page_school ul li ul li{
	list-style-type: circle;}
#page_school table.listTeacher{
	width: 420px;
	margin: 0 auto;}
#page_school table.listTeacher td{
	padding: 5px;
	border-bottom: 1px solid #CCC;}
#page_school table.listTeacher td.name{
	text-align: right;
	border-right: 1px dashed #CCC;}
#page_school table.listTeacher td.name h6{
	border: none;
	text-align: left;}
#page_school table.listTeacher td.age{
	border-right: 1px dashed #CCC;
	padding: 5px 8px;
	text-align: right;}
	
	
