/* クリアホワイト左メニューのCSS */

/* ページ全体共通指定 */

*{font-family:ubuntu,メイリオ,"VL Pゴシック","ＭＳ Ｐゴシック","MS PGothic",Meiryo;}

/* ページ全体の背景と余白 */
body {
 background-image: ;
	background-repeat: ;
	background-position: ;
	margin:0px;
	padding:0px 10px;
	background-color:#eeeeee;
}

/* ページ全体の文字　*/
BODY,TD,DIV	{
/* FONT-SIZE : 14px; */
 color: #333333;
}

/* タイトル、見出し関連初期設定　*/
h1, h2, h3 {
	margin:0px;
	padding:0px;
 font-size: 100%;
 font-weight: bold;
}

/* ページの幅　*/
#container{
 margin: 0px auto;
 text-align: center;
width:800px;
}

/* ページの幅　*/
#content{
 margin: 0px auto;
 width: 800px;
}

/* ボディの囲み */
#main {
 color: #111111;
 font-size: ;
	margin:0px;
	border-right: 1px solid #D7D7D7;
 border-left: 1px solid #D7D7D7;
 border-top: 1px solid #D7D7D7;
 width: 800px;
 text-align: left;
}


/* 全体のリンク飾り */
A {
	text-decoration: underline;
}

/* リンク（まだ見ていない状態） */
A:link {
	color: #333333;
}

/*  リンク（マウスポインタを乗せた状態） */
A:hover {background-color:#000099;color:#ffffff;display:inline;}

/* リンク（クリックされた状態） */
A:active {
 color: ;
}

/* リンク（すでに見た状態） */
A:visited {
	color: ;
}

/* ヘッダーの指定　*/
#header {
 background-color: ;
	padding:0px;
background-repeat:no ;
	background-position:left top ;
	margin:0px;
height:300px;width:800px;
 background-image:url("https://blogimg.goo.ne.jp/user_image/20/40/4c9a5986fecebed09dbda5553729e570.jpg");
 text-align: left;
}

/* ブログのタイトル */
.bTitle {
	color: #222222;
	font-size: 38px;
		font-weight: bold;
	text-shadow: #fff 4px 4px 4px;
margin-top:40px;margin-bottom:0px;margin-right:0px;margin-left:10px; 
padding-top:40px;padding-bottom:0px;padding-left:0px;padding-right:0px;
text-align: left;
}


/* ブログタイトルのリンク（&lt;a href="#" class="etTitleLink"&gt;で使用） */
.bTitleLink {
	text-decoration: none;
}

/* ブログの概要 */
.bDesc {
 text-align: left;
	
padding-left:10px;padding-top:20px;padding-bottom:20px;
	font-size: ;24px;
	color: #556b2f;
	text-shadow: #eee 1px 1px 1px;
	}

/* エントリーレイアウト用　*/
#center{
	height:100%;
}

/* メニューレイアウト用　*/
#sideBar {

}

/* エントリーレイアウト用 */
.oneEntry {

}

/* エントリー背景　*/
#entry{
	float:right;
 width : 550px;
 padding: 15px 15px 15px 0px;
 overflow: hidden;
 height:100%;
}

/* エントリータイトル */
.etTitle {
	color: #333333;
 font-size : large;
	font-weight: bold;

}

/* エントリータイトル下点線 */
.etTitleKazari {
 padding: 3px 0px;
 border-bottom: 1px dashed #999999;
 margin: 0px 0px 2px 0px;
}

/* エントリータイトルの飾り（&lt;a href="#" class="etTitleLink"&gt;で使用） */
.etTitleLink {
	text-decoration: none;
}

/* エントリー本文 */
.etBody {
 font-size: 105%;
	line-height:160%;
	word-break:break-all;
 text-align: left;
}

/* エントリー本文背景 */
.entryBg{
 padding: 15px;
 background-color: #F3F3F3;
 margin:0px 0px 10px 0px;
}

/* エントリー本文上の情報レイアウト用 */
.entryHead{
 font-size: ;
}

/* エントリー本文上の情報のリンク */
.entryHead a{
 text-decoration: ;
}

/* エントリー本文下の情報レイアウト用 */
.entryFoot{
 font-size: ;
 padding: 5px 0px 0px 0px;
	clear:left;
}

