/**************************************************************************************
Copyright
**************************************************************************************/

/* Copyright (C)2006-2007 mavericyard All rights reserved. */

/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/* body ----------*/
body {
   font-family:"Verdana","Arial","sans-serif","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック";
   font-size:12px;
   color: #333333;
   line-height: 140%;
   text-align: center;
   background-color: #88867A;
   margin: 12px auto;
   padding: 0px;
   word-wrap:break-word;
}

/* Link ----------*/
a,
a:link,
a:visited,
a:active { color: #333333; text-decoration: none; }
a:hover {
   color: #6F687A;
   border-bottom: 1px #228B22 dotted;
}

input, textarea {
   font-size: 12px;
   color: #44433D;
   background-color: #E6E3D4;
   border: 1px #88867A solid; 
   margin: 1px 0px;
   padding: 2px;
}

select {
   font-size: 10px;
   color: #44433D;
   background-color: #E6E3D4;
   border: 1px #88867A solid; 
   margin: 1px 0px;
   padding: 2px;
}

.entry-body textarea {
   width: 95%x;
   height: 12em;
   margin: 5px 10px;
}

p { margin: 12px 0px; }

blockquote {
   color: #44433D;
   background-color: #EFEEE6;
   border: 1px #CCCCCC solid;
   margin: 15px 5px;
   padding: 15px 15px;
}

/* table ----------*/
table { border-collapse: collapse; }
td { text-align:center; }


/* mainblock ----------*/
#mainBlock {
   width:900px;
   text-align: left;
   margin: 0px;
   background-color: #E6E3D4;
   border: 1px #44433D solid;
   padding: 0px;
   margin: auto;
}

/* left, center, right ----------*/
.left { text-align:left; }
.center { text-align:center; }
.right { text-align:right; }


h1 {
margin:0px;
padding-top:0px;
PADDING-RIGHT: 0px;
PADDING-LEFT: 0px;
padding-bottom:10px;
font-weight:bold;
FONT-SIZE: 12px;
FONT-FAMILY: arial, Helvetica
}



/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/* TopBlock ----------*/
#TopBlock {
   width: auto;
   height: auto;
   /* height: 150px; */
   text-align: left;
   background-color: #E6E3D4;
   border: 0px #333333 solid;
   margin: 0px;
}

#TopTitle {
   font-size: 12px;
   color: #333;
/*   font-weight: bold;  */
   line-height: 130%;
   padding-bottom: 10px;
   /* padding-left: 27px; */
}

#TopExplanation {
   font-family:"Georgia",serif;
   font-size: 28px;
   color: #556B2F;
   font-weight: bold;
   text-align: left;
   line-height: 130%;
   /* padding-left: 27px; */
   padding-bottom: 2px;
}

#TopTitle a,
#TopTitle a:link,
#TopTitle a:visited,
#TopTitle a:hover { color: #333; text-decoration: none; }

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/* Footer Block ----------*/
#FooterBlock {
   font-size: 9px;
   color: #88867A;
   line-height: 15px;
   clear:both;
   text-align: center;
   background-color: #CCC8AD;
   padding: 5px 0px;
}

.footer_copy {
   font-size: 10px;
   color: #88867A;
   clear:both;
   text-align: center;
   padding: 0px 0px;
}

.footer_cm {
   font-size: 8px;
   line-height: 1%;
   color: #88867A;
   text-align: center;
   padding: 5px 0px;
}


/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*Plugin Block ----------*/


.PluginBlock {
   width: 278px;
   text-align: left;
   float: left;
   padding: 5px 5px 10px 5px;
   margin: 0px;
}

.PlofileBlock {
/*   font-size: 13px; */
/*   color:#e6e3d4; */
/*   letter-spacing: 0.1em; */
   text-align: left;
   background-color: #F2F1E9;
   border: 1px solid #CCC8AD;
   margin-bottom: 30px;
   padding: 5px 10px 5px;
}




.PluginInnerBlock { padding: 0px; }

.PluginTitle {
   font-size: 13px;
   color:#e6e3d4;
   letter-spacing: 0.1em;
   text-align: left;
   background-color: #999966;
   border: 1px solid #CCC8AD;
   margin: 0px;
   padding: 3px 10px;
}

/* (プラグインの説明部分の設定) ----------*/
.PluginExplanation { padding: 5px; }

.PluginContents {
   font-size: 12px;
   color:#333333;
   font-weight: normal;
/* background-color: #FFFFFF; */
/* border: 0px solid #FFFFFF; */
   margin: 0px;
   padding: 5px 15px;
}

