@charset "utf-8";

/*==================================================
				リセット＆全体
==================================================*/
* {
	margin: 0;
	padding: 0;
}
body {
	background: #f8f8f8;
	color: #555;
	font: 13px Arial, Verdana, Helvetica, sans-serif;
	*font-size: small;
	*font: x-small;
	text-align: center;
}
table {
  font-size: inherit;
  font: 100%;
}
pre, code, samp, kbd, var {
  font-family:'Lucida Console', Monaco, monospace;
}
@media screen {
	div.entry_body { letter-spacing: 1px; }
	br { letter-spacing: 0; }
}

/*通常のリンクの設定*/
a:link {
text-decoration:none;
color:#333333;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
text-decoration:none;
color:#333333;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
text-decoration:none;
color:#FF6666;
}
/*アクティブ状態のリンクの設定*/
a:active {
text-decoration:none;
color:#FF6666;
}


/*グレーのリンク*/
a.scr:link {
text-decoration:none;
color:#CCCCCC;
font-size:9px;
}

a.scr:visited{
text-decoration:none;
color:#CCCCCC;
font-size:9px;
}

a.scr:hover {
text-decoration:none;
color:#CCCCCC;
font-size:9px;
}

a.scr:active {
text-decoration:none;
color:#CCCCCC;
font-size:9px;
}




/*==================================================
				レイアウト
==================================================*/
#wrap {
	margin: 0 auto;
	padding: 0 3px;
	width: 800px;
	background: url(http://bfile.shinobi.jp/5304/01-wrap.gif) repeat-y #fff;
	text-align: left;
}
#head {
	padding: 15px 25px;
}
#menu {
}
#contents {
	padding-bottom: 20px;
	clear: left;
}
#footer {
	padding-right: 25px;
	clear: both;
	background: #e5e7af;
	text-align: right;
}

/*==================================================
一番上のブロック（タイトルが書かれる場所）の設定
==================================================*/

#TopBlock {
width:800px;
height:330px;
text-align: left;
background:url('http://file.myslowlife.blog.shinobi.jp/col5.gif') top left no-repeat;
}
/*ページタイトル文字部分の設定*/
#TopTitle {
padding: 140px 0px 0px 350px;

font-weight:bold;
}
/*ページタイトル文字色の設定*/
.TopTitleFont {
font-size:15px;
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
padding: 10px 0px 0px 350px;
}

p.topexp {
color:#999999;
padding: 80px 0px 0px 0px;
}




/*==================================================
				MENU
==================================================*/
#menu ul {
	line-height: 1;
	background: #e5e7af;

}
#menu ul li.li_00 {
	width: 120px;
	float: left;
	list-style-type: none;
	font-size: 12px;
}

#menu ul li.li_01 {
	width: 400px;
	float: left;
	list-style-type: none;
	font-size: 12px;
	margin: 5px 0 0 100px;
}

/*--------------▼MENU内リンク--------------------*/
#menu ul li a {
	padding: 0.6em 10px;
	display: block;
	position: relative;
	border-right: 1px solid #bad377;
	background: #d5e282;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #fff;
	background: #e2eba8;
}
/*--------------▼CLEAR FIX（消さないように）-----*/
#menu ul {
	_height: 1px;
	min-height: 1px;
}

#menu ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* for MacIE5 \*//*/
#menu ul {
	height: auto;
	overflow: hidden;
}

/*==================================================
				CONTENTS
==================================================*/
/*--------------------------------------------------
				MAIN
--------------------------------------------------*/
div.main {
	width: 570px;
	float: left;
}
/*--------------▼記事ナビ------------------------*/
p.entry_navi {
	margin: 20px 25px 0;
	font-size: 85%;
	text-align: right;
}
p.entry_navi a {
	padding: 4px 7px;
	border: 1px solid #bad377;
	background: #fff;
}
p.entry_navi a:hover {
	color: #fff;
	background: #d5e282;
}
/*--------------▼ページナビ------------------------*/
p.page_navi {
	margin: 20px 0;
	padding: 0 25px;
	font-size: 85%;
	text-align: right;
}
p.page_navi a {
	padding: 4px 7px;
	/*border: 1px solid #bad377;*/
	background: #fff;
}
p.page_navi a:hover {
	color: #fff;
	background: #d5e282;
}

