/*------------------------------------------
全体の設定
------------------------------------------*/
body {
	font-family:"Verdana", "MS UI Gothic";
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: #333333;
	background-color: #F4F4F4;
}
/*リンクの設定*/
a:link {
	color: #0044CC; /*標準リンクカラー*/
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0044CC; /*標準リンクカラー*/
}
a:hover {
	text-decoration: underline;
	color: #0044CC;
}
a:active {
	text-decoration: none;
	color: #B00000;
}
/*ブログタイトルの設定*/
h6 {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
	display: inline;
}
/*ブログ大枠の設定*/
#Wrap {
	width: 1024px;
    box-shadow: 0px 0px 10px;
	margin-right: auto;
	margin-left: auto;
}
/*------------------------------------------
トップBlockの設定
------------------------------------------*/
/*トップの大枠の設定
	トップの画像を変える or 消すときは、
	background-image: url(http://bfile.shinobi.jp/3862/dr_title_g.gif);
	の部分をいじってください */
#TopBlock {
	background-image: url(http://bfile.shinobi.jp/3862/dr_title_g.gif);
	background-color: #282828;
	background-repeat: no-repeat;
	height: 130px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
/*タイトルの設定*/
#TopTitle {
	margin-top: 40px;
	margin-left: 120px;
}
/*ブログ説明文の設定*/
#TopExplanation {
	font-size: 12px;
	color: #F4F4F4;
	margin-left: 120px;
	width: 560px;
}
/*------------------------------------------
トップ・カレンダーの設定
------------------------------------------*/
/*カレンダーの大枠の設定*/
#CalendarBlock {
	width: 850px;
	margin-left: auto;
	background-image: url(http://bfile.shinobi.jp/3862/dr_ca_bu.gif);
	height: 30px;
	overflow: hidden;
	margin-right: auto;
}
/*年と月の設定*/
#CalendarYandM {
	font-family: "verdana", "impact";
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 7px;
	float: left;
	margin-left: 10px;
}
/*カレンダーラインの設定*/
#CL {
	background-image: url(http://bfile.shinobi.jp/3862/dr_ca_line.gif);
	height: 35px;
	width: 4px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
/*リストの設定*/
ul {
	list-style-position: inside;
}
.PrevMonthCalendar {
	display: inline;
	list-style-type: none;
	font-family: "verdana";
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 7px;
	float: left;
}
.day {
	display: inline;
	list-style-type: none;
	font-family: "verdana", "impact";
	font-size: 12px;
	color: #FFFFFF;
	float: left;
	line-height: 18px;
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 5px;
	font-weight: bold;
}
.yaji {
	margin-top: 0px;
}
/*------------------------------------------
エントリー部分の設定
------------------------------------------*/
/*エントリー大枠の設定*/
#Contents {
	float: left;
	width: 740px;
}
#EntryBlock {
	height: auto;
	width: 700px;
	margin-left: 0px;
	margin-top: 30px;
	border: 1px solid #B7B7B7;
	padding: 10px;
	margin-bottom: 18px;
}
/*記事タイトルの設定*/
h1 {
	font-size: 12px;
	display: inline;
	color: #111;
	margin-left: 20px;
}
/*記事タイトルの枠の設定*/
#EntryTop {
    width: 700px;
	background-image: url(http://bfile.shinobi.jp/3862/dr_icn_yaji.gif);
	background-repeat: no-repeat;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B7B7B7;
}
/*記事の枠の設定*/
#Entry_Naka {
	padding-top: 10px;
	padding-left: 20px;
}
/*記事のテキスト部分の設定*/
#EntryHonbun {
	line-height: 130%;
	padding-bottom: 10px;
	padding-right: 5px;
	font-size: 12px;
}

