/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
	outline:0;
	overflow:hidden;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th,td {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

/*common*/
body {
	font-size:12px;
	font-family:Lucida Grande,Meiryo, Osaka;
	color:#3b3c0d;
	line-height:140%;
	background:#efefe6;
	border:0;
}
input, textarea{
	padding:2px;
	border:1px solid #cccccc;
	background:#ffffff;
	color:#000000;
}
ul{
	list-style-type:none;
}
img {
	margin:2px;
	vertical-align:middle;
}
img a:link,img a:visited,img a:hover,img a:active,img a:visited:hover,img a:visited:active {
	border:0;
	outline:0;
	overflow:hidden;
}
a:link,a:visited{
	outline:0;
	overflow:hidden;
	text-decoration:none;
	color:#b2422b;
}
a:hover,a:active,a:visited:hover,a:visited:active {
	outline:0;
	overflow:hidden;
	color:#c2523b;
}
strong,b {
	font-weight:bold;
}
s {
	text-decoration:line-through;
}

#mainBlock {
	margin:0 auto;
	padding:7px 0 0 7px;
	width:932px;
	text-align: left;
}
.clear {
	height:0;
	line-height:0;
	clear:both;
}
/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
	margin:0 7px 7px 0;
	padding:7px;
	width:210px;
	height:210px;
	text-align:left;
	display:inline;
	float:left;
/*	background:#3b3c0d;*/
	background:#6b6c3d;
	border:1px solid #9b9c6d;
	overflow:hidden;
}
/*ページタイトル文字部分の設定*/
#TopTitle {
	padding:90px 0 0;
	color:#ffffff;
	font-size:18px;
}
#TopTitle a:link,#TopTitle a:visited{
	color:#ffffff;
}
#TopTitle a:hover,#TopTitle a:active,#TopTitle a:visited:hover,#TopTitle a:visited:active {
	color:#ffffff;
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
	color:#ffffff;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
	margin:0 7px 7px 0;
	padding:7px;
	width:210px;
	height:210px;
	display:inline;
	float:left;
	background:#ffffff;
	border:1px solid #9b9c6d;
	background:#c2523b;
