@charset "UTF-8";

/* Information
==================================================
livedoor Blog CSS
Name   : セレブタイム
==================================================
*/

/* 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;
}

html,body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,table,th,tr,td,ul,ol,li,dl,dt,dd,form,fieldset,legend,hr,span,a,img,strong,em,ins,del,cite,abbr,acronym,sup,sub,dfn,code,var,samp,kbd,b,i {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	color: #000;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	font-size: .8em;
}

body {
	color: #000;
	background:url(http://www.celebtimes.net/img/parts/bg.gif) repeat 0 0;
}
a:link { color:#f06;}
a:visited { color:#f06;}
a:hover { text-decoration:none;}
a:active { text-decoration:none;}

h2.archives-title {
	color: #333;
}

div#main ul.article-post li a:link
, div#main ul.article-post li a:active
, div#main ul.article-post li a:visited
, div#main ul.article-post li a:hover {
	color: #666;
}

div#main dl.article-category dd a:link
, div#main dl.article-category dd a:active
, div#main dl.article-category dd a:visited
, dl.article-category dd a:hover {
}

div#main dl.article-category dd a {
	padding: 3px 3px 0;
	background: #ff5bb1;
	color: #fff;
	font-size: 83%;
	text-decoration: none;
}

div#main dl.article-category dd a:hover {
	color: #fff;
	background: #000;
}

div#main div.pager .current span {
	padding: 3px 6px;
	background:#f06;
	color: #fff;
	/zoom: 1;
}

div#main div.pager a:link,
div#main div.pager a:visited,
div#main div.pager a:active {
	padding: 3px 6px;
	background:#333;
	font-weight: bold;
	text-decoration: none;
}

div#main .index-navigator a:link,
div#main .index-navigator a:visited,
div#main .index-navigator a:active {
	color: #fff;
}

div#main ul.article-pager a:link,
div#main ul.article-pager a:visited,
div#main ul.article-pager a:active, 
div#main ul.archives-pager a,
div#main div.article-pager-outer a {
	background: none!important;
}

/*div#main ul.article-pager a:hover,*/

div#main div.pager a:hover {
	background:#ff6a97;
}

div.article-date-outer {
	color: #333;
}

ul.ping-info li.ping-date
, ul.comment-info li.comment-date {
	color: #8d8d8d;
}

.footer-outer
, .footer-outer a {
	color: #000;
}

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

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
}
div#container {
	background:url(http://www.celebtimes.net/img/parts/bg_header.gif) repeat-x 0 0;
}

* html div#container {
	position: relative;
	top: -1px;
}
*:first-child+html div#container {
	position: relative;
	top: -1px;
}

div#content {
	width:1030px;
	margin:-256px auto 0;
	background:#fff url(http://www.celebtimes.net/img/parts/background_inner.png) no-repeat 50% 0;
}
div#content-inner {
	padding:0 20px;
}

#container,
#contents,
#content-inner {
	zoom: 1;
}


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

/* 3col */
div#main {
	float: left;
	display: inline;
	width: 520px;
}
div#main div.column-inner {
	padding-right:10px;
}

div#sub,
div#extra {
	padding-top:50px;
	float: left;
	display: inline;
	padding-bottom:20px;
}
div#sub {
	width:310px;
}
div#extra {
	width:160px;
}
div#sub div.column-inner {
	padding-right:10px;
}

div#extra div.column-inner-2,
div#sub div.column-inner-2 {}
div#sub {}
div#extra {}
div#extra div.column-inner {}

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

div#container:after
, div#content:after
, div#content-inner: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
, 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 - ブログタイトルエリア */
/* ----------------------------------------------- */

