@charset "UTF-8";

/* Information
==================================================
livedoor Blog CSS
Name   : blogmedia/2ch_cobaltblue_3c
==================================================
*/

/* 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: #333;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	font-size: .8em;
}

body {
	color: #333333;
}

a {
        color: #555;
	text-decoration: none;
}

a:hover {
	color: #ed0060;
	text-decoration: none;
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

li {
        list-style-type: none;
}

.shadow {
        box-shadow: 1px 1px 5px #a0a0a0;
        -moz-box-shadow: 1px 1px 5px #a0a0a0;
        -webkit-box-shadow: 1px 1px 5px #a0a0a0;
}

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

h1#blog-title a {
	font-size: 170%;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}


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: #66cbff;
}

h2.archives-title {
	color: #333;
        border-bottom: 1px #fff solid;
}




div#main a:link
, div#main a:visited {
        color: #555;
}
div#main a:active {
	color: #f03a92;
}
div#main a:hover {
	color: #ed0060;
}


div#sub a:link
, div#extra a:link
, div#sub a:visited
, div#extra a:visited {
	color: #555;
}
div#extra a:active
, div#sub a:active {
	color: #f03a92;
}

div#sub a:hover
, div#extra a:hover {
	color: #ed0060;
}




div#main h2.article-title a:link
, div#main h2.article-title a:active
, div#main h2.article-title a:visited {
        font-size:25px;
        color:#666;
        text-decoration: none;
}

div#main h2.article-title a:hover {
        color:#ed0060;
	text-decoration: underline;
}

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: #777;
}

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 div.pager .current span {
	padding: 3px 6px;
	background:#fff;
        border:1px #2280f1 solid;
	color: #000;
        font-size: 20px;
	/zoom: 1;
}

div#main div.pager a:link,
div#main div.pager a:visited,
div#main div.pager a:active {
	padding: 3px 6px;
	background:#fff;
	font-weight: bold;
	text-decoration: none;
	color:#000;
        border:1px #ddd solid;
        font-size: 20px;
}

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:#fff;
        color:#000;
        border:1px #FF1493 solid;
        font-size: 20px;
}

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

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

div.sidetitle {
	color: #fff;
}

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

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

.footer-outer
, .footer-outer a {
}

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

body {
        line-height: 1.5;
	margin: 0;
	padding: 0;
        font-size: 12px;
        *font-size: 75%;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MSP Gothic", sans-serif;
        background: url("http://livedoor.blogimg.jp/cloze_rains/imgs/0/3/036adba3.png") repeat-y scroll center 0 #eee;
}

div#container {
	width: 1050px;
	margin: 0 auto;
}

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


div#content {
	padding-top: 6px;
	padding-bottom: 6px;
}

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









/* 3col */
.message-board-outer {
	margin: 0 215px;
	background: url(http://parts.blog.livedoor.jp/img/usr/blogmedia/2ch/common/3c_headline_btm.gif) repeat-y;
}

.message-board-outer-2 {
	padding: 10px;
	background: url(http://parts.blog.livedoor.jp/img/usr/blogmedia/2ch/common/3c_headline_top.gif) no-repeat;
}



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

div#main div.column-inner {
	margin: 0 215px;
	padding-top: 2px;
}

/* 左カラム */
div#sub {
	float: left;
	display: inline;
	width: 202px;
	margin-left: -100%;
	background: #fff;
        border: 2px #ddd solid;
}

div#extra div.column-inner,
div#sub div.column-inner {
	background: url() no-repeat left bottom;
}

div#extra div.column-inner-2,
div#sub div.column-inner-2 {
	padding: 7px 6px;
	background: url() no-repeat left top;
}

/* 右カラム */
div#extra {
	float: left;
	display: inline;
	width: 202px;
	margin-left: -206px;
	background: #fff;
        border: 2px #ddd solid;
}

div#extra div.column-inner {}


div.calendarheadbody,
div.sidetitlebody {
	margin-bottom: 10px;
	background: #ddd;
        border-left: 3px #000 solid;
	color: #000;
}

div.calendarheadbody div.calendarhead,
div.sidetitle {
	padding: 5px 0 7px 15px;
	text-align: left;
	background: url() no-repeat left top;
	font-weight: bold;
        color: #000;
}

div.side {
	margin: 0 0 30px 2px;
	text-align: left;
}





