@charset "EUC-JP";

/* Information
==================================================
livedoor Blog CSS
 Name   : default_2008_sky_2c
 Layout : 2カラム リキッド

 Update : 2008.02.27
==================================================
*/

/* Table of Contents
==================================================
	01. Text - フォント・リンク
	02. Layout - 全体の枠組み
	03. Title - ブログタイトルエリア
	04. SubTitle - アーカイブタイトルエリア
	05. Pager -ページャ
	06. Main - 記事エリア
	07. Option - トラックバック・コメントエリア
	08. Sub & Extra - プラグインエリア
	09. Header & Footer - ヘッダー・フッター
	10. Others - ADエリア etc.
==================================================
*/


/* =============================================== */
/** 01. Text - フォント・リンク */
/* ----------------------------------------------- */

* {
	word-break: break-all;
}

body
, textarea {
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	font-size:12px;
}

body {
	color: #000000;
}

a	{
	color:#008844;
}
a:link	{
	color:#008844;
	text-decoration:underline;
}
a:visited	{
	color:#008844;
	text-decoration:underline;
}
a:hover	{
	color:#008844;
	text-decoration:none;
}
a:active	{
	color:#008844;
	text-decoration:none;
}

.hidden	{	visibility:hidden;	}

/* ADエリアはCSS別途指定 */

/* =============================================== */
/** 02. Layout - レイアウト（全体の枠組み） */
/* ----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background:url(images/head_bg.gif) repeat-x #fff 0 28px;
	text-align: center;
}

div#container {
	width: 840px;
	margin: 10px auto 0;
	padding-bottom: 10px;
	position: relative;
	border-right:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
}

div#content {
	margin: 0 10px;
}

div#main
, div#sub
, div#extra {
	overflow: hidden;
}

div#main {
	margin: 0;
	padding-top: 15px;
	float: right;
	display: inline;
	width: 605px;
}

div#main div.column-inner {
	margin: 0;
}

div#sub {
	float: left;
	display: inline;
	width: 192px;
	padding-top: 15px;
}

div#sub div.column-inner {
	width: 100%;
}

div#sub	dl		{	width:192px;margin:0 0 10px;padding:0;	}
div#sub	dt		{	margin:0;padding:0;	}
div#sub	dd	{	height:28px;margin:0;padding:0;	}

div#extra {
	clear: right;
	float: right;
	display: inline;
	width: 220px;
	background: #ebebeb url(http://parts.blog.livedoor.jp/img/usr/default_2008/sky/side_bottom.gif) no-repeat bottom;/* 背景画像： 下 */
	padding: 15px 0;
}

#FLASH	{

}
#FLASH	img	{
	margin-top:3px;
}


.message {
	padding-top:4px;
	width:605px;
	height:224px;
	background:url(images/message_bg.gif) no-repeat center top;
	text-align: left;
	line-height: 150%;
}
.message	h2 {
	margin:0;
	padding:0;
	text-align:center;
}
.message 	p	{
	margin:0;
	padding:20px 0 0 20px;
}

#main	.news	{
	width:605px;
	height:250px;
}
#main	.news	h2 {
	margin:0;
	padding:0;
	text-align:center;
}
#main	.news	ul	{
	margin:0;
	padding:15px 0 0 15px;
}
#main	.news	li	{
	margin:0 0 16px;
	padding:0;
	text-align:left;
	list-style:none;
}
.index #container #content #main .news a	{
	margin-left:6px;
	padding-left:18px;
	background:url(images/square.gif) no-repeat left;
}

.index #container #content #main .bnr {
	padding-top:24px;
}


/* ----------------------------------------------- */
/** clearfix */

div#container:after
, div#content:after
, ul.article-navigator:after
, ul.archives-navigator:after
, div.article-body:after
, div.article-body div.article-body-more:after
, div#trackback-form ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/** hasLayout */
div.blog-title-outer
, div.article-outer
, h2.archives-title
, div.article-body
, div.article-footer
, h2.article-title
, div.pager
, ul
, div.index-navigator-outer {
	height: 1%;
}

/** peek-a-boo bug */
div#trackback-form
, div#trackbacks-list
, div#comments-list
, div#comment-form {
	height: 1%;
}


