@charset "utf-8";

/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
html {
margin: 0;
padding: 0;
}
/*BODY全体に関する設定*/
body {
margin: 0;
padding: 52px 50px 0 50px;
text-align:center;
font-size:0.8em;
//背景
//background: #000;
background: #b0cc7a;
//本文
//color:#fff;
word-wrap:break-word;
}
/*table全ての設定*/
table{
	position: relative; top: 0; left:10px;
	border-collapse: collapse;
	border-style: solid;
	border-width: 2px;
	width: 90%;
}
/*ヘッダ*/
th {
	background-color: green;
	color: white;
	border: solid black;
	border-width: 1px;
	padding: 3pt;
	vertical-align: middle;
	white-space: nowrap;
}
/*<td>の全ての設定*/
td {
	border-style: solid;
	border-width: 1px;
	padding: 3pt;
	vertical-align: middle;
}
/*通常のリンクの設定*/
a:link {
//color:#59b3be;
color: green;
text-decoration:none;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
//color:#59b3be;
//color: darkgreen;
text-decoration:none;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
//color:#59b3be;
color: red;
text-decoration:underline;
}
/*アクティブ状態のリンクの設定*/
a:active {
//color:#59b3be;
//color: pink;
text-decoration:underline;
}

/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}

/**************************************************************************************
ブロックのレイアウト
**************************************************************************************/
div#header {
	width: 100%;

	text-align: left;
	top right no-repeat;
}

div.contents {
	width: 100%;
}

div#main_column {
	float: left;
	width: 100%;
	margin-right:-340px;
}

div#sub_column {
	float: right;
	width: 320px;
	line-height: 1.6em;
	background: white;
	border: solid green;
}

div#main_column>* {
	margin-right:340px;
}

/**************************************************************************************
トップブロック用デザイン（ブログタイトルのデザイン）
**************************************************************************************/
div#header h1 {
	padding-left: 10px;
	margin-bottom: 15px;
	background: white;
	border: solid green;
}
div#header h1 p {
	color: black;
	font-weight: normal;
	font-size: small;
}

div#header h1 a {
	//color: #fff;
	color: black;
	font-weight: bold;
	font-size: 30px;
}

/**************************************************************************************
メインカラム用デザイン
**************************************************************************************/
div#main_column {
	text-align: left;
}

p.title {
	text-align: left;
	font-weight: bold;
	padding: 5px 10px;
	//background: url(http://bfile.shinobi.jp/6131/bg_h2_title.gif);
	//background: gray;
}


/* #### エントリー ####　--------------------------------------- */

div#main_column div.entry {
	position: relative;
	margin-bottom: 30px;
	background: #31393e;
}
div#main_column div.entry div.cts {
	padding: 20px 20px 20px 80px;
	//記事背景
	//background: #31393e;
	background: white;
	border: solid green;
}

div#main_column div.entry_sub {
	position: relative;
	margin-bottom: 30px;
	padding: 20px;
	//コメント文字・背景
	//color: #d2d6d5;
	//background: #31393e;
	background: white;
	border: solid green;
}

/* 記事投稿日付 */

div#main_column div.entry p.data {
	float: left;
	position: absolute;
	top: 20px;
	left: 15px;
	width: 50px;
	text-align: center;
	font-family: "Arial";
	font-weight: bold;
}

div#main_column div.entry p.data span.year {
	font-size: 18px;
}

div#main_column div.entry p.data span.month {
	font-size: 18px;
}

div#main_column div.entry p.data span.day {
	margin-top: 10px;
	font-size: 40px;
}

div#main_column div.entry h2 {
	margin: 0 0 10px;
	padding: 15px;
	font-size: 150%;
	//記事見出し背景
	//background: url(http://bfile.shinobi.jp/6131/bg_h2_title.gif);
	//background: gray;
	border-bottom: solid 1px green;
}

div#main_column div.entry h2 a {
	font-weight: bold;
	//記事見出し
	//color: #fff;
	color: black;
}

div#main_column div.entry p.entry_text {
	padding-left: 10px;
	margin-bottom: 1em;
	line-height: 1.8em;
	//記事本文
	//color: #d2d6d5;
}

/* #### フッター ####　--------------------------------------- */
div#main_column div.footer {
	padding: 15px 0;
	text-align: center;
}



/**************************************************************************************
  コメント表示部分の設定
**************************************************************************************/
table.comment_form {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}
table.comment_form tr th,
table.comment_form tr td {
	padding: 5px;
	text-align: left;
}
table.comment_form tr th {
	text-align: right;
	font-weight: normal;
}

table.comment_form tr td.btn {
	text-align: center;
}
//アドレス等入力欄
table.comment_form input.text {
	width: 400px;
	//background: #ccc;
	background: white;
	border: 1px solid #9ea0a1;
}
//コメント入力欄
table.comment_form textarea.text{
	width: 460px;
	//background: #ccc;
	background: white;
	border: 1px solid #9ea0a1;
}
//
table.comment_form td.btn input {
	width: 100px;
	height: 24px;
	margin-top: 10px;
	background: #ccc;
	border: 1px solid #9ea0a1;
}

div.user_comment {
	border-top: 1px solid #ccc;
	margin: 10px 0;
	padding: 10px 0;
}


/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/

input.trackback {
	width: 400px;
	background: #ccc;
	border: 1px solid #9ea0a1;
}
div.user_trackback {
	border-top: 1px solid #ccc;
	margin: 10px 0;
	padding: 10px 0;
}


/**************************************************************************************
サブカラム用デザイン（プラグイン等見出し）
**************************************************************************************/

div#sub_column h3 {
	text-align: left;
	font-size: 15px;
	font-weight: normal;
	min-height: 23px !important;
	height: 23px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 7px 5px 0 15px;
	//background: #31393e;
	//background: gray;
	font-weight: bold;
	//color: green;
	border: solid 1px green;
}

div#sub_column div.sub_body {
	margin: 0 0 20px 15px;
}


/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
	width:90%;
	margin: 0 auto;
	padding:3px;
	border-collapse: collapse;
}
/*カレンダー表示用テーブル*/
.CalendarTable {
	width:90%;
	margin: 0 auto;
	padding:3px;
	border-collapse: collapse;
}

.CalendarMoveTable tr th,
.CalendarMoveTable tr td,
.CalendarTable tr th,
.CalendarTable tr td {
	//background: #333;
	background: white;
	padding: 3px;
	border: 2px solid #000;
}

/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}

/**************************************************************************************
  エディット部分の設定
**************************************************************************************/
div.edit {
	width: 630px;
	margin: 30px auto;
	padding: 20px;
	//background: #31393e;
	background: white;
	//color: #d2d6d5;
	color: black;
	border: solid green;
}
div.edit table {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}
div.edit table tr th,
div.edit table tr td {
	padding: 5px;
	text-align: left;
}
div.edit table tr th {
	text-align: right;
	font-weight: normal;
}

div.edit table tr td.btn {
	text-align: center;
}

div.edit table input.text {
	width: 400px;
	//background: #ccc;
	background: white;
	border: 1px solid #9ea0a1;
}
div.edit table textarea.text{
	width: 460px;
	//background: #ccc;
	background: white;
	border: 1px solid #9ea0a1;
}

div.edit table td.btn input {
	width: 100px;
	height: 24px;
	margin-top: 10px;
	//background: #ccc;
	background: white;
	border: 1px solid #9ea0a1;
}
