@charset "UTF-8";

/* Information
==================================================
livedoor Blog CSS
 Name   : arabian
 Layout : 2カラム 右サイド
 Author : decoweb
 Author URI: http://www.decoweb.jp/
 Update : 
==================================================
*/

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

}
/* ------- font size-------- */
body {
	font-size:77%;
	color: #333333;
}
td {
	_font-size:11px;
}

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

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

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

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

div#main a:link
, div#main a:active
, div#sub a:link
, div#sub a:active
, div#extra a:link
, div#extra a:active {
	color: #0033CC;
}
div#main a:visited
, div#sub a:visited
, div#extra a:visited {
	color: #9933CC;
	text-decoration:none;
}
div#main a:hover
, div#sub a:hover
, div#extra a:hover {
	text-decoration:underline;
}

div#main h2.article-title a:link
, div#main h2.article-title a:active
, div#main h2.article-title a:visited {
	color:#333333;
	text-decoration:none;
}
div#main h2.article-title a:hover {
	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: #333333;
}

div#main div.article-body a {
	color:#0033CC;
}
div#main div.article-body a:visited {
	color:#9933CC;
}

div#main dl.article-category dd a:link
, div#main dl.article-category dd a:active
, div#main dl.article-category dd a:visited {
	color: #333333;
	text-decoration:none;
	background-color:#ffffff;
}
div#main dl.article-category dd a:hover {
	text-decoration:underline;
}

div#main div.pager a {
	color: #333333;
}

div.footer-outer a {
	color:#ffffff;
}

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

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

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background:url(http://livedoor.blogimg.jp/i2chmeijin/imgs/2/e/2e8762ec.gif);
}

table#header {
	background:url();
}

div#container {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
	div#content {
		width: 980px;
		margin: 10px 0px 0px 0px;
	}
		div#main {
			width: 750px;
			float: left;
			overflow: hidden;
		}
			div#main div.column-inner {
			}

		div#sub {
			width: 218px;
			float: right;
			background-color: #fff;
        border: 1px solid #666666 !important;
        border-radius: 3px 3px 3px 3px !important;
        display: block;
		}
			div#sub div.column-inner {
			}

		div#sub div.column-inner-2,
div#extra div.column-inner-2 {
	padding: 5px 5px;
}

div#extra {
			clear: right;
			float: right;
			width: 180px;
			overflow: hidden;
		}
			div#extra div.column-inner {
			}
.rssBox { 
     height: 190px;
     overflow: auto;
     background: #fff;
     border: 1px solid #D3D3D3;
     border-radius:3px 3px 3px 3px;
     margin-bottom: 15px !important;
     padding: 0px;
}
#rssBox2 {
     background: none repeat scroll 0 0 #EFCFBF;
     border: 1px solid #D3D3D33;
     border-radius: 3px 3px 3px 3px;
        }

.rssLeft {
     float: left;
     width: 48%;
}
.rssRight {
     float: right;
     width: 48%
}


.adBox { 
     height: ***px;
     overflow: :hidden;
     background: #fff;
     border: 1px solid #D3D3D3;
     border-radius:3px 3px 3px 3px;
     margin-bottom: 15px !important;
     padding: 2px;
}


/* ----------------------------------------------- */
/** 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
, div.article-category-outer:after {
	content:".";
	display:block;
	height:0;
	line-height:0;
	visibility:hidden;
	clear:both;
}
div#container
, div#content
, ul.article-navigator
, ul.archives-navigator
, div.article-body
, div.article-body div.article-body-more
, div#trackback-form ul
, div.article-category-outer {
	display:inline-block;
}
div#container
, div#content
, ul.article-navigator
, ul.archives-navigator
, div.article-body
, div.article-body div.article-body-more
, div#trackback-form ul
, div.article-category-outer {
	display:block;
	}
/* Mac IE \*//*/
div#container
, div#content
, ul.article-navigator
, ul.archives-navigator
, div.article-body
, div.article-body div.article-body-more
, div#trackback-form ul
, div.article-category-outer {
	overflow:hidden;
}
/* */

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

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

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

div.blog-title-outer {
	height: 135px;
	background: url("") no-repeat;
}
	div.blog-title-outer-2 {
	}
		div.blog-title-outer-3 {
		}

h1#blog-title {
	margin: 0;
	padding: 50px 0px 0px 30px;
	font-size: 170%;
	font-weight: bold;
}

div.blog-description-outer {
}

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


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

div.archives-title-outer {
}
	div.archives-title-outer-2 {
	}
		div.archives-title-outer-3 {
		}

h2.archives-title {
	margin-top:0px;
	padding:5px 10px;
	font-weight:bold;
	background-color:#f2f8e6;
	border-top:1px #7cb608 dotted;
	border-bottom:1px #7cb608 dotted;
}

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

div.pager {
}
div.pager-inner {
	padding: 0 0 5px;
	margin: 0 0 10px;
	text-align: left;
}

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

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

