/**************************************************************
 reset
**************************************************************/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,
em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,
b,u,i,center,dl,dt,dd,ol,ul,li,form,label,legend, figure,
table,caption,tbody,tfoot,thead,tr,th,td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight:normal;
    background: transparent;
    line-height: 1;
    text-align:left;
}
fieldset, img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    overflow:hidden;
    line-height: 1;
}
ol,ul { list-style: none; }
blockquote,q { quotes: none; }
blockquote:before,blockquote:after,
q:before,q:after {
    content: '';
    content: none;
}
/* remember to define focus styles! */
:focus { outline: 0;}
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    margin-top:15px;
    border:0.5px solid #cccccc;
}
/**************************************************************
 common
**************************************************************/
body {
    font-size:13px;
    font-family:'Arial','メイリオ',sans-serif;
    color:#333333;
    background:#fff;
    background-image: url(http://file.minka.3rin.net/bg-green.png);
    background-repeat: repeat-x;
    background-position: left 148px top 165px;
}

input, textarea{
    padding:2px;
    border:1px solid #cccccc;
    background:#ffffff;
    color:#333333;
}
a:link,a:visited {
    outline:0;
    text-decoration:none;
    color:#343434;
}
a:hover {
    outline:0;
    color:#cccccc;
    text-decoration:underline;
}
a:active {
    outline:0;
    text-decoration:none;
    color:#FFFFFF;
}

strong,b {
    font-weight:bold;
}

#MainBlock {
    width:920px;
    margin:0 auto;
    background: transparent;
    background: url(http://file.minka.3rin.net/top-bg.png)repeat-x center bottom;
    background-position: center top 80px;
}
.clear {
    height:0;
    line-height:0;
    clear:both;
}
.left {
    text-align:left;
}
.center {
    text-align:center;
}
.right {
    text-align:right;
}


/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
    padding: 1em 0 ;
    hight: 160px;
}
/*ページタイトル文字部分の設定*/
#TopTitle {}
#TopText {
    padding:0.2em 0 0 12px;
    font-size:200%;
    font-weight:bold;
    line-height:1.8;
    float: left;
}
#TopText a:link, #TopText a:visited {
    font-weight:bold;
    text-decoration:none;
    color:#333333;
}
#TopText a:hover {
    font-weight:bold;
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
     float: right;
}
#MenuPage {
    text-align: center;
    padding-top: 147px;

}
#MenuPage ul {
  line-height: 3em;
}
#MenuPage li {
  display: inline;
  margin: 0 3em 0 10px;
}
#MenuPage a {
  text-decoration: none;
    font-size:120%;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
    width:100%;
    padding:2em 0em;
   margin-top:6em ;
    float:center;
    background-image: url(http://file.minka.3rin.net/bg-green.png);
    background-repeat: repeat-x;
}

#FooterBlock ul {
    text-align:center;
}
#FooterBlock li {
    display:inline;
    padding:0 0.1em;
  font-size: 80%;
  color: #CCCCCC;
}


/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
    width:920px;
    height:auto;
    text-align:left;
}

#PluginLayout {
  margin: 0 auto;
  overflow: auto;
  height:auto;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
  width: 290px;
  padding: 10px;
  height:auto;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
    font-weight:bold;
    font-size:20px;
    line-height:1.3;
    color:#999999;
    margin: 10px 0 10px 0;
font-family: Garamond, Georgia,Times New Roman, Sylfaen, symbol, Comic Sans MS,
}
.PluginExplanation {
  line-height: 1.8;
}

/*プラグインの説明部分の設定*/
.PluginExplanation {
    line-height:1.2;
    font-size:11px;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
  padding: 5px ;
  line-height: 1.6;
  height:auto;
}
.PluginContents li {
  line-height: 1.8;
}

/*各プラグイン処理内の基本デザイン*/
.PluginContents .plugin_data {
  padding: 0 0 7px;
}

.PluginContents .plugin_data a:link,
.PluginContents .plugin_data a:visited {
  color: #666666;
  outline: none;
  text-decoration: none;
}
.PluginContents .plugin_data a:hover,
.PluginContents .plugin_data a:active {
  color: #aaaaaa;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.PluginContents .plugin_data * {
  line-height: 1.4;
}

.PluginContents .plugin_data_date {
    color:#999999;
    font-size:11px;
    padding-bottom: 2px;
    font-style: italic;
}