div.blog-title-outer {
	height:410px;
	background:url(http://www.celebtimes.net/img/parts/background.png) no-repeat 50% 0;
	text-align: left;
	margin:0 auto;
}
* html div.blog-title-outer {
	background:url(http://www.celebtimes.net/img/parts/background.gif) no-repeat 50% 0;
}
*+ html div.blog-title-outer {
	background:url(http://www.celebtimes.net/img/parts/background.gif) no-repeat 50% 0;
}

div.blog-title-outer-2 {}
div.blog-title-outer-3 {
	width:1030px;
	margin:0 auto;
	padding-top:20px;
}
#blog-title {}
#blog-title a {
	display:block;
	width:500px;
	height:90px;
	overflow:hidden;
	text-indent:-9999px;
}
div.blog-description-outer {}

p#blog-description {
	display:none;
}

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

div.archives-title-outer {
	padding-top:20px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #333;
	font-size: 1.2em;
}
div.archives-title-outer-2 {}

div.archives-title-outer-3 {}

h2.archives-title {
	padding-left: 10px;
	border-left: solid 5px #333;
	font-size: 1.2em;
}

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

div.pager {
	margin-bottom: 10px;
	text-align: left;
}

div.pager-inner {
	padding-bottom: 15px;
}

div.index-navigator-outer
, div.archives-pager-outer
, div.article-pager-outer {}

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

ul.index-navigator {
	padding-top: 15px;
	font-size: 1em;
}

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

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

ul.archives-pager {
	padding-top: 15px;
	font-size: 1em;
	text-align: right;
}

ul.archives-pager li {
	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 {
	padding-top: 15px;
	font-size: 1em;
}

ul.article-pager li {
	float: left;
	width: 49%;
	line-height: 1.25;
}

/* = special tech ... borderの高さを揃えるため */
ul.article-pager {
	overflow: hidden;
}

ul.article-pager li {
	padding-top: 1px;/* 1px余白（上部） */
	padding-bottom: 100px;
	margin-bottom: -99px;/* 1px余白（下部） */
}

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.article-outer {
	margin-top: 10px;
	margin-bottom: 35px;
	text-align: left;
}

div.article-outer-2 {}

div.article-outer-3 {}

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

div.article-header {}

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

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 {}
div.article-category-outer dl.article-category {
	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: 1em;
}

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.article-title-outer {}
h1.article-title,
h2.article-title {
	color:#f06;
	clear: left;
	font-size: 150%;
	font-weight: bold;
	line-height:1.5;
}
h1.article-title a,
h2.article-title a {
	text-decoration:none;
}
h1.article-title a:hover,
h2.article-title a:hover {
	text-decoration:underline;
}

div.article-tool-box-header {
	display:none;
}

div.article-date-outer p.author-name {
	display:none;
}


/* ----------------------------------------------- */
/** 記事本文 */

div.article-body {
	clear: both;
	background-color: transparent;
	padding: 10px 0 5px;
	line-height: 170%;
}

div.article-body-inner {
	padding-right: 10px;
	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;
}





div.article-body h1 {
	padding: 5px 0 5px 5px;
	border-bottom: solid 1px #878787;
	border-left: solid 7px #878787;
	margin: 10px 0;
	font-size: 180%;
}
div.article-body h2 {
	padding: 5px 0 5px 5px;
	margin: 10px 0;
	border-bottom: solid 1px #878787;
	border-left: solid 7px #878787;
	font-size: 150%;
}
div.article-body h3 {
	margin: 10px 0;
	font-size: 130%;
}
div.article-body h4 {
	font-size: 120%;
	margin: 10px 0;
}
div.article-body h5 {
	font-size: 110%;
	margin: 10px 0;
}
div.article-body h6 {
	font-size: 105%;
	margin: 10px 0;
}

div.article-body ol {
	margin: 10px 0;
}
div.article-body ul {
	margin: 10px 0;
}
	div.article-body ol li {
		margin-left: 20px;
	}
	div.article-body ul li {
		margin-left: 15px;
	}



div.article-body dt {
	font-weight: bold;
}

div.article-body dd {
	margin-left: 1em;
}

/*** blockquote & pre */
div.article-body pre {
	background: #9cc url(http://parts.blog.livedoor.jp/img/usr/blogmedia/news/red/quotation.gif);
	margin: 5px 0;
	padding: 5px 15px;
}

div.article-body blockquote {
	padding: 5px 15px;
	margin: 5px 10px;
	border: solid 1px #9cc;
}




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

/*** 共通テーマ */
body.default_2008 dl.common-theme {
	margin: 0 10px 25px;
}

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


body.monthly dl.article-tags,
body.category dl.article-tags {
	margin-top: 5px;
}

dl.article-tags {
	font-size:12px;
}
dl.article-tags dt {
	font-weight:normal;
}
body.default_2008 dl.article-tags {
	padding:0;
	background:transparent;
}
dl.article-tags a {
	text-decoration:none;
}
dl.article-tags a:hover {
	text-decoration:underline;
}
div.article-body dd {
	margin-right:10px;
}

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

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

div.article-footer {
	margin: 15px 0 0 0;
	border: solid 1px #d1d1d1;
	padding: 1px;
	background-color: #ffffff;
}

ul.article-post {
	padding: 5px 15px 3px;
	background: #f0f0f0;
	text-align: right;
	overflow: hidden;
}

ul.article-post li {
	font-size: 82%;
}

ul.article-post li.article-comment-count {
	margin-left: 10px;
}
ul.article-post li.article-trackback-count {
	margin-left: 10px;
}

ul.article-post li.article-tool-clip,
ul.article-post li.article-tool-hatebu,
ul.article-post li.article-tool-topsy {
	float: left;
	margin-right:5px;
}
ul.article-post li.article-tool-clip,
ul.article-post li.article-tool-hatebu {
	padding-top:4px;
}
ul.article-post li.article-tool-hatebu a {
	font-weight:bold;
	color:#f00;
}
ul.article-post li.article-tool-clip img,
ul.article-post li.article-tool-hatebu img {
	margin:0;
	vertical-align:top;
}
ul.article-post li.article-tool-box span.clap {
	display:none;
}
ul.article-post li.article-tool-clap {}
ul.article-post li.article-tool-clap a.ldclip-redirect {
	display:none;
}
/* =============================================== */
/** 07. Option - トラックバック＆コメントエリア */
/* ----------------------------------------------- */

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

div.article-option {
	padding: 15px 0;
}

div.article-option h3 {
	color:#333;
	padding-bottom:5px;
	border-bottom:#000 solid 3px;
	margin-bottom:20px;
}

/*** 指定しやすいようstyleReset */
	h4.ping-title
	, ul.ping-info
	, ul.ping-info li
	, ul.comment-info
	, ul.comment-info li {
		padding: 0;
		margin: 0;
	}

	ul.ping-info li
	, ul.comment-info li {
		list-style-type: none;
	}

/* ----------------------------------------------- */
/** トラックバックURL */

div#trackback-form ul {
	margin: 0 30px;
	padding: 0;
}

div#trackback-form ul li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}

div#trackback-form ul li.trackback-form-url {
	width: 100%;
	margin-right: -90px;
}

