/*
Theme Name: Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme that graced version 1.5 to version 2.9, based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.7.2
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, silver, white, two-columns, fixed-width, right-sidebar, fixed-width, custom-header, threaded-comments, sticky-post, rtl-language-support, translation-ready
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

*/



/* Begin Typography & Colors */
body {
	font-size: 11pt; /* Resets 1em to 10px */
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", Arial, "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	background-image: url('images/bg_wood.png');
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	text-align: left;
	}

#header {
	background-color: #fff;
	}


#content {
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

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

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

#footer {
	background-color: #fff;
	border-top: 1px solid #40210F;
	}

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

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

h1 {
	font-size: 16pt;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 14pt;
	}

h2.pagetitle, h2#single_h2{
	font-size: 14pt;
	width: 725px;
	height: 32px;
	margin: 0;
	padding: 8px 0 0 25px;
	background-image: url('/wp-content/themes/default/images/title_blank.png');
	background-repeat: no-repeat;
	color: #231815;
	}

#sidebar h2 {
	font-size: 14pt;
	}

h3 {
	font-size: 12pt;
	}


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

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #231917;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #231917;
	}

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

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

#sidebar {
	}

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

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: #9dc02f;
	text-decoration: underline;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

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

#wp-calendar caption {
	text-align: center;
	}

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



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 25px;
	width: 1000px;
	}

#header {
	background-color: #fff;
	margin: 0;
	padding: 0 25px 15px 25px;
	width: 950px;
	text-align: center;
	border-bottom: 1px solid #40210F;
	color: #666;
	}

.narrowcolumn {
	float: right;
	padding: 0 0 0 25px;
	margin: 25px 0 25px -1px;
	width: 750px;
	border-left: 1px solid #40210F;
	min-height: 1259px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 15px;
	text-align: justify;
	position: relative;
	}

.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: 10px 0 0 0;
	margin: 0;
	width: 1000px;
	clear: both;
	color: #666;
	font-size: 10pt;
	line-height: 150%;
	}

/* End Structure */



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

h2 {
	margin: 40px 0 10px 0;
	}

h2.pagetop {
	margin: 0;
}

#sidebar h2, h3 {
 height: 25px;
 background-image: url('/wp-content/themes/default/images/entry_h3.png');
 background-repeat: no-repeat;
 padding: 10px 5px 0 40px;
 border-bottom: 1px solid #9DC02F;
	}
	
#sidebar h2 {
 margin: 35px 25px 10px 0;
	}
 
h3{
 margin: 40px 0 15px 0;
}
	
h3.pagetop {
	margin-top: 20px;
}

h3.archive_h3{
 margin-bottom: 5px;
 margin-right: 5px;
}


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: 0;
	padding: 0;
	list-style: none;
	padding-left: 0;
	}

html>body .entry li {
	margin: 0;
	}

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

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

.entry ol li {
	margin: 0;
	padding: 2px 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: 0;
	}

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

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

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
{
	float: left
	padding: 0;
	margin: 25px 0;
	width: 225px;
	}

#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: 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 */


/* add PingPlan */

/* common */

p{
 margin: 10px 0;
}

#header p{
 margin-top: 0;
 font-size: 10pt;
}

.align_center{
 text-align: center;
}

.align_left{
 text-align: left;
}

.align_right{
 text-align: right;
}

.clear{
 clear: both;
}

.font_bold{
 font-weight: bold;
}

strong{
 color: #ee7800;
 font-size: 110%;
}

#content .small{
 font-size: 90%;
}

#sidebar p.margin_t0{
 margin-top: 0;
}

#sidebar p.margin_b0{
 margin-bottom: 0;
}

dl{
}

dt{
 border-left: 5px solid #9DC02F;
 padding: 2px 4px 2px 10px;
 font-size: 110%;
 font-weight: bold;
}

dd{
 margin: 5px 0 10px;
 padding: 10px;
 background-color: #f7ffef;
}

div.entry_wrap p{
 padding: 0 10px;
}

.float_right{
 float: right;
}