/* =============================================== */
/** 03. Title - ブログタイトルエリア */
/* ----------------------------------------------- */
table#header	{
	height:23px;
}
table#header	*	{
	color:#999;
}
div#head {
	width:840px;
	height:84px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}

h1#blog-title {
	width:300px;
	margin: 0;
	padding:24px 0 0 23px;
	float:left;
}

div#head_btn	{
	padding:12px 0 0;
	width:500px;
	text-align:right;
	vertical-align:top;
	float:right;
}

/* =============================================== */
/** 04. SubTitle - アーカイブタイトルエリア */
/* ----------------------------------------------- */

div.archives-title-outer {
	background: #b4b7b9 url(http://parts.blog.livedoor.jp/img/usr/default_2008/sky/r_left_top.gif) no-repeat;/* 背景画像：左上 */
	margin-bottom: 10px;
}
div.archives-title-outer-2 {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/sky/r_right_top.gif) no-repeat right top;/* 背景画像：右上 */
	padding-top: 15px;
}
div.archives-title-outer-3 {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/sky/r_right_bottom.gif) no-repeat bottom right;/* 背景画像：右下 */
	padding-right: 20px;
}

h2.archives-title {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/sky/r_left_bottom.gif) no-repeat bottom left;/* 背景画像：左下 */
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	text-align: center;
	font-size: 108%;
}

/* =============================================== */
/** 05. Pager - ページャ */
/* ----------------------------------------------- */

div.pager {
	background: #ebebeb url(http://parts.blog.livedoor.jp/img/usr/default_2008/sky/r_left_bottom.gif) no-repeat bottom left;/* 背景画像：左下 */
	margin-bottom: 10px;
	text-align: left;
}

div.pager-inner {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/sky/r_right_bottom.gif) no-repeat bottom right;/* 背景画像：右下 */
	padding-bottom: 15px;
}

div.index-navigator-outer
, div.archives-pager-outer
, div.article-pager-outer {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/sky/r_right_top.gif) no-repeat right top;/* 背景画像：右上 */
}

/* ----------------------------------------------- */
/** IndexNavigator - トップページ */

ul.index-navigator {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/sky/r_left_top.gif) no-repeat;/* 背景画像：左上 */
	padding: 15px 0 0;
	font-size: 90%;
}

ul.index-navigator li a {
	padding: 0 7px;
}

/* ----------------------------------------------- */
/** ArchivesPager - アーカイブページ */

div.categorytitlebody {
	background:url(images/cat_title.gif) no-repeat left top;
}

h2.categorytitle {
	margin: 0;
	padding: 10px 10px 20px 20px;
	font-size: 200%;
	font-weight: bold;
	color:#fff;
	text-align:left;
}

ul.archives-pager {
	list-style-type: none;
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/sky/r_left_top.gif) no-repeat;/* 背景画像：左上 */
	margin: 0;
	padding: 15px 0 0;
	text-align: center;
	font-size: 90%;
}

ul.archives-pager li {
	display: inline;
	padding: 2px 5px;
}

ul.archives-pager li a {
	padding: 0 5px;
}

ul.archives-pager li.both {
	border-left: 1px solid #575e69;
}

/* ----------------------------------------------- */
/** ArticlePager - 個別記事ページ */

ul.article-pager {
	list-style-type: none;
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/sky/r_left_top.gif) no-repeat;/* 背景画像：左上 */
	margin: 0;
	padding: 15px 0 0;
	font-size: 90%;
/** ++ border高さを揃えるため */
overflow: hidden;
}

ul.article-pager li {
	float: left;
	display: inline;
	width: 49%;
	margin: 0;
	padding: 1px 0 0;/** 1px余白（上部） */
	line-height: 1.25;
/** ++ border高さを揃えるため */
margin-bottom: -32767px;/** 1px余白（下部） */
padding-bottom: 32768px;
}

ul.article-pager li a {
	display: block;
	margin: 0 10px;
}

ul.article-pager li.prev {
	text-align: right;
}

ul.article-pager li.next {
	text-align: left;
}

ul.article-pager li.both {
	border-left: 1px solid #8d8d8d;
}