/* ----------------------------------------------- */
/** 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: 20px;
	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 {
	width: 1050px;
	min-height: 122px;
	background: #fff;
	text-align: left;
}

div.blog-title-outer-2 {
        float: left;
	width: 450px;
        min-height: 122px;
	margin: 0 auto;
        background: url(http://livedoor.blogimg.jp/cloze_rains/imgs/2/0/208e1963.png) no-repeat;
        cursor: pointer;
}

div.blog-title-outer-3 {
	padding: 20px 10px 15px;
}


h1#blog-title {
	font-size: 150%;
	font-weight: bold;
}

div.blog-description-outer {}

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

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

div.archives-title-outer {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	text-align: center;
	font-size: 1.2em;
}
div.archives-title-outer-2 {}

div.archives-title-outer-3 {}

h2.archives-title {
	padding: 10px;
	background: #f0f0f0;
	text-align: center;
	font-size: 1.2em;
}

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

div.pager {
	margin-bottom: 10px;
        font-size: 15px;
}

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

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 {
        background: #fff;
        padding: 6px;
	margin-bottom: 15px;
	text-align: left;
        border: 1px #ddd solid;
        box-shadow: 1px 1px 5px #a0a0a0;
        -moz-box-shadow: 1px 1px 5px #a0a0a0;
        -webkit-box-shadow: 1px 1px 5px #a0a0a0;
}

div.article-outer-2 {}

div.article-outer-3 {}

div.article-outer-4 {
        background: #fff;
        padding: 16px;
	margin-bottom: 15px;
	text-align: left;
        border: 1px #ddd solid;
        box-shadow: 1px 1px 5px #a0a0a0;
        -moz-box-shadow: 1px 1px 5px #a0a0a0;
        -webkit-box-shadow: 1px 1px 5px #a0a0a0;
}

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

div.article-header {
}

/*** 日付 */
div.article-date-outer {
	float: left;
	font-size: 100%;
        padding-top: 12px;
	line-height: 1.42;
}

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 {
	float: left;
        padding-top: 12px;
}

