@charset "EUC-JP";

/* =============================================== */
/** All Blog Templates CSS

 Update : 2008.07.30

New
・CommonTheme リニューアル
・PortalLinks 設定

Past
・hCard 対応（default_2008）
・blog map
・profile.livedoor.com Openに伴い拍手ボタン（Clap）追加
・Tempalete"the4thGeneration"用にArticleFooterInfo記載
・共通ヘッダ（BlogHeader）内JS変更に伴う修正
・記事タグ：ブログ内リンク（ArticleTagsListInternal） 設定
・記事タグ（ArticleTagsList） 設定
・共通フッタ（BlogFooter） 設定
・共通ヘッダ（BlogHeader） 修正 …ロゴとテキスト
・clipボタン（AddToClip） 追加
・記事投稿“プライベートモード”機能 追加
・プラグイン“タグクラウド”追加
・トップページ用ページャ“インデックスナビゲータ（IndexNavigator）”追加
・共通ヘッダ（BlogHeader）とサイドバナー（LDServices）設定

*/
/* =============================================== */


/* =============================================== */
/** Contents

 独自タグ
	BlogHeader … 共通ヘッダ
	BlogFooter … 共通フッタ
	LDServices … サイドバナー
	IndexNavigator … トップページ用ページャ
	ArticleTagsList, ArticleTagsListInternal … 記事タグ, 記事タグ：ブログ内リンク
	AddToClip … クリップボタン
	Clap … 拍手ボタン
	CommentForm … コメント認証
 機能
	Private Mode … プライベートモード
	TagCloud - Plugin … タグクラウド プラグイン

/* ----------------------------------------------- */



/* =============================================== */
/** BlogHeader */
/* ----------------------------------------------- */

table#header {
	width: 100%;
}

table#header th {
	width: 1%;
}

table#header th img {
	margin: 2px 10px;
}

table#header td.catprbox {
	width: 1%;
	white-space: nowrap;
}

table#header td.catprbox span {
	margin-right: 15px;
}

table#header td.newstickerbox {
	width: 97%;
}

table#header td.newstickerbox div {
	text-align: left!important;
	padding-left: 10px;
}

table#header td.startblogbox {
	width: 1%;
	padding-right: 20px;
	white-space: nowrap;
}

table#header td.startblogbox img {
	margin-right: 3px;
	border: 0;
	vertical-align: middle;
}

table#header td.startblogbox a.header-nav-livedoor {
	margin-right: 5px;
	border-right: 1px solid;
	padding-right: 5px;
}

/* changed Js */
table#header a {
	text-decoration: none!important;
}

table#header td {
	height: 16px!important;
}

td.newstickerbox div {
	width: 200px!important;
	height: 14px!important;
}

#header_scroll {
	width: 170px!important;
}

#header_topics div {
	height: 14px!important;
}


/* =============================================== */
/** BlogFooter */
/* ----------------------------------------------- */

div#footer p {
	margin: 0;
	padding: 0;
}

/* =============================================== */
/** LDServices */
/* ----------------------------------------------- */

ul#ld-services {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

ul#ld-services li {
	margin: 0;
	padding: 0 0 10px 0;
}

ul#ld-services li a img {
	border: 0;
}


/* = Pager
=============================================== */

/* = Index Navigator
--------------------------- */