/* =============================================== */
/** 06. Main - 記事エリア */
/* ----------------------------------------------- */
div#articlebody	{
	background:url(images/entry_bg.gif) no-repeat center top;
}

div.article-outer {
	background: #b9ddff url(http://parts.blog.livedoor.jp/img/usr/default_2008/sky/r_left_top.gif) no-repeat;/* 背景画像：左上 */
	text-align: left;
	margin-bottom: 30px;
}

div.main	{
	margin:0;
	padding:20px;
	text-align:left;
	line-height:150%;
	background:url(images/entry_btm.gif) no-repeat center bottom;
}

div.blogtextbody	{
	background:url(images/entry_mdl.gif) repeat-y center;
}


/* ----------------------------------------------- */
/** 記事ヘッダー */

div.article-header {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/sky/r_right_top.gif) no-repeat right top;/* 背景画像：右上 */
	padding-top: 20px;
}

/*** 日付 */
div.article-date-outer {
	float: left;
	padding-left: 20px;
	font-size: 90%;
	font-weight: bold;
}

div.article-date-outer span.article-date {
	margin-right: 3px;
	margin-right: 0.25em;
}

div.article-date-outer span.article-time {}

/*** カテゴリ */
div.article-category-outer {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/common/category.gif) no-repeat;
	margin-left: 12.5em;/* 日付の幅 */
	padding-left: 20px;
	padding-right: 20px;
}

div.article-category-outer dl.article-category {
	margin: 0;
	padding: 0;
	line-height: 1.25;
}

div.article-category-outer dl.article-category dt
, div.article-category-outer dl.article-category dd {
	display: inline;
	margin: 0;
	padding: 0;
	margin-right: 5px;
	font-size: 90%;
}

div.article-category-outer dl.article-category dt {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	text-indent: -9999px;
}

/*** カテゴリアーカイブページではカテゴリを非表示にする */
body.category div.article-category-outer {
	display: none;
}

/** 記事タイトル */
div.titlebody {
	
}

h2.title {
	margin: 0;
	padding: 10px 10px 20px 60px;
	font-size: 200%;
	font-weight: bold;
	color:#008844;
	text-align:left;
}
h3.title {
	margin: 0;
	padding: 15px 10px 20px 60px;
	font-size: 150%;
	font-weight: bold;
	color:#008844;
	text-align:left;
}
#ldblog-standard #container #blogcontainer #content #main #blog #articlebody .datebody {
	padding:0 20px;
}

#ldblog-standard #container #blogcontainer #content #main #blog #articlebody .datebody h4.date {
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:lighter;
	text-align:right;
}
/* ----------------------------------------------- */
/** 記事本文 */

div.article-body {
	background-color: #ffffff;
	padding: 20px 10px 5px;
	line-height: 170%;
	font-size: 100%;
}

div.article-body-inner {
	width: 100%;
	overflow: hidden;
}

/** 続きを読む */
div.article-body span.article-continue {
	display: block;
	margin-top: 1em;
}

div.article-body div.article-body-more
, div.article-body div.article-body-private {
	clear: both;
	margin-top: 1em;
}

/*** blockquote & pre */
div.article-body blockquote
, div.article-body pre {
	background-color: #f5f5f5;
	padding: 5px 15px;
	margin: 5px 0;
	color: #595d68;
}

/*** img */
div.article-body img.pict {
	margin: 0 5px 5px 0;
}

/*** 記事タグ */
dl.article-tags {
	margin: 25px 10px 0;
}

dl.article-tags dt
, dl.article-tags dd {}

/*** プライベートモード */
div.private-mode-announcement {
	border-color: #858585;
	line-height: 135%;
	font-size: 90%;
}

/* ----------------------------------------------- */
/** 記事フッター */

div.article-footer {
	background-color: #ffffff;
	padding: 0 10px;
}

ul.article-post {
	margin: 0 0 20px;
	padding: 10px 5px 0; 
	text-align: right;
}

ul.article-post li {
	min-height: 16px;
	font-size: 82%;
}


/* ----------------------------------------------- */

/* =============================================== */
/** 08. Sub & Extra - プラグインエリア */
/* ----------------------------------------------- */