div#trackback-form ul li.trackback-form-url span input {
	width: 100%;
}

div#trackback-form ul li.trackback-form-url span {
	display: block;
	padding-right: 100px;
	/* >> trackbackURL とsubmitボタンとの余白 100px-90px=10px となる */
}

div#trackback-form ul li.trackback-form-submit {
	width: 80px;
}

div#trackback-form ul li.trackback-form-submit input {}

/* ----------------------------------------------- */
/** トラックバック一覧 */

div.trackback-set {}
h4.ping-title {
	display: inline;
	font-size: 100%;
	font-weight: normal;
}

ul.ping-info {
	display: inline;
}

ul.ping-info li.ping-blog-name {
	display: inline;
	margin-left: 20px;

}

ul.ping-info li.ping-blog-name span {
	margin: 0 10px;
}

ul.ping-info li.ping-date {
	display: inline;
	margin-left: 10px;
}

ul.ping-info li.ping-excerpt {
	display: block;
	margin-top: 5px;
	margin-left: 10px;
}

ul.ping-info li.ping-excerpt img.trackback-rating {}

li.trackback-set {
	padding: 0 5px 10px;
	font-size: 1em;
	border-bottom:#ccc dotted 1px;
	margin-bottom:10px;
}

/* ----------------------------------------------- */
/** コメント一覧 */

li.comment-set {
	padding: 0 5px 10px;
	font-size: 1em;
	border-bottom:#ccc dotted 1px;
	margin-bottom:10px;
}

ul.comment-info li.comment-author {
	display: inline;
}

