@charset "UTF-8";

/* ----- スクロールバーの設定 ----- */
html {
	scrollbar-track-color : #000000;
	scrollbar-face-color : #000000;
	scrollbar-arrow-color : #999999;
	scrollbar-3dlight-color : #999999;
	scrollbar-darkshadow-color : #999999;
	scrollbar-highlight-color : #000000;
	scrollbar-shadow-color : #000000;
}

/* ----- 全体的な設定 ----- */
* {
	padding : 0;
	margin : 0;
}
body {
	color : #bbbbbb;
	background-color : #000000;
	text-align : center;
	line-height : 1.66em;
	font-size : small !important;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : small !important;
	margin : 2px;
}
html>body {
	font-size : small !important;
}
textarea {
	width : 100%;
}

/* ----- リンクの設定 ----- */
a {
	color : #ffffff;
	text-decoration : none;
}
a:link {
	color : #ffffff;
	text-decoration : none;
}
a:visited {
	color : #ffffff;
	text-decoration : none;
}
a:hover { 
	color : #000000;
	background-color : #990000;
}
 /* 画像の設定 */
img {
	padding : 5px;
	margin : 5px;
}
a img {
	border-style : none;
	border-width : 0px;
	text-decoration : none;
}
 /* 絵文字の設定 */
img.emoji {
	border : 0px;
	background : none;
	margin : 0px 1px -3px;
}

/* ----- レイアウト用ブロックの設定 ----- */
 /* 全体の大枠 */
div#container {
	width : 825px;
	margin-left : auto;
	margin-right : auto;
	background-color : transparent;
	text-align : left;
	border : 1px solid #999999;
}
 /* タイトル部分 */
div#branding {
	width : 825px;
	height : 130px;
	background : urltop left no-repeat;
	padding : 0px;
	margin : 0px;
}
div.column {
	margin : 0px 0px;
}
 /* 本文部分ブロック */
div#primary-column {
	float : right;
	width : 560px;
	voice-family : "\"}\"";
	voice-family : inherit;
	width : 560px;
	padding : 15px 0px 0px 0px;
}
html>body div#primary-column {
	width : 560px;
}
 /* サイトインフォ関連ブロック */
div#secondary-column {
	float : left;
	width : 250px;
	padding  : 15px 0px 0px 0px;
}
 /* 著作表示ブロック */
div#siteinfo-legal {
	clear : both;
	margin : 0px 10px;
}

/* ----- タイトル・サイトの説明部分の設定 ----- */
 /* タイトル */
div#branding h1 {
	font-family : "Arial Black", "Impact", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka";
	font-size : 25px;
	text-align : left;
	padding : 42px 22px 0px;
}
div#branding h1 a {
	color : #bbbbbb;
	text-decoration : none;
}
div#branding h1 a:link {
	color : #bbbbbb;
	text-decoration : none;
}
div#branding h1 a:visited {
	color : #bbbbbb;
	text-decoration : none;
}
div#branding h1 a:hover { 
	color : #000000;
	background-color : #990000;
}

html>body div#branding h1 {
	font-size : 24px;
}
 /* サイトの説明 */
div#branding p {
	font-family : "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka";
	color : #bbbbbb;
	font-size : 13px;
	text-align : left;
	padding : 20px 25px;
}
html>body div#branding p {
	font-size : 12px;
}
/* ----- カレンダー部分 ----- */
#calendarblock {
	color : #333333;
	background-color : #999999;
	text-align : center;
	font-weight : bold;
	line-height : 1.05em;
	padding : 0px;
	margin : 0px;
}
.yokocal {
	font-family : "Verdana", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka";
	font-size : 12.5px;
}
.yokocalblock {
	display : inline;
	margin : 0px 2px;
}
.yokocal a {
	color : #ffffff;
	text-decoration : none;
}
.yokocal a:link {
	color : #ffffff;
	text-decoration : none;
}
.yokocal a:visited {
	color : #ffffff;
	text-decoration : none;
}
.yokocal a:hover { 
	color : #990000;
	text-decoration : none;
	background-color : #000000;
}

