@charset "utf-8";
/*

Theme Name: KensaK Template
Theme URI: http://www.kensak.co.jp/
Description: KensaK Template
Version: 1.0

Author: KensaK Project Inc.
Author URI: http://www.kensak.co.jp/
Tags: white indigo vermilion color, variable width, two columns, widgets

*/

/* Common Structure */
body {
	margin: 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
	font: normal
		  normal
		  normal
		  92%/130%
		  "Verdana", "Arial", "Helvetica", "Osaka", "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", "\5E73\6210\89D2\30B4\30B7\30C3\30AF", "MS UI Gothic", sans-serif;
	behavior: url(/styles/iefixed.htc);
    min-width: 760px;
    max-width: 950px;
}
a:link,
a:visited {
	color: #0F5474;
}
a:hover,
a:active {
	color: #EF454A;
}
hr {
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 1px;
	background-color: #C0C0C0;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 10px 0px;
	padding: 0px;
	font-weight: lighter;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 110%;
}
h4 {
	font-size: 105%;
}
h5 {
	font-size: 102%;
}
h6 {
	font-size: 101%;
}
abbr {
	border-bottom: 1px dashed #303030;
	font-size: 90%;
	letter-spacing: .07em;
	cursor: help;
}
blockquote {
	border-left: 5px solid #COCOCO;
	margin-left: 1.5em;
	padding-left: 5px;
}
cite {
	font-size: 90%;
	font-style: normal;
}
.feedback {
	letter-spacing: -1px;
}
ol#comments li p {
	font-size: 100%;
}
/* End Common Structure */



/* Basic Common Layout */
#body {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	width: 97.6%;
	top: 5px;
	left: 1%;
	right: 1%;
	bottom: 0px;
	text-align: left;
}
#header {
	margin: 0px;
	padding: 0px;
}
#header #left {
	float: left;
	margin: 0px;
	padding: 0px;
}
#header #right {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	text-align: right;
}
#container {
	clear: both;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #C0C0C0;
}
#container #sidebar {
	float: left;
	margin: 0px;
	padding: 40px 20px 0px 20px;
	width: 150px;
	font-size: 90%;
	white-space: nowrap;
}
#container #contents {
	margin: 0px 0px 0px 230px;
	padding: 20px 0px 0px 0px;
}
#container #navigation {
	margin: 20px 0px 0px 0px;
	text-align: right;
}
#footer {
	clear: both;
	margin: 50px 0px 0px 0px;
	padding: 5px;
	border-top: 1px solid #C0C0C0;
	font-size: 85%;
	text-align: center;
}
/* End Common Layout */


/* Header Layout */
#header #right span {
	font-weight: bold;
}


/* Menu Layout */
#sidebar form {
	margin: 0 0 0 13px;
}
#sidebar input #s {
	margin: 0px;
	padding: 0px;
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidebar ul li {
	margin-bottom: 0.2em;
	list-style:none outside none;
}
#sidebar ul ul {
 	margin: 2px 0px 2px 5px;
	border-left: 1px solid #C0C0C0;
}
#sidebar ul ul li {
	margin-left: 0em;
	padding-left: 1em;
}
/* End Menu Layout */



/* Contents Layout */
#contents h3 {
	font-weight: bold;
}
#contents ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	line-height: 110%;
	list-style: none;
}
#contents ul li {
	line-height: 130%;
}
#contents hr {
	margin: 15px 0px;
}
#contents .storycontent {
	margin: 0px;
	padding: 5px 30px 0px 10px;
}
#contents .storycontent #form, #contents .storycontent .form {
	border: 1px solid #C0C0C0;
	text-align: left;
	padding-left: 10px;
}
#contents .storycontent #form span.wpcf7-list-item {
	display: block;
}
#contents table#outline {
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-collapse:collapse;
}
#contents table#outline td {
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	padding: 5px 30px 5px 10px;
}
/* End Contents Layout */



/* Comments Layout */
#commentform #author,
#commentform #email,
#commentform #url,
#commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}
#commentform textarea {
	width: 100%;
}
#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}
#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}
/* End Comments Layout */



/* Captions & Aligment Layout */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.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 & Aligment Layout */



/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}
ul.post-meta span.post-meta-key {
	font-weight: bold;
}
.credit {
	background: #90a090;
	border-top: 3px double #aba;
	color: #fff;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}
.credit a:link,
.credit a:hover {
	color: #fff;
}
.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}
.meta {
	font-size: .75em;
}
.meta li,
ul.post-meta li {
	display: inline;
}
.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
.meta,
.meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}
/* End classes used by the_meta() */