@charset "utf-8";
/* ▼▼▼全体設定 */
*{
	margin:0;
	padding:0;
	}
body{background-color:#222;/*  */
	text-align:center;
	color:#444444;
	font-size:13px;
	font-family:"ＭＳ Ｐゴシック", "Verdana", "ヒラギノ角ゴ Pro W3",Osaka;
	}
img{
	border:none;
	}
input,textarea{
	font-size:13px;
	padding-top:1px;
	}
a{
	text-decoration:none;
	color:#c66;
	}
a:hover{
	text-decoration:underline;
	color:#9c0;
	}
/* ▼▼▼BOX設定 */
#container{
	width:950px;
	margin:0 auto;
	background:url(http://bfile.shinobi.jp/4194/002entrywrapper_back.gif) left repeat-y;/* 最奥の背景 */
	}
#header{
	width:950px;
	text-align:left;
	background:#222 url(http://bfile.shinobi.jp/4194/002headimage.jpg) right no-repeat;
	}
#entrywrapper{
	width:750px;
	padding-top:20px;
	float:left;
	background:url(http://bfile.shinobi.jp/4194/002entrywrapper_top.gif) top no-repeat;/* エントリー枠上部画像 */
	}
#entryarea{
	width:520px;
	padding:0px 12px 0px 14px;/* 520+LRパディング値が幅(546px) */
	float:right;
	background:url(http://bfile.shinobi.jp/4194/002entryback.gif) repeat-y;/* エントリ右側画像 */
	}
#primarymenu{
	padding:0px 0px 0px 4px;/* 200+LRパディング値が幅(204px) */
	float:left;
	font-size:12px;
	color:#666;
	line-height:1.3em;
	background:url(http://bfile.shinobi.jp/4194/002leftmenu.gif) repeat-y;/* エントリ左側画像 */
	}
#secondarymenu{
	width:200px;
	float:right;
	font-size:12px;
	line-height:1.3em;
	color:#666;
	}
#footer{
	width:950px;
	padding:20px 0px 10px 0px;
	text-align:left;
	clear:both;
	background:url(http://bfile.shinobi.jp/4194/002footer.gif) left bottom no-repeat;/* フッター画像 */
	}