/* エントリー本文下の情報のリンク */
.entryFoot a{
 text-decoration: ;
}


/* エントリーに表示されているカテゴリ */
.etCategory {
	color: ;
	font-size: ;
}

/* エントリーに表示されている日時 */
.etTime {
	color: ;
	font-size: ;
}

/* エントリーに表示されている「コメント（）」 */
.etCommentLink {
	font-size: ;
}

/* エントリーに表示されているコメントの数字 */
.etCommentLink A {
	font-size: ;
}

/* エントリーに表示されている「トラックバック（）」 */
.etTBLink {
	font-size: ;
}

/* エントリーに表示されているトラックバックの数字 */
.etTBLink A {
	font-size: ;
}

/* エントリーに表示されているカテゴリー、時間などの「/」や「｜」 */
.etText {
	font-size: ;
}

/* 各エントリー、コメント、トラックバックの区切り線 */
.etRule {

}

/* 前のページ、次のページ */
.etNextPrev {
 color:;
	font-size: ;
}

/* エントリー内の画像位置 */
.thumbnail {
 padding: 0px 10px 0px 0px;
	float:left;
}

/* コメント、トラックバック背景（エントリー下） */
#comment-trackback {
 margin: 0px 0px 20px 0px ;
}

/* コメント背景（別ウィンドウ、エントリー下ともに） */
.comment {

}

/* コメントの囲み（別ウィンドウ、エントリー下ともに） */
.comment .comment {
	background-color:#fff;
	border:1px solid #D7D7D7;
	padding:5px;
}


/* エントリー下の「コメント」 */
.cmHeadText {
	color: ;
	background-color: ;
	font-size:12px;
	font-weight: bold;
}

/* エントリー下の「コメント」の囲み */
.cmHeadFrame {
	background-color: ;
}

/* エントリー下「コメントを投稿する」、別ウィンドウ「コメント」「コメントを投稿する」 */
.cmText {
	color: ;
	font-size:12px;
	font-weight: bold;
}

/* コメントタイトル（エントリー下、別ウィンドウともに） */
.cmTitle {
	color: ;
	font-size:12px;
	font-weight: bold;
}

/* コメント投稿者名（エントリー下、別ウィンドウともに） */
.cmName {
	font-size:12px;
}

/* コメント投稿日時（エントリー下、別ウィンドウともに） */
.cmDate {
	font-size:12px;
}

/* コメント見出しの各タイトル（エントリー下、別ウィンドウともに）と規約導入の文字 */
.cmForm {
	color: ;
	font-size:12px;
}

/* コメント本文（エントリー下、別ウィンドウともに） */
.cmBody {
	font-size:12px;
	line-height: 160%;
 text-align: left;
}

/* トラックバックの背景（エントリー下、別ウィンドウともに） */
.trackback {
 background-color: ;
}

/* トラックバックの囲み（別ウィンドウ、エントリー下ともに） */
.trackback .trackback {
	background-color:#fff;
	border:1px solid #D7D7D7;
	padding:5px;
}


/* エントリー下の「この記事のTrackback Ping-URL」 */
.tbHeadText {
	color: ;
	background-color: ;
	font-size:12px;
	font-weight: bold;
}

/* エントリー下の「この記事のTrackback Ping-URL」の囲み */
.tbHeadFrame {
	background-color: ;
}

/* 別ウィンドウの「この記事のTrackback Ping-URL」 */
.tbtrackback {
	color: ;
	font-size:12px;
	font-weight: bold;
}

/* トラックバックURL（エントリー下、別ウィンドウともに） */
.tbUrl {
	color: ;
	font-size:9px;
	white-space: nowrap;
}

/* トラックバックされた方のサイト名（エントリー下、別ウィンドウともに） */
.tbBTitle {
	font-size:12px;
}

/* トラックバックされた記事名（エントリー下、別ウィンドウともに） */
.tbETitle {
	color: ;
	font-size:12px;
	font-weight: bold;
}

/* トラックバック本文（エントリー下、別ウィンドウともに） */
.tbDesc {
	font-size:12px;
	line-height: 150%;
}

/* カレンダー背景 */
.calendar {
	font-size: ;
}

/* カレンダー年月 */
.calMonth {
	color: ;
	font-weight: bold;
}

/* カレンダー曜日 */
.calWeek {
	color: ;
	font-weight: bold;
}

