﻿@charset "utf-8";
/*   
Theme Name:MBF
Theme URI:http://mbf.jp/
Description:シネ研用。
Version :0.1
Author:MBF (myk)
Author URI:http://mbf.jp/
*/

* {
	margin:0;
	padding:0;
}
body {
	height:100%;
}
blockquote {
	margin:1em;
	border:solid 1px #666666;
	border-left:solid 5px #333333;
	padding:5px;
}
dd {
	margin-left:3ex;
}
body {
	font-family:sans-serif;
	background:#EEEEEE;
	text-align:center;
}
p {
	padding-top:0;
	padding-bottom:0.5em;
	margin-bottom:1em;
	clear:both;
}
a img {
	border:0;
	margin:7px;
	vertical-align:middle;
}
ul,ol {
	list-style-position:inside;
	padding-left:1ex;
}
a:link {
	color:#0D0D0D;
}
a:visited {
	color:#AD4F2A;
}
a:hover{
	color:red;
}
#container, #header,#footer{
	width:750px;
}
#container {
	background:url("http://mbf.jp/styles/drop.png") repeat-y 0 0;
	margin:0 auto 0 auto;
	text-align:left;
	padding:0 10px 0 10px;
	height:100%;
}
h1, .seo {
	display:none;
}
#header {
	font-size:17px;
	background:#DBBDA3;
	border-top:black 30px solid;
	top:0;
	left:auto;
	right:auto;
	padding:10px 0 10px 0;
}
#header a {
	color:black;
	font-weight:bold;
	padding-left:5px;
}
#header a:hover {
	color:red;
	position:relative;
	top:-5px;
	padding-bottom:5px
}
a#here:link, a#here:visited {
	color:#777777;
	top:-5px;
	padding-bottom:5px;
	position:relative;
}
a#here:hover {
	color:red;
}
a#tohome{
	color:#622d18;
	text-decoration:none
}
a#tohome:hover {
	color:maroon;
	top:0;
	padding-bottom:0
}
#contents {
	background:#F8F8F8;
	padding:10px 10px 20px 10px;
	position:relative;
	color:#3e3e3e;
	height:100%;
}
.totop {
	font-size:12px;
}
a.totop:visited {
	color:black;
}
a.totop:hover {
	color:red;
}
h4, .rentry_head {
	width:80%;
	font-weight:bold;
	margin:25px 0 5px 0;
	padding-left:3px;
	border-left:1em solid #622d18;
	border-top:1px solid #622d18;
	border-bottom:1px solid #622d18;
}
#footer {
	background:#DBBDA3;
	border-bottom:black 30px solid;
	padding:5px 0 5px 0;
	color:#727272;
	text-align:center;
	font-size:small;
}
/*-----以下ブログ用設定-----*/
#main {
	float:left;
	width:500px;
}
.entry_table {
	margin:10px;
	padding:5px;
	background:#FCFCFC;
	border:1px dotted gray;
}
.entry_body {
	font-size:95%;
	margin-top:10px;
	margin-bottom:10px;
}
h3 a:link , h3 a:visited {
	color:#0f2350;
}
h3 a:hover {
	color:red;
}
.more {
	font-size:smaller;
}
/*エントリー：ナビゲーション*/

.entry_navi, .entry_navi_top , .entry_navi_bottom {
	padding:0.5ex;
	font-size:12px;
	text-align:center;
	position:relative ;
	z-index:4;
}
.entry_navi_bottom {
	clear:both;
}
/*エントリー：ステータス（日付等）*/
.entry_state {
	font-size:12px;
	text-align:right;
}
/*コメント：ステータス（日付等）(区切り線のため必要)*/
.comment_state {
	font-size:12px;
	margin:20px 20px 10px 20px;
	text-align:right;
	border-bottom:1px dashed gray;
}
.entry_title {
	font-weight:bold;
}
/* メニュー
　#sidemenu は右サイドバー .submenuはトップ用最近の記事 #fc2count＝カウンター*/
#sidemenu {
	margin-left:510px;
	font-size:80%;
}
#sidemenu ul {
	list-style:circle;
}

.submenu ul {
	list-style-type:none;
	line-height:120%;
}
.arc {
	height:6.5em;
	overflow:auto;
}
#sidemenu a:visited {
	color:#9E9E9E;
}
#sidemenu a:hover {
	color:red
}
ins {text-decoration:none;border-bottom:dashed 1px #B4B4B4;}
p.divide {
	color:#aaaaaa;
	text-align:center;
	letter-spacing:2em;
}
.banner {
	margin-left:30%;
	padding-top:5px;
	padding-bottom:10px;
	line-height:2em;
}
.banner a {
	font-size:20px;
	padding:5px;
	text-decoration:none;
	border:dashed black 1px;
}
.banner a:hover{
	background:#bd9f83;
	color:#622D18;
}
/*FeedBurner*/
p.date {
	display:inline;
	padding-left:1ex;
	font-size:smaller;
}
h4 img {
	padding:0;
	margin:0;
	vertical-align:middle;
}

#rss {
	background-image:url("http://mbf.jp/styles/feed.png");
	background-repeat:no-repeat;
	background-position:right 3px;
}
img[class~="connect"]{
	float:left;
}
img {
	margin:3px;
}

.bn {
	padding:0;
	padding-top:4px;
}
.bn:hover {
/*	border-right:4px solid #622D18;
	border-bottom:4px solid  #622D18;*/
	padding:0;
	padding-bottom:4px;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
/* for Ktai Entry */
.photo {
	padding-right:6px;
	float:left;
	line-height:110%;
	font-size:0.85em;
	text-indent:0;
}
.photo img {
	background:white;
	margin:0 4px 4px 0;
	padding:3px;
	border:1px solid #999;
}
.photo-end {
	clear:left;
}