ul.index-navigator {
	padding: 5px 0 0;
	margin: 0;
}

ul.index-navigator li a,
ul.index-navigator li span {
	padding: 4px 5px;
	display: inline-block;
	text-decoration: none;
}

ul.index-navigator li.paging-number span,
ul.index-navigator li.paging-number a {
	padding: 4px 9px;
	border: 1px #666666 solid;
}

ul.index-navigator li.paging-number ol.paging-number li.current {
	margin: 0 1px;
}

ul.index-navigator li.paging-prev a {
	margin-right: 10px;
}

ul.index-navigator li.paging-last a {
	margin-left: 10px;
}

ul.index-navigator li.paging-number a:hover,
ul.index-navigator li.paging-number span,
div.article-date-outer span.article-month {
	color:#ffffff;
	background-color: #333333;
}


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

ul.archives-pager {
	padding: 6px 0;
}
	ul.archives-pager li {
	}
	ul.archives-pager li a {
		padding: 5px;
		border:1px #7cb608 solid;
	}

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

ul.article-pager {
	padding: 6px 0;
	text-align:center;
}

ul.article-pager li {
	display:inline:
}
	ul.article-pager li a {
		margin: 5px;
		padding: 5px;
		border:1px #7cb608 solid;
	}

ul.article-pager li.prev {}
ul.article-pager li.next {}
ul.article-pager li.both {}


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

/** メッセージボード */

div.message-board-outer {
}
div.message-board-outer-2 {
}
div.message-board-outer-3 {
}
div.message-board {
	padding: 15px;
	line-height: 170%;
	border:1px #666666 dotted;
}

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

div.article-outer {
	margin-bottom: 20px;
	text-align: left;
        border: 1px solid #666666 !important;
        border-radius: 3px 3px 3px 3px !important;
	background-color: #fff;
        display: block;
        padding: 5px 0 !important;
}
div.article-outer-2 {
}
div.article-outer-3 {
}

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

div.article-header {
	padding: 0px 0;
border-top: solid 4px #4F4F4F;
}

/*** 日付 */
div.article-date-outer {
        padding:7px 5px 6px 10px;
        color:#333;
	font-weight:bold;
        background-color: #FFF;
}
	div.article-date-outer span.article-date {
	}
	div.article-date-outer span.article-time {
	}

/*** カテゴリ */
div.article-category-outer
,div.article-category-outer dl
,div.article-category-outer dl dt
,div.article-category-outer dl dd{
	display:inline;
}
div.article-category-outer100{
font-weight:bold;
	margin-left:490px;
	padding-left:0px;
	padding-right:20px;
	position:relative;
	padding:0px 0px 0px 0px;
	top:-2px;
}

div.article-category-outer0{
	margin-left:15px;
	background:url("http://parts.blog.livedoor.jp/img/usr/blogmedia/2ch/common/icon_categry.gif") no-repeat scroll 0 center transparent;
	padding-left:20px;
	padding-right:20px;
	position:relative;
	top:-5px;
}

div.article-category-outer dl.article-category {
	background:url("http://parts.blog.livedoor.jp/img/usr/blogmedia/2ch/common/icon_tag.gif") no-repeat scroll 0 center transparent;
padding: 3px 0px 0px 10px;
}

div.article-category-outer dl.article-category dd {
	margin-left:10px;
}

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 {
}
	h2.article-title {
		padding:5px 10px 7px 44px;		
		font-size: 130%;
		font-weight: bold;
		background:url("http://livedoor.blogimg.jp/i2chmeijin/imgs/6/7/67aeca72.gif") no-repeat;
		border-bottom:1px #4F4F4F dashed;
	}

/* ----------------------------------------------- */
/** 記事タイトルフッター */

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

ul.article-post {
	padding: 2px 6px 0px;
	background: #f0f0f0;
	border-left:5px solid #cccccc;
	text-align: right;
	overflow: hidden;
}

ul.article-post li {
	padding: 3px 5px 3px 20px;
	min-height: 16px;
	float:left;
}

ul.article-post li.article-calendar {
	background: url(http://livedoor.blogimg.jp/i2chmeijin/imgs/0/d/0d34bdf2.png) no-repeat 0 2px;
}

ul.article-post li.article-category {
	background: url(http://parts.blog.livedoor.jp/img/usr/blogmedia/2ch/common/icon_categry.gif) no-repeat 0 2px;
}

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

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

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

ul.article-post li a {
	texr-decoration: none !important;
}

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

div.article-body {
	clear:both;
	padding: 5px 10px 0px 10px;
	line-height: 170%;
}
	div.article-body-inner {
		overflow: hidden;
	}

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

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

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

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

/*** プライベートモード */
div.private-mode-announcement {
	margin:40px 20px 0px 0px;
	border-color: #cccccc;
	background-color:#ffffcc;
}

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

div.article-footer {
}
	ul.article-post {
		margin: 12px 10px 15px 10px;
		padding:5px;
		text-align: right;
		background-color:#f6f6f6;
		border:1px #e9e9e9 solid;

	}
		ul.article-post li {
		}

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

div#article-options {
	padding: 10px 0px;
}
	div.article-option {
		padding: 15px 0;
	}
		div.article-option h3 {
			padding:5px 5px;
			font-weight:bold;
			background-color:#f2f8e6;
		}

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

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

li.trackback-set {
	padding: 0 0 10px 20px;
}

h4.ping-title {
	display: inline;
	padding: 0;
	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 20px 35px 5px;
	border-bottom:1px #999999 dashed;
}

ul.comment-info {
	padding:10px;
}
	ul.comment-info li.comment-author {
		display: inline;
	}
	ul.comment-info li.comment-date {
		display: inline;
		margin-left: 5px;
	}
	ul.comment-info li {
		display: inline;
	}
	ul.comment-info li.comment-body {
		display: block;
		margin-top: 5px;
		margin-left: 25px;
	}

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: 100%;
}

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