/* default css reset */
ul.index-navigator
, ol.paging-number {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.index-navigator li
, ol.paging-number
, ol.paging-number li {
	padding: 0;
	margin: 0;
}

/* style start */
ul.index-navigator li
, ol.paging-number
, ol.paging-number li {
	display: inline;
}

ul.index-navigator li {
	font-weight: normal;
}

ul.index-navigator li.paging-number ol.paging-number li.current {
	margin: 0 5px;
	font-weight: bold;
}
ul.index-navigator li a {
	margin: 0 2px;
	padding: 0 3px;
	font-weight: normal;
}

div.index-navigator-outer {
	text-align: center!important;
}
	/* for IE hasLayout */
	ul.index-navigator li a {
		zoom: 1;
	}



/* = Article Pager
--------------------------- */

/* default css reset */
ul.article-pager {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.article-pager li {
	margin: 0;
	padding: 0;
}

/* style start */
ul.article-pager li {
	display: inline;
}



/* = Archives Pager
--------------------------- */

/* default css reset */
ul.archives-pager {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.archives-pager li {
	margin: 0;
	padding: 0;
}

/* style start */
ul.archives-pager {
	text-align: center;
}

ul.archives-pager li {
	display: inline;
}

ul.archives-pager li.both {
	border-left: 1px solid;
}



/* =============================================== */
/**	CommonTheme */
/* ----------------------------------------------- */

dl.common-theme ,
dl.common-theme dt ,
dl.common-theme dd {
	margin: 0;
	padding: 0;
}

dl.common-theme {
	clear: both;
}

dl.common-theme dt ,
dl.common-theme dd {
	display: inline;
}

dl.common-theme dt {
	display: none;
}

body.default_2008 dl.common-theme {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/common/common_theme.gif) no-repeat;
	margin-bottom: 10px;
	padding-left: 20px;
	line-height: 16px;
}

body.default_2008 dl.common-theme dt ,
body.default_2008 dl.common-theme dd {}



/* =============================================== */
/** ArticleTagsList
    ArticleTagsListInternal */
/* ----------------------------------------------- */

dl.article-tags ,
dl.article-tags dt ,
dl.article-tags dd {
	margin: 0;
	padding: 0;
}

dl.article-tags {
	clear: both;
}

dl.article-tags dt ,
dl.article-tags dd {
	display: inline;
}

dl.article-tags dd {
	margin-left: 5px;
}

/* default_2008 style */

body.default_2008 dl.article-tags {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/common/tag.gif) no-repeat;
	padding-left: 20px;
	height: 1%;
	min-height: 16px;
	line-height: 20px;
}

body.default_2008 dl.article-tags dt {}

body.default_2008 dl.article-tags dd {
/*
	float: left;
*/
	margin-left: 7px;
}



/* =============================================== */
/** PortalLinks */
/* ----------------------------------------------- */

div.portal-links dl.common-theme {
	margin-bottom: 5px;
}



/* =============================================== */
/** AddToClip */
/* ----------------------------------------------- */

a.ldclip-redirect img {
	vertical-align: middle;
	border: 0;
}

/* =============================================== */
/** Clap */
/* ----------------------------------------------- */

span.clap {
	padding-left: 5px;
}

span.clap img {
	vertical-align: middle;
	margin-right: 3px;
}

/* =============================================== */
/** ArticlePostInfo (for the4thGeneration ?) */
/* ----------------------------------------------- */

.vcard a.url {
	text-decoration: none;
}

ul.article-post {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

ul.article-post li {
	display: inline;
}

ul.article-post li.article-author {
	font-weight: bold;
}

ul.article-post li.article-author img {
	vertical-align: middle;
	padding-right: 5px;
}

ul.article-post li.article-comment-count
, ul.article-post li.article-trackback-count {
	margin-left: 5px;
}

ul.article-post li.article-clip {
	padding-left: 5px;
}

/* =============================================== */
/** CommentForm */
/* ----------------------------------------------- */
/** コメント認証 */

div.comment-auth-announcement {
	border: 1px solid;
	border-color: #858585;
	margin: 10px;
	padding: 10px;
}
div.comment-auth-announcement p {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

div.comment-auth-announcement p.authorized {
	text-align: center;
}

/* =============================================== */
/** Private Mode */
/* ----------------------------------------------- */

div.private-mode-announcement {
	border: 1px solid;
	padding: 10px;
}

div.private-mode-announcement p {
	margin: 0;
	padding: 0;
	text-align: left;
}

div.private-mode-announcement p.authorized {
	text-align: center;
}

div.private-mode-announcement p.authorized span {}

/** ログアウトする */
div.private-mode-announcement p.authorized a {
	margin-left: 10px;
}

/* =============================================== */
/** TagCloud - Plugin */
/* ----------------------------------------------- */

.side ul.tagcloud {
	margin: 0;
	padding: 0;
	text-align: left;
	overflow: hidden;
	line-height: 1.2;
}

.side ul.tagcloud li {
	display: inline;
	margin: 0;
	padding: 0;
}

/** FontSize */
.side ul.tagcloud li.tag-weight-0 {
	font-size: 100%;
}
.side ul.tagcloud li.tag-weight-1 {
	font-size: 120%;
}
.side ul.tagcloud li.tag-weight-2 {
	font-size: 165%;
}
.side ul.tagcloud li.tag-weight-3 {
	font-size: 200%;
}
.side ul.tagcloud li.tag-weight-4 {
	font-size: 230%;
}

.side ul.tagcloud li.tag-lifetime-0
, .side ul.tagcloud li.tag-lifetime-1
, .side ul.tagcloud li.tag-lifetime-2
, .side ul.tagcloud li.tag-lifetime-3
, .side ul.tagcloud li.tag-lifetime-4 {}

/* =============================================== */
/** BlogMap - Plugin */
/* ----------------------------------------------- */

iframe.blogMap {
	border: 1px solid #ccc;
}

/* =============================================== */
/** 暫定 */
/* ----------------------------------------------- */

div.article-option ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

div#comment-form-body tr.input-comment-body td div.textarea-outer {
	position: relative;
}

div#comment-form-body div#emoji {
	position: absolute;
	background-color:#fff;
	top: 0!important;
	left: 2px!important;
	border: 0;
}

div#comment-form-body div#emoji table {
	border: 1px solid #000000;
}

img#tool {
	border: 0;
}


abbr {
	border: 0;
}


/* class article_tags
--------------------------- */

dl.article_tags ,
dl.article_tags dt ,
dl.article_tags dd {
	margin: 0;
	padding: 0;
}

dl.article_tags {
	clear: both;
}

dl.article_tags dt ,
dl.article_tags dd {
	display: inline;
}

dl.article_tags dd {
	margin-left: 5px;
}


#NnVD{
	top: 30px !important;
}
