@charset "UTF-8";

/* Information
==================================================
livedoor Blog CSS
 Name   : timesteps
==================================================
*/


/* 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 {
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

body {
	color: #000000;
}

a:link
, a:active
, a:visited {
	color: #007fbf;
	text-decoration: none;
}

a:hover {
	background: #007fbf;
	color: #fff;
	text-decoration: none;
}

table#header a:link
, table#header a:active
, table#header a:visited {
	color: #000;
}

table#header a:hover {
	color: #fff;
}

h1#blog-title a:link
, h1#blog-title a:active
, h1#blog-title a:visited {
	color: #fff;
	text-decoration: none;
}

h1#blog-title a:hover {
	color: #fff;
	text-decoration: underline;
}

p#blog-description {
	color: #ffffff;
}


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

body {
	margin: 0;
	padding: 0;
	min-width: 1024px;
	text-align: center;
	background: #c5c5c7;
}

img {
	border: 0;
	vertical-align: middle;
}

div#container {
	width: 1024px;
	background:#fff;
	margin: 0 auto;
	position: relative;
}

div#content {
	margin: 0 4px;
	padding: 20px 20px 40px 0;
}

div#main {
	float: left;
	display: inline;
	width: 690px;
	margin: 0 0 0 0;
	overflow: hidden;
	border-right: 1px dotted #bbb;
}

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

div#sub {
	float: right;
	display: inline;
	width: 300px;
	overflow: hidden;
}

div#sub div.column-inner {}

div#extra {
	clear: both;
	background: #333;
	color: #fff;
	margin: 0 4px;
	padding-top: 10px;
	position: relative;
}

div#extra div.column-inner {
	overflow: hidden;
}

div#extra div.pagetop {
	position: absolute;
	top: -30px;
	right: 20px;
}


/* ----------------------------------------------- */
/** 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
, ul#blog-menu:after
, div#extra div.column-inner-2:after
, div.article-list-outer: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
, div#extra div.column-inner-2
, div.article-list-outer
, div#content {
	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 {
	text-align: left;
	margin: 0 0px;
	background: url(http://livedoor.2.blogimg.jp/nakakzs-timesteps/imgs/3/2/32ef9dc2.gif) repeat-x left top;
	height: 120px;
}

div.blog-title-outer-2 {}

div.blog-title-outer-3 {
	position: relative;
}


h1#blog-title {
	margin: 0;
	padding: 19px 0 0 19px;
	font-size: 150%;
	font-weight: bold;
}


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

/* 記事カテゴリのタイトルズレをどうにかできないか試行錯誤 */
/*
div.blog-title-article {
	margin: 0;
	padding: 19px 0 0 19px;
	font-size: 150%;
	font-weight: bold;
}

.blog-title-gif{
	background: url(http://livedoor.2.blogimg.jp/nakakzs-timesteps/imgs/8/c/8c030e30.gif) repeat-x left top;
	background-position: 100px 100px;
	background-repeat: no-repeat;

}
*/

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


div.blog-description-outer {}

p#blog-description {
	margin: 0;
	padding: 10px 30px 35px;
	line-height: 135%;
}

div.blog-title-outer form {
	position: absolute;
	right: 20px;
	bottom: 40px;
}

div.blog-title-outer form input {
	vertical-align: top:
}

div.blog-title-outer form input.sf {
	width: 220px;
	background: #f3f3f3;
	border: 1px solid #f3f3f3;
	color: #ccc;
	margin-right: 4px;
}

ul#blog-menu {
	list-style: none;
	margin: 0 0px;
	padding: 0;
	background: #f3f3f3;
}

ul#blog-menu li {
	float: left;

}

ul#blog-menu li a {
	display: block;
	padding: 8px 12px;
	font-size: 14px;
	color: #000;
	text-decoration: none;
}

ul#blog-menu li a:hover,
ul#blog-menu li a.on {
	color: #fff;
	background: #007fbf;
}


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

div.archives-title-outer {
	margin-bottom: 10px;
}

div.archives-title-outer-2 {}

div.archives-title-outer-3 {}

h2.archives-title {
	margin: 0px 20px 0px 0px;;
	padding: 5px 0px 5px 10px;
	text-align: left;
	font-size: 108%;
	border-left: 11px solid #333333;
	color: #000;
	border-bottom:5px solid #57B196;
}

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

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

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

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

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

ul.index-navigator {
	padding: 5px 0 0;
	font-size: 90%;
}

ul.index-navigator li a {
	padding: 3px 7px;
	background: #007fbf;
	color: #fff !important;
	font-weight: bold;
}


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