div.article-category-outer dl.article-category {
	padding-left: 20px;
	line-height: 1.42;
	background: url(http://livedoor.blogimg.jp/cloze_rains/imgs/0/e/0eba4bab.png) no-repeat 0 0;
}

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 {
	margin-bottom: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
        outline: 1px #ccc dashed;
        border-left: 6px #f03a92 solid;
        border-bottom: 1px #ddd solid;
        padding: 7px;
}

h2.article-title {
	clear: left;
	margin: 0;
	font-size: 150%;
	font-weight: bold;
}



div.article-tool-box-header {
	float: right;
}

/*** コメントカウント */
div.comment-count {
	float: left;
        list-style-type: none;
	font-size: 100%;
        padding-top: 12px;
        padding-left: 5px;
	line-height: 1.42;
}

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

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

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

/*** 続きを読む */
div.article-body span.article-continue a {
	margin-top: 1em;
	padding: 5px 0;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	border: 1px #ccc solid;
	background: url(http://livedoor.blogimg.jp/cloze_rains/imgs/c/5/c535087b.png) repeat-x;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: block;
}

div.article-body span.article-continue a:hover {
	background: #f5f5f5;
        border: 1px #ccc solid;
}

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


/*** 画像を枠で囲む(本文中) */
div.article-body img.pict {
        margin: 10px 10px 0px 0;
        padding:2px;
        border:1px solid #ddd;
        background: #ffffff;
}

div.article-body a:hover img.pict {
        border:1px solid #2280f1;
}



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 20px;
}
div.article-body ul {
	margin: 10px 15px;
}

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

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

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

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




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


dl.article-tags {
	background-image: url()!important;
}

dl.article-tags dt {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}



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

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

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

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

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


ul.article-post li.article-comment-count {
	padding: 3px 5px 3px 20px;
	background: url(http://parts.blog.livedoor.jp/img/usr/blogmedia/2ch/common/icon_comment.gif) no-repeat 0 1px;
}
ul.article-post li.article-trackback-count {
	padding: 3px 5px 3px 20px;
	background: url(http://parts.blog.livedoor.jp/img/usr/blogmedia/2ch/common/icon_tracback.gif) no-repeat 0 0;
}

ul.article-post li.article-author {
	margin-left: 10px;
}

ul.article-post li.article-author,
ul.article-post li.article-tool-box {
	float: left;
}



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

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

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

div.article-option h3 {
	margin: 0 10px 15px 10px;
	padding: 0 0 5px 0;
	font-size: 100%;
	border-bottom: 1px solid #ddd;
}

/*** 指定しやすいよう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 {
	padding: 0 0 10px 20px;
	font-size: 1em;
}

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 {
        margin-bottom: 13px;
	padding: 0 0 14px 20px;
	font-size: 14px;
        background: #f7f7f7;
        border: 1px #ccc solid;
}

ul.comment-info li.comment-author {
	display: inline;
        color: #2f9250;
}

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;
        font-size: 15px;
	margin-top: 5px;
}

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

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

#comment-form {
        padding: 10px;
}


div#comment-form-body {
        padding: 15px 0 15px 0px;
}

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

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

.textarea-outer {
         margin-top: 3px;
}

input#author {
        width: 170px;
        padding: 5px;
        border: 1px solid #cococo;
        background: #fff;
}

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

textarea#text {
        width: 540px;
        height: 200px;
        border: 1px solid #cococo;
        background: #fff;
        padding: 5px;
}


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

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

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


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

div.related-articles{
	padding: 15px 0 0;
}
div.related-articles h3{
	background: url(http://livedoor.blogimg.jp/cloze_rains/imgs/8/a/8af34d65.gif) no-repeat left center;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	padding-left: 13px;
	padding-top: 8px;
	padding-bottom: 8px;
}
div.related-articles ul{
	list-style: none;
	margin: 0;
	padding-left: 10px;
	line-height: 1.2;
        font-size: 15px;
}
div.related-articles ul li{
        list-style:square;
        margin-left: 20px;
	padding: 0 0 5px 3px;
}

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


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


div.sidebody {
	margin: 0 0 5px 0;
	padding: 0;
	text-align: left;
}

div.sidebody {
	margin-bottom: 5px;
	padding-left: 15px;
	background: url(http://parts.blog.livedoor.jp/img/usr/blogmedia/2ch/cobaltblue/arrow.gif) no-repeat 0 4px;
	font-size: 95%;
}


div.sidewrapper {}

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

div.calendarheadbody {}
div.calendarheadbody div.calendarhead {
	text-align: center;
	color: #fff;
	font-weight: bold;
}

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: 1em;
	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 {}

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

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

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





ul.galleryThumbnail {
	text-align: center;
}





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

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

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

table#header {
        border-bottom: 1px #ccc solid;
	font-size: 12px;
	background: #eee;
	color: #eee;
}

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

div.footer-outer {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	background: #d8d8d8;
        border-top: 6px #ccc solid;
	text-align: center;
}

div.footer-outer-2 {}

div#footer {}

div#footer p {}

/* =============================================== */
/** 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 {
	color: #0000ff!important;
	font-weight: bold;
}

a.adtitle span {
	font-size: 14px!important;
}

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

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

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

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

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

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

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

/*--------------------------------------------------------
ブログロール
--------------------------------------------------------*/
.blogroll-wrapper{
	width:1040px;
	overflow:hidden;
        border: 5px #ddd solid;
        margin-top: 30px!important;
}
.blogroll-column{
	float:left;
	width:50%;
}
.blogroll-channel{
        height:280px !important;
        border:1px solid #999;
}

.blogroll-channel
.blogroll-list {
        list-style-type: none;
        padding:5px !important;
        margin-bottom: 0 !important;
        font-size: 13px !important;
        line-height: 1.2;
        border-bottom:1px dashed #e0dcd0;
}

/* blogroll下ナビ */
#globalnavi{
        display: block;
        position: absolute;
        top: 138px;
        left: 0px;
        width: 100%;
        background: transparent;
        height: auto;
        padding: 0px;
        font-size: 14px;
        z-index: 200;
        font-family : Arial,'ＭＳ Ｐゴシック',sans-serif ;
}

#globalnavi ul{
        list-style-type: none;
        margin-left : auto;
        margin-right : auto;
        padding: 0;
        display: block;
	list-style-type: none;
	text-align: left;
        width:1050px;
        height: 34px;	
        background: #000;
}

#globalnavi li{
        width: 175px; 
        height: 34px;	
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
        color: #fff;
}

#globalnavi a{
        text-align: center;
        display:block;
	color: #fff;
        text-decoration: none;
	letter-spacing: 1px;
	line-height: 34px;
	background: #000;
}

#globalnavi a:hover{
        text-decoration: none;
	color: #fff;
        background:#ed0060;
}