/*記事の「つづき」の枠の設定*/
#EntryHonbunPs {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #B7B7B7;
	padding-top: 10px;
	line-height: 130%;
	padding-bottom: 10px;
	padding-right: 5px;
	font-size: 12px;
}
/*記事の「つづき」のテキストの設定*/
#EntryPsText {
	text-align: right;
	padding-bottom: 5px;
}
/*エントリーのボトム部分の設定*/
#EntryBottom {
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B7B7B7;
}
/*エントリーの投稿日時などの設定*/
#EBD {
	text-align: right;
	font-family: "Verdana", "MS UI Gothic";
	color: #666666;
	font-size: 10px;
}
/*コメントの大枠の設定*/
#CommentBlock {
	margin-left: auto;
	width: 400px;
	float: none;
	margin-right: auto;
}
/*コメントの小枠の設定*/
#CommentNaka {
	width: 400px;
	text-align: left;
	border: 1px solid #B7B7B7;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	clear: both;
}
/*コメントトップの設定*/
#CNTop {
	font-weight: bold;
	color: #333333;
	text-align: center;
	padding-bottom: 10px;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3";
}
/*コメントテキストの設定*/
#Comment2 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3";
	padding-bottom: 5px;
}
#ComTe {
	font-size: 12px;
	line-height: 130%;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
}
/*コメントタイトルの設定*/
#ComTi {
	font-size: 12px;
	line-height: 120%;
	color: #222;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C0C0C0;
}
/*コメント投稿者の設定*/
#ComName {
	font-size: 12px;
	color: #333333;
	text-align: right;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #C0C0C0;
}
#ComName2 {
	font-size: 10px;
	color: #333333;
	text-align: right;
}
/*レスコメントの大枠の設定*/
#CNResWa {
	width: 300px;
	float: right;
	margin-right: -12px;
	padding-top: 10px;
	border: 1px solid #C0C0C0;
	margin-top: 5px;
	margin-bottom: 20px;
}
/*レスコメントタイトルの設定*/
#CNRnakaTitle {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C0C0C0;
}
/*レスコメントテキストの設定*/
#CNRnakaText {
	font-size: 12px;
	line-height: 130%;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
}
/*レスコメント投稿者の設定*/
#CNRnakaName {
	font-size: 10px;
	color: #333333;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C0C0C0;
	padding-bottom: 5px;
	text-align: right;
}
#CNRnaka {
	padding: 5px;
}
/*トラックバックの設定*/
#TrackbackMenuTitle {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
#TrackbackBlock {
	clear: both;
}
/*------------------------------------------
プラグイン部分の設定
------------------------------------------*/
/*プラグインの枠の設定*/
#Rights {
	float: left;
	width: 230px;
	margin-right: 0px;
	padding-left: 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	margin-top: 30px;
	font-size: 12px;
	color: #333;
}
#PageLinkBlock {
	clear: both;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 25px;
	width: 568px;
	float: left;
}
#PluginBlock {
	padding: 0px;
}
/*プラグインボトム部分の設定*/
#PluginBlockBottom {
	padding-bottom: 10px;
}
/*プラグインインナー部分の設定*/
#PluginInnerBlock {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
/*プラグイントップ部分の設定*/
#PluginBlockTop {
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B7B7B7;
	background-image: url(http://bfile.shinobi.jp/3862/dr_icn_yaji_p.gif);
	background-repeat: no-repeat;
	background-color: #ECECEC;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #B7B7B7;
	padding-top: 3px;
	background-position: 3px;
}
#PluginBlockTop-c5 {
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B7B7B7;
	background-image: url(http://bfile.shinobi.jp/3862/dr_icn_yaji_p.gif);
	background-repeat: no-repeat;
	background-color: #ECECEC;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #B7B7B7;
	padding-top: 3px;
	background-position: 3px;
        height:12px;
}  

/*プラグインタイトルの設定*/
#PBTn {
	font-size: 12px;
	font-weight: bold;
	color: #222;
	padding-left: 20px;
	margin-top: 1px;
}
/*プラグインテキストの設定*/
#PluginExplanation {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
/*プラグインの中身の設定*/
#PluginContents {
	padding-right: 5px;
	padding-left: 5px;
}
#TPB {
    box-shadow: 0px 0px 10px;
    background-color: #282828;
	width: 1000px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#TPT {
	float: left;
}
#C2 {
	width: 720px;
	float: right;
}
#R2 {
	width: 260px;
	float: right;
}
/*ボトム部分の設定*/
#Bottom {
	font-family: "verdana", "impact";
	font-size: 12px;
	color: #282828;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	clear: both;
}
/*広告の設定*/
#CM {
	font-family: "verdana", "impact";
	font-size: 10px;
	color: #282828;
	text-align: center;
}
#ComEdit {
	text-align: center;
	padding-top: 250px;
	padding-bottom: 250px;
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*★★左サイドブロック用★★*/
#global_main {width: 740px; float:left}
#left_side {display: none; float: left; min-height: 500px; min-width:100px; max-width:360px; border-right: solid 1px #666;
            margin-top: 30px; padding: 12px;}
