c@charset "UTF-8";

/* Information
==================================================
livedoor Blog CSS
 Layout : 鬼女速
==================================================
*/

/* 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: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

body {
	color: #000000;
}

textarea {
	font-size: 10pt;
}

a:link    {color:#4682b4; text-decoration:none;}      /* 通常 */
a:active  {color:#4682b4; text-decoration:none;}      /*実行中*/
a:visited {color:#4682b4; text-decoration:none;}      /*訪問済*/
a:hover   {color:#0000ff; text-decoration:none;} /*マウス*/

#main a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

table#header a:link ,
table#header a:active ,
table#header a:visited ,
table#header a:hover {
	color: #0000fe;
}


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


div#main h2.article-title a:link ,
div#main h2.article-title a:active ,
div#main h2.article-title a:visited {
	color: #008b8b;
	text-decoration: none;
}

div#main h2.article-title a:hover {
	color: #0000ff;
	text-decoration: none;
}


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

div.sidetitle {
	color: #0287ff;
}

div#sub div.sidetitle a ,
div#extra div.sidetitle a {
	color: #0287ff;
}

div#sub table.caltblday a:visited ,
div#extra table.caltblday a:visited {
	color: #000000;
}

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

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

body {
	margin: 0;
	padding: 0;
	min-width: 1130px;
	background-color: #ffffff;
	line-height: 1.3;
	text-align: center;
}

div#container {
	width: 1130px;
	margin: 0 auto;
	padding-bottom: 10px;
	background-color: #ffffff;
	position: relative;
}

div#content {
	margin: 0;
	height: 1%;
}

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

div#main {
	float: left;
	display: inline;
	width: 100%;
}

div#main div.column-inner {
	margin: 0 200px;
	border-bottom: 1px solid #ffffff;
}

div#sub {
	float: left;
	margin-left: -100%;
	display: inline;
	width: 198px;
}

div#sub div.column-inner {}

div#extra {
	float: left;
	margin-left: -198px;
	display: inline;
	width: 198px;
}

div#extra div.column-inner {}

/* ----------------------------------------------- */
/** 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 ,
h2.archives-title ,
h2 ,
div.article-footer ,
h2.article-title ,
ul ,
div.index-navigator-outer ,
div.pager {
	height: 1%;
}

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

/* =============================================== */
/** 03. Title - ブログタイトルエリア */
/* ----------------------------------------------- */

div.blog-title-outer {
	text-align: left;
	margin-bottom: 3px;
}
div.blog-title-outer-2 {}
div.blog-title-outer-3 {}

h1#blog-title {
	margin: 0;
	padding: 00;
}

div.blog-description-outer {}

p#blog-description {
	margin: 0;
	padding: 0;
}

/* ▼メニューバー▼ */
ul#menu_bar {
	font-size: 70%; /* 文字サイズ */
	height:25px; /* 高さ */
	background-color:#FFFFFF; /* 背景色 */
	padding-left:0px;
	margin-left:0px;
	margin-top:0px; /* 上の間隔 */
	margin-bottom:10px; /* 下の間隔 */
}

#menu_bar li {
	list-style-type:none;
	float:left;
	line-height:25px; /* 高さ */
	margin:0px;
	padding:0px;
}

#menu_bar li a {
	display:block;
	text-align:center;
	width:112px; /* １つのメニューボタンの幅 */
	border-right:1px solid #ffffff; /* 区切り線 */
	color:#ffffff; /* リンク文字の色 */
	background-color:#00bffe; /* メニューボタンの背景 */
	text-decoration:none;
}

#menu_bar li:last-child a {
	width: 113px;
	border-right: 0;
}

#menu_bar li a:hover{
	color:#ffffff; /* マウスが乗ったときのリンク文字の色 */
	background-color:#87cefa; /* マウスが乗ったときの背景色 */
	text-decoration:none;
}
/* ▲メニューバー▲ */

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

div.archives-title-outer {
	margin: 2px 0 10px; 
}
div.archives-title-outer-2 {}
div.archives-title-outer-3 {}

h2.archives-title {
	font-size: 10pt;
	color: #fff;
	font-weight: bold;
	background-color: #00bffe;
	text-align: left;
	border: 1px solid #1e90ff;
	padding: 5px 20px; 
	margin: 0; 
}

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

div.pager {
	text-align: left;
	margin: 30px 0;
	font-size: 9pt;
	color: #808080;
}

div.pager-inner {}

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

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

ul.index-navigator {}

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

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

ul.archives-pager {}

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 {}

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

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