div.sidetitlebody {}
div.sidetitle {
	padding: 0 20px 10px;
	text-align: left;
	font-size: 90%;
	font-weight: bold;
}

div.sidetop
, div.sidebottom {
	display: none;
}

div.side {
	margin: 0 20px 20px;
	text-align: center;
	font-size: 90%;
}

div.sidebody {
	background: url(http://parts.blog.livedoor.jp/img/usr/livedoor/web_directors/side_body.gif) no-repeat 0 8px;
	padding: 0 0 5px 9px;
	margin-left: 5px;
	text-align: left;
}

/* ----------------------------------------------- */

/** Plugins */

.nickname {
	font-weight: bold;
	margin: 10px 0;
}

/* ----------------------------------------------- */
/** LDServices */

ul#ld-services {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/sky/banner_base.gif) no-repeat center;
	padding-top: 20px;
}

/* =============================================== */
/** 09. Header & Footer - ヘッダー・フッター */
/* ----------------------------------------------- */
/** Header */

table#header {
	width:100%;
	font-size: 12px;
}

/* ----------------------------------------------- */
/** Footer */

div#footer {
		width:820px;
	background:url(images/foot_bg.gif) repeat-x top;
}

div#footer_menu {
	padding:12px 0 0 20px;
	width:400px;
	height:35px;
	text-align:left;
	float:left;
}

#container #footer #footer_menu a	{
	padding-left:10px;
	background:url(images/arrow.gif) no-repeat left;
}
#container #footer #footer_menu a:link	{
	text-decoration:underline;
}
#container #footer #footer_menu a:visited	{
	text-decoration:underline;
}
#container #footer #footer_menu a:hover	{
	text-decoration:none;
}
#container #footer #footer_menu a:active	{
	text-decoration:none;
}

div#footer_pagetop {
	padding-top:6px;
	width:400px;
	text-align:right;
	float:right;
}

div#footer_text	{
	padding-top:10px;
	padding-bottom:15px;
	height:40px;
	border-bottom:1px solid #dedede;

}
div#footer_text	div.foot_logo {
	padding:14px 0 14px;
	width:400px;
	float:left;
	border-right:3px solid #93B94B;
}

div#footer_text	div.foot_text {
	padding:0 0 0 60px;
	width:340px;
	text-align:left;
	line-height:135%;
	float:left;
}

div.copyright {
	width: 94%;
	margin: 12px auto 50px;
	text-align:left;
	color:#666;
}



/* =============================================== */
/** 10. Others - ADエリア etc. */
/* ----------------------------------------------- */
/** ADエリア */

div#ad {
	background-color: #fffadd;
	overflow: hidden;
	text-align: center;
}

div#ad iframe {
	margin: 10px auto;
}

div.gAdsense {
	padding: 10px 0;
}

body.ad {
	background: transparent;
}

a.adtitle {
	color: #0000ff!important;
	font-weight: bold;
}

a.adtitle span {
	font-size: 90%!important;
}

a.addescription {
	color: #000000!important;
}

a.addescription span {
	font-size: 82%!important;
}

a.adurl {
	color: #1b8d1c!important;
	text-decoration: none;
}

a.adurl span {
	font-size: 82%!important;
}

a.adld {
	color: #666666!important;
	text-decoration: underline;
	font-size: 110%;
}


/* Update History
==================================================
New
・profile.livedoor.com Openに伴い拍手機能追加→ArticleToolBox
・共通CSS 整理

Past
・Pager bug(IE) Fix
・column-inner 追加に伴って修正
・記事タグ（ArticleTagsListInternal） の指定箇所を共通CSSに移行
・article-body-inner 追加, body最低幅（min-width）設定
・独自タグ ArticlePager, ArchivesPager 再定義・導入
・CSS 整理
・独自タグ ArticleTagsList, TrackBackForm, TrackBacksList, CommentsList, CommentForm, BlogFooter 定義・導入
・プライベートモード, コメントフォームの認証アナウンス 変更
・Authorアイコン 修正
・IE用に若干修正（記事タグ, 記事下AD枠 etc.）

・2007.12.28 リリース
==================================================
*/

/* End */