/* ----- Primary-Columnの設定 ----- */
 /* ページ移動用ナビゲーション */
p.prev-next-navi {
	text-align : center;
	margin-bottom : 20px;
}
 /* 各記事毎のブロック */
div.section {
	margin-bottom : 20px;
}
.mainentryblock {
	background-color : #333333;
	padding : 0px;
	margin-bottom : 10px;
	border : 1px solid #999999;
}
 /* 記事のタイトル部分 */
div.section h2 {
	background-color : #333333;
left no-repeat;
	font-size : medium;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : medium;
	padding : 10px 10px 15px 15px;
	margin : 10px;
	border-bottom : 1px solid #999999;
}
div.section h2 a:link {
	color : #ffffff;
	text-decoration : none;
}
div.section h2 a:visited {
	color : #ffffff;
	text-decoration : none;
}
div.section h2 a:hover { 
	color : #000000;
	text-decoration : none;
}
html>body div.section h2 {
	font-size : medium;
}
 /* 段落の設定 */
div.section p {
	margin : 1em 0;
}
 /* 記事本体部分 */
div.entry-body {
	padding : 15px 17px 0px 20px;
}
 /* 追記部分 */
div.more {
	padding : 15px 0px 0px;
}
.mainentrymore {
	padding : 10px 0px;
}
p.entry-more {
	text-align : left;
	padding : 0px;
}
 /* フッター部分 */
div.section ul.entry-footer {
	font-size : 13px;
	list-style-position : inside;
	text-align : center;
	padding : 0px 0px 8px 0px;
}
div.section ul.entry-footer li {
	display : inline;
	list-style-type : none;
}
div.section ul.entry-footer li a img {
	float : right;
	border-style : none;
	border-width : 0px;
	text-decoration : none;
}

/* ----- コメント部分の設定 ----- */
 /* コメントトップ */
h3#comment-top {
	color : #333333;
	background : urlleft no-repeat;
	font-size : medium;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : medium;
	padding : 3px 10px 3px 10px;
	margin : 0px;
	border-bottom : 1px solid #999999;
}
html>body h3#trackback-top {
	font-size : medium;
}
.comment-bold {
	color : #666666;
	font-weight : bold;
	padding : 15px 0px 2px 5px;
	margin : 0px 5px;
	border-bottom : 1px solid #333333;
}
 /* コメントのタイトル */
h4.comment-header {
	color : #ffffff;
	font-size : small !important;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : medium !important;
	padding : 10px 10px 5px;
	margin : 0px;
}
 /* コメント本文 */
div.comment-body {
	padding : 0px 30px 0px 30px;
}
ul.comment-footer li {
	text-align : right;
	display : inline;
	list-style-type : none;
}
 /* コメントフッター */
ul.comment-footer {
	font-size : 13px;
	margin : 5px;
         list-style-position : inside;
	padding : 30px 30x;
         text-align : right;		
	border-bottom : 1px solid #333333;
}

 /* コメントフォーム */
div#primary-column form {
	padding : 10px 20px;
}
.formtext {
	width : 300px;
	color : #ffffff;
 	background-color : #000000;
	padding : 1px 2px;
	border : 1px solid #999999;
}
.formtextarea {
	width : 500px;
	color : #ffffff;
 	background-color : #000000;
	padding : 1px 2px;
	border : 1px solid #999999;
}
.formpass {
	width : 150px;
	color : #ffffff;
	background-color : #000000;
	padding : 1px 2px;
	border : 1px solid #999999;
}
 /* 管理者だけにコメント */
input#himitu {
	margin-right : 0.5em;
}
 /* コメントフォームのボタン */
p.form-btn {
	margin : 10px;
}
.formbutton {
	color : #ffffff;
	background-color : #000000;
	padding : 1px;
	margin : 1px;
	border : 1px solid #999999;
}