ul.article-pager li {
	padding-top: 1px;/* 1px余白（上部） */
	padding-bottom: 32768px;
	margin-bottom: -32767px;/* 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 {
	border: 2px solid #fff;
	background-color: #fff;
	margin-bottom: 20px;
	margin-top: 10px;
}

div.article-outer-2 {
	border: 1px solid #00bffe;
}

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

div.article-header {}

/*** 日付 */
div.article-date-outer {}

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

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

/*** カテゴリ */
div.article-category-outer {}

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

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

h2.article-title {
	font-size:16px;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
	background-color:#fff;
	text-align: left;
	padding: 16px 5px 16px 30px;
	margin: 0;
}

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

div.article-body {
	font-size: 16px;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
	color: #696969;
	border-top: 1px dotted #00bffe;
}

div.article-body-inner {
	overflow: hidden;
	text-align:left;
	margin:26px 45px; 
	margin-bottom:20px;
	line-height:26px;
}

/** 続きを読む */
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: 10px;
}

div.article-body div.article-body-more {
	margin-bottom: 0;
}

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

/*** img */
img {
	border: 0;
}
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 10px 0;
}

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

/*** ads */
.article-body-ads {
	margin-top: 10px;
}

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

div.article-footer {
	text-align: right;
	color: #333;
	margin: 0px 10px 3px;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
}

ul.article-post {
	text-align: right;
}

ul.article-post li {
	font-size: 16px;
	line-height: 1;
}
ul.article-post li > a, ul.article-post li > span, ul.article-post li > div, ul.article-post li > iframe {
	margin: 0;
}
.article-footer-social {
	margin: 0 45px 10px;
	padding: 0;
	text-align: left;
}
.article-footer-social li {
	margin: 0;
	padding: 0;
	display: inline;
}

div.article-footer-tag {
	text-align: left;

}

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

div#article-options {
	background-color: #ffffff;
	text-align: left;
}

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

div.article-option h3 {
	margin: 0 0 10px 20px;
	color: #666;
	font-size: 16px;
	font-weight: normal;
	padding: 0;
}

/*** 指定しやすいよう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 {
	border:#00bffe 1px solid;
	margin-bottom: 20px;
	color: #666;
	font-size: small;
}

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 {}

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

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

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

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 {}



#comment_list,
#ping_list {
	clear: both;
	overflow: hidden;
	margin: 0 0 20px;
	padding: 0;
	font-size:10pt;
	list-style-type: decimal;
}
#comment_list li,
#ping_list li {
	text-align: left;
	list-style-position: inside;
	color: #696969;
	margin:0;
	padding: 20px 0 10px;
	border-bottom:#00bffe 1px solid;
}

#comment_list li .cHeader,
#ping_list li .cHeader {
	font-size: 10pt;
	display: inline;
}

#comment_list li .cHeader span,
#ping_list li .cHeader span {
	margin-right: 10px;
}

#comment_list li .cName,
#ping_list li .cName {
	font-weight: bold;
}


#comment_list li .cAllCount {
	color: #aaa;
}

.comment_outline { 
	display: inline;
	text-align:left;
	padding-left: 10px\9;
}
.comment_body {
	margin: 0 10px 0 20px;
}
.comment_text { 
	text-align:left;
	margin:10px 0;
}
.comment_navi { 
	color: #999;
	text-align:right;
	margin:0px 10px 3px;
}

.post_comment { 
	display: block;
	border:#00bffe 1px solid;
	margin-bottom: 20px;
	color: #666;
	font-size: small;
}

.post_comment .comment_title {
	margin-left: 20px;
	padding-top: 20px;
	color: #666;
	font-size: 16px;
}


/* ----------------------------------------------- */
/** コメントフォーム */
.comment-form-wrap {
	position: relative;
}

div#comment-form {
	border:#00bffe 1px solid;
	margin-bottom: 20px;
	color: #666;
	font-size: small;
	padding-bottom: 88px;
}
div#comment-form.article-option h3 {
	margin-left: 20px;
	color: #666;
	font-size: 16px;
	font-weight: normal;
}

div#comment-form-body {
	margin: 10px 10px 10px 20px;
}

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

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

input#author {
	width: 65%;
}

input#email {
	width: 65%;
}

input#url {
	width: 85%;
}

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

textarea#text {
	width: 90%;
	height: 250px;
}

input.button {
	margin: 10px 0 5px;
	padding: 5px 40px;
	background: #00BFFE;
	border: 0;
	color: white;
	cursor: pointer;
}

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

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

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

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

label.input-rating-star {
	display: none;
}

.comment-form-caution {
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	color: #666;
	position: absolute;
	bottom: 0;
	left: 77px;
	width: 550px;
}

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

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

.article-share {
	text-align: center;
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}
.article-share li {
	display: inline;
}

tr.input-email,
tr.input-url,
tr.input-facemark {
	display: none;
}

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

div.related-articles{
	text-align: left;
	margin: 0 45px 20px;
}
div.related-articles h3{
	margin: 0 0 5px;
	padding: 0;
	font-weight: normal;
	font-size: 16px;
}
div.related-articles ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
div.related-articles ul li{
	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: 15px;
}