/* カレンダー日付 */
.calDay {
}

/* カレンダー日付のリンク */
.calDayLinked {
	font-weight: bold;
	text-decoration: underline;
}

/* カレンダー前月、翌月 */
.calLink {
	font-size: ;
	font-weight: bold;
	text-decoration: underline;
}

/* カレンダー内の区切り */
.calRule {
	background-color: #a0a1ad;
}


/* gooお奨めリンク内「携帯」 */
.lgBar {
	color: #333333;
	font-size: ;
	font-weight: bold;
 text-align: left;
 background-image: url(/images/tmp_sm_wh_l/menu_icon.gif);
 background-position: left center;
 background-repeat: no-repeat;
 padding: 0px 0px 0px 15px;
 margin-bottom: 5px;
}

/* メニュー背景 */
#menu {
	float:left;
	width:170px;
 padding:15px 0px 15px 10px;
}

/* メニュー全体の文字　*/
#sideBarW, #sideBarW td ,#sideBarW td div,#sideBarW, #sideBarW td  {
 color: ;
 font-size: ;
}

/* メニューのリンク（まだ見ていない状態）　*/
#sideBarW a, #sideBarW td a {
 color: ;
 font-size: ;
}

/* メニューの各見出し */
.menuBar {
	color: #333333;
	font-size: ;
	font-weight: bold;
 text-align: left;
 background-image: url(/images/tmp_sm_wh_l/menu_icon.gif);
 background-position: left center;
 background-repeat: no-repeat;
 padding: 0px 0px 0px 15px;
 margin-bottom: 5px;
}

/* メニューのリスト背景 */
.menuBg {
 padding: 0px 0px 30px 0px;
 text-align: left;
}

/* カレンダー、プロフィール背景 */
.menuBgCen {
 padding: 0px 0px 30px 0px;
}

/* 左メニューのリスト内のテーブル位置 */
.menuBgCen table {
 text-align: center;
}

/* 「ブログの作成・編集」 */
.adminLink {
 color: ;
 font-size: ;
}

/* テーマサロンのリストの「・」「携帯からもアクセス」「QRコード（）」 */
.gooText {
	color: ;
}

/* ログアウト時、ログインフォームの文字 */
.lgText {
	color: ;
	font-size: ;
}

/* ログアウト時、ログインフォーム下の区切り線 */
.lgRule {
	background-color: #ababab;
}

/* 過去の投稿（ENTRY ARCHIVE）のリスト */
.arcLink {
	color: ;
	font-size: ;
	text-decoration: underline;
}
/* カテゴリー（cotegory）のリスト */
.catLink {
	color: ;
	font-size: ;
	text-decoration: underline;
}

/* 最新の投稿（RECENT ENTRY）のリスト */
.entLink {
 color: ;
	font-size: ;
	text-decoration: ;
}

/* 最新のコメント（RECENT COMMENT）のリスト */
.comLink {
 color: ;
	font-size: ;
	text-decoration: ;
}

/* 最新のコメント（RECENT COMMENT）のリスト：投稿者名 */
.comText {
 color: ;
	font-size: ;
}

/* ブックマーク（bookmark）のリンク：サイト名 */
.bmLink {
	color: ;
	font-size: ;
	text-decoration: underline;
}

/* ブックマーク（bookmark）リスト：説明 */
.bmText {
	color: ;
	font-size: ;
}

/* プロフィールの見出し */
.pfTitle {
 background-color: #D7D7D7;
 border: 1px solid #D7D7D7;
	font-weight:bold;
	color: #000;
	display:block;
 padding: 2px 2px 2px 4px;
}

/* プロフィールの内容 */
.pfText {
 border: 1px solid #D7D7D7;
	display:block;
	color: #000;
 padding: 2px 2px 2px 4px;
 word-break: break-all;
}



/* 「URLを送信する」 */
.miscLink {
	font-size: ;
	text-decoration: ;
}

/* 「（for PC & MOBILE）」 */
.miscText {
	color: ;
	font-size: ;
}

/* 崩れ防止 */
.Clear-Both {
	clear:both;
	height:1px;
	font-size:1px;
	overflow:hidden;
}

/*** gooAd ***/

/* iframeの設定 */
.gooAd_iframe {
	padding: 0px 0px 30px 0px;
}

/* テーブル全体 */
.gooAd {
	cursor: hand;
}

