@charset "utf-8";
/*************************************************
 リセット
*************************************************/
body, div, h1 ,h2, h3, h4, h5, h6, p, blockquote, 
dl, dt, dd, ul, ol, li, pre, form, fieldset, input, texarea, table, th, tr, td, address {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th { text-align: left;}

ul, ol { list-style: none;}

img { border: none;}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, 
q:after { content: '';}


/*************************************************
 全体の基本設定
*************************************************/
/* ブログ全体の基本指定 */
body {
	background:url(http://bfile.shinobi.jp/6532/bf-back3.gif) #E5BBC8;
	color: #444;
	font-size: 75%;
	line-height: 1.5em;
	font-family: Arial, Helvetica, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}
/* 画像の基本指定 
-----------------------------------------------*/
img {
	padding: 0px;
	margin:0;
}
a img:hover { background-color: #FFF;}
/* IE6 */
* html a img { background-color: #FFF;}
/* Firefox, Opera, Google Chrome, Safari */
html>/**/body a img { vertical-align: text-bottom;}
/* IE8 */
html>/**/body a img { vertical-align /*\**/: bottom\9;}
/* 絵文字の基本指定 */
img.emoji {
	margin: 0 1px;
	padding: 0;
	vertical-align: middle;
	background-color: transparent;
}
/* テーブルの基本設定 
------------------------------------------------*/
table {margin: 15px 10px;}
th,td { text-align: left;}
/* フォームの基本指定 
------------------------------------------------*/
textarea, input {
	padding: 2px;
	border: solid 1px #CCC;
	font-family: Arial, Helvetica, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input { font-size: 109%;}  /* 13px */
textarea { font-size: 125%;}  /* 15px */
/************************************************* 
　見出し
*************************************************/
/* ブログのタイトル
------------------------------------------------*/
h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 220%;
}
/* IE6 */
* html #TopTitle { font-weight: bold;}
/* IE7 */
*:first-child+html #TopTitle {
	font-family: Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold; 
}                         
/* 記事のタイトル */
h2 {
	font-size: 160%;
	font-weight: bold;
}
/* コメント、コメントレス、トラックバック、プラグインのタイトル */
h4 {
	font-size: 110%;
	font-weight: bold;
}                                 /* 13px */
/* h5とh6の指定
------------------------------------------------*/
h5, h6 {
	font-size: 110%;
	font-weight: bold;
}
/*************************************************
  リンク
*************************************************/
/* リンクの基本設定 
------------------------------------------------*/
a { text-decoration: underline;}
a:link { color: #BB5282;}
a:visited { color: #BB5282;}
a:hover { background-color: #FCE1ED;}
a:active { color: #D1272F;}
/* ブログのタイトル
------------------------------------------------*/
h1#TopTitle a:link, 
h1#TopTitle a:visited { color: #DB7093;
text-decoration: none;}
h1#TopTitle a:hover {
	position: relative;
	top: 2px;
	left: 2px;
	background-color: transparent;
text-decoration: none;
}
/* 記事タイトル */
h2.EntryTitle a:link,
h2.EntryTitle a:visited { color: #A02050;
text-decoration: none;}

h2.EntryTitle a:hover {
	color: #D786A1;
	background-color: transparent;
text-decoration: none;
}
/* 記事フッター */
.EntryFooter a:link,
.EntryFooter a:visited { color: #888;}
.EntryFooter a:hover {
	background-color: transparent;
	color: #BD5879;
text-decoration: none;
}
/* ページナビ */
ul.PageLinkBlock li a:link,
ul.PageLinkBlock li a:visited { text-decoration: none;}
ul.PageLinkBlock li a:hover,
ul.PageLinkBlock li a:active {
	background-color: #DB7093;
	text-decoration: none;
	color: #FEFEFE;
}
ul.PageLinkBlock li .PageLink:link,
ul.PageLinkBlock li .PageLink:visited { color: #BD5879;}
ul.PageLinkBlock li .PageLink:hover { color: #E796B1;}
/* プラグインタイトル */
h4.PluginTitle a:link,
h4.PluginTitle a:visited { color: #777;}
h4.PluginTitle a:hover {
	background-color: transparent;
	text-decoration: none;
	color: #999;
}
/* フッター */
div#FooterBlock a:link,
div#FooterBlock a:visited { color: #FEFEFE;}
div#FooterBlock a:hover {
	color: #CD3278;
	background-color: transparent;
}
/*************************************************
  レイアウト
*************************************************/

/* アドミンブロック */
div.adshadow {
	width: 800px;
	margin: 16px auto 0;
	padding: 0 11px;
	background: url(http://bfile.shinobi.jp/6532/bf_shadow.png) right top repeat-y;
}
/* IE6 */
* html div.adshadow {
	width: 801px;
	margin: 0 auto 0;
	padding: 0;
	background:none;
}
div.AdminBlock {
	padding: 5px 10px 0;
	text-align: right;
	font-size: 100%;
	line-height:1.8em;
	background: url(http://bfile.shinobi.jp/6532/bf_ad-w.jpg) right top repeat-y #FFF;
	border-top: solid 1px #EEE;
	border-left: solid 1px #EEE;
}
/* IE6 */
* html div.AdminBlock {
	padding: 4px 10px 0;
	border-right: solid 1px #EEE;
}
/*メインブロック */
div#mainBlock {
	width: 800px;
	margin: 0 auto;
	padding: 0 11px;
	text-align:center;
	background: url(http://bfile.shinobi.jp/6532/bf_shadow.png) right top repeat-y;
}
/* IE6 */
* html div#mainBlock {
	width: 801px;
	padding: 0;
	background: none;
}
/* コンテンツ */
div#Contents {
	margin: auto;
	background: url(
http://bfile.shinobi.jp/6532/bf_back-w.jpg) right top repeat-y #FFF;
	border-left: solid 1px #EEE;
}
/* IE6 */
* html div#Contents { border-right: solid 1px #EEE;}
/*エントリーブロック */
div#EntryBlock {
	width: 569px;
	float: left;
	padding-bottom: 10px;
}
/*ヘッダー
------------------------------------------------*/
div#TopBlock {
	height:80px;
	padding: 0 20px 20px 20px;
	background: url(http://file.marryinfo.blog.shinobi.jp/topimage.png) 19px 0 no-repeat;
	text-align: left;
	overflow: hidden;
}
/* メニュー（プラグイン）
------------------------------------------------*/
div.PluginBlock {
	float: right;
	width: 230px;
	padding: 10px 0;
}
/*フッター
------------------------------------------------*/
div#FooterBlock {
	clear: both;
	padding: 5px;
	text-align: center;
	background-color: #CF7894;
	color: #E7C2D3;
}
/* フッター影
----------------------------------------------- */
.footershadow {
	width: 800px;
	margin:0 auto 9px;
	padding: 0 11px 11px;
	background: url(http://bfile.shinobi.jp/6532/bf_shadow_footer.png) right top no-repeat;
}
/* IE6 */
* html .footershadow {
	width: 961px;
	margin: 0 auto 0;
	padding: 0;
	background: none;
	display: none;
}
/* clearfix（削除しないでください）
----------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { min-height: 1px;}  /* IE7 */
* html .clearfix { height: 1px;}  /* IE6 */
/*************************************************
  ヘッダー
*************************************************/
/*ブログのタイトル */
h1#TopTitle {
	font-weight: bold;
	padding-top: 35px;
	padding-left: 15px;
}
/*************************************************
  カテゴリー、アーカイブ、キーワード検索ページ
*************************************************/
/* 各検索ブロックの全体指定 */
div#seach {
	padding: 20px 20px 0;
	text-align: left;
}
/* 各タイトル */
div.SearchTitle {
	padding: 4px 5px 0;
	text-align: center;
	border-bottom: solid 2px #E1B1BF;
	color: #777;
}
/* 前後のページリンク */
ul.SearchNavi {
	margin: 8px 0;
	text-align: center;
}
ul.SearchNavi li {
	display: inline;
	font-size: 84%;                 /* 10px */
}
/* 各検索ブロックの記事リスト */
ul.SearchContents {
	margin: 15px 0 0;
	padding: 10px;
	border: dotted 1px #CCC;
	font-size: 110%;                /* 13px */
}
ul.SearchContents li {
	list-style: inside disc;
}
/*************************************************
  記事下のプラグイン5（記事詳細ページのみ）
*************************************************/
/* プラグイン5のボックス */
div.Plugin5InnerBlock {
	margin: 20px 20px 0;
	text-align: left;
}
/* プラグイン本体 */
div.Plugin5Contents { margin: 5px 0;}
/*************************************************
  エントリー（記事ブロック）
*************************************************/
/* 各記事の全体指定 */
div.EntryInnerBlock {
	margin: 20px 20px 20px;
	padding-top: 20px;
	text-align: left;
}
/* 記事タイトル */
h2.EntryTitle {
	padding: 3px 8px;
	color: #A02050;
	background: url(http://bfile.shinobi.jp/6532/bf_line.gif) left bottom repeat-x;
	text-align: left;
}
/* 記事文章の入るボックス */
div.EntryTextBox {
	padding: 7px 0 2px;
	line-height: 1.8;
	font-size: 110%;
}
/* 記事文章 */
div.EntryText { padding-top: 10px;}
/* 追記文上部罫線 */
hr.PsText {
    margin: 25px 0 15px;
	height: 1px;
	text-align: center;
	background-color: #ACACAC;
	color: #ABABAB;
	border: none;
}
/* 追記文へのリンク */
p.EntryPsTitle {
	margin: 10px 0 5px;
	text-align: right;
}
/* ランキングバナーや広告が入るところ */
div.TextFooter {
	margin-top: 15px;
    margin-bottom: 2px;
	text-align: left;
}
/* 記事フッター（記事下のリンク部分）*/
ul.EntryFooter {
	padding: 2px 10px;
	text-align: right;
	background-color: #FEE;
	position: relative;
}
ul.EntryFooter li { display: inline;}
/* 投稿時間部分 */
ul.EntryFooter li.EntryTime {
	float: left;
	width: auto;
	text-align: left;
}
/* 記事アクセサリー */
/* 記事内の画像 */
.EntryText img, 
.EntryText a img {
	padding: 0;
}
/* ランキングバナー用画像 */
.TextFooter img,
.TextFooter a img { padding: 1px;}
/* 記事内のリストと定義リスト */
.EntryTextBox ul,
.EntryTextBox ol {
	margin: 1em 0;
	padding-left: 2em;
}
.EntryTextBox ul li { list-style: disc outside;	}
.EntryTextBox ol li { list-style: decimal outside;}
.EntryTextBox dl { margin: 1em 0;}
.EntryTextBox dl dt { font-weight: bold;}
.EntryTextBox dl dd { margin: 0 1em 1em;}
/* 記事内の引用文 */
.EntryTextBox blockquote {
	margin: 1em 0.5em;
	padding: 5px 10px;
	border-top: dotted 1px #CCC;
	border-right: dotted 1px #CCC;
	border-bottom: dotted 1px #CCC;
	border-left: solid 3px #FFC0CB;
}
/* 記事内の短い引用文*/
q        { quotes : '"' '"' "'" "'" ; color: #BD59B9;}
q:before { content: open-quote;}
q:after  { content: close-quote;}

/* 拍手 */
.NinjaClap img { vertical-align: middle;}
/* その他のアクセサリー
------------------------------------------------*/
.EntryTextBox p { margin: 1em 0;}
.EntryTextBox em {
	color: #BB4C92;
	font-style: italic;
}
.EntryTextBox pre {
	margin: 1em 0 1em auto;
	padding: 1em;
	border: 3px solid #DDD;
	font-family: sans-serif;
	width: 92%;
	overflow: auto;
	line-height: 1.2;
}
/* IE6 */
* html pre { overflow: scroll;}
/* IE7 */
*:first-child+html pre { overflow: scroll;}
code {
	font-family: "Lucida Console", Monaco, monospace;
	line-height : 1.2;
}	
/*************************************************
 ページナビ
*************************************************/
ul.PageLinkBlock {
	margin: 20px auto;
	text-align: center;
}
ul.PageLinkBlock li { display: inline;}
ul.PageLinkBlock li a {
	margin: 0 2px;
	padding: 3px 4px;
	background-color: #FFF;
	border: solid 1px #CCC;
}
ul.PageLinkBlock li a.PageLink {
	background-color: transparent;
	border: none;
}
/*************************************************
 コメント
*************************************************/
/*コメントの全体指定 */
div.CommentBlock {
	margin: 10px 0;
	padding: 10px 20px;
	text-align: left;
}
/*コメント見出し */
h3.CommentMenuTitle {
	height: 30px;
	margin: 20px 0;
	background: url(http://bfile.shinobi.jp/6532/bf_cm_title.gif) center top no-repeat;
}
/*コメントとレスが表示されるボックス */
.cmbox {
	padding:5px 10px;
	background: url(http://bfile.shinobi.jp/6532/bf-cm_back.gif);
}
/*コメントが表示されるボックス */
div.CommentTextBox {
	padding: 5px 0;
}
/*コメントのタイトル */
h4.CommentTitle {
	padding-left:5px;
	border-left: 5px solid #CF7894;
	color: #777;
}
/*コメント文章部分 */
div.CommentText {
	padding: 10px;
}
/*コメントフッター */
ul.CommentFooter {
	text-align: right;
	padding: 2px 10px;
}
ul.CommentFooter li { display: inline;}
/*************************************************
 コメントレス
*************************************************/
/* レスが表示されるボックス */
div.CommentResBlock {
	padding:  5px 0;
}
/* レスタイトル */
h4.CommentResTitle {
	padding-left: 5px;
	border-left: 5px solid #9D6890;
	color: #777;
}
/* レス文章部分 */
div.CommentResText { padding: 10px;}
/* レスフッター */
ul.CommentResFooter {
	text-align: right;
	padding: 2px 10px;
}
ul.CommentResFooter li {display: inline;}
/*************************************************
 トラックバックエリア
*************************************************/
/* トラックバックブロックの全体指定 */
div.TrackbackBlock {
	margin: 15px 0;
	padding: 10px 20px;
	text-align: left;
}
/* トラックバック見出し */
h3.TrackbackMenuTitle {
	height: 30px;
	margin: 20px 0;
	background: url(http://bfile.shinobi.jp/6532/bf_tb_title.gif) center top no-repeat;
}
/* URL見出し */
p.TrackbackURLTitle {
	margin-bottom: 30px;
	text-align: center;
}
/* URL表示部分 */
input#TrackbackURL { width: 300px;}
/* トラックバックが表示されるボックス */
div.TrackbackTextBox {
	padding: 5px 20px;
}
/* トラックバックタイトル */
h4.TrackbackTitle {
	padding-left: 5px;
	border-left: 5px solid #CF7894;
	color: #777;
}
/* トラックバック記事部分 */
div.TrackbackText {
	padding: 10px 0;
	line-height: 1.4;
}
/* トラックバックフッター */
ul.TrackbackFooter {
	text-align: right;
	padding: 2px 10px;
}
ul.TrackbackFooter li { display: inline;}
/*************************************************
  コメント編集ページ
*************************************************/
/* 編集ブロックの全体指定 */
div.CommentEditBlock {
	margin: 5px 0 0;
	padding: 10px 20px;
}

/* 編集タイトル */
.CommentEditBlock .CommentEditTitle {
	height: 30px;
	margin: 20px 0;
	background: url(http://bfile.shinobi.jp/6532/bf_ed_title.gif) center top no-repeat;
}
/*************************************************
 フォーム
*************************************************/
/*フォームブロック */
div.CommentFormBlock {
	margin-bottom:30px;
	padding-left: 70px;
	text-align: left;
}
/* フォーム */
dl.Form dt {
	padding-top: 2px;
	font-weight: bold;
}
dt span { font-weight: normal;}
dd input.CommentForms {
	width:250px;
}
/* コメントを書く部分 */					  
dd textarea {
	width: 400px;
	padding: 2px;
}
/* 絵文字のアイコン */
dd img {
	margin: 0;
	padding: 0;
}
/* 編集ページのメールアドレスを隠す */
.hide { display: none;}
/* 秘密コメントボタン */
input.check {
	border: none;
	background: none;
	margin-right: 0.5em;
	vertical-align: bottom;
}
/* 送信ボタン */
input.btn {
	background-color: #EEE;
	color: #444;
}
input.btn:hover {
	background-color: #DB7093;
	color: #EEE;
}
/* コメントページに戻るボタン */
input.BackButton {
	background-color: #EEE;
	color: #444;
}
input.BackButton:hover {
	background-color: #DB7093;
	color: #EEE;
}
/*************************************************
  プラグイン
*************************************************/
/* プラグインブロック */
div.PluginInnerBlock {
	margin: 5px 20px 15px 10px;
	text-align: left;
}
/* プラグインタイトル */
h4.PluginTitle {
	padding: 6px 5px 3px;
	background: url(http://bfile.shinobi.jp/6532/bf_line.gif) left bottom repeat-x;
	text-align: center;
	color: #777;
}
/* プラグインの説明 */
div.PluginExplanation {
	margin: 10px 5px;
	line-height: 1.4;
}
/* プラグイン表示部分 */
div.PluginContents {
	padding: 5px;
}
/* プラグイン */
/* ブログ内検索 */
div.blogsearch {
	padding: 5px;
	vertical-align: middle;
}

.blogsearch input.box {
	width: 150px;
	margin-bottom: 5px;
}
/* バーコード */
div.qrcode_image { text-align: center;}

div.qrcode_image a img {
	margin: 0;
	padding: 0;
}
/* IE6 */
* html div.qrcode_image a:hover img {
	margin-right: -4px;
	margin-bottom: -3px;
	padding-right: 4px;
	padding-bottom: 3px;
}
/* IE7 */
*:first-child+html div.qrcode_image img:hover {
	margin-right: -4px;
	margin-bottom: -3px;
	padding-right: 4px;
	padding-bottom: 3px;
}
/* 各プラグイン共通部分 */
/* プラグイン本体 */
div.plugin_data {
	text-align: left;
}
 /* レスのアイコン */
div.plugin_data .plugin_cm_with_res img {
	margin: 0 3px;
	vertical-align: top;
}
/* プラグインの日付、他 */
div.plugin_data_date { text-align: right;}
/* テキスト左、中央、右寄せ */
.left { text-align: left;}
.center { text-align: center;}
.right { text-align: right;}
/*************************************************
  記事独自パーツ
*************************************************/
table.sitedata {margin-bottom: 30px;}
caption {
	background:#FEE;
	padding: 3px 8px;
	border-top: 8px solid #CF7894;
	border-bottom: 1px solid #CF7894;
}
caption a {font-size:120%;}
th.done,td.dtwo,td.dthree,td.dimage {
	border-bottom: 1px solid #CF7894;
}
th.done {
	vertical-align: top;
	padding: 2px 4px;
	width: 90px;
	background:#FEE;
	font-weight: bold;
}
td.dtwo,td.dthree {
	vertical-align: top;
	padding: 2px 4px;
	background: #FFF;
	width: 280px;
}
td.dtwo {color: #EE0000;}
td.dimage {
	background: #FFF;
	text-align: center;
	vertical-align: middle;
}
td.dintro {
	padding:0 0 0 10px;
	border-bottom: 8px solid #CF7894;
}
.review {
	text-align: right;
	margin-bottom: 5px;
	font-size: 110%;
}
.review a {
	text-decoration: underline;
}
.udline {border-bottom: 1px dashed #CF7894;}
strong {color:#F66;}
.EntryText h3 {
	margin: 10px 130px 10px 0;
	padding: 3px 0 0 30px;
	background:#FFF url("http://file.marryinfo.blog.shinobi.jp/cat.gif") left center no-repeat;
	border-bottom: 2px solid #CF7894;
	font-size: 110%;
	color: #A02050;
}
.imgflo {
float:right;
padding: 3px 5px;
}
.imgright {
float:left;
padding: 3px 5px 3px 0px;
}
/* リストデコレート */
.decolist {	overflow: hidden;}
.decolist ul {
	list-style: none;
	margin: 3px 0px;
	padding: 0;
}
.decolist li {
	list-style: none;
	margin: 0;
	padding: 1px 3px 1px 17px;
	background: url(http://file.marryinfo.blog.shinobi.jp/list03.png) left center no-repeat;
	border-bottom: 1px dashed #cccccc;
}
/* トップパーツ */
#topinfo {
	margin: 0;
	padding: 0 5px;
}
.topnavi {
	clear: both;
	margin-top: 20px;
	text-align: center;
	border-top: 2px solid #CF7894;
	border-bottom: 2px solid #CF7894;
}
.navilink {
	margin: 0;
	padding: 3px 10px 3px 15px;
	background: url(http://file.marryinfo.blog.shinobi.jp/list01.gif) left center no-repeat;
}
#column {
	margin: 20px 0 10px 0;
	overflow: hidden;
}
#conews h3 {
	margin-top: 0;
	width: 250px;
	font-size: 110%;
	font-weight: normal;
}
#conews {
	float: left;
	width: 360px;
	margin: 0 8px 0 0;
}
#conews ul {
	list-style: none;
	marigin: 5px 0;
	padding: 0;
}
#conews li {
	list-style: none;
	margin: 0;
	padding: 1px 5px 1px 14px;
	background : url(http://file.marryinfo.blog.shinobi.jp/list02.gif) left center no-repeat;
	border-bottom: 1px dashed #FAA;
}
#pickup {
	float:right;
	text-align: center;
	width: 155px;
	background: #FEE;
	border: 1px solid #CF7894;
}
#pickup h3 {
	color: #FFF;
	width: 155px;
	padding: 2px 0;
	margin: 0 0 5px 0;
	background: #CF7894;
	border-bottom: 1px solid #CF7894;
}
/* 二連PR */
#topbottom,#booknavi {
	margin: 2px 5px;
	overflow: hidden;
	clear: both;
}
.underpr {
	float: left;
	width: 245px;
	margin-left: 2px;
	padding: 3px 5px;
	border: 1px solid #CF7894;
	background: #FEE;	
}
.underpr p {
margin: 0 3px 8px 0;
padding: 0;
}
/* アンケートパーツ */
.enq01 {
padding:2px 4px;
background:#CF7894;
color:#FFF;
text-align:center;
}
.enq02 {
padding:2px 4px;
background:#FEE;
color:#000099;
text-align:left;
border-bottom:1px solid #CF7894;
}
.enq td {
padding:2px 4px;
background:#FFF;
color:#000;
text-align:right;
border-bottom:1px solid #CF7894;
}
/* リンク集 */
.linklist {margin: 5px 10px; padding: 0;}
.linklist a {text-decoration: none;}
.linklist dt {
	padding: 2px 5px;
	font-size: 105%;
	width: 280px;
	background: #FEE;
	border-bottom: 1px solid #CF7894;
}
.linklist dd {
	padding: 3px 5px;
	margin-bottom: 10px;
	background: #FFE;
}
/* その他 */
.artifact li {
	list-style: none;
	font-size: 110%;
	padding: 5px 0 5px 16px;
	margin: 0;
	background: url(http://file.marryinfo.blog.shinobi.jp/list01.gif) left center no-repeat;
	border-bottom: 1px solid #CF7894;
}
.artifact a,.sitedata a {text-decoration:none;}
textarea {
margin:10px auto;
width: 420px;
height: 1em;
}
