@charset "EUC-JP";

/* ----- スクロールバーの設定 ----- */
html {
	scrollbar-track-color : #ffffff;
	scrollbar-face-color : #ffffff;
	scrollbar-arrow-color : #7f9db9;
	scrollbar-3dlight-color : #7f9db9;
	scrollbar-darkshadow-color : #7f9db9;
	scrollbar-highlight-color : #ffffff;
	scrollbar-shadow-color : #ffffff;
}

/* ----- 全体的な設定lammban ----- */
* {
	margin : 0;
	padding : 0;
}
body {
	color : #39333c;
	font-family : "ＭＳ Ｐゴシック", "Verdana", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka";
	background : url("http://blog-imgs-27.fc2.com/s/y/s/systeminchaos/05.jpg") left top fixed no-repeat;
	background-color : #fcfcfc;
	text-align : center;
	line-height : 1.5em;
	font-size : x-small !important;
	font-style : normal;
	font-weight : normal;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : x-small !important;
}
html>body {
	font-size : small !important;
}
textarea {
	width : 90%;
}

/* ----- リンクの設定 ----- */
a {
	text-decoration : none;
}
a:link {
	color : #0000ff;
}
a:visited {
	color : #6f9cf9;
}
a:hover {
	color : #990000;
	text-decoration : underline;
}
a:active {
	color : #000099;
}

/* ----- 画像の設定 ----- */
img {
	border-style : none;
	border-width : 0px;
	padding : 5px;
	margin : 5px;
}
a img {
	border-style : none;
	border-width : 0px;
	text-decoration : none;
	padding : 5px;
	margin : 5px;
}
 /* 絵文字の設定 */
img.emoji {
	border : 0px;
	background : none;
	padding : 0px;
	margin : 0px 1px -3px;
}

/* ----- レイアウト用ブロックの設定 ----- */
 /* 全体の大枠 */
div#container {
	font-family : "ＭＳ Ｐゴシック", "Verdana", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka";
	width : 780px;
	background : transparent;
	text-align : left;
	margin-left : auto;
	margin-right : auto;
}
 /* タイトル+記事 */
div#primary-column {
	float : left;
	width : 550px;
	margin : 0px;
	padding : 10px 0px 0px 10px;
	voice-family : "\"}\"";
	voice-family : inherit;
	width : 540px;
}
html>body div#primary-column {
	width : 540px;
}
 /* タイトル */
div#header {
	font-family : "ＭＳ Ｐゴシック", "Verdana", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka";
	text-align : right;
	background : transparent;
	padding : 70px 10px;
	margin : 0px;
	border-top : 1px solid #c6c6c6;
	border-left : 1px solid #c6c6c6;
	border-right : 2px solid #c6c6c6;
	border-bottom : 3px solid #c6c6c6;
}
 /* 記事 */
div#main {
	font-family : "ＭＳ Ｐゴシック", "Verdana", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka";
	padding : 0px;
	margin : 50px 0px 0px;
}
div.column {
	padding : 0px;
	margin : 0px;
}
 /* カレンダー+メニュー */
div#wrapper {
	float : right;
	width : 230px;
	padding : 10px 0px 0px;
	margin : 0px;
}
 /* カレンダー */
div#calendar {
	font-family : "ＭＳ Ｐゴシック", "Verdana", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka";
	float : left;
	width : 50px;
	padding : 0px 10px;
	margin : 0px;
	voice-family : "\"}\"";
	voice-family : inherit;
	width : 30px;
}
html>body div#calendar {
	width : 30px;
}
 /* メニュー */
div#secondary-column {
	font-family : "ＭＳ Ｐゴシック", "Verdana", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka";
	float : right;
	width : 180px;
	padding : 0px 10px 0px 0px;
	margin : 0px;
	voice-family : "\"}\"";
	voice-family : inherit;
	width : 170px;
}
html>body div#secondary-column {
	width : 170px;
}
 /* フッター */
div#footer {
	font-family : "ＭＳ Ｐゴシック", "Verdana", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka";
	clear : both;
	text-align : center;
	padding : 0.5em;
}

