/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/

body {
	font-size:83%;
		font-style: inherit;
	line-height: 200%;
		text-decoration: none;
		margin: 0px;
	padding: 0px;
		list-style-type: none;
	text-align: center;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  sans-serif;


}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, b, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-style: inherit;
	font-family: inherit;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	vertical-align:baseline; /*フロート無し*/
}
a {
	color: #EB5A28;
	text-decoration: none;
}
a:hover {
	color: #FF9D00;
	text-decoration: underline;
}
a img {
	border: none;
}


/*<td>の全ての設定*/
td {
text-align:center;
}
/*table全ての設定*/
table{
border-collapse: collapse;
}
/*通常のリンクの設定*/
a:link {
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
}
/*アクティブ状態のリンクの設定*/
a:active {
}

/*全体の設定*/
#mainBlock {
width:900px;
text-align: center;
margin: 0 auto;
}
/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}
/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/


#header {
	margin-right: auto;
	margin-left: auto;
	padding: 16px 0;
	height:60px;
	background-repeat:repeat-x;
	background-color: #F0EBE6;
	background-image: url(http://file.kobenno.blog.shinobi.jp/header-bg.png);
	z-index: 100;
	background-position: 0px -190px;
	min-width: 960px;
}
#headerContent {
	margin: 0px  auto;

}
#naviBox {
	width: 960px;
	min-width: 960px;
	margin: 0px  auto;
	overflow:hidden;
}
#naviBox #logo {
	margin: 0;
	padding: 0;
    width:500px;
    text-align:left;
	float:left;
	letter-spacing:0.1em;
}

#naviBox #logoMark {
	margin: 0;
	padding: 0;
    width:150px;
	height:55px;
	float:right;
	overflow:hidden;

}
#contentbg {
	margin: 0px;
	clear: both;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
	background-color: #F0EBE6;
	overflow:hidden;
	z-index:1;
	min-width: 960px;
}



/*一番上のブロック（タイトルが書かれる場所）の設定
#TopBlock {
width:850px;
height:200px;
text-align: left;
}
*/
/*ページタイトル文字部分の設定*/
#TopTitle {
font-size:170%;
line-height:95%;
padding: 10px 0px 0px 20px;

}
#TopTitle a {
color: #281914;
}
/*ページタイトル文字色の設定*/
.TopTitleFont {
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
padding: 0;
font-size:55%;
letter-spacing:0em;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
clear:both !important;
background-image: url(http://file.kobenno.blog.shinobi.jp/footer-bg.png);
background-repeat: repeat-x;
background-position: right top;
height: 100px;
text-align: center;
min-width: 960px;
}
#footerContent {
	text-align:right;
	font-size:90%;
	line-height:140%;
	width:960px;
	margin: 0px auto 30px;
	padding-top: 25px;
	overflow:hidden;
}
#footer #footerLogo {
	width:500px;
	float:right;
	text-align: right;
	line-height:140%;
}
#footer #footerLogo #title {
	line-height: 100%;
	font-size: 120%;
	font-weight: bold;
}
#pagetop {
	position:fixed;
	bottom:60px;
	right:-15px;
	_position:absolute;
	width: 61px;
	height:28px;
	font-weight: bold;
	z-index:100;
	background:none;
}


/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
width: 240px;
text-align: left;
float: left;
font-size:95%;
line-height:150%;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
width: 240px;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
font-weight:bold;
padding: 15px 8px 8px 13px;
background-repeat:no-repeat;
background-image: url(http://file.kobenno.blog.shinobi.jp/side-menu.png);
background-position: right top;
clear:both;
font-size:110%;
margin-bottom:10px;
margin-top:10px;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
clear:both;
padding: 2px;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
/*padding: 10px;*/
}
#twitter_update_list li {
	border-bottom: 1px dotted #D7CDD8;
}
#twitter_update_list li a {
	display:block;
	color:#008BC1;
	margin-bottom:3px;
}


/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
width: 630px;
float: right;
text-align: left;
overflow:hidden;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
text-align: left;
}
#EntryBlock h2 {
	width:auto !important;
}
#EntryBlock .EntryTitle {
	font-size:190%!important;
	font-weight: normal;
	background-image: url(http://file.kobenno.blog.shinobi.jp/note-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 50px 30px 5px;
}
#EntryBlock .singleDate {
	padding: 0 6px 20px 30px;
	font-size:90%;
}
#EntryBlock .EntryTitle a, #EntryBlock .singleDate a {
	color: #281914;
}
#EntryBlock .singleDate .singleDateBox {
	border-top: 1px dotted #D7CDD8;
	margin-right:20px;
}
#EntryBlock .EntryText {
	font-size:100%;
	line-height:160%;
	background-color: #FFF;
	padding: 0 40px 30px 50px;
	margin: 0 6px 0 0px;
	word-wrap: break-word;
	background-image: url(http://file.kobenno.blog.shinobi.jp/news-bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	overflow:hidden;
}
#EntryBlock  .EntryText img {
}
#EntryBlock .entry-content .text {
	padding: 0 0 0 50px;
	margin: 0 6px 0 0;
}
#EntryBlock .CommentFormSubmit {
	padding-top: 10px;
}