ul.archives-pager {
	list-style-type: none;
	padding-top: 5px;
	font-size: 90%;
}

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

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

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

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

ul.article-pager {
	padding-top: 5px;
	font-size: 90%;
}

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 #ccc;
}


/* =============================================== */
/** 06. Main - 記事エリア */
/* ----------------------------------------------- */

div.article-outer {
	margin-bottom: 20px;
	text-align: left;
}

div.article-outer-2 {
	padding-bottom: 1px;
	height: 1%;
}

div.article-outer-3 {}


/* トップページ */
div.article-first-header {
	padding-left: 20px;
}

div.article-first-title-outer {}

h2.article-first-title {
	margin: 15px 20px 0px 0px;
	padding: 0px 5px 3px 10px;
	font-size: 160%;
	font-weight: bold;
	border-left: 5px double #2F7BA1;
	border-bottom: 3px double #2F7BA1;
}

h2.article-first-title a {
	color: #000;
}

h2.article-first-title a:hover {
	color: #fff;
}

div.article-first-image {
	padding: 0 0 10px 20px;
}

div.article-first-image img.article-first-image {
	border: 5px solid #ccc;
}

div.article-first-body img.pict {
	display: none;
}

body.category div.article-body img.pict,
body.monthly div.article-body img.pict {
	display: none;
}

h2.recent-article-title {
	margin-left: 20px;
	margin-right: 20px;
	padding: 5px 8px;
	background: #2f7ba1;
	color: #fff;
	font-weight: bold;
	font-size: 120%;
	text-align: left;
	border-bottom: 5px solid #57B196;
}

div.article-list-outer {
	text-align: left;
	padding: 0 0 10px 20px;
}

div.article-list-image {
	float: left;
	width: 200px;
	display: inline;
	margin: 0 10px 10px 0;
}

div.article-list-image img {
	vertical-align: middle;
}

div.article-list-body img {
	display: none;
}

div.article-list-date-outer {
/*
	float: right;
	width: 390px;
*/
}

h3.article-list-title {
/*
	float: right;
	width: 390px;
*/
	margin: 10px 5px 10px 10px;
	font-size: 125%;
	line-height: 1.3;
}

h3.article-list-title a {
	color: #000;
}

h3.article-list-title a:hover {
	color: #fff;
}


div.article-list-date-outer {
	font-size: 70%;
	padding-bottom: 5px;
}

ul.article-list-category {
	display: inline;
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
}

ul.article-list-category li {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
}

div.article-list-body {
	line-height: 1.4;
	font-size: 95%;
	border-bottom:2px solid #57B196;
	margin: 20px 0px 10px 0px;
	width: 640px;

}

div.article-list-body span.article-continue {
	display: block;
	margin-top: 1em;
	text-align: right;
}

div.article-list-body span.article-continue img {
	display: inline;
	margin: 5px 0px 5px 0px;
}



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

div.bread-header {
	font-size: 12px;
	text-align: left;
	margin: 0px 20px 25px 20px;
}

div.article-header {
	padding: 2px 0 2px 10px;
	border-left: 10px solid #024a6d;
/*	border-top: 4px solid #024a6d;
	border-right:20px solid #024a6d;*/
	border-bottom:4px solid #024a6d;
	margin-right: 20px;
}

body.index div.article-header,
body.article div.article-header {
	margin-left: 20px;
	border-left: 11px solid #024a6d;
}

body.category div.article-header,
body.monthly div.article-header {
	border-left: 11px solid #024a6d;
}

/*** 記事タイトル */
div.article-title-outer {}

h1.article-title {
	margin: 0;
	padding: 0 0 5px;
	font-size: 160%;
	font-weight: bold;
	color: #000;
	
}

h1.article-title a {
	color: #000;
}

h1.article-title a:hover {
	color: #fff;
}


h2.article-title {
	margin: 0;
	padding: 0 0 5px;
	font-size: 150%;
	font-weight: bold;
	color: #000;
	
}

h2.article-title a {
	color: #000;
}

h2.article-title a:hover {
	color: #fff;
}