.float_left{
 float: left;
}

.float_right img,
.float_left img{
 margin: 0 15px 15px 15px;
}


/* index */

div#main_image{
 width: 750px;
 height: 280px;
 background-color: #fff;
 margin: 0 0 25px 0;
 padding: 0;
}

div#main_image ul#main_banner_slide{
 list-style-type: none;
 width: 100%;
 height: 100%;
 margin: 0;
 padding: 0;
 overflow: hidden;
}

h2.index_h2{
 margin-top: 25px;
 margin-bottom: 15px;
}

div#news_list_wrap{
 margin: 15px 0;
}

div#news_top{
 width: 750px;
 height: 65px;
}

div#news_top_l{
 float: left;
 width: 100px;
 height: 65px;
}

div#news_top_r{
 float: right;
 width: 45px;
 height: 43px;
 margin: 22px 10px 0 0;
 text-align: right;
}

div#news_list_wrap ul#news_list{
 margin: 0 0 50px 0;
 padding: 0 5px;
 list-style-type: none;
}

div#news_list_wrap ul#news_list li{
 border-bottom: 1px dotted #6A3906;
 margin: 0 0 10px 0;
 padding: 5px;
}

div#news_list_wrap ul#news_list li span.day{
 margin-right: 30px;
}

div#news_list_wrap ul#news_list li a{
 color: #333;
 text-decoration: none;
}

div#news_list_wrap ul#news_list li a:hover{
 text-decoration: underline;
}

div.index_inner p{
 margin: 10px;
}

div.index_inner dl{
 margin-top: 25px;
}

div.index_inner dl dd{
 line-height: 180%;
}

/* page */

table#tbl_fee{
 border: 1px solid #666;
 border-collapse: collapse;
 margin-bottom: 25px;
}

table#tbl_fee th,
table#tbl_fee td{
 padding: 5px 10px;
 border: 1px solid #666;
}

table#tbl_fee th{
 text-align: center;
 background-color: #efffe0;
}

ul#yoyaku_notice{
 margin: 25px;
 list-style-type: disc;
 list-style-position: inside;
}

div.entry ul.entry_inner_list{
 margin: 0 10px;
 list-style-type: none;
 list-style-position: inside;
}

div.entry ul.entry_inner_list li{
 line-height: 165%;
 margin-bottom: 20px;
 padding: 0 0 10px 0;
 border-bottom: 1px dotted #666;
}

div.entry dl.entry_inner_dl{
}

div.entry dl.entry_inner_dl dt{
 border-left: 5px solid #673A1B;
}

div.entry dl.entry_inner_dl dd{
 background-color: #fff7ef;
}

div.blog_day_area{
 text-align: right;
}

div.entry_archive{
 margin: 15px 10px 50px;
}

div.entry_inner{
 border-bottom: 1px dotted #9DC02F;
}

div#single_inner{
 margin-bottom: 25px;
 margin-right: 5px;
}

div#single_inner p{
 margin: 15px 0;
 line-height: 155%;
}

div#single_wrap{
 margin: 30px 0 10px 0;
 padding: 0 10px 0 10px;
 border-bottom: 1px dotted #666;
}

div.single_day_area,
div.archive_day_area{
 position: absolute;
 z-index: 3;
 width: 50px;
 height: 53px;
 background-image: url('/wp-content/themes/default/images/bg_dayarea_wood.png');
 background-repeat: no-repeat;
 color: #fff;
 text-align: center;
 font-weight: bold;
 line-height: 100%;
}

div.single_day_area{
 top: 5px;
 left: 690px;
 margin: 0;
 padding-top: 2px;
}

div.archive_day_area{
 top: -15px;
 left: 680px;
 margin: 0;
 padding-top: 2px;
}

p.cal_yaer{
 margin: 0;
 padding: 0;
 font-size: 8pt;
 font-weight: normal;
}

p.cal_month{
 margin: 0 2px;
 padding: 0 0 2px 0;
 font-size: 10pt;
 border-bottom: 1px dotted #fff;
}

