@charset "utf-8";
/*
Theme Name: Nagaya
Theme URI: http://wordpress.org/
Description: 有名な <a href="http://binarybonsai.com/kubrick/">Kubrick</a> をもとにした 長屋で英語塾 のデフォルトテーマ
Version: 1.0
Author: 
Author URI: 
Tags: nagaya
Text Domain: nagaya

	nagaya v1.0
*/


/* Begin Init */
.clearfix:after {
	content: url(images/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; } 
.clearfix { display: block; }

* {
	margin:0;
	padding:0;
}
li{
	list-style:none;
}

a { color: #007bc2; text-decoration: none;}
a:hover { color: #ba1835; text-decoration: underline;}

body, div { _behavior: url('/wp-content/themes/nagaya/js/iepngfix.htc') }

/* Begin Layout */
html {
	background: transparent url('images/bg_body.gif') repeat;
	text-align: center;
	}	
body {
	background: transparent url('images/bg_top.png') no-repeat top center;
	
	width:946px;
	text-align: center;
	margin:8px auto;
	padding-top:12px;
	
	color: #444;
	font-size: 75%;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Helvetica, sans-serif;
	
	position:relative;
}
#header, #page, #footer{
	margin: 0 auto;
	width: 946px;
	text-align: left;
	clear:both;
	}
#page {	
	background: transparent url('images/bg_wide.png') repeat-y;
	padding:0 0 20px 0;
	}	
#content {	
	float:right;
	width:646px;
	padding:0 32px 20px 15px;
	display:none;
	_display:block;
	}	
#sidebar
{
	float:left;
	padding: 0 20px 0 27px;
	width: 206px;
	}
#header {
	background: transparent url('images/bg_wide.png') repeat-y;	
	position:relative;
	}	
#footer {
	background: transparent url('images/bg_bottom.png') no-repeat top center;
	text-align: center;
	}
#kitty{
	width:92px;
	height:85px;
	background: transparent url('images/kitty.gif') no-repeat;
	
	position:absolute;
	z-index:1;
}
.kpos0{ top:-9999px; left:0; }
.kpos1{ top:225px; left:148px; }
.kpos2{ top:8px; left:780px; }
.kpos3{ top:135px; left:430px; }
.kpos4{ top:135px; left:340px; }

/* Begin Header */
#headerimg {
	margin:0 12px;
	width: 922px;
	height:290px;
	background: transparent url('images/head_image.jpg') no-repeat -65px -48px;
	position:relative;
	}
#headerimg h1{
	display:block;
	width:330px;
	height:60px;
	background: transparent url('images/head_description.gif') no-repeat right bottom;
	
	position:absolute;
	top:90px; right:60px;
	}
#headerimg h1 span {
	display:none;
	}
#headerimg h1 a{
	display:block;
	width:330px;
	height:29px;
	background: transparent url('images/head_title.gif') no-repeat;
	}
#headernavi {
	background: transparent url('images/bg_navi.gif') no-repeat;
	height:41px;
	width:667px;
	padding-left:15px;
	
	position:absolute;
	top:218px; right:11px;z-index:6;
	}
#headernavi li {
	height:41px;
	float:left;
	margin-right:1px;
	/*border-left:solid 1px #e297a5;
	border-right:solid 1px #be1835; */
	}	
#headernavi a{
	display:block;
	_float:left;
	height:26px;
	width:auto;
	padding:15px 10px 0 10px;
	
	color:#fff;
	text-decoration:none;
	line-height:1em;
	}
#headernavi a:hover,
#headernavi .current_page_item a,
#headernavi .current_page_parent a{
	background: transparent url('images/bg_navi_hover.gif') no-repeat;
}


/* Begin Footer */
#footer p {
	padding: 20px 0;
	font-size:11px;
	line-height:1.4em;
	}
#footer span {
	font-family: Verdana;
	}


/* Begin Sidebar */
#sidebar h2 {
	font-size: 14px;
	}
#sidebar ul li {
	margin-bottom: 20px;
	}
#sidebar ul ul {
	margin:10px 0 0 2px;
	}
#sidebar ul ul li {
	background:url(images/arrow_red.gif) no-repeat left 3px;
	padding-left:13px;
	margin: 0 0 4px 0;
	line-height:1.2em;
	font-size:11px;
	}
#sidebar .widget_recent_entries ul li{
	margin: 0 0 7px 0;
}
#sidebar select{
	margin:10px 0 0 2px;
}

/* Begin Search */
#searchform {
	margin: 20px auto;
	text-align: center;
	}	
#searchform #s {
	width: 260px;
	padding: 3px;
	height:14px;
	border:solid 1px #999;
	}
	
#searchform #searchsubmit {
  width: 20px;
  height: 20px;
  border: 0;padding:0;
  background: url(images/search.gif) no-repeat 0 0;
  text-indent: -9999px;
  vertical-align:top;
  margin-top:1px;
  /margin-top:2px;
}	
#sidebar #searchform {
	margin:0 0 0 2px;	
	text-align:left;
	}