@media screen and (min-device-width:1280px){
  #Wrap {background-image: none; background-color:#fefefe; box-shadow: 0px 0px 10px; width: 1400px;} 
  #left_side {display: block;}
  #TPB{width:1384px;background-color:#282828; box-shadow: 0px 0px 10px;}
  #TopBlock{width:auto}
}
/* デバイス幅が1280px〜1416pxの間 */
@media screen and (min-device-width: 1280px) and (max-device-width: 1416px) {
#R2	{width:230px;}
#Rights	{padding-left: 0px;}
#Wrap	{width:1320px;}
#TPB	{width:1305px;}
#left_side {padding: 0px; max-width:330px;}
}

/*★★ページ機能用★★*/
.PageContents {
	float: left;
	width: 740px;
}

.PageC2 {
	width: 720px;
	float: right;
}

.PageEntryBlock {
	height: auto;
	width: 700px;
	margin-left: 0px;
	margin-top: 30px;
	border: 1px solid #B7B7B7;
	padding: 10px;
	margin-bottom: 18px;
}

.PageEntryTop {
    width: 700px;
	background-image: url(http://bfile.shinobi.jp/3862/dr_icn_yaji.gif);
	background-repeat: no-repeat;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B7B7B7;
}
/*■■■■■■■■■■■■■■■■■その他■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/ 
.clearfix:after{display:block; clear:both; content:"."; height:0; visibility:hidden;} 
.float{float:left;}
.AD_BlueShadow:hover{box-shadow: 0px 0px 10px #0044CC;}
#lower_ad_box{margin:20px; float:left;}
/*■■■■■■■■■■■■■■■■■Navigation Area 始■■■■■■■■■■■■■■■*/ 
.Navigation_Area {
border:		solid 1px #B7B7B7;
box-shadow:	4px 4px 4px rgba(0,0,0,0.5) inset;
padding:	4px 0px 0px 4px;
font-size:	12px;
margin-left:20px;
}
.Navigation_Area a {display:block; color:#0044CC; text-decoration:none;}
.Navigation_Area a {border-bottom:dotted 1px #a6c0ff}
.Navigation_Area a:last-child {border-bottom:none}
.Navigation_Area a:hover {box-shadow:0px 0px 7px,0px 0px 7px inset;}
.Navigation_Area:hover a{border:none; margin-bottom:1px}
.Navigation_Area:hover a:last-child {margin-bottom:auto}
/*■■■■■■■■■■■■■■■■■Navigation Area 終■■■■■■■■■■■■■■■*/ 
/*■■■■■■■■■■■■■■■■広告用ボタン 始■■■■■■■■■■■■■■■■■■■■■■■■■■*/ 
.AD_Button a{display:block; text-decoration:none; padding:5px; font-weight:900; font-size:1.5em; color:#0044CC; background-color:rgba(0,68,204,0.1); border:solid 1px; box-shadow:0px 0px 5px rgba(0,0,0,0.5),0px 0px 10px rgba(0,68,204,0.1) inset; border-radius:7px;}
.AD_Button a:hover{box-shadow:0px 0px 7px rgba(0,68,204,0.7),0px 0px 7px rgba(0,68,204,0.7) inset; }
/*■■■■■■■■■■■■■■■■広告用ボタン 終わり■■■■■■■■■■■■■■■■■■■■■■■■■■*/ 

/*■■■■■■■■■■■■■■■■フォントサイズ変更 始■■■■■■■■■■■■■■■■■■■■■■■■■■*/ 
/*記事のテキスト部分の設定　12pxから14pxに変更 130%から150%に変更*/

.FontSize2 {
	line-height: 150%;
	font-size: 14px;
}
/*■■■■■■■■■■■■■■■■フォントサイズ変更 終■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*■■■■■■■■■■■■■■■■記事タイトル部分の改行対応　始■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#EntryTop:after {display:block; clear:both; content:"."; height:0; visibility:hidden;}
#EntryTop a {display:block; float:left; margin-left:20px;}
#EntryTop h1{margin:0}
/*■■■■■■■■■■■■■■■■記事タイトル部分の改行対応　終■■■■■■■■■■■■■■■■■■■■■■■■■■*/