ul.comment-info li.comment-date {
	display: inline;
	margin-left: 10px;
}

ul.comment-info li {
	display: inline;
}

ul.comment-info li.comment-body {
	display: block;
	margin-top: 5px;
	margin-left: 10px;
}

ul.comment-info li.comment-body img.trackback-rating {}

/* ----------------------------------------------- */
/** コメントフォーム */

div#comment-form-body {}

div#comment-form-body table {
	border: 0;
	width: 100%;
	line-height: 25px;
	font-size: 1em;
}

div#comment-form-body table th {
	padding-right: 5px;
	text-align: right;
	padding-bottom:5px;
}
div#comment-form-body table td {
	padding-bottom:5px;
}

input#author {
	width: 100%;
}

input#email {
	width: 100%;
}

input#url {
	width: 100%;
}

input#bake {
	margin: 0 0 0 5px;
}

textarea#text {
	width: 100%;
	height: 150px;
}

input.button {
	margin-top: 10px;
	width: 80px;
}

div#comment-form-body table tr.input-etc td {
	padding-top: 6px;
}

label.input-rating {
	margin-left: 20px;
}

label.input-rating select {
	margin-left: 3px;
}

label.input-rating-face {
	margin-left: 5px;
}

label.input-rating-star {}

div#comment-form-body table tr.submit td {
	text-align: right;
}

/*** コメント認証 */
div.comment-auth-announcement {
	margin: 10px 0;
	border-color: #858585;
	font-size: 1em;
}

div.comment-auth-announcement p a {
	margin: 0 3px;
}


/* ----------------------------------------------- */
/** 関連記事 */

div.related-articles{
	padding: 15px 0 0;
}
div.related-articles h3{
	margin: 0 0 10px;
	padding: 0;
	font-size: 100%;
}
div.related-articles ul{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.2;
}
div.related-articles ul li{
	background: url(http://parts.blog.livedoor.jp/img/cmn/dot.gif) no-repeat -3px 3px;
	padding: 0 0 5px 9px;
	margin-left: 5px;
}

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

div.sidetop
, div.sidebottom {
	display: none;
}
div.side {
	margin-bottom:30px;
}

div#sub div.sidetitle {
	width:300px;
	height:36px;
	text-indent:-9999px;
}
div#extra div.sidetitle {
	width:160px;
	height:36px;
	text-indent:-9999px;
}

div.side-banner {
	margin-bottom:10px;
}
div.side-banner img {
	border:none;
}