/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
    margin: 0;
    padding:0;
    width:920px;
    float:center;
    clear: both;

}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
    margin-bottom:50px;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
   margin:20px 0 15px 0 ;
    font-size:140%;
    line-height:1.4;
}
.EntryTitle a:link, .EntryTitle a:visited {
    font-weight:normal;
    text-decoration:none;
    color:#cccccc;
}
.EntryTitle a:hover {
    color:#999999;
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
    margin: 0;
}
/*記事本文が記載される部分*/
.EntryText {
    padding:0;
}
.EntryText * {
    line-height:1.7;
    font-size: 12px;
    color: #555555;
}
.EntryText h1,

.EntryText h3,
.EntryText h4,
.EtnryText h5,
.EntryText h6
{
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: bold;
}
.EntryText h1 {font-size: 140%;}
.EntryText h2 {font-size: 130%; color:#CCCCCC; font-weight: normal;  margin: 20px 0;}
.EntryText h3 {font-size: 110%; color:#FFFFFF;  font-weight: normal;  margin: 20px 0;}
.EntryText img {
  max-width: 100%;
  margin: 0px;
}

.box1 {
	width:900px;
	padding:0 50px;
	heght:330px;
	text-align:left;
	text-align: justify;
	text-justify: inter-ideograph;
	color:#ffffff;
}
.box2 {
	width:700px;
	background:#ffffff;
	padding:0 80px;
	text-align:left;
	text-align: justify;
	text-justify: inter-ideograph;
	color:#656565;
	line-height: 195%;
}
.box-left {
	float:left;
	width:605px;
	height:330px;
	text-align:left;
	text-align: justify;
	text-justify: inter-ideograph;
	color:#FFFFFF;
}
.box-right {
	float:right;
	width:280px;
	height:330px;
	padding:0px 0px 0 0px;
	vertical-align: middle;
	text-align:left;
	text-align: justify;
	text-justify: inter-ideograph;
	color:#FFFFFF;
}

.EntryText ul {
    margin:0.5em 0;
    list-style:disc inside;
}
.EntryText ol {
    margin:0.5em 0;
    list-style:decimal inside;
}
.EntryText td,
.EntryText th {
    padding:0.5em;
    border:1px solid #999999;
}
.EntryText blockquote,
.EntryText quote {
    margin:1em 0 1em 3em;
}
/*「つづきを読む」が記載される部分*/
.EntryPsText {
    padding:1em 0;
}
.EntryPsText a {
    padding-left:13px;
    background:url(http://bfile.shinobi.jp/img//ico-arrow1.gif) no-repeat 0 50%;
}
/*拍手ボタンの設定*/
.NinjaClap {
    padding:1em 0 0;
}
.NinjaClap a img {
    margin:0 0.5em;
    vertical-align:middle;
}


/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
    padding:0.3em 0 1em;
    text-align:right;
    /*border-top:1px solid #cccccc;*/
}
.EntryFooter ul {}
.EntryFooter li {
    padding:0 0 0 1em;
    display:inline-block;
    float:right;
}
.EntryFooter li a:link, .EnryFooter li a:visited {
    display:inline-block;
    padding:0 0 0 13px;
    background:url(http://bfile.shinobi.jp/img/ico-arrow1.gif) no-repeat 0 50%;
    text-decoration:none;
    font-size:90%;
}
.EntryFooter li a:hover {
    text-decoration:underline;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock {
    margin:0 auto;
    display:block;
    padding:1em 0;
}
.PageLinkBlock ul {
    text-align:center;
}
.PageLinkBlock li{
    padding:0 0.3em;
    display:inline;
}
.PageLinkBlock li a.prev {
    padding-right:13px;
}
.PageLinkBlock li a.next {
    padding-left:13px;
  }

/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
    margin:0 auto;
    width:80%;
    border-top:1px solid #999;
    border-right:1px solid #999;
    border-left:1px solid #999;
}
.CalendarMoveTable td {
    height:23px;
    text-align:center;
    vertical-align:middle;
}
.CalendarMoveTable td a:link,
.CalendarMoveTable td a:visited,
.CalendarMoveTable td a:hover {
    text-decoration:none;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd a {
    padding-left:1em;
    background:url(http://bfile.shinobi.jp/img/ico-arrow2.gif) no-repeat 0 50%;
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd a {
    padding-right:1em;
    background:url(http://bfile.shinobi.jp/img/ico-arrow1.gif) no-repeat right 50%;
}
/*カレンダー表示用テーブル*/
.CalendarTable {
    margin:0 auto;
    width:80%;
}
.CalendarTable th, .CalendarTable td {
    height:23px;
    border:1px solid #999;
    text-align:center;
    vertical-align:middle;
}

/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
    text-align:center;
    color:#dd3333;
    background:#ffeeee;
    font-weight:bold;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
    text-align:center;
    color:#3333dd;
    background:#eeeeff;
    font-weight:bold;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
    text-align:center;
    font-weight:bold;
    color#666666;
    background:#efefef;
}

/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
    text-align:center;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
    text-align:center;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
    text-align:center;
    color#666666;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {}
.CalendarTdLink a {
    padding:4px 0;
    display:block;
    height:15px;
    text-align:center;
}
.CalendarTdLink a:hover {
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
    font-weight:bold;
}

/**************************************************************************************
  ブログ内検索用デザイン
**************************************************************************************/
.blogsearch .box {
    width:200px;
    padding:3px;
}
.blogsearch .btn {
    background:#efefef;
    cursor:pointer;
    padding:3px 4px 4px 4px;
}
.blogsearch .btn:hover {
    background:#f9f9f9;
    color:#999999;
}


/**************************************************************************************
  バーコード用デザイン
**************************************************************************************/
.qrcode_image {
    text-align:center;
}

/**************************************************************************************
  最新記事
**************************************************************************************/
article {
    padding:0.5em 0.5em 0 0;
}
.EntryThumbTextBox {
    margin:0.5em 0 ;
    font-size:12px;
}
.EntryThumbTextBox p {
    font-size:100%;
    line-height:1.4;
    font-weight:normal;
    text-decoration:none;
    color:#555555;
}
.EntryThumbTextBox .EntryTitle a {
    margin:0.2em 0 ;
    font-size:110%;
    line-height:1.4;
    text-decoration:none;
    color:#777777;
    font-family: Meiryo, "arial", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana, arial, "lucida grande", sans-serif;
}

.EntryThumbTextBox .EntryTitle a:link,
.EntryThumbTextBox .EntryTitle a:visited {
    color:#777777;
}
.EntryThumbTextBox .EntryTitle a:hover {
    color:#84CE7A;
}

.EntryThumbTextBox .EntryMeta {
    margin: 0;
    color:#999999;
    font-size:100%;
}

.EntryThumbTextBox .EntryMeta a:link,
.EntryThumbTextBox .EntryMeta a:visited {
    color:#999999;
    font-size:100%;

}
.EntryThumbTextBox .EntryMeta a:hover {
    text-decoration:underline;
}

/**************************************************************************************
  トップスライダー
**************************************************************************************/
/** FlexSlider Necessary Styles **/
	.flexslider { padding: 0; width: 100%;}
	.flexslider .slides-caption p { line-height: 15px; font-size: 13px; letter-spacing: 0.2em;}
	.flexslider .slides > li {display: none; list-style-type : none; -webkit-backface-visibility: hidden; margin-bottom: 0;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
	.flexslider .slides img { display: block;max-width: 100%;}
	.flexslider figure {position: relative; margin-left:0px;}
	.flex-pauseplay span {text-transform: capitalize;}
	
	.slides-caption {
		position: absolute;
		right: 6px;
		bottom: 0px;
		left: 0px;
		padding: 20px  0 0 20px ;
		height: 35px;
		width:580px;
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
		color: #FFF;
	}

/**************************************************************************************
  会員プロフィール
**************************************************************************************/
.newspaper {
	width: 920px;
	margin-top: 20px;
}
.newspaper li {
	position: relative;
	width: 290x;
	height: 400px;
	margin: 20px 15px ;
	padding: 15px;
	float: left;
	text-align:center;
	font-family: "Helvetica Neue", sans-serif;
	line-height: 17px;
	border: 1px solid #CCCCCC;
	list-style-type: none;
}
.newspaper li img,
.image-grid_newspaper li strong {
	text-align:center;
	margin-right: 0px;
	margin-bottom: 2px;
	border: 0;
}
.newspaper li h2 {
	color: #8FBE00;
	font-weight: bold;
	font-size: 13px;

	text-align:left
}

