@charset "EUC-JP";

/* ------------------------------------------------------------------
	*** tch_original_v4 ***	(Ver.4.0.0)

	作成者:	TAKE-C
	説明:	FC2ブログ用スタイルシート

	Copyright (C) TAKE-C All Rights Reserved.
--------------------------------------------------------------------- */

/* ------------------------------------------------------------------
	全体設定
--------------------------------------------------------------------- */

/* ----- 全体設定 ----- */

body {
	text-align: left;
	background-color: #ffffff;
	background-image: url(images/body_bg_tch_v4.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top left;
	font-size: 10pt;
	font-family: "Segoe UI", "Tahoma", "Arial", "Meiryo", sans-serif;
	color: #333333;
	line-height: 180%;
}

/* ------------------------------------------------------------------
	リンク設定
--------------------------------------------------------------------- */

/* ---- 共通 ----- */

a:link {
	color: #669900;
	text-decoration: none;
}

a:visited {
	color: #669900;
	text-decoration: none;
}

a:hover {
	color: #669900;
	text-decoration: underline;
}

/* ---- ヘッダ共通 ----- */

#header a:link {
	color: #333333;
	text-decoration: none;
}

#header a:visited {
	color: #333333;
	text-decoration: none;
}

#header a:hover {
	color: #333333;
	text-decoration: underline;
}

/* ---- ブログタイトル ----- */

#header h1 a:link {
	color: #000000;
	text-decoration: none;
}

#header h1 a:visited {
	color: #000000;
	text-decoration: none;
}

#header h1 a:hover {
	color: #000000;
	text-decoration: underline;
}

/* ---- ページナビ ----- */

.nav_btn a{
	color: #ffffff;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: none;
	background-color: #669900;
	padding: 3px 10px 3px 10px;
}

.nav_btn a:hover{
	color: #ffffff;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: none;
	background-color: #336600;
	padding: 3px 10px 3px 10px;
}

/* ---- 記事タイトル ----- */

.entry_title a:link {
	color: #000000;
	text-decoration: none;
}

.entry_title a:visited {
	color: #000000;
	text-decoration: none;
}

.entry_title a:hover {
	color: #000000;
	text-decoration: underline;
}

/* ---- 追記リンク ----- */

.more_btn a{
	color: #ffffff;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: none;
	background-color: #669900;
	padding: 3px 10px 3px 10px;
}

.more_btn a:hover{
	color: #ffffff;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: none;
	background-color: #336600;
	padding: 3px 10px 3px 10px;
}

/* ---- 日付リンク ----- */

.entry_status_head a:link {
	color: #666666;
	text-decoration: none;
}

.entry_status_head a:visited {
	color: #666666;
	text-decoration: none;
}

.entry_status_head a:hover {
	color: #666666;
	text-decoration: underline;
}

/* ---- 記事情報リンク ----- */

.status_btn a{
	color: #ffffff;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: none;
	background-color: #669900;
	padding: 3px 10px 3px 10px;
}

.status_btn a:hover{
	color: #ffffff;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: none;
	background-color: #336600;
	padding: 3px 10px 3px 10px;
}

/* ---- コメントエリアタイトル ----- */

.cmarea_title a:link {
	color: #000000;
	text-decoration: none;
}

.cmarea_title a:visited {
	color: #000000;
	text-decoration: none;
}

.cmarea_title a:hover {
	color: #000000;
	text-decoration: none;
}

/* ---- コメントタイトルリンク ----- */

.cmtb_title a:link {
	color: #000000;
	text-decoration: none;
}

.cmtb_title a:visited {
	color: #000000;
	text-decoration: none;
}

.cmtb_title a:hover {
	color: #000000;
	text-decoration: none;
}

/* ---- プラグインタイトルリンク ----- */

.plugin_title a:link {
	color: #000000;
	text-decoration: none;
}

.plugin_title a:visited {
	color: #000000;
	text-decoration: none;
}

.plugin_title a:hover {
	color: #000000;
	text-decoration: none;
}

/* ---- フッタ共通 ----- */

#footer a:link {
	color: #669900;
	text-decoration: none;
}

#footer a:visited {
	color: #669900;
	text-decoration: none;
}

#footer a:hover {
	color: #669900;
	text-decoration: underline;
}

/* ------------------------------------------------------------------
	画像
--------------------------------------------------------------------- */

/* ----- 画像 ----- */

img {
	border: 0px;
}

/* ------------------------------------------------------------------
	その他共通設定
--------------------------------------------------------------------- */

/* ----- 段落 ----- */

p {
	padding: 3px;
	margin: 3px;
}

/* ----- 引用文 ----- */

blockquote {
	background-color: #ffffff;
	border-left: 3px solid #669900;
	padding: 3px;
}

/* ----- 制作者・管理者情報 ----- */

address {
	padding: 3px;
	margin: 3px;
	font-style: normal;
}

/* ----- 順不同・順序リスト ----- */

ul {
	list-style-type: square;
	margin: 0px;
	padding-left: 40px;
}

ol {
	margin: 0px;
	padding-left: 40px;
}

/* ----- 定義リスト ----- */

dl {
	padding: 3px;
	margin: 3px;
}

dt {
	color: #000000;
	font-weight: normal;
}

/* ----- 表 ----- */

table {
	border-collapse: collapse;
	margin: 2px;
}

th {
	padding: 2px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
}

td {
	padding: 2px;
	white-space: nowrap;
}

/* ----- フォーム ----- */

textarea,input,select {
	font-family: "Segoe UI", "Tahoma", "Arial", "Meiryo", "Osaka", sans-serif;
}

.input_design {
	border: solid 1px #999999;
	color: #333333;
}