ul.article-category {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.article-category li {
	margin: 0 7px 0 0;
	display: inline;
	font-size: 83%;
}

ul.article-header-btn {
	display: inline;
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
	position: relative;
	top: 3px;
}

ul.article-header-btn li {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 83%;
	vertical-align: middle;
}

span.article-date {
	font-size: 83%;
}


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

div.article-body {
	padding: 20px 0 5px 20px;
	line-height: 1.5;
	font-size: 95%;
}

body.article div.article-body {
	padding: 20px 30px 5px 50px;
}

div.article-first-body {
	padding: 20px 30px 5px 50px;
}

div.article-body-inner {
	width: 95%;
}


div.article-body h2 {
    font-weight: bold;
    font-size:135%;
    border-left:10px solid #024A6D;
    border-top: 2px solid #024A6D;
    border-right:2px solid #024A6D;
    border-bottom:2px solid #024A6D;
    padding:10px 10px;
}

div.article-body h3 {
	border-left: 10px solid #024a6d;
	padding: 2px 0 2px 10px;
	font-size: 126%;
}

div.article-body h4 {
	border-bottom: 2px solid #024a6d;
	padding: 0
	font-size: 111%;
}

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

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: #eee;
	padding: 5px;
	margin: 5px 0;
}

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

/*** 共通テーマ */
dl.common-theme {
	background: #f3f3f3;
	margin: 10px 0 0;
	padding: 10px;
	font-size: 95%;
}

dl.common-theme dt {
	display: block;
	font-weight: bold;
	border-left: 5px solid #105475;
	color: #105475;
	padding-left: 5px;
	margin-bottom: 5px;
}

dl.common-theme dd {
	background: url(http://livedoor.2.blogimg.jp/nakakzs-timesteps/imgs/6/6/6661f0a8.png) no-repeat left 2px;
	padding: 0 0 0 13px;
	margin: 0 10px 0 0;
}


/*** 記事タグ */
dl.article-tags {
	background: #f3f3f3;
	margin: 10px 0 0;
	padding: 10px;
	font-size: 95%;
}

dl.article-tags dt {
	display: block;
	font-weight: bold;
	border-left: 5px solid #105475;
	color: #105475;
	padding-left: 5px;
	margin-bottom: 5px;
}

dl.article-tags dd {
	background: url(http://livedoor.2.blogimg.jp/nakakzs-timesteps/imgs/6/6/6661f0a8.png) no-repeat left 2px;
	padding: 0 0 0 13px;
	margin: 0 10px 0 0;
}


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

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

div.article-footer {
	padding: 20px 0 0 20px;
}

ul.article-post {
	padding: 0;
	margin: 0;
	text-align: left;
}

ul.article-post li {
	font-size: 82%;
	margin: 0 3px 0 0;
	padding: 0;
}

ul.article-post li img {
	vertical-align: baseline;
}

ul.article-post li a:hover {
	background: transparent;
	color: #000;
}

a.ldclip-redirect img {
	vertical-align: baseline;
}


div.article-middle {
	padding-left: 20px;
}

/* =============================================== */
/** 07. Option - トラックバック＆コメントエリア */
/* ----------------------------------------------- */

div#article-options {
	padding: 10px 0 0 20px;
}

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

div.article-option h3 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 100%;
	color: #000;
}

/*** 指定しやすいよう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 {}

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

.trackback-set {
	padding: 0 0 10px 20px;
	font-size: 95%;
}

h4.ping-title {
	display: inline;
	font-size: 100%;
	font-weight: bold;
}

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.comment-set {
	padding: 0 0 10px 20px;
	font-size: 95%;
}

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

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 {
	padding: 15px 0;
}

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

div#comment-form-body table th {
	width: 3em;
	padding-right: 5px;
	text-align: right;
	font-weight: normal;
}

input#author {
	width: 65%;
	background: #fafafa;
	border: 1px solid #d4d4d4;
}

input#email {
	width: 65%;
	background: #fafafa;
	border: 1px solid #d4d4d4;
}

input#url {
	width: 85%;
	background: #fafafa;
	border: 1px solid #d4d4d4;
}

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

textarea#text {
	width: 99%;
	height: 250px;
	background: #fafafa;
	border: 1px solid #d4d4d4;
}

input.button {
	margin: 10px 1% 0 0;
	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: 90%;
}

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

div#error{}


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

div.related-articles{
	padding: 30px 0 0;
}

div.related-articles h3{
	color: #000;
	margin: 0 0 10px;
	padding: 5px 10px;
	font-size: 100%;
	border-left: 15px solid #024a6d;
	border-bottom: 5px solid #024a6d;
}

div.related-articles ul{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.2;
}
div.related-articles ul li{
	background: url(http://livedoor.2.blogimg.jp/nakakzs-timesteps/imgs/7/8/784e1d6b.png) no-repeat left 2px;
	padding: 0 0 5px 18px;
	margin-left: 5px;
	font-size: 95%;
}


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

div#sub div.sidetitlebody {}

div#sub div.sidetitle {
	padding: 5px 8px;
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	background: url(http://livedoor.2.blogimg.jp/nakakzs-timesteps/imgs/e/a/eaaf2c30.png) no-repeat left top;
	color: #fff;
	border-bottom: 5px solid #57B196;
}

div#sub div.sidetitle a {
	color: #fff;
}

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

div#sub div.side {
	margin: 0 0 20px;
	padding: 10px;
	background: #f3f3f3;
	text-align: center;
	font-size: 83%;
}

div#sub div.side a {
	color: #000;
}

div#sub div.side a:hover {
	color: #fff;
}

div#sub div.sidebody {
	background: url(http://livedoor.2.blogimg.jp/nakakzs-timesteps/imgs/6/6/6661f0a8.png) no-repeat left 5px;
	padding: 5px 0 5px 18px;
	margin-left: 5px;
	text-align: left;
}

body:first-of-type div#sub div.sidebody {
	border-bottom: 1px dotted #8f8f8f;
}

body:first-of-type div#sub div.sidebody:first-child {
	background: url(http://livedoor.2.blogimg.jp/nakakzs-timesteps/imgs/6/6/6661f0a8.png) no-repeat left top;
	padding: 0 0 5px 18px;
}

body:first-of-type div#sub div.sidebody:last-child {
	border-bottom: 0;
	padding: 5px 0 0 18px;
}

/* ----------------------------------------------- */
/** カレンダー */

