/* ************************************************
CSS検索用ワード
#layout
#main
#left
#right	
************************************************ */


body {
color: #555555;
/*background-color: #ccbf99;*/
background-color: #A79254;

margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
font-family: Osaka, "ＭＳ Ｐゴシック", arial, sans-serif;
font-size:80%;
word-wrap:break-word;
text-align:center;
}

/* 全体の大きさ */
#layout {
	background-color: #ffffff;
	width: 900px;
	border-top-width: 0px; 
	border-right-width: 1px; 
	border-bottom-width: 0px; 
	border-left-width: 1px; 
	border-color: #ffffff; 
	border-style: solid; 
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

/* ヘッダー */
#head {
	background-image:url('http://file.ohyasai.blog.shinobi.jp/head-img.jpg');
	background-repeat:no-repeat;
	background-color: #ffffff;
	width:900px;
	height:160px;
	padding-bottom:20px;
}

/* メニューとメインのボックス */
#wrap {
	background-color: #ffffff;
	float:left;
	width:640px;
}

/* メインボックス カラム２ */
#main {
	float:right;
	width:460px;
	margin-top:10px;
	margin-left:5px;
}

/* メニュー カラム３ */
#left {
	float:left;
	width:170px;
	line-height:150%;
	margin-top:10px;
	margin-right:0px;
}

/* メニュー カラム３ */
#right {
	float:right;
	width:240px;
	line-height:150%;
	margin-top:10px;
	margin-right:0px;
}
/* フッター */
#footer {
	background-color: #CAC9B5;
	width:890px;
	text-align:center;
	line-height:150%;
	padding:5px;
	margin-top:20px;
	margin-right:5px;
	margin-bottom:10px;
	margin-left:5px;
}

/*table全ての設定*/
table{
border-collapse: collapse;
}

/*通常のリンクの設定*/
a{ color:#DC781F; text-decoration:underline; }

/*過去に見たことがあるページのリンクの設定*/

/*アクティブ状態のリンクの設定*/

/*カーソルが合っている状態のリンクの設定*/
a:hover { color:#DC5439; text-decoration:underline; }


/* ### ヘッダーに関するCSS ## */
#head #Titleblock {
	width:auto;
	height:120px;
}

#head #Titleblock {
	margin-top:0px;
	margin-left:40px;
	margin-bottom:0px;
	font-size:12px;
	padding-top:80px;
	padding-bottom:5px;
	color:#ffffff;
}

#head #Titleblock a {
	text-decoration:none;
	color:#ffffff;
}

#head #Titleblock a :hover{
	text-decoration:none;
	color:#555555;
}

#head #Titleblock .MainMenu {
	margin-top:53px;
	font-size:12px;
	padding-bottom:3px;
}


/* ### メインボックスに関するCSS ## */

/*　エントリー　*/
#main .EntryBlock {
	padding:10px 0px 10px 0px;
}

#main .CommentFormBlock td {
	font-size:80%;
	padding:3px;
}

#main .CommentFormTable {
	width:380px;
}

#main .EntryCategory {
	font-size:11px;
	font-weight:lighter;
	float:right;
	color:#666644;
	text-decoration:none;
	margin-top:0px;
	margin-right:2px;
}


#main .EntryInnerBlock {
	margin-bottom: 30px; 
	border-left-width: 5px; 
	border-left-color: #487A00; 
	border-left-style: solid; 
}

#main .EntryCategory {
}

#main .CommentBlock {
}

#main .CommentTitle {
	font-size:100%;
	font-weight:bold;
	color:#FF6600;
	padding:3px 0px 3px 0px;
}

#main .CommentTextBox {
}

#main .CommentText {
	padding:10px;
}

#main .CommentFooter {
	text-align:right;
	padding-bottom:5px;
}

#main .CommentResBlock {
	margin-left:20px;
	padding:10px;
	border:1px dotted #999;
}

#main .CommentResFooter {
	text-align:right;
}



#main .TrackbackBlock {
	padding:10px 0px 10px 0px;
}

#main .TrackbackTitle {
	font-size:100%;
	font-weight:bold;
	color:#FF6600;
	padding:3px 0px 3px 0px;
}

#main .TrackbackFooter {
	text-align:right;
}

#main .EntryTitle {
	font-size:110%;
	font-weight:bold;
	color:#555911;
	padding-top:2px;
	padding-left:18px;
}
#main .EntryTitle a {
	color:#DC781F;
	text-decoration:none;
}
#main .EntryTitleLine {
	background-image:url('http://file.ohyasai.blog.shinobi.jp/enttit-line.gif');
	background-repeat:repeat-x;
	margin-left:4px;
	margin-right:4px;
}

#main .EntryTextBox {
	padding-top:30px;
	padding-right:20px;
	padding-bottom:0px;
	padding-left:20px;
}


#main .EntryFooter {
	text-align:right;
	padding:5px 0px 10px 0px;
}

#main .EntryFooter a:hover {
	color:#FF6600;
	text-decoration:underline;
}

#main .white-Data a {
	color:#ffffff;
	text-decoration:underline;
}



/* ### 左カラム（PluginInnerBlockLeft）に関するCSS ### */
#PluginInnerBlockLeft {
	padding-bottom:5px;
	font-size:90%;
	margin-bottom:5px;
}

#PluginInnerBlockLeft .PluginTitle {
	color: #ffffff;
	font-weight:bold;
	text-align:center;
	background-image:url('http://file.ohyasai.blog.shinobi.jp/plugin-title.gif');
	background-repeat:no-repeat;
	padding:5px 2px 5px 4px;
	margin-bottom:5px;
}

#PluginInnerBlockLeft a:hover {
	text-decoration:underline;
}

#PluginInnerBlockLeft .PluginContents {
	line-height:25px;
	padding-left:5px;
}

#PluginInnerBlockLeft .small_text {
	font-size:8pt;
	line-height:12px;
}

#PluginInnerBlockLeft .ico-01 {
	background-image:url('http://file.ohyasai.blog.shinobi.jp/ico-01.gif');
	background-repeat:no-repeat;
	padding-left:15px;
}

/* ### 右カラム（PluginInnerBlockRight）に関するCSS ### */
#PluginInnerBlockRight {
	background-color: #ffffff;
	padding-bottom:5px;
	font-size:90%;
/*	border-width: 1px; 
	border-color: #969173; 
	border-style: solid; */
	margin-bottom:5px;
}

#PluginInnerBlockRight .PluginTitle {
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	background-image:url('http://file.ohyasai.blog.shinobi.jp/plugin2-title.gif');
	background-repeat:no-repeat;
	padding:5px 2px 5px 4px;
}

#PluginInnerBlockRight a:hover {
	text-decoration:underline;
}

#PluginInnerBlockRight .PluginContents {
	padding-top:10px;
	padding-left:3px;
	padding-bottom:20px;
}

#PluginInnerBlockRight .small_text {
	font-size:8pt;
	line-height:12px;
}

/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
	width:60%;
	margin-left:30px;
	margin-right:auto;
	font-size:12px;
	padding:3px;
	text-align:center;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
font-size:12px;
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
font-size:12px;
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
font-size:12px;
}
/*カレンダー表示用テーブル*/
.CalendarTable {
	width:95%;
	line-height:20px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
	padding:3px;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
font-size:12px;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
font-size:12px;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
font-size:12px;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
font-size:12px;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
font-size:12px;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
font-size:12px;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
font-size:12px;
}