.button_design {
	background-color: #669900;
	border: solid 1px #669900;
	color: #ffffff;
	font-size: 11pt;
	font-weight: normal;
	padding: 3px 10px 3px 10px;
	margin: 3px;
	cursor: pointer;
}

input:hover.button_design {
	background-color: #336600;
	border: solid 1px #336600;
	color: #ffffff;
	font-size: 11pt;
	font-weight: normal;
	padding: 3px 10px 3px 10px;
	margin: 3px;
	cursor: pointer;
}

/* ------------------------------------------------------------------
	レイアウト
--------------------------------------------------------------------- */

/* ----- 全体 ----- */

#layout {
	width: 960px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
}

/* ----- ヘッダ ----- */

#header {
	width: 954px;
	height: 74px;
	background-color: #ffffff;
	background-image: url(images/header_bg_original_v4.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
	padding: 3px;
}

/* ----- メニュー ----- */

#menu {
	width: 960px;
	height: 27px;
	text-align: left;
	margin: 0px 0px 0px 0px;
}

#menu ul{
	float: left;
	position: relative;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#menu li{
	display: block;
	width: 120px;
	height: 27px;
	color: #ffffff;
	font-size: 11pt;
	font-weight: normal;
	list-style: none inside;
	float: left;
	text-align: center;
	position: relative;
}

#menu li a{
	display: block;
	width: 120px;
	height: 27px;
	color: #ffffff;
	text-decoration: none;
	background-color: #669900;
}

#menu li a:hover{
	display: block;
	width: 120px;
	height: 27px;
	color: #ffffff;
	text-decoration: none;
	background-color: #336600;
}

/* ----- メイン ----- */

#main {
	float: left;
	width: 544px;
	text-align: left;
	padding: 3px;
	margin: 0px 0px 0px 0px;
}

/* ----- プラグイン ----- */

#side_l {
	float: left;
	width: 200px;
	text-align: left;
	padding: 3px 0px 3px 0px;
}

#side_r {
	float: left;
	width: 200px;
	text-align: left;
	padding: 3px 0px 3px 0px;
}

/* ----- フッタ ----- */

#footer {
	clear: both;
	width: 948px;
	background-color: #ffffff;
	color: #333333;
	text-align: center;
	padding: 3px;
	margin: 3px;
}

/* ------------------------------------------------------------------
	ヘッダ
--------------------------------------------------------------------- */

/* ----- ブログタイトル ----- */

h1 {
	text-align: left;
	font-size: 20pt;
	font-weight: normal;
	color: #000000;
	padding: 3px;
	margin: 3px;
}

/* ------------------------------------------------------------------
	メイン
--------------------------------------------------------------------- */

/* ----- 検索エリア ----- */

.searcharea {
	vertical-align: middle;
}

/* ----- ページナビゲーション ----- */

.entry_navi {
	text-align: center;
}

/* ----- 記事: 全体 ----- */

.archive {
	background-color: #ffffff;
	color: #333333;
	padding: 3px;
	margin: 3px;
}

/* ----- 記事: タイトル ----- */

h2.entry_title {
	text-align: left;
	font-size: 16pt;
	font-weight: normal;
	color: #000000;
	padding: 3px;
	margin: 3px 0px 3px 0px;
}

/* ----- 記事: 本文 ----- */

.archive_txt {
	text-align: left;
	padding: 3px;
	margin: 3px;
}

/* ----- 記事: ステータス ----- */

.entry_status_head {
	text-align: left;
	font-size: 10pt;
	color: #666666;
}

.entry_status_foot {
	text-align: right;
}

/* ----- コメントエリア: タイトル ----- */

.cmarea_title {
	text-align: left;
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
	padding: 2px 3px 2px 3px;
	margin: 3px 0px 3px 0px;
}

/* ----- コメント・トラックバック: 全体 ----- */

.cmtb {
	background-color: #ffffff;
	color: #333333;
	padding: 3px;
	margin: 3px;
}

/* ----- コメント・トラックバック: タイトル ----- */

h3.cmtb_title {
	text-align: left;
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
	padding: 2px;
	margin: 3px 0px 3px 0px;
}

/* ----- コメント・トラックバック: ステータス ----- */

.cmtb_status_head {
	text-align: left;
	color: #666666;
}

.cmtb_status_foot {
	text-align: right;
}

/* ------------------------------------------------------------------
	プラグイン
--------------------------------------------------------------------- */

/* ----- プラグイン: 全体 ----- */

.plugin_block {
	background-color: #ffffff;
	color: #333333;
	padding: 3px;
	margin: 3px 0px 3px 0px;
}

/* ----- プラグイン: タイトル ----- */

.plugin_title {
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
	padding: 2px 3px 2px 3px;
	margin: 0px 0px 0px 0px;
}

/* ----- プラグイン: カレンダー ----- */

.calender {
	font-size: 9pt;
	line-height: 100%;
	width: 150px;
	background: #ffffff;
	margin-bottom: 20px;
	margin-left: 10px;
}

.calender table {
	border: 1px #cccccc solid;
}

.calender caption {
	font-size: 9pt;
	line-height: 150%;
	padding-bottom: 2px;
}

.calender th {
	width: 20px;
	height: 16px;
	background-color: #cccccc;
	color: #000000;
	font-weight: normal;
	text-align: center;
}

.calender td {

	width: 20px;
	height: 16px;
	text-align: center;
	border: 1px #cccccc solid;
}

.calender td a {
	display: block;
}

th#sun {
	color: #333333;
}

th#sat {
	color: #333333;
}

/* ------------------------------------------------------------------
	フッタ
--------------------------------------------------------------------- */