#EntryBlock tr, #EntryBlock th, #EntryBlock td {
	border: none !important;
}
.EntryText table {
border-collapse:collapse;
margin:0px auto;
padding:0px;
}
.EntryText p {
	margin-bottom:13px;
}
.EntryText img {
	margin:5px;
}

.EntryText table img {
	margin:3px !important;
}




/*各記事タイトル部分の設定*/
.EntryTitle {
text-align: left;
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
	background-color: #FFF;
	margin: 0 6px 0 0;
}
/*記事本文が記載される部分*/
.EntryText {
padding: 10px;
}
/*追記文書が記載される部分*/
.EntryPsText {
padding: 20px;
text-align: right;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
text-align:right;
margin-right:6px;
margin-bottom:15px;
padding: 10px 0 10px 50px;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
margin-left: 5px;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory, .EntryTrackback, .EntryComment {
font-size:90%;
margin-left: 5px;
color:#D7CDD8;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
margin-left: 5px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin-left: 5px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
clear:both;
text-align:center;
padding:10px;
margin-bottom:20px;
overflow:hidden;
font-size:90%;
line-height:120%;
}
.PageLinkBlock .PageLinkBlockBox {
	margin:0 auto 0;
	min-width:120px;
}
.PageLinkBlock a {
text-align:center;
padding:3px;
border: 1px dotted #D7CDD8;
}
.PageLinkBlock a:hover {
text-align:center;
padding:3px;
border: 1px dotted #D7CDD8;
background-color:#FF9D00;
color:#FFF;
}


/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
padding:10px;
margin-right:6px;
background-color:#fff;
padding: 10px 40px 30px 50px;
line-height:160%;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
font-weight:bold;
border-bottom: 1px dotted #D7CDD8;
text-align: left;
padding-bottom:5px;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
margin: 5px 0px;
}
/*コメントのタイトル部分*/
.CommentTitle{
margin-left:20px;
text-align: left;
border-bottom: 1px dotted #D7CDD8;
padding-bottom:5px;
}
/*コメント部分*/
.CommentText{
margin-left:20px;
padding: 10px 10px 10px 35px;
text-align: left;
border-bottom: 1px dotted #D7CDD8;
}
/*投稿者や投稿時間などが表示
されている部分*/
.CommentFooter{
font-size:90%;
text-align:right;
padding:5px;
}
/*投稿者名の部分*/
.CommentUserName{
margin-left: 5px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 5px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left: 5px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
margin-bottom:20px;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
padding-top:15px;
padding-right:10px;
text-align:right;
font-size:85%;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding-top:5px;
text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align:left;
}
/*inputタグやtextareaの設定*/
.CommentForms{
}
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
margin-right:6px;
padding: 10px 40px 30px 50px;
background-color:#FFF;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
border-bottom: 1px dotted #D7CDD8;
text-align: left;
padding-bottom:5px;
margin-bottom:15px;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
margin: 5px 0px;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
text-align: left;
}
/*トラックバックの記事部分*/
.TrackbackText{
padding: 10px;
line-height:140%;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
text-align:right;
padding:5px;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
margin-left: 5px;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
margin-left: 5px;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
margin-left: 5px;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
text-align: left;
font-size: 12px;
padding-bottom:25px;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
.TrackbackURL{
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
clear:both;
float:left;
text-align:left;
width:140px;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
float:right;
text-align:right;
width:70px;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
padding:2px;
width:100%;
border-collapse:collapse;
font-size:90%;
}
.CalendarMoveTable tr {
}
.CalendarMoveTable th {
}
.CalendarMoveTable td {
	padding:5px;
	vertical-align: middle;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #D7CDD8;
	border-right-color: #D7CDD8;
	border-left-color: #D7CDD8;
}

/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
width:100%;
font-size:100%;
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:100%;
font-size:98%;
border-collapse:collapse;
}
.CalendarTable th, .CalendarTable td {
border: 1px dotted #D7CDD8;
padding:2px;
vertical-align: middle;
}

/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
	padding:10px 30px 10px 50px;
}

.CommentResBox {
	border:1px dotted #997B79;
	padding:10px;
}

.CommentResTitle {
	font-size:14px;
	font-weight:700;
}

.CommentResText {
	padding:10px 0px 0px 10px;
}

.CommentResFooter {
	text-align:right;
	margin:15px 0;
	border-top:1px dotted #995555;
}




/*-------------------------------------------------------
プリント時背景削除
-------------------------------------------------------*/


@media print {
 h1 {
	 font-size:12px !important;
 }
 body {
	background-color: #FFF !important;
}
 #header {
	background-color: #FFF !important;
}
 #contentbg {
	background-color: #FFF !important;
	padding:20px;
	overflow:visible !important;
	_zoom: 1;
	min-width: 960px;
}
 #EntryBlock {
	overflow:visible !important;
	_zoom: 1;
	min-width: 960px;
}
 #pagetop {
	 display:none !important;
}
