@charset "utf-8";
/*
Theme Name: KensaK Template
Theme URI: http://www.kensak.co.jp/
Description: KensaK専用テンプレート
Version: 1.0

Author: KensaKプロジェクト株式会社
Author URI: http://www.kensak.co.jp/
Tags: white indigo vermilion color, variable width, two columns, widgets

*/

/* Common Structure */
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family:"Verdana", "Arial", "Helvetica", "Osaka", "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", "\5E73\6210\89D2\30B4\30B7\30C3\30AF", "MS UI Gothic", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 92%;
	color: #000000;
	line-height: 130%;
	text-align: center;
}
a:link,
a:visited {
	color: #0F5474;
}
a:hover,
a:active {
	color: #EF454A;
}
hr {
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 1px;
	background-color: #C0C0C0;
	clear: both;
}
img {
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: lighter;
	margin: 10px 0px 10px; 
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 110%;
}
h4 {
	font-size: 105%;
}
h5 {
	font-size: 102%;
}
h6 {
	font-size: 101%;
}
acronym,
abbr {
	border-bottom: 1px dashed #333;
}
acronym,
abbr,
span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}
acronym,
abbr {
	cursor: help;
}
blockquote {
	border-left: 5px solid #ccc;
	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%;
}



/* Basic Style */
#body {
	margin: 10px auto;
	padding: 0px;
        position: relative;
        width: 100%;
	text-align: left;
}
#header {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px;
	padding: 0px;
	clear: both;
	border-top: 1px solid #C0C0C0;
}
#contents {
	margin: 0px;
	padding: 20px 0px 30px 0px;
	float: right;
}
#sidebar {
	display: none;
}
#footer {
	margin: 0px;
	padding: 5px 0px;
	clear: both;
	border-top: 1px solid #C0C0C0;
	font-size: 85%;
	text-align: center;
}
/* End Style */



/* Header Style */
#header h1 {
	margin: 0px;
	padding: 0px;
}

#header #left {
	float: right;
	margin: 0px;
	padding: 0px;
}
#header #right {
	display: none;
}
/* End Header Style */



/* Contents Layout */
#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 */



/* Begin 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 */



/* Begin 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() */