p.cal_day{
 margin: 0;
 padding-top: 4px;
 font-size: 13pt;
}

div.archive_wrap{
 position: relative;
}

div.entry_archive p{
 margin: 15px 10px 15px 0;
 line-height: 155%;
}

ul#list_prof{
 list-style-type: disc;
 list-style-position: inside;
 margin: 15px 0;
 padding: 0 15px;
}

ul#list_prof li{
 margin-bottom: 3px;
}

/* side */

ul#main_menu{
 list-style-type: none:
 margin: 0;
 padding: 0;
}

ul#main_menu li{
 width: 220px;
 height: 50px;
 margin: 15px 0;
 padding: 0;
}

ul#main_menu li a{
 display: block;
 width: 220px;
 height: 50px;
 margin: 0;
 padding: 0;
 background-image: url('/wp-content/themes/default/images/sprite_menu.png');
 background-repeat: no-repeat;
}

ul#main_menu li#menu_top a{
 background-position: left top;
}

ul#main_menu li#menu_top a:hover{
 background-position: -230px top;
}

ul#main_menu li#menu_about a{
 background-position: left -60px;
}

ul#main_menu li#menu_about a:hover{
 background-position: -230px -60px;
}

ul#main_menu li#menu_course a{
 background-position: left -120px;
}

ul#main_menu li#menu_course a:hover{
 background-position: -230px -120px;
}

ul#main_menu li#menu_map a{
 background-position: left -180px;
}

ul#main_menu li#menu_map a:hover{
 background-position: -230px -180px;
}

ul#main_menu li#menu_hope a{
 background-position: left -240px;
}

ul#main_menu li#menu_hope a:hover{
 background-position: -230px -240px;
}

ul#main_menu li#menu_blog a{
 background-position: left -300px;
}

ul#main_menu li#menu_blog a:hover{
 background-position: -230px -300px;
}

ul#main_menu li#menu_blog{
 margin-bottom: 0;
}


div#side_inner{
 margin: 25px 0 0 0;
 padding: 0;
}

div#side_inner p{
 margin: 25px 0;
}

#sidebar ul.news_list_side{
 margin: 0 25px 0 10px;
}

ul.news_list_side li{
 font-size: 9.5pt;
 border-bottom: 1px dotted #622d18;
 margin-bottom: 5px; 
}

ul.news_list_side li p.day{
 color: #622d18;
}

ul.news_list_side li p.news_title{
 text-align: left;
 font-size: 10pt;
}

ul.news_list_side li a{
 text-decoration: none;
 color: #578a3d;
}

ul.news_list_side li a:hover{
 text-decoration: underline;
}



/* footer */

div#footer_l{
 float: left;
 width: 500px;
 margin: 0;
 padding: 0;
}

div#footer_r{
 float: right;
 width: 500px;
 margin: 0;
 padding: 0;
 text-align: right;
}


div#notice{
 margin: 15px 0 25px;
 padding: 10px;
 font-size: 14pt;
 font-weight: bold;
 color: #a5242a;
 border: 2px solid #a5242a;
}


div#fb_left{
 width: 550px;
 heiht: 300px;
 float: left;
 padding-left: 25px;
}

div#fb_right{
 width: 150px;
 heiht: 300px;
 float: right;
 text-align: center;
 padding-right: 25px;
}

#fb_area div#fb_right a{
 display: block;
 width: 150px;
 height: 300px;
 background: transparent url('images/sprite_menu.png') no-repeat -460px top;
}

#fb_area div#fb_right a:hover{
 background-position: -610px top;
}


#bg_letter{
 background: transparent url('http://harikyu-ainowa.com/wp-content/uploads/2014/04/bg_letter_l.jpg') repeat left top;
 padding: 10px;
}

#bg_letter .letter_inner{
 background: rgba(255, 255, 255, 0.7);
 padding: 5px 10px;
 line-height: 1.7em;
}

#bg_letter .letter_inner p{
 padding: 10px 0;
}

.aling_right{
 text-align: right;
 padding-right: 10px;
}


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