div.calendarheadbody {}
div.calendarheadbody div.calendarhead {
	padding: 5px 8px;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	background: url(http://livedoor.2.blogimg.jp/nakakzs-timesteps/imgs/e/a/eaaf2c30.png) no-repeat left top;
	color: #fff;
}

div.calendarheadbody div.calendarhead a {
	color: #fff;
}

div.caltop
, div.calbottom {
	display: none;
}

div.calbody {
	margin: 0 0 20px;
	padding: 10px;
	background: #f3f3f3;
	text-align: center;
}

table.caltbl {
	width: 220px;
	margin: 0 auto;
	border: 0;
}
div.calbody table.calendartable {}
td.caltblwkbg {}
td.calendarwd {}
td table.caltblwk td {
	font-size: 83%;
	font-weight: bold;
	height: 20px;
}

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;
	width: 220px;
	color: #8d8d8d;
	font-size: 82%;
}
td table.caltblday td {
	width: 20px;
	height: 24px;
	padding: 0;
	text-align: center;
}
td table.caltblday td.caloff {}
td table.caltblday td.calendard {}
td table.caltblday td.calon {}
td table.caltblday td.calon a {}
td table.caltblday td.calendardbg {}
td table.caltblday td span.calendar {}


ul.side-feed {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
	text-align: left;
}

ul.side-feed li {
	margin: 0;
	padding: 0 0 10px;
	font-size: 90%;
}

ul.side-feed li img {
	vertical-align: middle;
	margin-right: 5px;
}

ul.side-feed li a {
	color: #000;
	background: transparent;
	font-weight: bold;
}

/* ----------------------------------------------- */
/** プロフィール（プラグイン） */

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

.message {
	text-align: left;
	line-height: 125%;
}


/* extra */
div#extra div.sidewrapper {
	float: left;
	display: inline;
	width: 220px;
	margin: 10px;
	overflow: hidden;
}

div#extra div.sidetitle {
	padding: 0 0 10px;
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	color: #fff;
}

div#extra div.sidetitle a {
	color: #fff;
}

div#extra div.side {
	margin: 0;
	text-align: left;
	font-size: 83%;
}

div#extra div.sidebody {
	background: url(http://parts.blog.livedoor.jp/img/cmn/dotw.gif) no-repeat -3px 3px;
	padding: 0 0 5px 9px;
	margin-left: 5px;
	text-align: left;
}

div#extra a,
div#extra div.sidebody a {
	color: #fff;
}

div#extra a:hover,
div#extra div.sidebody a:hover {
	color: #fff;
}





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

ul#ld-services {
	padding-top: 20px;
}

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

table#header {
	font-size: 75%;
}

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

div.footer-outer {
	margin: 0 4px;
	background: #333;
	padding: 10px 0 15px;
}

div.footer-outer-2 {}

div#footer {}

div#footer p {
	font-size: 75%;
	color: #fff;
}

div#footer p a {
	color: #fff;
}


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

div#ad {
	margin: 10px auto 0;
	text-align: center;
}

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

div.gAdsense {
	padding: 10px 0;
}

body.ad {
	background: transparent;
	text-align: left;
}

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

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

a.addescription {
	color: #000000;
}

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

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

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

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


div.adsense-top {
	margin-bottom: 10px;
}

div.adsense-bottom {
	margin-top: 20px;
	text-align: center;
	padding: 0 0 10px 20px;
}