@charset "utf-8";
/*
Theme Name: zeami
Theme URI: 
Description: 
Author: zeami.jp
Version: 
Tags:
*/

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#content-inner {
	float: left;
	/*margin: 0 -200px 0 0;
	width: 100%;*/
	width: 560px;
}
#content-inner-inner {
/*	margin: 0 220px 0 0;*/
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 150px;
	margin: 0;
}
#secondary {
	clear: right;
}

/* =Content
-------------------------------------------------------------- */

#content p {
	margin-bottom: 18px;
}

#content .page-title {
	margin-bottom: 5px;
	font-weight: bold;
}

#content .hentry {
	border-bottom:1px dotted #666666;
	margin: 0 0 28px 0;
}
#content .entry-title {
	color: #000;
	font-size: 16px;
	line-height: 1.3em;
	margin-bottom: 10px;
}
#content .entry-title a:link,
#content .entry-title a:visited {
	color:#000;
	text-decoration: none;
}
#content .entry-title a:active,
#content .entry-title a:hover {
	color: #FF4B33;
}

#content .entry-meta,
#content .entry-content {
	margin-bottom: 20px;
}

#content .entry-meta {
	font-size: 11px;
}

#content .entry-content {
	line-height: 1.6;
}

#content .entry-utility{
	margin-bottom: 20px;
}

#content .navigation{
	font-size:11px;
	margin-bottom:20px;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 0;
	/*border-top: 1px solid #e7e7e7;*/
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 0 0 10px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}

/* =Widget Areas
-------------------------------------------------------------- */

.widget-area  {
	font-size:11px;
}

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s { /* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display:none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	color: #222;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	border:1px solid #fff;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #FF4B33;
}
.widget_rss .widget-title img {
	height: 11px;
	width: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}
