@charset "utf-8";
/* CSS Document */

/*======================================

基本設定

=======================================*/
body,td,th {
	font-family: Trebuchet MS, Sans-serif;
	font-size: 14px;
	color: #666666;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(http://bfile.shinobi.jp/6009/background.png);
	background-repeat: repeat-y;
	background-position: center top;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #092955;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
/*======================================

ヘッダー

=======================================*/
.base .header {
	width: 100%;
	background-image: url(http://bfile.shinobi.jp/6009/header_background.png);
	height: 144px;
}
/*======================================

タイトルとかまとめ

=======================================*/
.header .title{
	width: 862px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: -456px;
	background-image: url(http://bfile.shinobi.jp/6009/header.png);
	height: 114px;
	padding-top: 30px;
	padding-left: 50px;
	position: absolute;
	left: 50%;
	z-index: 1;
}
/*======================================

ブログ名

=======================================*/
.header h1 {
	font-size: 25pt;
	margin: 10px;
	position: relative;
	letter-spacing: 0px;
	color: #999999;
}
.header h1 a {
	color: #FFFFFF;
	text-decoration: none;
}
/*======================================

ブログ内容の説明

=======================================*/
.header  h1  span.des {
	font-size: 10px;
	display: block;
	letter-spacing: 0px;
}
/*======================================

RSSとTwitterのアイコン部分。
display:noneまたは<div class="rss">のHTMLを削除すると消えます。

=======================================*/
.header .rss {
	position: absolute;
	top: 0px;
	right: 20px;
	z-index: 2;
}
/*======================================

メニュー

=======================================*/
.base  #menu  {
	background-image: url(http://bfile.shinobi.jp/6009/menu_background.png);
	width: 100%;
	height: 32px;
}
.base #menu ul {
	width: 903px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	list-style-type: none;
	background-image: url(http://bfile.shinobi.jp/6009/menu_ul.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.base #menu li {
	float: left;
	height: 32px;
	font-size: 12px;
}
.base #menu li a {
	background-image: url(http://bfile.shinobi.jp/6009/menu_line.png);
	background-position: right 1px;
	display: block;
	line-height: 29px;
	height: 32px;
	width: 130px;
	text-align: center;
	background-repeat: no-repeat;
	color: #FFFFFF;
}
.base #menu li a:hover {
	color: #FFCC00;
	background-image: url(http://bfile.shinobi.jp/6009/menu_line_hover.png);
	background-position: right 2px;
}
/*======================================

メインブロック

=======================================*/
.base #main {
	margin: auto;
	width:900px;
}
.base .maincontents {
	clear: both;
	padding-left: 5px;
}
/*======================================

左のエントリーが表示されるブロック

=======================================*/
.base .maincontents .entry-body {
	float: left;
	width: 62.5%;
	margin: 8px;
	padding: 8px;
}
.base .maincontents .entry-body .entry {
	border: 2px solid #F0F0F0;
	background-color: #FFFFFF;
}
/*======================================

記事のタイトル

=======================================*/
.entry  #entrytitle  {
	margin: 0px;
	font-size: 1.3em;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #66CCFF;
	background-image: url(http://bfile.shinobi.jp/6009/166197a2.gif);
	background-position: center center;
}
.entry  #entrytitle a {
	display: block;
}
/*======================================

記事が表示される部分

=======================================*/
.entry .entrybox {
	line-height: 1.8em;
	font-family: Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.entry a img {
        margin: 5px 2px;
        padding: 1px;
        border: #ddd 2px solid;
}
.EntryPsText {
        margin: 10px;
}
/*======================================

日付など

=======================================*/
.entry .entryfooter {
	font-size: 0.8em;
	text-align: right;
	padding: 10px;
	background-color: #FAFAFA;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
/*======================================

コメントブロック

=======================================*/
.entry-body  .CommentBlock,.TrackbackBlock {
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #F0F0F0;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.CommentBlock .CommentMenuTitle {
	font-size: 1.3em;
	color: #666666;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
}
.CommentFormTable td {
	text-align: right;
	padding: 5px;
}
/*======================================

フォーム設定

=======================================*/
form {
	margin: 0px;
	padding: 0px;
}
textarea, input {
	margin: 3px;
	padding: 2px;
	font-family: Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	border: 2px solid #EDEDED;
}
.CommentFormSubmit #send {
	width: 100px;
	font-family: Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	background-color: #F0F0F0;
}
/*======================================

コメントタイトル

=======================================*/
.CommentTextBox .CommentTitle {
	font-size: 1.2em;
	color: #666666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
/*======================================

コメント部分

=======================================*/
.CommentTextBox  .CommentText  {
	padding: 10px;
	font-family: Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.CommentFooter,.CommentResFooter  {
	background-color: #FAFAFA;
	padding: 5px;
	font-size: .9em;
	text-align: right;
}
.CommentBlock   .CommentResBlock {
	margin-top: -5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
	font-family: Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.CommentResBox .CommentResTitle {
	font-size: 1.2em;
	color: #333333;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.CommentResBox .CommentResText {
	padding: 10px;
}
/*======================================

HOMEやNEXTなどのナビゲーション部分

=======================================*/
.PageLinkBlock {
	text-align: center;
	padding: 10px;
	font-size: 15px;
}
/*======================================

サイドバー

=======================================*/
.base .maincontents .sidebar {
	float: right;
	width: 29%;
	padding: 5px;
	border: 1px solid #D5D5D5;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	background-image: url(http://bfile.shinobi.jp/6009/sideback.png);
	z-index: 11;
	position: relative;
	_width: 20% /*IE6用*/
}
/*======================================

プラグインタイトル

=======================================*/
.sidebar-body #sidebartitle {
	font-size: 16px;
	margin: 3px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.blogsearch .box {
	width: 120px;
}
.blogsearch .btn {
	width: 40px;
	height: 30px;
}
.sidebar-body .PluginContents {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	font-size: 13px;
}
/*======================================

回り込み解除

=======================================*/
.clear    {
	clear: both;
	text-indent: -99999px
}
/*======================================

フッタ

=======================================*/
.footer   {
	background-color: #2E2E2E;
	width: 100%;
	color: #999999;
	line-height: 80px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
.footer  a {
	color: #CCCCCC;
}