/* ----- トラックバック部分の設定 ----- */
 /* トラックバックトップ */
h3#trackback-top {
	color : #ffffff;
	background : urlleft no-repeat;
	font-size : small;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : medium;
	padding : 3px 3px 3px 10px;
	margin : 0px;
	border-bottom : 1px solid #999999;
}
html>body h3#trackback-top {
	font-size : medium;
}
.trackback-bold1 {
	color : #666666;
	font-weight : bold;
	padding : 15px 0px 2px 25px;
	margin : 0px 5px;
	border-bottom : 1px solid #333333;
}
.trackback-bold2 {
	color : #666666;
	font-weight : bold;
	padding : 15px 0px 2px 25px;
	margin : 0px 5px;
}
 /* トラックバックURI */
p.trackback-uri {
	padding : 5px;
	margin : 5px;
}
 /* トラックバックのタイトル */
h4.trackback-header {
	font-size : x-small !important;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : medium !important;
	padding : 10px 5px 5px;
	margin : 0px 5px;
	border-top : 1px solid #333333;
}
 /* トラックバック先の概要 */
div.trackback-excerpt {
	background : transparent;
	padding : 0px 30px 0px 30px;
}
 /* トラックバックフッター */
ul.trackback-footer {
	font-size : 13px;
	list-style-position : inside;
	text-align : right;
	padding : 0px 2px;
	margin : 5px;
}
ul.trackback-footer li {
	text-align : right;
	display : inline;
	list-style-type : none;
}

/* ----- Secondary-Columnの設定 ----- */
#menublock {
	padding : 2px 5px;
	margin-bottom : 10px;
	border : 1px solid #999999;
}
div#secondary-column h2 {
	color : #990000;
	font-weight : bold;
	font-size : x-small;
	text-align : left;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : small;
}
html>div#secondary-column h2 {
	font-size : small;
}
 /* 著者名・著者概要・広告の位置調整 */
p.author-name,
p.author-description,
p.ads {
	margin : 0px;
}
 /* プロフィール画像 */
p.author-image img {
	text-align : center;
	display : block;
	margin : 5px;
         font-size : 12px;
}
 /* アーカイブ関連のリスト表示設定 */
div#secondary-column ul {
	list-style-position : inside;
	margin : 0.5px;
         font-size : 12px;
         padding : 0px 5px 0px 5px;
}
div#secondary-column li {
	list-style-type : square;
}
 /* サーチの設定 */
.searchform {
	color : #ffffff;
	background-color : #000000;
	padding : 2px;
	margin : 1px;
	border : 1px solid #999999;
}
.searchbutton {
	color : #ffffff;
	background-color : #000000;
	padding : 1px;
	margin : 1px;
	border : 1px solid #999999;
}

/* ----- フッター部分の設定 ----- */
div#siteinfo-legal p {
	text-align : center;
	padding : 10px 0px;
	border-top : 1px solid #999999;
}

/* ----- 強調の設定 ----- */
 /* 強調 */
em {
	font-style : italic;
}
 /* より強い強調 */
strong {
	font-weight : bold;
}

/* ----- 引用の設定 ----- */
blockquote {
	padding : 0.5em;
	margin : 10px 20px 10px 30px;
	border-top : 1px dotted #333333;
	border-right : 1px dotted #333333;
	border-bottom : 1px dotted #333333;
	border-left : 3px solid #333333;
}

/* ----- コード ----- */
div.section pre {
	font-family : sans-serif;
	overflow : auto;
	width : 90%;
	padding : 0.5em;
	margin : 1em auto;
	border : 1px solid #333333;
}
 /* for without MacIE5 \*/
div.section pre {
	overflow : scroll;
}
div.section > pre {
	width : auto;
}
div.section code {
	font-family : monospace;
}

/* ----- Mac版IEの文字化け対策 ----- */
textarea,input,select {
	font-family : "\30D2\30E9\30AE\30CE\20Pro\20W3","Osaka","Verdana","Helvetica","Arial","\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",sans-serif;
}