#sidebar #searchform #s {
	width: 160px;
	}

	
/* Begin Content */
.hentry {
	padding-top:20px;
	clear:both;
	}
.home #content{
	margin-top:-20px;
}
#content h2{	
	font-size:21px;
	line-height:1.3em;
}
#content h2.center {
	font-size:18px;
	}
.post h2, .post h2 a{
	color:#be1835;
}
.hentry h3, .hentry h3 a{
	font-size:18px;
	line-height:1.3em;
	color:#be1835;
}
.postmetadata{
	clear:both;
	margin-top:3px;
	padding-top:4px;
	font-size:12px;
	border-top:1px dotted #ccc;
	}
.navigation {
	font-size:11px;
	line-height:1.3em;
	margin:20px 0 0 0;
	}
.single .navigation {
	margin-top:0;
	}
.navigation div {
	width:45%;
	}
.navigation .alignleft {
	background:url(images/arrow_red_rev.gif) no-repeat left 3px;
	padding-left:13px;
	}
.navigation .alignright {
	background:url(images/arrow_red.gif) no-repeat right 3px;
	padding-right:13px;
	text-align:right;
	}
	
/* Entry */
#content .entry{
	font-size:14px;
	line-height:1.6em;
	margin:20px 0 0 0;
	}
#content .entry p{
	margin:1em 0;
	}
#content .entry h3{
	margin-top:1.5em;
	font-size:16px;
	padding-left:0.8em;
	background:url(images/bg_h3.gif) no-repeat -1px 0;
	}
#content .entry h4{
	margin-top:1.5em;
	font-size:15px;
	border-bottom:1px dotted #be1835;
	color:#be1835;
	
	}
#content .entry h5{
	margin-top:1.5em;
	font-size:14px;
	}
#content .entry ul{
	margin:1em 0 1em 1.3em;
	}
#content .entry ol{
	margin:1em 0 1em 2.3em;
	}
#content .entry ul li{
	list-style:square;
	}
#content .entry ol li{
	list-style:decimal;
	}
	
/* Comment */
#n-comment{
	margin-top:25px;
	}
#n-comment .navigation{
	margin-top:20px;
	}
#n-comment h3{
	font-size:15px;
	line-height:1.6em;
	border-bottom:1px dotted #ccc;
	}
.comment-body{
	background:url(images/bg_sp.gif) repeat-y left top;
	padding:0 0 0 20px;
	margin:20px 0 0 0;
	line-height:1.4em;
	width:626px;
	}
div.comment-author{
	display:inline;
	}
.comment-author{
	font-weight:bold;
	}
.commentlist .says{
	display:none;
	}
.comment-meta{
	font-size:11px;
	}
.comment-body cite{
	font-style:normal;
	}
.comment-body p{
	margin-top:5px;
	
	}
#commentform {
	padding-top:15px;
	}
#commentform small{
	font-size:11px;
	}
#commentform input {
	width: 190px;
	padding: 2px;
	margin: 5px 5px 0 0;
	}
#commentform textarea {
	width: 99%;
	_width: 98%;
	padding: 2px;
	margin: 5px 0 0 0;
	}
#commentform #submit {
	margin: 5px 0 0 0;
	}

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


/* Overwride */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
	}
.alignleft {
	float: left;
	}

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

/* Images, Captions */

.entry img{
	border: none;
}

div.aligncenter, img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear:both;
	}

div.alignright, img.alignright {
	margin: 0 0 6px 10px;
	float:right;
	}

div.alignleft, img.alignleft {
	margin: 0 10px 6px 0;
	float:left;
	}

.wp-caption {
	border: 1px solid #ccc;
	text-align:center;
	padding:4px;
	display:block;
}

#content .entry .wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 1.2em;
	margin:5px 0 0 0;
	font-weight:bold;
}

.entry .gallery:after  {
	content: url(images/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}
.entry .gallery  { display: inline-block; } 
.entry .gallery  { display: block; }

.entry .gallery {
	clear:both;
	width:638px;
	margin:0 0 0 8px;
	padding:10px 0;
}
.entry .gallery p{
	margin-top:0px;
}
.entry .gallery .wp-caption{
	height:200px;
	margin:0 25px;
	border: none;
	padding:0;
	float:left;
	_display:inline;
}
.entry .gallery .wp-caption img{
	padding:4px;
	border: 1px solid #ccc;
}
.entry iframe {
	border:1px solid #ccc;
	padding:4px;
}

/* Begin Events Calendar */

#CalendarLarge-Header{
	font-size:14px;
	color:#444;
	padding-bottom:10px;
}
#EC_current-month{
	font-size:18px;
}
#wp-calendarLarge th,
#wp-calendarLarge td{
	font-size:12px;
	font-weight:normal;
}
#wp-calendarLarge th{
	text-align:center;
}