/* 最新記事 */
div.plugin-recent_articles_image div.sidetitle {
	background:url(http://www.celebtimes.net/img/parts/title_recent.gif) no-repeat 0 0;
}
div.plugin-recent_articles_image div.side {
	padding:10px;
	border:#f06 dotted 1px;
}
ul.recent-article-image {}
ul.recent-article-image li {
	line-height:1.5;
}
ul.recent-article-image li a {
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
ul.recent-article-image li a:hover {
	color:#f06;
	text-decoration:underline;
}

/* ランキング */
div.plugin-popular_articles div.sidetitle {
	background:url(http://www.celebtimes.net/img/parts/title_ranking.gif) no-repeat 0 0;
}

/* 検索 */
div.plugin-search_internal div.sidetitle {
	background:url(http://www.celebtimes.net/img/parts/title_search.gif) no-repeat 0 0;
}
div.plugin-search_internal input.sf {
	padding:3px;
	width:230px;
	border:#e0e0e0 solid 3px;
}
div.plugin-search_internal input.sfbtn {}

/* カレンダー */
div.caltop
, div.calbottom {
	display: none;
}
div.plugin-calendar {
	background:url(http://www.celebtimes.net/img/parts/title_calendar.gif) no-repeat 0 0;
	padding-top:36px;
}
div.calendarhead {
	color:#f06;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	margin:0 auto 5px;
}
div.calendarhead a {
	font-weight:normal;
	font-size:9px;
	padding:3px;
	line-height:1;
	color:#333;
	background:url(http://www.celebtimes.net/img/parts/link_calendar.gif) no-repeat 0 0;
	text-decoration:none;
}
div.calendarhead a:hover {
	text-decoration:underline;
}

div.calbody {}

table.calendartable {
	margin: 0 auto;
	width: 180px;
	border-collapse:collapse;
}
td.caltblwkbg {}
td.calendarwd {}
table.caltblday{
	border:#cacaca solid;border-width:0 1px 0 0;
}
table.caltblwk {
	border:#cacaca solid;border-width:1px 1px 0 0;
}
td table.caltblwk td {
	font-size:10px;
	color:#333;
	font-weight: bold;
	line-height:24px;
	background:#ebebe9;
	border:#cacaca solid;border-width:0 0 1px 1px;
}

td table.caltblwk td.weekday {}
td table.caltblwk td.sat {}
td table.caltblwk td.sun {}
td table.caltblwk td span.calendarweek {}
td.caltbldaybg {}
td table.caltblday {
	margin: 0 auto 25px;
	color: #9a9a9a;
	font-size:10px;
}
td table.caltblday td {
	height: 24px;
	padding: 0;
	text-align: center;
	border:#cacaca solid;border-width:0 0 1px 1px;
}
td table.caltblday td a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	display:block;
	line-height:24px;
	background:#ff9c00;
	border:#fff solid 1px;
}
td table.caltblday td a:hover {
	background:#ffcc00;
}

/* カテゴリー */
div.plugin-categorize div.sidetitle {
	height:26px;
	background:url(http://www.celebtimes.net/img/parts/title_category.gif) no-repeat 0 0;
}
div.plugin-categorize div.side {
	padding:0 5px;
}
div.plugin-categorize div.sidebody {}
div.plugin-categorize div.sidebody a {
	display:block;
	padding:5px;
	color:#333;
	font-weight:bold;
	line-height:1.3;
}
div.plugin-categorize div.sidebody a:hover {
	background:#ff6;
}

/* メンバー */
div.plugin-blog_members div.sidetitle {
	background:url(http://www.celebtimes.net/img/parts/title_member.gif) no-repeat 0 0;
}

/* ニュース */
div.plugin-news div.sidetitle {
	background:url(http://www.celebtimes.net/img/parts/title_news.gif) no-repeat 0 0;
}
div.plugin-news div.side {
	padding:0 5px;
}
div.plugin-news div.sidebody {
	line-height:1.3;
	padding-left:10px;
	background:url(http://www.celebtimes.net/img/parts/link_article.gif) no-repeat 0 5px;
	padding-bottom:10px;
}
div.plugin-news div.sidebody a {
	color:#333;
	text-decoration:none;
}
div.plugin-news div.sidebody a:hover {
	text-decoration:underline;
}

/* QRコード */
div.plugin-qr_code div.sidetitle {
	background:url(http://www.celebtimes.net/img/parts/title_qr.gif) no-repeat 0 0;
}
div.plugin-qr_code div.side {
	margin-bottom:10px;
}

/* 告知 */
div.free-area-frame {
	padding-bottom:10px;
	background:url(http://www.celebtimes.net/img/parts/sub_frame_footer.gif) no-repeat 0 100%;
	margin-bottom:30px;
}
div#title-ad-sale {
	height:36px;
	text-indent:-9999px;
	background:url(http://www.celebtimes.net/img/parts/title_nowonsale.gif) no-repeat 0 0;
}
div#title-ad-about {
	height:29px;
	text-indent:-9999px;
	background:url(http://www.celebtimes.net/img/parts/title_about.gif) no-repeat 0 0;
}
div.free-area-frame div.ad-article {
	color:#333;
	font-size:12px;
	line-height:1.3;
	padding:5px 10px 0;
	background:url(http://www.celebtimes.net/img/parts/sub_frame_body.gif) repeat-y 0 0;
}
div#article-ad-sale {
	padding:5px 10px 20px;
}
div#article-ad-sale img {
	float:left;
	margin-right:10px;
}
div#article-ad-sale a {
	text-decoration:none;
}
div#article-ad-sale a.ad-title {
	font-weight:bold;
	font-size:14px;
	line-height:1.5;
}

/** clearfix */
div.free-area-frame div.ad-article:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/** hasLayout */
div.free-area-frame div.ad-article {
	height: 1%;
}

/** peek-a-boo bug */
div.free-area-frame div.ad-article {
	height: 1%;
}


/* =============================================== */
/** 09. Header & Footer - ヘッダー・フッター */
/* ----------------------------------------------- */
/** Header */
#header2 {
	display:none;
}
table#header {
	border-bottom: solid 1px #c23a3a;
	font-size: 12px;
	background: #b20a0a;
	color: #eee;
}

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

div.footer-outer {
	width:1030px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	color: #000;
	font-size: 83%;
}

div.footer-outer-2 {}

div#footer {}

div#footer p {}

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

/* link */
.ad-box-ncb {
	text-align:left;
	padding:4px 8px;
	display:block;
	line-height:1.5;
}
.ad-box-ncb:hover {
	background:#FBF0FA;
	border:1px solid #FBF0FA;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
/* title */
.ad-box-ncb span.ad-title a { font-size:15px; color:#0044CC !important; font-weight:bold; text-decoration:underline; }
.ad-box-ncb span.ad-title a:hover { text-decoration:none; }
/* url */
.ad-box-ncb span.ad-url a { font-size:12px; color:#008000 !important; margin-left:10px; }
.ad-box-ncb span.ad-url a:hover  { text-decoration:underline; }
/* description */
.ad-box-ncb span.ad-description { font-size:13px; color:#000000 !important; display:block; }

/* Google Adsense （ビュレットとhoverで背景画像/PBP仕様）
-------------------------------------------------------------------------------- */
.google-user-ad {
    margin:10px auto;
    line-height:1.2;
    }
.google-user-ad *{
    zoom:1;
    margin:0;
    padding:0;
    }
.google-user-ad span.ad-title {
    font-weight:bold;
    text-decoration:underline;
    font-size:14px;
    color:#006699;
    padding-left:20px;
    background: url(http://news.livedoor.com/img/blog/afc_bg.png) 0 -97px no-repeat;
    }
.google-user-ad span.ad-url {
    font-size:12px;
    margin-left:10px;
    color:#1B8D1C;
    }
.google-user-ad span.ad-description {
    color:#666;
    font-size:13px;
    padding-left:20px;
    line-height:1.6;
    display:block;
    }
.google-user-ad .ad-by a{
    color:#777 !important;
    font-size:13px;
    letter-spacing:1px;
    text-decoration:none;
    padding:4px 8px;
    }
.google-user-ad .ad-by a:hover{
    color:#777;
    }
.ad-box{
    display:block;
    text-decoration:none;
    cursor:pointer;
    }
.ad-box a{
    display:block;
    text-decoration:none;
    cursor:pointer;
    padding:10px 8px;
    }
.ad-box:hover{
    background:url(http://news.livedoor.com/img/blog/afc_bg.png) 0 0 no-repeat;
    text-decoration:none;
    _background:#ffb;
    }
.ad-box a:hover{
    background:url(http://news.livedoor.com/img/blog/afc_bg.png) right -100px no-repeat;
    _background:#ffb;
    }
.ad-box a:hover span.ad-title{
    background:url(http://news.livedoor.com/img/blog/afc_bg.png) 0 -197px no-repeat;
    }


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

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

div.gAdsense {
	padding: 10px 0;
}

body.ad {
	background: transparent;
	text-align: left;
	font-size:12px!important;
}
#ad2 {
	margin-top:20px!important;
	padding:0!important;
}
a.adtitle {
	color: #0167cc!important;
	font-weight: bold;
}
a.addescription {
	color: #333!important;
}
a.adurl {
	color: #333!important;
	text-decoration: none;
}

a.adurl span {
	font-size: 13px!important;
}

a.adld {
	font-weight:bold;
	color: #333!important;
	text-decoration: none;
	font-size: 110%;
}

div.ads-become a {
	color: #0000ff !important;
}

div.ads-become .adsbybecome a {
	color: #666666!important;
}


dl.blogmedia-links {
height:1%;
}
dl.blogmedia-links {
font-size:10px!important;
line-height:1.7em;
padding:0 20px 20px;
}
.blogmedia-links dt {
display:inline;
margin-right:5px;
}
.blogmedia-links dd {
display:inline;
margin-right:5px;
}