input#author {
	width: 39%;
}

input#email {
	width: 65%;
}

input#url {
	width: 85%;
}

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

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

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

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

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

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

div.related-articles{
	margin-top:50px;
	border-top:1px #7cb608 dotted;
}
	div.related-articles h3{
		margin: 20px 10px 0px 10px;
		padding-left:30px;
		background:url("http://parts.blog.livedoor.jp/img/usr/dw043_simple_dog_2c/related_title.jpg") 0px 3px no-repeat;
	}
	div.related-articles ul{
		margin:10px;
		padding:0px;
		list-style-type:none;
	}
		div.related-articles ul li{
			margin:0px;
			padding:0px 0px 0px 15px;
			background:url("http://parts.blog.livedoor.jp/img/usr/dw043_simple_dog_2c/sidebody_icon.jpg") 0px 5px no-repeat;
		}

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

div.sidetitlebody {
}
	div.sidetitle {
		padding:5px 5px;
	font-weight:bold;
	text-align:center;
	color:#ffffff;
		background-color: #4F4F4F;
	}

div.sidetop {
}

div.side {
	margin-top:10px;
}
	div.sidebody {
		margin:0px 0px 7px 0px;
		padding:0px 0px 0px 15px;
		background:url("http://parts.blog.livedoor.jp/img/usr/dw043_simple_dog_2c/sidebody_icon.jpg") 0px 3px no-repeat;
	}

div.sidebottom {
}

div.sidewrapper {
	margin-bottom:20px;
}

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

div.calendarheadbody {}
div.calendarheadbody div.calendarhead {
	padding:5px 5px;
	font-weight:bold;
	text-align:center;
	color:#ffffff;
		background-color: #4F4F4F;
}

div#sub div.calendarheadbody div.calendarhead a
, div#extra div.calendarheadbody div.calendarhead a {
}

div.caltop {}
div.calbottom {}
div.calbody {}

table.caltbl {
	width: 180px;
	margin: 10px auto 0px auto;
	border: 0;
}

div.calbody table.calendartable {}
td.caltblwkbg {}
td.calendarwd {}

table.caltblwk td {
	width: 20px;
	height: 24px;
	padding: 0;
	font-weight:bold;
	text-align: center;
	color: #4F4F4F;
}
	table.caltblwk td.weekday {
	}
	table.caltblwk td.sat {
		color: #006699;
	}
	table.caltblwk td.sun {
		color: #cc0000;
	}

table.caltblwk td span.calendarweek {}
td.caltbldaybg {}

td table.caltblday {
}
td table.caltblday td {
	width: 20px;
	height: 24px;
	padding: 0;
	text-align: center;
	color: #333333;
}
	td table.caltblday td a {
		padding:3px;
		color:#ffffff !important;
		text-decoration:none;
		background-color:#4F4F4F;
	}
	td table.caltblday td a:hover {
		text-decoration:underline;
	}
	td table.caltblday td a:visited {
		background-color:#cccccc;
	}

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%;
	background-color:#;
}

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

div.footer-outer {
	width: 100%;
	margin: 50px auto 0px auto;
	padding:10px 0px;
	color:#ffffff;
	background-color:#4F4F4F;
}
	div.footer-outer-2 {
	}
		div.footer {
		}

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

div#ad {
margin:-20px 0px 0px -20px;
}
div#ad iframe {
}
div.gAdsense {
}
body.ad {
}
a.adtitle {
	color: #666666 !important;
	font-weight: bold;
}

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

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

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

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

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

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

.A{  
font-size:12px;  
}  
.B{  
font-size:16px;  
color:#333333;
margin-left:30px;
}  
.C{  
font-family:"ＭＳ Ｐゴシック",sans-serif, arial;  
font-size:16px;  
line-height:normal;  
font-weight:normal; 
margin-left:25px; 
} 

 
.AA{  
font-family:"ＭＳ Ｐゴシック",sans-serif, arial;  
font-size:14px;  
line-height:normal;  
font-weight:normal;  
}