/* ----- タイトル・サイトの説明部分の設定 ----- */
 /* タイトル */
div#header h1 {
	font-size : 26px;
	font-weight : bold;
	padding : 0px;
}
div#header h1 a {
	color : #990000;
	text-decoration : none;
}
div#header h1 a:link {
	color : #990000;
}
div#header h1 a:visited {
	color : #990000;
}
div#header h1 a:hover {
	color : #ffffff;
	text-decoration : none;
	background-color : #990000;
}
div#header h1 a:active {
	color : #990000;
}
html>body div#header h1 {
	font-size : 26px;
	font-weight : bold;
}
 /* サイトの説明 */
div#header p {
	color : #39333c;
	font-size : 12px;
	padding : 0px;
}

/* ----- カレンダー部分の設定 ----- */
div#calendar ul {
	color : #39333c;
	width : 33px;
	font-size : 12x;
	text-align : center;
	border-top : 1px solid #c6c6c6;
	border-left : 1px solid #c6c6c6;
	border-right : 2px solid #c6c6c6;
	border-bottom : 3px solid #c6c6c6;
	voice-family : "\"}\"";
	voice-family : inherit;
	width : 30px;
}
html>body div#calendar ul {
	width : 30px;
}
div#calendar li {
	list-style-type : none;
}
 /* 前月・次月のリンク */
div#calendar li.month a {
	color : #6f9cf9;
	font-weight : bold;
	text-decoration : none;
}
div#calendar li.month a:link {
	color : #6f9cf9;
	text-decoration : none;
}
div#calendar li.month a:visited {
	color : #6f9cf9;
	text-decoration : none;
}
div#calendar li.month a:hover {
	color : #ffffff;
	text-decoration : none;
	background-color : #990000;
}
div#calendar li.month a:active {
	color : #000000;
}
 /* 日記を書いた日のリンク */
div#calendar li.day a {
	color : #ffffff;
	font-weight : bold;
	background-color : #7f9db9;
	text-decoration : none;
	padding : 2px;
}
div#calendar li.day a:link {
	color : #ffffff;
	background-color : #7f9db9;
	text-decoration : none;
}
div#calendar li.day a:visited {
	color : #ffffff;
	background-color : #7f9db9;
	text-decoration : none;
}
div#calendar li.day a:hover {
	color : #ffffff;
	text-decoration : none;
	background-color : #990000;
}
div#calendar li.day a:active {
	color : #ffffff;
}

/* ----- Primary-Columnの設定 ----- */
 /* ページ移動用ナビゲーション */
p.prev-next-navi {
	text-align : center;
	margin : 20px;
}
 /* 記事と記事の間隔 */
div.section {
	padding : 0px;
	margin : 20px 0px 0px;
}
 /* 記事のタイトル部分 */
div.section h2 {
	font-weight : bold;
	font-size : 14px;
	padding : 2px 5px;
	margin : 0px;
	border-top : 1px solid #c6c6c6;
	border-left : 1px solid #c6c6c6;
	border-right : 2px solid #c6c6c6;
	border-bottom : 3px solid #c6c6c6;
}
html>body div.section h2 {
	font-size : 14px;
}
div.section h2 a {
	color : #39333c;
	text-decoration : none;
}
div.section h2 a:link {
	color : #39333c;
}
div.section h2 a:visited {
	color : #39333c;
}
div.section h2 a:hover {
	color : #cc0000;
	text-decoration : underline;
}
div.section h2 a:active {
	color : #39333c;
}
 /* 記事本文 */
div.entry-body {
	background : transparent;
	padding : 5px;
	margin : 0px;
}
 /* 追記部分 */
div.more {
	padding : 20px 0px 0px;
}
p.entry-more {
	padding : 0px;
}
 /* 記事のフッター部分 */
div.section p.entry-footer {
	font-size : 12px;
	text-align : right;
	padding : 0px 10px;
	margin : 0px;
}

/* ----- コメント部分の設定 ----- */
 /* コメントフォーム */