/*--------------▼記事----------------------------*/
div.main h2 {
	margin: 10px 25px 1px;
	padding-left: 30px;
	border-bottom: 1px solid #ddd;
	background: url(http://file.myslowlife.blog.shinobi.jp/i3.gif) no-repeat;
	font-size: 100%;
	line-height: 2.2;
	letter-spacing: 1px;
}
p.entry_date {
	margin: 0 25px;
	color: #888;
	font-size: 85%;
}
div.entry_body {
	padding: 10px 25px 15px;
	font-size: 92%;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
	border-bottom: 1px dotted #ddd;
}
div.entry_body p {
	margin-top: 8px;
}
div.entry_body p.entry_state {
	font-size: 11px;
	text-align: right;
}
/*--------------▼記事内画像----------------------*/
div.entry_body img,
div.entry_body a img{
	margin: 2px 5px 2px 2px;
	padding: 6px;
	border: 1px solid #CCCCCC;
	box-shadow:2px 2px 3px #ccc; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
	-webkit-box-shadow:2px 2px 3px #ccc; /* Safari用 */
	-moz-box-shadow:2px 2px 3px #ccc; /* Firefox用 */
	behavior: url(http://file.myslowlife.blog.shinobi.jp/ie-css3.htc);　/* This lets IE know to call the script on all elements which get the ‘box’ class */
}

div.entry_body a:hover img,
div.entry_body a:active img{
	border-color: #CCCCCC;
}

div.entry_body img.emoji {
	margin: 0;
	padding: 0;
	border: none;
	box-shadow: none; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
	-webkit-box-shadow: none; /* Safari用 */
	-moz-box-shadow: none; /* Firefox用 */
}

/*--------------▼記事装飾------------------------*/
pre {
	padding: 12px;
	width: 94%;
	overflow: auto;
	border: 2px solid #d5e282;
	background: #fbfcf2;
	line-height: 1.5;
}
div.entry_body h4 {
	margin: 5px 0 10px;
	border-bottom: 2px solid #d5e282;
	font-size: 120%;
	font-weight: normal;
	letter-spacing: 1px;
}
div.entry_body h5 {
	margin: 5px 0 10px;
	border-bottom: 1px dashed #d5e282;
	font-size: 120%;
	font-weight: normal;
	letter-spacing: 1px;
}
div.entry_body h6 {
	margin: 5px 0 10px;
	color: #888;
	font-size: 100%;
	letter-spacing: 1px;
}
div.entry_body ul {
	margin: 15px 0;
	list-style: outside none;
}
div.entry_body ul li {
	margin: 5px 0;
	padding-left: 17px;
	background: url(http://bfile.shinobi.jp/5304/01-li.gif) no-repeat;
	list-style-type: none;
}
div.entry_body ol {
	margin: 15px 0;
	list-style: decimal outside;
}
div.entry_body ol li {
	margin: 5px 0 5px 3em;
}
div.entry_body dl {
	margin: 15px 0;
}
div.entry_body dl dt {
	margin: 5px 0;
	letter-spacing: 3px;
}
div.entry_body dl dd {
	margin: 5px 0 5px 15px;
	padding-left: 13px;
	border-left: 2px solid #d5e282;
}
div.entry_body table {
	border: 1px solid #d5e282;
}
div.entry_body table th {
	padding: 5px 10px;
	border: 1px solid #d5e282;
	background: #f4f5db;
}
div.entry_body table td {
	padding: 5px 10px;
	border: 1px solid #d5e282;
	background: #fbfcf2;
	vertical-align: top;
}
div.entry_body blockquote {
	margin: 15px 0;
	padding: 1px 0 0 30px;
	background: url(http://bfile.shinobi.jp/5304/01-blockquote.gif) 0 0 no-repeat;
	color: #888;
}

/*--------------▼コメントフォーム----------------*/
div.comment_form {
	padding: 15px 25px;
}
div.comment_form h4#comment {
	margin-bottom: 15px;
	padding-left: 17px;
	border-bottom: 1px solid #ddd;
	font-size: 100%;
	line-height: 1.4;
	letter-spacing: 1px;
}
div.comment_form dl {
	padding: 0 20px;
	color: #333;
	font-size: 11px;
}
div.comment_form dl dt {
	display: block;
	margin: 2px 0;
	padding: 0;
	clear: left;
	float: left;
	width: 80px;
	font-family: "Verdana", sans-serif;
}
div.comment_form dl dt img {
	margin-top: 10px;
}
div.comment_form dl dd {
	margin: 0 0 0 93px;
	padding: 0;
}
div.comment_form input#mail,input#url,input#name {
	width: 180px;
}
div.comment_form textarea {
	width: 250px;
}
div.comment_form input#set_cookie {
	margin:0.5em 0;
	border:none;
	vertical-align:middle;
}
div.comment_form input,div.comment_form textarea,div.comment_form select {
	margin: 2px;
	padding: 1px;
	color: #555;
	border: 1px solid #d5e282;
	background: #fbfcf2;
	font: 12px Arial, Verdana, Osaka, sans-serif;
}
div.comment_form input.sub {
	padding:0 0.5em;
	width: 67px;
	height: 19px;
	border: none;
	background:#d5e282;
	color:#fff;
	font: bold 9px "Verdana", "Arial", sans-serif;
}
/*--------------▼コメント＆トラックバックの注意書き--------*/
div.comment_form ul {
	margin: 0 25px 25px;
}
div.comment_form ul li {
	list-style: inside circle;
	border-bottom: 1px dotted #ddd;
	font-size: 77%;
}

/*--------------▼コメント＆トラックバック--------*/
div.comment {
	margin-top: 20px;
	padding: 15px 25px;
}
div.comment dl,
div.trackback dl {
	margin-bottom: 15px;
	border: 1px solid #CCC;
	font-size: 92%;
}
div.comment dl dt,
div.trackback dl dt{
	padding: 6px 10px 5px 31px;
	background: #d5e282;
	color: #fff;
}
div.comment dl dd,
div.trackback dl dd {
	padding: 8px 10px 10px;
	background: #fff;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
}
div.comment dl dd.re {
	padding: 8px 10px 10px;
	border-top: 1px solid #d5e282;
	background: #f4f5db;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
}
p.re_date {
	margin-bottom: 5px;
	color: #96be2e;
}
div.trackback {
	padding: 15px 25px;
}
div.trackback h4#trackback {
	margin-bottom: 20px;
	padding-left: 17px;
	border-bottom: 1px solid #ddd;
	background: url(comment_form.gif) no-repeat;
	font-size: 100%;
	line-height: 1.4;
	letter-spacing: 1px;
}
div.trackback p {
	margin-bottom: 20px;
	font-size: 92%;
}
input.tb_url {
	font-size: 10px;
	font-family: Verdana,Arial,Osaka,sans-serif;
}
/*--------------▼コメント＆トラックバック内リンク--------*/
div.comment dl dt a { color: #FFF; font-weight:bold; }
div.comment dl dt a:visited { color: #FFF; font-weight:bold; }
div.comment dl dt a:hover,
div.comment dl dt a:active { color: #FF6666; font-weight:bold; }

/*--------------------------------------------------
				SIDE
--------------------------------------------------*/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
width: 220px;
text-align: left;
float: left;
margin-right:10px;
border-left:solid 1px #ddd;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
margin:10px 0px 10px 0px;
padding:10px;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
margin-bottom: 2px;
border-bottom: 1px solid #ddd;
font-size: 92%;
line-height: 1.4;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
padding: 5px;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
padding: 5px;
}
.box {
border:none;
border:solid 1px #000;
}


/*--------------▼ 各プラグイン共通項目用設定---------*/

/*各プラグイン処理内の基本デザイン*/
.plugin_data {
text-align:left;
padding:1px;
border-bottom:dotted 1px #ddd;
}

/*各プラグイン処理内基本デザインの下に記載する日付など*/
.plugin_data_date {
text-align:right;
font-size: 10px;
}

/*各プラグイン処理内のリンクアイコン*/
div.PluginContents ul {
	list-style: outside none;
	line-height: 1.6;
}
div.PluginContents ul li {
	list-style-type: none;
	font-size: 92%;
}
div.PluginContents ul li a {
	padding-left: 15px;
	display: block;
}

div.PluginContents ul li a:hover {
	background: url(http://file.myslowlife.blog.shinobi.jp/02_li.gif) no-repeat 0px 3px;
}


/*--------------------------------------------------
				SIDE2
--------------------------------------------------*/

div.side {
	margin-left: 580px;
}
div.side_body {
	padding: 20px 25px 0 0;
}
p.side_title {
	margin-bottom: 2px;
	border-bottom: 1px solid #ddd;
	font-size: 92%;
	line-height: 1.4;
}
div.side_body ul {
	list-style: outside none;
	line-height: 1.6;
}
div.side_body ul li {
	border-bottom: 1px dotted #ddd;
	list-style-type: none;
	font-size: 92%;
}
div.side_body ul li a {
	padding-left: 18px;
	background: url(http://bfile.shinobi.jp/5304/01-li.gif) no-repeat;
	display: block;
}

div.side_body ul li a:hover {
	background: #d5e282;
	color: #fff;
}

/*--------------▼カレンダー----------------------*/
table.CalendarMoveTable {
	margin: 0 auto 5px;
	border: 1px solid #fff;
	border-collapse: collapse;
	background: #fff;
	font-size: 11px;
	text-align: center;
	letter-spacing: 1px;
}
table.CalendarMoveTable tr td {
	padding: 0 5px;
}

table.CalendarTable {
	margin: 0 auto;
	border: 1px solid #fff;
	border-collapse: collapse;
	background: #fff;
	font-size: 10px;
	line-height: 21px;
	text-align: center;
}
table.CalendarTable tr th {
	width: 24px;
	height: 21px;
	border: 1px solid #fff;
	background: #e5e7af;
	color: #fff;
	font-weight: bold;
}
table.CalendarTable tr td {
	width: 24px;
	height: 21px;
	border: 1px solid #fff;
	background: #fff;
	color: #888;
}
div.side caption {
	text-align: center;
}

table.CalendarTable tr td a {
	display: block;
	width: 24px;
	height: 21px;
	background: #d5e282;
	color: #fff;
}
table.CalendarTable tr td a:hover {
	display: block;
	width: 24px;
	height: 21px;
	background: #e5e7af;
}

/*==================================================
				FOOTER
==================================================*/

/*#footer p {
	margin-top: 8px;
	padding-bottom: 8px;
	font-size: 10px;
	color: #666;
}*/

dl.footer{
	width:750px;
	float:left;
	display:inline;
	margin-left:25px;
	text-align:left;
}

dl.footer dt{
	float:left;
	width:300px;
	padding:2px 0px 2px 0px;
	text-align:left;
	font-size: 10px;
	color: #666;
}

dl.footer dd{
	margin:0;
	margin-left:300px;
	padding:2px 0px 2px 10px;
	font-size: 10px;
	color: #666;
	text-align:right;
}





/*==================================================
				ツイートボタン
==================================================*/

.topsy_widget_data {

    display:inline-block;

    margin: 0px 0px -5px 5px;

}


/*==================================================

.entry_body .NinjaEntryCommercial {
    /*width:100px;*/
    height: 10px;
}

.NinjaEntryCommercial img {
    width:100px;
    height: 10px;
}