/* ▼▼▼HEADER */
h1{
	padding:35px 420px 0px 10px;
	font-size:15px;
	text-align:right;
	background:url(http://bfile.shinobi.jp/4194/002title.gif) repeat-y;
	}
h1 a{
	color:#CCCC99;
	}
h1 a:hover{
	text-decoration:none;
	color:#CCCC99;
	}
#header p{
	text-align:right;
	padding:5px 415px 32px 10px;
	font-size:12px;
	color:#888;
	background:url(http://bfile.shinobi.jp/4194/002subtitle.gif) left bottom no-repeat;
	}
/* ▼▼▼ENTRY */
h2{/* 記事・ＣＭ・ＴＢ各タイトル */
	width:520px;
	text-indent:32px;
	text-align:left;
	line-height:1.5em;
	font-size:16px;
	border-bottom:1px solid #ccc;
	color:#BDB76B;
	background:url(http://bfile.shinobi.jp/4194/002contentstitle.gif) left bottom no-repeat;
	}
h2 a{
	color:#BDB76B;
	}
h2 a:visited{
	color:#BDB76B;
	}
h2 a:hover{
	text-decoration:none;
	color:#BDB76B;
	}
.contents_wrapper{
	width:520px;
	line-height:1.45em;
	text-align:left;
	margin-top:1em;
	}
.contents_head{/* 記事日付部 */
	text-align:right;
	font-size:11px;
	color:#999999;
	width:520px;
	margin-top:2px;
	line-height:1.1em;
	}
.contents_head a{ /* 記事日付部 */
	font-size:11px;
	}
.contents_foot{/* 記事日付部 */
	width:520px;
	margin-bottom:50px;
	margin-top:30px;
	text-align:right;
	font-size:11px;
	}
/* ▼▼▼ENTRY-ナビゲーション */
.page_navi{/* 検索ナビ枠 */
	text-align:center;
	margin:5px 0px;
	color:#ccc;
	}
.page_navi li{/* 検索ナビ(PREV/NEXT) */
	display:inline;
	list-style-type:none;
	padding:0 5px;
	}
.go_home{/* 検索ナビ(HOME) */
	border-left:1px solid #999900;
	border-right:1px solid #999900;
	}
.yajirusi{
	margin-bottom:-3px;
	}
/* ▼▼▼検索表示 */
.search_title{/* 検索タイトル */
	margin:0px auto 5px auto;
	width:400px;
	text-align:center;
	border-top:3px double #bbaa66;
	border-bottom:3px double #bbaa66;
	}
.search_body{/* 検索本文 */
	width:450px;
	margin:0px 32px 20px 32px;
	padding:5px 0px;
	list-style-type:square;
	border:1px solid #bbbb99;
	background-color:#eeeecc;
	text-align:left;
	}
.search_body li{/* 検索本文 */
	margin-left:25px;
	}
/* ▼▼▼ENTRY-記事本文 */
.entry_day{/* 記事日付テキスト */
	color:#999;
	font-size:11px;
	}
/* ▼▼▼コメント関連 */
.comment_wrapper{
	width:518px;
	border:1px solid #e3dfc3;
	background-color:#eeeecc;
	line-height:1.45em;
	text-align:center;
	margin:10px auto 40px auto;
	}
.comment_title{width:500px;
	font-size:13px;
	border-bottom:1px solid #ccc;
text-align:left;
margin:10px auto 0 auto;
	}
.comment_head{/* 記事日付部 */
	margin-top:2px;
	margin-right:5px;
	text-align:right;
	font-size:11px;
	color:#999999;
	line-height:1.0em;
	}
.comment_head a{ /* 記事日付部 */
	font-size:11px;
	}
.comment_body{
	margin:0 auto;
	text-align:left;
	width:500px;
	}
.res_wrapper{
	margin:10px 10px 10px 100px;
	padding:5px;
	border:1px solid #bbbb99;
	background-color:#ddddbb;
	}
.commentres_title{
	border-bottom:1px solid #ccc;
	padding-left:18px;
	font-size:13px;
	text-align:left;
	background:url(http://bfile.shinobi.jp/4194/002resmark.gif) left no-repeat;
	}
.commentres_body{text-align:left;
	}
/* ▼▼▼トラックバック関連 */
.trackback_title{
	border-bottom:1px solid #ccc;
	text-align:left;
	font-size:13px;
	}
/* ▼▼▼フォーム */
#formwrapper{
	width:520px;
	margin:15px auto 0 auto;
	text-align:center;
	}
.form_table{
	margin:0 auto;
	border:3px double #999;
	font-size:11px;
	background-color:#eee;
	}
.form_table th{
	width:70px;
	text-align:right;
	}
.form_table td{
	width:410px;
	text-align:left;
	}
#form_sp{
	width:480px;
	text-align:center;
	}
.commentinput1{
	width:180px;
	margin:1px 0px;
	}
.commentinput2{
	width:400px;
	height:200px;
	margin-top:10px;
	}
.button_position{/*  */}
/* ▼▼▼プラグイン全体 */
.plugin_wrapper{
	width:200px;
	margin-bottom:2px;
	}
.left{text-align:left;}
.center{text-align:center;}
.right{text-align:right;}
/* ▼▼▼左メニュー専用 */
#primarymenu .plugin_wrapper{
	margin-bottom:20px;
	}
#primarymenu .plugin_top{/*  */
	text-align:center;
	background:url(http://bfile.shinobi.jp/4194/002plugin_header.gif) no-repeat;
	}
.plugin_white{
	background-color:#FFFFFF;
	color:#555;
	}