.res2 span.text-shadow {
        font-weight:bold;
        -moz-text-shadow: 0px 0px 5px #a0a0a0;
        -webkit-text-shadow: 0px 0px 5px #a0a0a0;
        text-shadow: 0px 0px 5px #a0a0a0;
        font-size:140%;
}


div.shadow-box {
        padding: 9px;
        margin: 5px;
        border: 1px #ff69b4 solid;
        -moz-box-shadow: 0px 0px 6px #ff83fa;
        -webkit-box-shadow: 0px 0px 6px #ff83fa;
        box-shadow: 0px 0px 6px #ff83fa;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
}

/* お勧め記事(RSS) */
/* --タイトル-- */
#recommend-article {
        float: left;
        width: auto;
        margin: 0;
        padding: 0;
        background: transparent;
        font-size: 15px;
}

#recommend-article ul {
        list-style-type: none;
        border-left: 4px #2280f1;
        margin: 0;
        padding: 0;
}

#recommend-article li {
        float: left;
        width: 500px;
        margin: 3px;
        padding: 0;
        border-left: 6px #2280f1 solid;
}

#recommend-article a {
        text-align: left;
        display: block;
        padding: 3px 10px 3px 10px;
        font-weight: bold;
        text-decoration: none;
        margin: 2px 0px 0px 0px;
}

#recommend-article a:hover {
        background-color:#FBA1C2;
        filter:alpha(opacity=70);
        opacity:0.70;
        -moz-opacity:0.70;
        font-weight: bold;
}

/* ピックアップ */

#pickup {
        float: left;
        width: auto;
        margin-bottom: 1px;
        padding: 0;
        background: transparent;
        font-size: 15px;
}

#pickup ul {
        list-style-type: none;
        border-left: 4px #2280f1;
        margin: 0;
        padding: 0;
}

#pickup li {
        float: left;
        width: 500px;
        margin: 3px;
        padding: 0;
        border-left: 6px #ff1493 solid;
}

#pickup a {
        text-align: left;
        display:block;
        padding: 3px 10px 3px 10px;
        font-weight: bold;
        text-decoration: none;
        margin:2px 0px 0px 0px;
}

#pickup a:hover {
        background-color:#FBA1C2;
        filter:alpha(opacity=70);
        opacity:0.70;
        -moz-opacity:0.70;
        font-weight: bold;
}

/* 自サイトピックアップ */
div#pickup-waku {
        width: 500px;
        height: 172px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        margin-bottom: 12px;
        border: none;
        overflow: hidden;
}

div#pickup-waku img.pict {
        border: none;
}

div.pickup-article {
        float: left;
        position: relative;
        width: 245px;
        height: 155px;
        background: #fff;
        padding: 3px;
        margin: 3px;
        box-shadow: 0px 0px 5px #a0a0a0;
        -moz-box-shadow: 0px 0px 5px #a0a0a0;
        -webkit-box-shadow: 0px 0px 5px #a0a0a0;
}

div.pickup-article:hover {
        box-shadow: 0px 0px 5px #2280f1;
        -moz-box-shadow: 0px 0px 5px #2280f1;
        -webkit-box-shadow: 0px 0px 5px #2280f1;
}

div.pickup-article span.title {
        position: absolute;
        width: 235px;
        height: 20px;
        bottom: 3px;
        left: 3px;
        padding: 5px;
        background: #000;
        color: #fff;
        filter: alpha(opacity=70);
        -moz-opacity: 0.70;
        opacity: 0.70;
        font-weight: bold;
        font-size: 100%;
        text-shadow: 0px 0px 1px white;
}

div.pickup-article:hover span.title {
        color: #ff1493;
        -webkit-transition: 0.3s ease-out;
        -moz-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out;
        text-shadow: 0px 0px 1px white;
}