.archives-list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size:10pt;
	color:#808080;
	background-color:#fff;
	border-top:2px solid #fff;
	text-align: left;
}
.archives-list li {
	background: url(http://parts.blog.livedoor.jp/img/usr/livedoor/web_directors/side_body.gif) no-repeat 0 8px;
	padding: 0 0 3px 9px;
	margin-left: 20px;
}

.article-rakuten {
	margin-bottom: 20px;
}


/* =============================================== */
/** 08. Sub & Extra - プラグインエリア */
/* ----------------------------------------------- */
.sidewrapper {
	margin-bottom: 25px;
}

div.sidetitlebody {}
div.sidetitle {
	font-size: 12px;
	color: #fff;
	background-color: #00bffe;
	padding: 3px 10px;
	margin-bottom: 7px;
	text-align: left;
}

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

div.side {
	text-align: center;
	font-size: 10pt;
	color: #666;
	line-height: 1;
}

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

/* ----------------------------------------------- */
/** Calendar */

div.calendarheadbody {}
div.calendarheadbody div.calendarhead {
	font-size: 12px;
	color: #fff;
	background-color: #00bffe;
	padding: 3px 10px;
	margin-bottom: 7px;
}

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

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

div.calbody {}

table.caltbl {
	width: 180px;
	margin: 0 auto;
	border: 0;
}
div.calbody table.calendartable {}
td.caltblwkbg {}
td.calendarwd {}
td table.caltblwk td {
	font-size: 90%;
	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 25px;
	width: 180px;
	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 {}

/* ----------------------------------------------- */
/** Plugins */

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

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

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

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

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

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

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

div.footer-outer {
	width: 1130px;
	margin: 0 auto;
}

div.footer-outer-2 {
	border: 2px solid #fff;	
	background-color:#00bffe;
	font-size: 9pt;
	color: #fff;
	padding: 10px;
}

div#footer {}

div#footer p {}

#pageTopFixed {
	position: fixed;
	right: 10px;
	bottom: 10px;
	margin: 0;
	padding: 0;
}
#pageTopFixed a {
	display: block;
	width: 32px;
	height: 32px;
	background: url(http://blog.livedoor.jp/kijyosoku/parts/pagetop.gif) no-repeat;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

#pageTopFixed a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

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

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

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

a.adtitle {
	color: #0287ff;
}

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

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

a.adurl {
	color: #0287ff;
	text-decoration: none;
}

a.adurl span {
	font-size: 75%!important;
	text-decoration: none;
}

.adhover a.adtitle:hover ,
.adhover a.adurl:hover ,
.adhover a.addescription:hover ,
.adhover a.adld:hover {
	color: #0000fe;
}

a.adld {
	color: #666!important;
	text-decoration: underline;
}

.adbox .adtop{
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/sky/ads_off.gif) no-repeat left 7px;
	padding-left: 20px !important;
}

.adhover .adtop{
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/sky/ads_on.gif) no-repeat left 7px;
	padding-left: 20px !important;
}

/* End */


/* コメントツールチップ */
#comment_tooltip {
	position: absolute;
	z-index: 999;
	display: block;
	border: 1px solid #00bffe;
	font-size: 10pt;
	line-height: 1.5;
	color: #fff;
	text-align: left;
	width: 550px;
	box-shadow: 1px 1px 5px #ddd;
}

#comment_tooltip #comment_tooltip_inner {
	padding: 10px 15px 5px;
	background: #00bffe;
	border: 1px solid #fff;
}

#comment_tooltip .cNumber {
	float: left;
	margin-right: 10px;
}

#comment_tooltip .comment_outline {
	*zoom: 1;
	overflow: hidden;
	display: block;
}

#comment_tooltip .comment_outline .comment_body {
	margin: 0;
}

#comment_tooltip .comment_outline .comment_body a {
	color: #333;
}

#comment_tooltip .cHeader span {
	margin-right: 10px;
}

#comment_tooltip .cName {
	font-weight: bold;
}
#comment_tooltip .cName a {
	color: #fff !important;
}

#comment_tooltip .cRe {
	display: none;
}

/* =============================================== */
/** ブログロール */
/* ----------------------------------------------- */
#kijishita{margin:0 0 0 -1000px}
#kijishitarss{overflow:hidden;}

#kijishita2{margin:0 0 0 -2000px}
#kijishitarss2{overflow:hidden;}
#kijishitarss2{border:#00bffe 1px solid;}

#extra .plugin-recent_articles.sidewrapper {
    height:883px;
}
#extra .plugin-popular_articles.sidewrapper {
    height:3065px;
}


/** ---------- Google AdSense ---------- **/
.google-user-ad { margin:10px; }
.google-user-ad-728 { margin:0px; }
.google-user-ad-head { margin:0px 0px 10px; }
.google-user-ad-mid { margin:5px 0px 5px ; }
.ad-center { text-align:center; }
