pre {
	font-size: 16px!important;
	width: 750px!important;
	white-space: pre!important;
	white-space: pre-wrap!important;
	white-space: -pre-wrap!important;
	white-space: -o-pre-wrap!important;
	white-space: -moz-pre-wrap!important;
	white-space: -hp-pre-wrap!important;
	word-wrap: break-word!important;

	font-family: Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif!important;

}

.this {
background-color:#EAEAEA;
border-bottom:1px solid #A0A0A0;
border-left:3px solid #6CE26C !important;
border-right:1px solid #A0A0A0;
border-top:1px solid #A0A0A0;
color:#000000;
font-family:"ＭＳ Ｐゴシック","Consolas","Courier New",Courier,mono,serif;
font-size:12px;
line-height:18px;
padding:10px 7px 7px 15px;
width:80%;
}

/*------------------------------------------
全体の設定
------------------------------------------*/
body {
	font-family:"Verdana", "MS UI Gothic";
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: #333333;
	background-color: #FFFFFF;
}
/*リンクの設定*/
#TopTitle a:link {
	color: #ffffff;
	text-decoration:none;
}
#TopTitle a:visited {
	color: #ffffff;
	text-decoration:none;
}
#TopTitle a:active {
	color: #ffffff;
	text-decoration:none;
}
#TopTitle a:link {
	color: #ffffff;
	text-decoration:none;
}
#CalendarBlock a:link {
	color: #000000;
	text-decoration:none;
}
#CalendarBlock a:visited {
	color: #000000;
	text-decoration:none;
}
#CalendarBlock a:active {
	color: #000000;
	text-decoration:none;
}
#CalendarBlock a:link {
	color: #000000;
	text-decoration:none;
}
.EntryTitleFont {
	text-decoration:none;
}
.EntryTitleFont h2 {
	font-size:16px;
}

a:link {
	color: #B00000;
}
a:visited {
	color: #B00000;
}
a:hover {
	color: #B00000;
}
a:active {
	color: #B00000;
}
/*ブログタイトルの設定*/
h1 {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
	display: inline;
}
/*ブログ大枠の設定*/
#Wrap {
	margin: auto;
	width: 1100px;
/*	background-image: url(http://bfile.shinobi.jp/3862/dr_side.gif); */
}
/*------------------------------------------
トップ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;
	width: 1100px;
	position: relative;
}
/*タイトルの設定*/
#TopTitle {
	margin-top: 40px;
	margin-left: 120px;
}
/*ブログ説明文の設定*/
#TopExplanation {
	font-size: 60px;
	color: #F4F4F4;
	margin-left: 120px;
	width: 810px;
	font-family:tattooli;
}
/*------------------------------------------
トップ・カレンダーの設定
------------------------------------------*/
/*カレンダーの大枠の設定*/
#CalendarBlock {
	width: 1100px;
	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: 674px; */
}
#EntryBlock {
	height: auto;
	width: 790px;
	margin-left: 0px;
	margin-top: 30px;
	border: 1px solid #B7B7B7;
	padding: 10px;
	margin-bottom: 18px;
}
/*記事タイトルの設定*/
h2 {
	font-size: 12px;
	display: inline;
	color: #111;
	margin-left: 20px;
}
/*記事タイトルの枠の設定*/
#EntryTop {
	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: 250px;
	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;
}

#PluginInnerBlock A {
	text-decoration:none;
}
/*プラグイントップ部分の設定*/
#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;
	height: 16px;
}
/*プラグインタイトルの設定*/
#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 {
	width: 1100px;
	height: auto;
}
#TPT {
	float: left;
}
#C2 {
	width: 652px;
	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;
}