#primarymenu .plugin_main{/*  */}
#primarymenu a{
	color:#c66;
	}
#primarymenu a:visited{
	color:#666;
	}
#primarymenu a:hover{
	color:#9c0;
	}
#primarymenu .plugin_data{/*  */
	padding-left:15px;
	background:url(http://bfile.shinobi.jp/4194/002navi01.gif) no-repeat;
	}
#primarymenu .plugin_data_date{/*  */
	padding-left:21px;
	font-size:10px;
	}
/* ▼▼▼右メニュー専用 */
#secondarymenu .plugin_top{/*  */
	color:#eece60;
	}
#secondarymenu a{
	color:#aaa;
	}
#secondarymenu a:hover{
	color:#9c0;
	}
/* ▼▼▼FOOTER */
#footer p{
	width:700px;
	display:block;
	margin-left:25px;
	margin-bottom:20px;
	padding-top:2px;
	border-top:1px solid #ccc;
	text-align:center;
	color:#aaa;
	font-size:10px;
	}
#secondarymenu .plugin_data{/*  */
	padding-left:21px;
	background:url(http://bfile.shinobi.jp/4194/002navibar.gif) no-repeat;
	}
#secondarymenu .plugin_data_date{/*  */
	padding-left:21px;
	background:url(http://bfile.shinobi.jp/4194/002navibar.gif) bottom left no-repeat;
	font-size:10px;
	}
/* ▼▼▼ カレンダー */
/* ************************年月****************/
.CalendarMoveTable{/* 年月日テーブル */
	font-size:12px;
	margin:0 auto;
	color: #888888;
	}
.CalendarMoveTr{/* 年月日枠 */
	height:18px;
	text-align:center;
	}
#primarymenu .CalendarPrevTd{/* 先月 */
	width:50px;
	background:url(http://bfile.shinobi.jp/4194/002prev01.gif) left top no-repeat;
	}
#secondarymenu .CalendarPrevTd{/* 先月 */
	width:50px;
	background:url(http://bfile.shinobi.jp/4194/002prev03.gif) left top no-repeat;
	}
.CalendarNowTd{/* 今月 */
	width:50px;
	}
#primarymenu .CalendarNextTd{/* 来月 */
	width:50px;
	background:url(http://bfile.shinobi.jp/4194/002next01.gif) right top no-repeat;
	}
#secondarymenu .CalendarNextTd{/* 来月 */
	width:50px;
	background:url(http://bfile.shinobi.jp/4194/002next03.gif) right top no-repeat;
	}
#primarymenu .CalendarTable,#secondarymenu .CalendarTable{/* 日付テーブル */
	margin:0 auto;
	font-size:12px;
	border:3px double #ccc;
	text-align:center;
	color:#444;
	}
#primarymenu .CalendarTable a,#secondarymenu .CalendarTable a{color: #66FF00;}
#primarymenu .CalendarTable a:visited,#secondarymenu .CalendarTable a:visited{color: #CC6666;}
#primarymenu .CalendarTable a:hover,#secondarymenu .CalendarTable a:hover{color: #FF3399;}
#primarymenu .CalendarTable th{/* 左カレンダー用曜日枠 */
	height:20px;
	background:url(http://bfile.shinobi.jp/4194/calender_orange.gif);
	}
#secondarymenu .CalendarTable th{/* 右カレンダー用曜日枠 */
	height:20px;
	background:url(http://bfile.shinobi.jp/4194/calender_gold.gif);
	}
.CalendarWdaySun{color: #FF3366;}
.CalendarWdaySat{color:#33CCFF;}
#primarymenu .CalendarTable td{/* 左カレンダー日付 */
	width:20px;
	height:20px;
	background:url(http://bfile.shinobi.jp/4194/calender_orange.gif);
	}
#secondarymenu .CalendarTable td{/* 右カレンダー日付 */
	width:20px;
	height:20px;
	background:url(http://bfile.shinobi.jp/4194/calender_gold.gif);
	}