/*------------------------------------------
全体の設定
------------------------------------------*/
body {
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3",
 "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",
 Verdana,Arial, Helvetica, sans-serif;
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: #333333;
	background-color: #F4F4F4;
font-size:80%;
}
/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}
/*リンクの設定*/
a:link {
         text-decoration: none;
	color: #1a0dab;
}
a:visited {
	text-decoration: none;
	color: #1a0dab;
}
a:hover {
	text-decoration: none;
         border-bottom:1px dashed #660099;
	color: #660099;
}
a:active {
	text-decoration: none;
	color: #1a0dab;
}
/*ブログタイトルの設定*/
h1 {
         font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3",
 "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",
 Verdana,Arial, Helvetica, sans-serif;;
	font-size: 170%;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
	display: inline;
}
/*ブログ大枠の設定*/
#Wrap {
	width: 1014px;
	background-image: url(http://file.timidly.blog.shinobi.jp/dr_side2.gif);
	margin-right: auto;
	margin-left: auto;
}
/*------------------------------------------
トップBlockの設定
------------------------------------------*/
/*トップの大枠の設定
	トップの画像を変える or 消すときは、
	background-image: url(http://file.timidly.blog.shinobi.jp/dr_title_g.gif);
	の部分をいじってください */
#TopBlock {
	background-image: url(http://file.timidly.blog.shinobi.jp/timidly_main_title2.gif);
	background-color:#009999;
	background-repeat: no-repeat;
	height: 150px;
	width: 1003px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
/*タイトルの設定*/
#TopTitle {
	margin-top: 40px;
	margin-left: 120px;
font-size:120%;
}
/*ブログ説明文の設定*/
#TopExplanation {
	font-size: 110%;
	color: #F4F4F4;
	margin-left: 130px;
	width: 720px;
}
/*------------------------------------------
トップ・カレンダーの設定
------------------------------------------*/
/*カレンダーの大枠の設定*/
#CalendarBlock {
	width: 1003px;
	margin-left: auto;
	background-image: url(http://file.timidly.blog.shinobi.jp/dr_ca_bu2.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://file.timidly.blog.shinobi.jp/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: 680px;
}
#EntryBlock {
	height: auto;
	width: 650px;
	margin-left: 0px;
	margin-top: 30px;
	border: 1px solid #B7B7B7;
	padding: 10px;
	margin-bottom: 18px;
}
/*記事タイトルの設定*/
h2 {
	font-size: 200%;
	display: inline;
	color: #111;
	margin-left: 20px;
}
/*記事タイトルの枠の設定*/
#EntryTop {
	background-image: url(http://file.timidly.blog.shinobi.jp/dr_icn_yaji_green2.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;
}
/*記事内の画像の設定*/
#image1 { 
float: left; 
margin: 5px 15px 5px 5px; 
}

/*記事のテキスト部分の設定*/
#EntryHonbun {
	line-height: 160%;
	padding-bottom: 10px;
	padding-right: 5px;
	font-size: 115%;
}

/* =========================================================
■ 01.シンプルに見栄えよくしてみる
========================================================= */
blockquote#simple01 {
    width: 400px;
    margin: 0px 0px 20px 40px;
    padding: 10px 10px 10px 30px;
    border: #D9D9D9 solid;
    border-width: 1px 0;
    color: #009999;
    font-size: 95%;
    line-height: 170%;
    background: url(http://file.timidly.blog.shinobi.jp/blockquote_01.gif) repeat-x 0 0;
}
blockquote#simple01 p {
    margin: 0;
    line-height: 150%;
    font-size: 90%;
}


/*記事の「つづき」の枠の設定*/
#EntryHonbunPs {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #B7B7B7;
	padding-top: 10px;
	line-height: 160%;
	padding-bottom: 10px;
	padding-right: 5px;
	font-size: 90%;
}
/*記事の「つづき」のテキストの設定*/
#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: 600px;
	float: none;
	margin-right: auto;
}
/*コメントの小枠の設定*/
#CommentNaka {
	width: 600px;
	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: 130%;
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3",
 "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",
 Verdana,Arial, Helvetica, sans-serif;
}
/*コメントテキストの設定*/
#Comment2 {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	text-align: center;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3",
 "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",
 Verdana,Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}
#ComTe {
	font-size: 100%;
	line-height: 160%;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
}
/*コメントタイトルの設定*/
#ComTi {
	font-size: 130%;
	font-weight: bold;
	line-height: 120%;
	color: #222;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C0C0C0;
}
/*コメント投稿者の設定*/
#ComName {
	font-size: 100%;
	color: #333333;
	text-align: right;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #C0C0C0;
}
#ComName2 {
	font-size: 100%;
	color: #333333;
	text-align: right;
}
/*レスコメントの大枠の設定*/
#CNResWa {
	width: 600px;
	float: right;
	margin-right: -12px;
	padding-top: 10px;
	border: 1px solid #C0C0C0;
	margin-top: 5px;
	margin-bottom: 20px;
}
/*レスコメントタイトルの設定*/
#CNRnakaTitle {
	font-size: 120%;
	font-weight: bold;
	color: #333333;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C0C0C0;
}
/*レスコメントテキストの設定*/
#CNRnakaText {
	font-size: 100%;
	line-height: 160%;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
}
/*レスコメント投稿者の設定*/
#CNRnakaName {
	font-size: 100%;
	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: 300px;
	margin-right: 0px;
	padding-left: 0px;
	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: 700px;
	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://file.timidly.blog.shinobi.jp/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;
}
/*プラグインタイトルの設定*/
#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: 0px;
}
#TPB {
	width: 1000px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#TPT {
	float: left;
}
#C2 {
	width: 660px;
	float: right;
}
#R2 {
	width: 310px;
	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;
}

/*記事中の見出し部分の設定*/
h4 {
  position: relative;
  color: #111;
  background: #ececec;
  font-size: 20px;
  line-height: 1;
  margin: 30px 0 10px 0;
  padding: 14px 5px 10px 40px;
  box-shadow: 0 1px 3px #777;
  border-radius: 0 10px 10px 0;
}
h4:before {
  content: "";
  position: absolute;
  background: #009999;
  top: 50%;
  left: -20px;
  margin-top :-22px;
  height: 44px;
  width: 44px;
  box-shadow: 1px 1px 1px #777;
  border-radius: 50%;
}
h4:after {
  content: "";
  position: absolute;
  background:#b00000;
  top: 50%;
  left: -15px;
  margin-top:-15px;
  height: 24px;
  width: 24px;
  border-radius: 50%;
}