/* テーブル個別セル設定 */

/* スポンサーリンクセル */
TD.gooAd_sponsor_td {
	font-size: 9px;
	padding: 3px 3px 2px 3px;
	text-align: left;
	color: #999 !important;
}

/* タイトルセル */
TD.gooAd_title_td {
	font-size: 11px;
	padding: 4px 3px 0px 3px;
	text-align: left;
}

/* URLセル */
TD.gooAd_url_td {
	font-size: 10px;
	padding: 4px 3px 0px 3px;
	text-align: right;
}

/* テキストセル */
TD.gooAd_text_td {
	font-size: 8px;
	padding: 3px 3px 3px 3px;
	text-align: left;
}

/* スペーサーセル */
TD.gooAd_btm_td {
	font-size: 20px;
	padding: 3px 3px 3px 3px;
}

/* 文字個別設定 */

/* スポンサーリンク文字 */
a.gooAd_sponsor {
	text-decoration: none !important;
	color: #999 !important;
}

/* タイトルリンク文字 */
a.gooAd_title {
	font-weight: bold !important;
	text-decoration: underline !important;
	color: #666 !important;
}

/* URLリンク文字 */
a.gooAd_url {
	text-decoration: none !important;
	color: #666 !important;
}

/* テキストリンク文字 */
a.gooAd_text {
	text-decoration: none !important;
	color: #333 !important;
}

/*-- Twitter記事設定 --*/
span.entry-body-text-twitter-top{display:block;padding-left:22px;background:url(/img/static/blog/entry_body_text_twitter_top.gif) left center no-repeat;}
span.entry-body-text-twitter-top-time{font-size:130%;font-weight:bold;}
span.entry-body-text-twitter-body{display:block;padding:0 0 12px 22px;}
span.entry-body-text-twitter-by{display:block;text-align:right;padding-right:22px;background:url(/img/static/blog/entry_body_text_twitter_top.gif) right center no-repeat;}
iframe.twitter-share-button{width:68px !important;}

/*-- tw matome --*/
#twtr a{text-decoration:none}
#twtr a:hover{text-decoration:underline}
#twtr .twTp a:hover{text-decoration:none}
#twtr .twTp p a:hover{text-decoration:underline}
#twtr .twUnit{position:relative;width:80%;border-bottom:1px solid #E4E4E4;padding:8px 0px 8px 56px;margin:0 auto;overflow:hidden}
#twtr .end{padding-top:2em;text-align:right;font-size:1em;padding-bottom:0.5em;border-bottom:none}
#twtr img {border:none;}
#twtr .twUnit p{margin: 0}
#twtr .twTp{margin:2px 0 5px;position:relative}
#twtr .twTp a{line-height:1.1}
#twtr .twTp img{position:absolute;margin-left:-56px;width:48px;height:48px;border:none;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px}
#twtr .twTp strong{font-weight:bold;font-size:1.1em;margin-left:-0.6em}
#twtr .twTp p{float:right;font-size:12px}
#twtr .twTp p, .twBtm{font-size:0.9em}
#twtr .twTm {position:absolute;right:0;top:2px}
#twtr .twTxt{word-wrap:break-word;margin:0}
#twtr .twTxt a{color:#008AB4}
#twtr .twImg &gt; a{display:inline-block;/display:inline;/zoom:1;margin:0.25em 0.5em 0.25em 0}
#twtr .twImg &gt; a:last-child {margin-right:0}
#twtr .twRT{font-size:0.9em}
#twtr .twRT span{font-weight:bold}
#twtr .twBtm{text-align:right;margin-top:2px}
#twtr .twBtm div, .twBtm a{display:inline-block;/display:inline;/zoom:1}
#twtr .twBtm div{margin-right:0.5em}
#twtr .twBtm div a{display:inline}
#twtr .twBtm a{margin-left: 0.3em}
#twtr .twUnit i{
display: inline-block;
width:16px;height:16px;vertical-align: text-bottom;position:relative;top:1px;
background-image: url(https://si0.twimg.com/images/dev/cms/intents/icons/sprites/everything-spritev2.png);
}
#twtr .smReply{background-position:-1px -1px}
#twtr .smRt{background-position:-80px -1px}
#twtr .smFav{background-position:-33px -1px}
#twtr .twUnit hr{display:none}