/* トップページへ戻るボタン */
#back-top a {
	margin-top: 60px;
        padding: 6px 150px 6px 150px;
	border: 1px solid #ddd;
	background: -moz-linear-gradient(#fcfcfc, #ededed);
        background: -ms-linear-gradient(#fcfcfc, #ededed);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #ededed));
        background: -webkit-linear-gradient(#fcfcfc, #ededed);
        background: -o-linear-gradient(#fcfcfc, #ededed);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#ededed');
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#ededed)";
        background: linear-gradient(#fcfcfc, #ededed);
	background-color: #f0f0f0;
	font-weight: bold;
	font-size: 130%;
}

#back-top a:hover {
	background: -moz-linear-gradient(#e6e6e6, #f0f0f0);
        background: -ms-linear-gradient(#e6e6e6, #f0f0f0);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(100%, #f0f0f0));
        background: -webkit-linear-gradient(#e6e6e6, #f0f0f0);
        background: -o-linear-gradient(#e6e6e6, #f0f0f0);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#f0f0f0');
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#f0f0f0)";
        background: linear-gradient(#e6e6e6, #f0f0f0);
	background-color: #e6e6e6;
}

/* 区切り */
hr.kugiri2 {
         display:none;
}

.hrkugiri2 {
        background: #fff;
        -moz-border-radius: 60px;
        -webkit-border-radius: 60px;
        border-radius: 10px;
        -moz-box-shadow: 2px 2px 2px 2px #FBA1C2;
        -webkit-box-shadow: 2px 2px 2px 2px #FBA1C2;
        box-shadow: 2px 2px 2px 2px #FBA1C2;
        height: 30px;
        margin: 30px 4px;
}

/* 最新記事 */
.recent-article-image {
	overflow: hidden;
	padding: 3px 1px 1px 3px;
}

.recent-article-image li {
	clear: both;
	float: left;
	display: block;
	width: 100%;
        margin-top: 5px!important;
	margin-bottom: 5px;
	border-bottom: 1px #ddd dotted;
	padding-bottom: 5px;
}

.recent-article-image img {
	float: left;
	width: 63px;
	margin-right: 5px;
        margin-left: 5px!important;
	padding: 1px;
	border: #FF1493 solid 1px;
}

.recent-article-image img:hover {
	overflow: hidden;
	border: 1px #FF1493 solid;
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
	-webkit-box-shadow: 0 0 4px #2280f1;
	-moz-box-shadow: 0 0 4px #2280f1;
	-o-box-shadow: 0 0 4px #2280f1;
	box-shadow: 0 0 4px #2280f1;
}

/* ニュースなど */
div.news {
        background:#FFFAFA;
        border:1px #ddd solid;
        padding:7px;
        font-size:16px;
        width: 540px;
}

/* ツールボックス */
div.tool-box {
        float:left;
        width:520px; 
        height:25px;
        background-color:#fff; 
        -moz-border-radius: 0px 0px 200px;
        -webkit-border-radius: 0px 0px 200px 0px;
        border-radius: 0px 0px 200px;
        -moz-box-shadow: 2px 5px 5px #ddd;
        -webkit-box-shadow: 2px 5px 5px #ddd;
        box-shadow: 2px 5px 5px #ddd;
        padding-left:5px;
}


/* メンバー詳細など */
div.member {
        background:#E6E6FA;
        border: 1px dotted  #ddd;
        padding:10px;
        font-size:14px;
}


div.member img.member_icon {
	float: left;
        padding:2px;
        border:1px solid #ddd;
        background: #ffffff;
}

div.member div.member_prof {
	margin-left: 102px;
        font-size:medium;
}

/* レスAA表示 */
.aa{
        font-family:"ＭＳ Ｐゴシック","MS PGothic","Mona","mona-gothic-jisx0208.1990-0",sans-serif;
        font-size:16px;
        line-height:18px;
}

/* ブログの文、コメント・その他 */
.blog {
        background:#FAFAFA;
        border-top:2px solid #2280f1;
        outline:1px solid #ddd;
        padding:10px;
        font-size:16px;
        width: 670px;
}

.blog_comment {
        background:#FAFAFA;
        border-left:2px solid #E85474;
        outline:1px solid #ddd;
        padding:10px;
        font-size:16px;
        width: 670px;
}

/* google+ 投稿 */
div.g_plus3 {
        border-left: 1px solid #4D90F0;
        width: 510px;
        font-size:100%;
        font-weight: bold;
        display: block;
        padding: 5px 15px;
        margin: 5px 10px;
}

div.g_plus3 img.g_plus_icon {
	border: 0;
	float: left;
}

div.g_plus3 div.g_plus_content {
	margin-left: 60px;
        font-size:medium;
}

/* google+ コメント(3-1) */
div.g_plus_comment3-1 {
        text-align:left;
        width: 502px;
        color:#333333;
        font-size:100%; 
        font-weight: bold;
        background: #FFF7F9;
        display: block;
        padding: 5px 10px;
        margin-bottom: 4px;
}

div.g_plus_comment3-1 img.g_plus_icon {
	border: 0;
	float: left;
}

div.g_plus_comment3-1 div.g_plus_content {
	margin-left: 60px;
        font-size:medium;
}

/* google+ コメント(3-2) */
div.g_plus_comment3-2 {
        text-align:left;
        width: 530px;
        color:#333333;
        font-size:100%; 
        font-weight: bold;
        background: #FFF2F6;
        display: block;
        padding: 5px 10px;
        margin-bottom: 4px;
}

div.g_plus_comment3-2 img.g_plus_icon {
	border: 0;
	float: left;
}

div.g_plus_comment3-2 div.g_plus_content {
	margin-left: 60px;
        font-size:medium;
}

/* google+ コメント-枠 */
div.g_plus_comment3-waku {
        background: #FFE6EE;
        padding:6px;
        margin-left:20px;
        width: 522px;
}

h4 {
	background: url(http://livedoor.blogimg.jp/cloze_rains/imgs/8/a/8af34d65.gif) no-repeat left center;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	padding-left: 13px;
	padding-top: 8px;
	padding-bottom: 8px;
}

/* 個別下人気記事 */
div.popular-articles {
        padding-left: 12px;
        font-size: 15px;
}

div.popular-articles span.p-rank {
        margin-right: 10px;
}

.plugin_popular_articles {
	overflow: hidden;
	padding-top: 0px;
}

.plugin_popular_articles span {
	position: relative;
}

.plugin_popular_articles a {
	display: block;
	width: 100%;
	font-size: 15px;
}

/* 人気記事 */

.plugin-popular_articles {
	overflow: hidden;
	padding-top: 0px;
}

.plugin-popular_articles span {
	position: relative;
	top: -7px;
}

.plugin-popular_articles a {
	display: block;
	width: 160px;
	border-bottom: #ccc dotted 1px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font-size: 77%;
}

/* 個別記事下最新5記事 */
div.recent_article {
        font-size: 15px;
}

hr.kugiri3 {
         display:none;
}

.hrkugiri3 {
        background: #fff;
        border-top: 1px #ddd solid;
        height: 5px;
        margin: 30px 4px;
}

/* 目次 */
ul.mokuji {
        margin: 10px 30px 10px 30px;
        padding: 15px;
        border-left: 7px solid #dbdbdb;
        background-color: #f0f0f0; 
}

ul.mokuji li {
        list-style: square;
        margin: 10px;
}

/* ツイート一覧 */
#twitterer_anywhere {
        font-size:12px;
}
.tw-title {
	background: url(http://livedoor.blogimg.jp/cloze_rains/imgs/8/a/8af34d65.gif) no-repeat left center;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	padding-left: 13px;
	padding-top: 8px;
	padding-bottom: 8px;
        margin-bottom: 8px;
}

div#twitterer-anywhere-box div.tweet_box_left {
	width: 58px;
	float: left;
}
div#twitterer-anywhere-box div.tweet_box_right {
	width: 429px;
	line-height: 1.2em;
	float: right;
        margin-right: 55px;
}
div#twitterer-anywhere-box div.clearfloat {
        margin-left: 100px;
	clear: both;
}
div#twitterer-anywhere-box div.clearfloat span {
	margin-left: 6px;
	margin-right: 6px;
}
.tweet_box {
        border-bottom: 1px #ddd solid;
        margin-right: 2px;
        margin-bottom:5px;
        padding-top: 2px;
}

p.more {
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        background: #ddd;
        border: 1px #ccc solid;
	padding-left: 21px;
}

/* 記事検索 */
#search {
        position: absolute;
        top: 60px;
        left: 810px;
        width: 250px;
        padding: 10px;
        background: transparent;
}

#search-form {
        position: relative;
}

#keywords  {
	width: 190px;
	height: 45px;
	background: url(http://livedoor.blogimg.jp/cloze_rains/imgs/c/5/c535087b.png) repeat;
	border: 2px #ccc solid;
	padding: 2px 50px 2px 5px;
	margin: 0px 0px 0px 0px; 
	font-size: 28px;
	color: #000;
}

#search_button {
        position: absolute;  
        top: 14px;  
        _top: 14px;  
        right: 9px; 
        font-size: 20px;
        font-weight: bold;
        color: #aaa;
}

#search_button:hover {
        color: #ed0060;
}

*:first-child + html #searchBtn    {
        top: 1px;
}

div.box {
        margin: 2px 3px 10px 1px;
        padding: 9px;
        border-left: 7px solid #dbdbdb;
        background-color: #f0f0f0; 
}