div#primary-column form {
	padding : 0px 10px 10px;
}
 /* 秘密にする */
input#himitu {
	margin-right : 0.5em;
}
 /* 送信ボタン */
p.form-btn {
	margin : 5px;
}
 /* コメントトップ */
h3#comment-top,
h3.comment-post,
h3.comment-edit {
	font-weight : bold;
	font-size : 14px;
	padding : 2px 5px;
	margin : 10px 0px 0px;
}
 /* コメントタイトル */
h4.comment-header {
	font-weight : bold;
	text-decoration : none;
	padding : 0px 10px;
}
 /* コメント本文 */
div.comment-body {
	background : transparent;
	padding : 5px 15px;
	margin : 0px;
}
 /* コメントフッター */
p.comment-footer {
	font-size : 12px;
	text-align : right;
	padding : 0px 10px;
	margin : 0px 5px;
	border-bottom : 1px solid #c6c6c6;
}

/* ----- トラックバック部分の設定 ----- */
 /* トラックバックトップ */
h3#trackback-top {
	font-weight : bold;
	font-size : 14px;
	padding : 2px 5px;
	margin : 10px 0px 0px;
}
 /* トラックバックURI */
p.trackback-uri {
	background : #ffffff;
	padding : 0.2em 0.5em;
	margin : 5px 10px;
	border : 1px solid #7f9db9;
}
 /* トラックバックタイトル */
h4.trackback-header {
	padding : 0px 10px;
	margin : 0px;
}
h4.trackback-header a {
	font-weight : bold;
	text-decoration : none;
}
 /* トラックバック概要 */
div.trackback-excerpt {
	background : transparent;
	padding : 5px 15px;
	margin : 0px;
}
 /* トラックバックフッター部分 */
p.trackback-footer {
	font-size : 12px;
	text-align : right;
	padding : 0px 10px;
	margin : 0px 5px;
	border-bottom : 1px solid #c6c6c6;
}

/* ----- Secondary-Columnの設定 ----- */
 /* アーカイブ関連の見出 */
.menuhead {
	height : 18px;
	padding : 2px 5px;
	margin: 0px;
	border-top : 1px solid #c6c6c6;
	border-left : 1px solid #c6c6c6;
	border-right : 2px solid #c6c6c6;
	border-bottom : 3px solid #c6c6c6;
}
 /* アーカイブ関連見出の画像設定 */
div#secondary-column img.menu {
	border-style : none;
	border-width : 0px;
	margin : 0px;
	padding : 0px;
}
 /* プロフィール画像の位置調整 */
p.author-image {
	padding : 0px;
	margin : 5px 0px 0px 0px;
}
 /* プロフィール文の位置調整 */
p.author-name,
p.author-description {
	padding : 0px 5px 0px 7px;
	margin : 0px;
}
 /* サーチの位置調整 */
div#secondary-column form p {
	padding : 3px 5px 5px;
	margin : 0px;
}
 /* アーカイブ関連リスト設定 */
div#secondary-column ul {
	font-size : 12px;
	list-style-position : outside;
	list-style-type : square;
	padding : 3px 5px 5px 20px;
	margin : 0px;
}

/* ----- 強調の設定 ----- */
 /* 強調 */
em {
	font-style : italic;
}
 /* より強い強調 */
strong {
	font-weight : bold;
}

/* ----- 引用の設定 ----- */
blockquote {
	background : #ffffff;
	padding : 0.5em;
	margin : 10px 20px 10px 30px;
	border-top : 1px solid #7f9db9;
	border-right : 1px solid #7f9db9;
	border-bottom : 1px solid #7f9db9;
	border-left : 3px solid #7f9db9;
}

/* ----- コピーライトの設定 ----- */
div#footer div.copy {
	font-weight : bold;
	border-top : 1px solid #c6c6c6;
}

/* ----- コード ----- */
div.section pre {
	font-family : sans-serif;
	overflow : auto;
	width : 90%;
	padding : 0.5em;
	margin : 1em auto;
	border : 1px solid #c6c6c6;
}
 /* 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;
}