/*	background:#6b6c3d;*/
	color:#ffffff;
	overflow:hidden;
}
#FooterBlock a:link,#FooterBlock a:visited{
	color:#ffffff;
}
#FooterBlock a:hover,#FooterBlock a:active,#FooterBlock a:visited:hover,#FooterBlock a:visited:active {
	color:#ffffff;
}
/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock{
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
	margin:0 7px 7px 0;
	padding:7px;
	width:210px;
	height:210px;
	text-align:left;
	display:inline;
	float:left;
	background:#ffffff;
	border:1px solid #9b9c6d;
	overflow:hidden;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
	padding-left:3px;
	border-bottom:1px dotted #9b9c6d;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
	padding:3px;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
	padding:3px;
}
/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
div.content_block {
}
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
	margin:0 7px 7px 0;
	text-align:left;
	background:#ffffff;
	border:1px solid #9b9c6d;
}
div.entry_info  {
	width:224px;
	display:block;
	float:right;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
	padding-top:2px;
	padding-left:3px;
	height:20px;
	font-size:18px;
	border-bottom:1px dotted #9b9c6d;
	overflow:hidden;
}
.EntryTitle a:link,.EntryTitle a:visited{
	color:#3b3c0d;
}
.EntryTitle a:hover,.EntryTitle a:active,.EntryTitle a:visited:hover,.EntryTitle a:visited:active {
	color:#3b3c0d;
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
	padding:7px;
	width:683px;
}
/*記事本文が記載される部分*/
.EntryText {
	padding:7px 3px 0 3px;
}
/*追記文書が記載される部分*/
.EntryPsText {
	padding:7px 3px 0 3px;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
	padding:7px;
	height:210px;
	background:#6b6c3d;
	color:#ffffff;
	overflow:hidden;
}
.EntryFooter a:link,.EntryFooter a:visited{
	color:#ffffff;
}
.EntryFooter a:hover,.EntryFooter a:active,.EntryFooter a:visited:hover,.EntryFooter a:visited:active {
	color:#ffffff;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
}
.EntryWriteDate_top {
	padding:7px;
	height:210px;
	background:#c2523b;
	color:#ffffff;
	font-size:63px;
	line-height:54px;
	overflow:hidden;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
	margin:0 7px 7px 0;
	padding:7px;
	width:210px;
	height:210px;
	background:#6b6c3d;
	color:#ffffff;
	display:block;
	float:left;
	overflow:hidden;
}
.PageLinkBlock li{
	margin:3px;
	display:block;
}
.PageLinkBlock li.pagelink_10{
	margin:3px;
	display:inline;
}
.PageLinkBlock a:link,.PageLinkBlock a:visited{
	color:#ffffff;
}
.PageLinkBlock a:hover,.PageLinkBlock a:active,.PageLinkBlock a:visited:hover,.PageLinkBlock a:visited:active {
	color:#ffffff;
}
/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
	margin:0 7px 7px 0;
	background:#ffffff;
	border:1px solid #9b9c6d;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle {
	padding:103px 7px;
	height:18px;
	width:210px;
	display:block;
	float:left;
	background:#c2523b;
	color:#ffffff;
	font-size:18px;
	overflow:hidden;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
	margin:0 7px 7px 0;
	background:#ffffff;
	border:1px solid #9b9c6d;
}
/*コメントのタイトル部分*/
.CommentTitle{
	margin:7px;
	padding-left:3px;
	width:679px;
	height:20px;
	font-size:18px;
	border-bottom:1px dotted #9b9c6d;
	overflow:hidden;
}
/*コメント部分*/
.CommentText{
	margin:7px;
	padding-left:3px;
	width:679px;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter {
	padding:7px;
	height:210px;
	width:210px;
	display:block;
	float:right;
	background:#6b6c3d;
	color:#ffffff;
	overflow:hidden;
}
.CommentFooter a:link,.CommentFooter a:visited{
	color:#ffffff;
}
.CommentFooter a:hover,.CommentFooter a:active,.CommentFooter a:visited:hover,.CommentFooter a:visited:active {
	color:#ffffff;
}

/*投稿者名の部分*/
.CommentUserName{
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
}
/*コメント編集へのリンク部分*/
.CommentEdit{
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock {
}
.CommentFormBlock td {
	padding:7px 0 0 7px;
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit {
	text-align:right;
}
.CommentFormSubmit input {
	background:#c2523b;
	color:#ffffff;
}
/*inputタグやtextareaの設定*/
.CommentForms {
	width:260px;
}
.CommentForms_pass {
	width:260px;
}

/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock {
	margin:0 7px 7px 0;
	text-align:left;
	background:#ffffff;
	border:1px solid #9b9c6d;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle {
	padding:103px 7px;
	height:18px;
	width:210px;
	display:block;
	float:left;
	background:#c2523b;
	color:#ffffff;
	font-size:18px;
	overflow:hidden;
}
.trackback_inner {
	padding:7px;
	width:679px;
	display:block;
	float:left;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
	margin:7px 0;
	padding:7px;
	width:669px;
	color:#6b6c3d;
	border:1px dotted #9b9c6d;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
	padding-left:3px;
	height:20px;
	font-size:18px;
	border-bottom:1px dotted #9b9c6d;
	overflow:hidden;
}
/*トラックバックの記事部分*/
.TrackbackText{
	padding:7px 0 7px 3px;
	border-bottom:1px dotted #9b9c6d;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter {
	padding-left:3px;
	text-align:right;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
	display:inline;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
	display:inline;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle input {
	margin:0 0 7px 7px;
	width:420px;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
#TrackbackURL{
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
	width:100%;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
	padding:3px 0;
	text-align:center;
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
	padding:3px 0;
	text-align:center;
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
	padding:3px 0;
	text-align:center;
}
/*カレンダー表示用テーブル*/
.CalendarTable {
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
	padding:3px 0;
	text-align:center;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
	padding:3px 0;
	text-align:center;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
	padding:3px 0;
	text-align:center;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
	padding:3px 0;
	text-align:center;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
	padding:3px 0;
	text-align:center;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
	padding:3px 0;
	text-align:center;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
	margin:21px 7px;
	padding:7px;
	width:669px;
	color:#6b6c3d;
	border:1px dotted #9b9c6d;
}
.CommentResBox {
}
.CommentResTitle {
	padding-left:3px;
	height:20px;
	font-size:18px;
	border-bottom:1px dotted #9b9c6d;
	overflow:hidden;
}
.CommentResText {
	padding:7px 0 7px 3px;
	border-bottom:1px dotted #9b9c6d;
}
.CommentResFooter {
	padding-left:3px;
	text-align:right;
}

/**************************************************************************************
  個人用設定
**************************************************************************************/
/*-------------------------------------------------------
  プロフィールプラグイン用デザイン
-------------------------------------------------------*/
.profile_image img{
	margin-right:3px;
	float:left;
}
/*-------------------------------------------------------
  ブログ内検索
-------------------------------------------------------*/
#box{
}
/*-------------------------------------------------------
  ソーシャルブックマーク
-------------------------------------------------------*/
.plugin_social_bookmark img{
}
/*-------------------------------------------------------
  twitter
-------------------------------------------------------*/
ul#twitter_update_list li {
}
#twitter-link{
}
/*-------------------------------------------------------
  link
-------------------------------------------------------*/
.plugin_link_img {
margin:0 2px 2px 0;
width:28px;
height:28px;
}