.plugin_powerd {
   font-size: 11px;
   line-height: 200%;
   padding: 30px 0px;
}

/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/* Enyry Block ----------*/
#EntryBlock {
   width: 600px;
   float: left;
   background-color: #F2F1E9;
   border: 1px #88867A solid;
   margin: 5px 5px 10px 5px;
   padding: 0px
}

.EntryInnerBlock {
   text-align: left;
   border-bottom: 1px #CCC8AD solid;
   margin : 5px 15px 20px 15px;
   padding-top: 25px
}

.EntryTitle {
   color: #ffffff;
   font-size: 12px;
   /* font-weight:bold; */
   line-height: 24px;
   background-color:#999966;
   border-left: 5px #556B2F solid;
   border-right: 5px #556B2F solid;
   /* margin-top: 30px; */
   padding-bottm: 25px;
}


.EntryTitle a { color: #fff; text-decoration: none; }


.EntryTextBox { padding: 25px 50px; }
.EntryTextBox a,
.EntryTextBox a:link,
.EntryTextBox a:visited,
.EntryTextBox a:active,
.plugin_powerd a,
.footer_copy a { color: #6F687A; text-decoration: none; border-bottom: 1px #6F687A dotted; }
.EntryTextBox a:hover { color: #B4AFBD; border-bottom: 1px #B4AFBD dotted; }

.EntryText { padding: 0px; }

/* (追記) -----*/
.EntryPsText {
   font-size: 12px;
   padding: 15px 0px;
   text-align: right;
}

.EntryFooter {
   font-size: 12px;
   color: #88867A;
   text-align: right;
   padding: 20px 0px 10px 0px;
}

.EntryWriteDate {
   font-size: 10px;
   color: #88867A;
   line-height: 100%;
   text-align: left;
   margin: 0px;
   padding: 5px 0px;
}

/* (prev, home, next) -----*/
.PageLinkBlock {
   font-size: 10px;
   text-align:center;
   padding:10px;
}


.EntryList {
   font-size: 12px;
   color: #88867A;
   line-height: 120%;
   text-align: left;
   margin: 0px;
   padding: 2px 0px;
}


.EntryCalenderBlock {
float:left;
width:28px;
overflow:hidden;
display: block;
}
.EntryCalender {
color:#fff;
background:#556B2F;
width:28px;
height:60px;
text-align:center;
font-size:0.8em;
font-family:"Arial";
padding:3px 0 0 0;

/* opacity: 0.7;filter:alpha(opacity=70);zoom:1; */

-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:0px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:0px;

-khtml-border-radius-topleft:5px;
-khtml-border-radius-topright:0px;
-khtml-border-radius-bottomleft:5px;
-khtml-border-radius-bottomright:0px;

-moz-border-radius-topleft:5px;
-moz-border-radius-topright:0px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:0px;

}
.EntryCalender a ,.EntryCalender a:visited {
	color:#fff;
	text-decoration: none;
}
.CommentNum{
color:#fff;
background:#000;
width:28px;
text-align:center;
font-size:1.1em;
padding:7px 0;
margin-top:3px;

opacity: 0.4;filter:alpha(opacity=40);zoom:1;

-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:0px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:0px;

-khtml-border-radius-topleft:5px;
-khtml-border-radius-topright:0px;
-khtml-border-radius-bottomleft:5px;
-khtml-border-radius-bottomright:0px;

-moz-border-radius-topleft:5px;
-moz-border-radius-topright:0px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:0px;

}
.CommentNum a ,.CommentNum a:visited {
color:#fff;
}




/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/* Comment Block ----------*/
.CommentBlock{ padding:25px; }

/* (この記事にコメントする) -----*/
.CommentMenuTitle,
.TrackbackMenuTitle {
   font-size: 12px;
   color: #606054;
   font-weight: bold;
   letter-spacing: 0.1em;
   text-arign: left;
   border-bottom: 1px solid #606054;
   margin: 15px 0px;
   padding-bottom: 5px;
}

.CommentTextBox {
   border-bottom: 1px #606054 dotted;
   padding: 10px 0px;
}

.CommentTitle {
   font-size: 12px;
   color: #E6E3D4;
   letter-spacing: 0.1em;
   text-align: left;
   background-color: #88867A;
   border: 1px solid #CCC8AD;
   margin: 0px;
   padding: 3px 10px;
}
.CommentResTitle,
.TrackbackTitle { text-align: left; }

.CommentText {
   font-size: 12px;
   padding:10px 10px;
}
.TrackbackText { padding: 10px 0px; color: #333333; }

.CommentFooter,
.CommentResFooter,
.TrackbackFooter {
   font-size: 10px;
   padding: 5px 0px;
   text-align:right;
}

/* (投稿者 URL-Link) -----*/
.CommentURL,
.TrackbackURL { border-bottom: 1px dotted; }

/* Comment Form Block ----------*/
.CommentFormBlock{ padding: 20px 5px; }

.CommentFormTable{
   font-size: 11px;
   letter-spacing: 0.1em;
   word-break: break-all;
   margin: 0px;
   padding: 0px;
}

.CommentFormTh{ padding-top:5px; text-align:right; }

.CommentFormTd{ padding-top:5px; text-align:left; }

/* (送信ボタン) -----*/
.CommentFormSubmit{ text-align:left; }

/* (input, textarea) -----*/
.CommentForms{ }

/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*Trackback Block ----------*/
.TrackbackBlock{ padding:25px; }

.TrackbackMenuTitle{ text-align: left; }

.TrackbackTextBox{ margin: 5px 0px; }

/* ("この記事のトラックバック"部分) -----*/
.TrackbackURLTitle{ padding: 10px 20px; text-align: left; font-size: 12px; }

/* (トラックバックする為のURLが記載されているフォーム部分の設定) */
.TrackbackURL{ }

/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/* Plugin Data ----------*/
.Plugin_data { text-align:left; padding: 3px; line-height:140%; }

/* (各プラグイン処理内基本デザインの下に記載する日付など) -----*/
.plugin_data_date {
   font-size: 10px;
   text-align: right;
}

/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/* カレンダー日付移動用テーブル（前月、次月へのリンクなど）-----*/
.CalendarMoveTable {
   font-size: 10px;
   padding: 3px;
   width:80%;
}

.CalendarMoveTr {}

.CalendarPrevTd {}

.CalendarNowTd {}

.CalendarNextTd {}

.CalendarTable {
   font-size: 10px;
   line-height: 150%;
   width:80%;
   padding: 3px;
}

/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/* 曜日表示部分 -----*/
.CalendarWdayTr { }

/*曜日表示部分 - 日曜日 -----*/
.CalendarWdaySun { color: #C4A1A1; }

/*曜日表示部分 - 平日 -----*/
.CalendarWday { color:#969080; }

/*曜日表示部分 - 土曜日 -----*/
.CalendarWdaySat { color: #AAA1C4; }

/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr { color: #8C8A72; }
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun { }
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat { }
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd { }
/*記事が存在する場所の設定*/
.CalendarTdLink { }
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont { color: #C4C2A3; }
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
   border-bottom: 1px #606054 dotted;
   padding:15px 0px 15px 20px;
}

.CommentResBox { color: #333333; }

.CommentResText {
   font-size: 12px;
   padding:10px 0px;
}

.CommentResFooter { text-align:right; }






/*======================================

	Global Navigation Module
	
=======================================*/

ul#globalNavi {
	/* margin: 25px 0 -26px; */
	margin: 0px 0 20px;
	padding: 0 0 0 0;
	background-color:#E6E3D4;
}

ul#globalNavi li {
	margin: 0;
	padding: 0;
	float: left;
	width: 150px;
	line-height: 1;
	list-style-type: none;
	font-size: 13px;
}

/*--------------------------------------
	1.Button
---------------------------------------*/

ul#globalNavi li a {
	padding: 0.6em 10px; /* Button Height */
	border: none;
	/* border-right: 2px solid #999; */
	display: block;
	position: relative; /* IE6 Bug Fix */
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #556B2F;
}

/*--------------------------------------
	2. On mouse
---------------------------------------*/

ul#globalNavi li a:hover {
	color: #333;
	background-color: #F5F5DC;
}

/*--------------------------------------
	3. Current 
---------------------------------------*/

ul#globalNavi li.current a:link,
ul#globalNavi li.current a:visited,
ul#globalNavi li.current a:hover {
	border-right: none;
	color: #999;
	background-color: #fff;
}

/*--------------------------------------
	clearFix
---------------------------------------*/

ul#globalNavi {
	_height: 1px;
	min-height: 1px;
}

ul#globalNavi:after {
	height: 0;
	visibility: hidden;
	content: "";
	display: block;
	clear: both;
}

/* for MacIE5 \*//*/

ul#globalNavi {
	/* height: auto; */
	height: 10px;
	overflow: hidden;
}
/* end */
