@charset "utf-8";

/* ----- スクロールバーの色 ----- */
html {
	scrollbar-track-color : #ffffff;
	scrollbar-face-color : #ffff33;
	scrollbar-arrow-color : #666666;
	scrollbar-3dlight-color : #666666;
	scrollbar-darkshadow-color : #666666;
	scrollbar-highlight-color : #ffff33;
	scrollbar-shadow-color : #ffff33;
}

/* ----- 全体的な設定 ----- */
* {
	padding : 0;
	margin : 0;
}
body {
	color : #333333;
	font-family : "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Osaka";
	background-color : #ffffff;
	text-align : center;
	line-height : 1.5em;
	font-size : small !important;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : small !important;
	border : 10px solid #ffffff;
}
html>body {
	font-size : small !important;
}
textarea {
	width : 90%;
}

/* ----- リンクの設定 ----- */
a {
	text-decoration : none;
}
a:link {
	color : #ff6600;
	text-decoration : none;
}
a:visited {
	color : #666666;
	text-decoration : none;
}
a:hover {
	color : #ffffff;
	text-decoration : none;
	background-color : #000000;
}
a:active {
	color : #ffffff;
	text-decoration : none;
	background-color : #000000;
}

/* ----- 画像の設定 ----- */
img {
	background-color : #ffff66;
	padding : 5px;
	margin : 0px;
}
 /* 絵文字の設定 */
img.emoji {
	border : 0px;
	background : none;
	padding : 0px;
	margin : 0px 1px -3px;
}

/* ----- レイアウト用ブロックの設定 ----- */
div#container {
	width : 760px;
	background-color : #ffff33;
	margin-left : auto;
	margin-right : auto;
	text-align : left;
}
 /* タイトル表示ブロック */
div#branding {
	width : 760px;
	background : url("http://blog-imgs-27.fc2.com/s/y/s/systeminchaos/egaoheader.gif") top center no-repeat;
	text-align : center;
}
div.column {
	margin : 20px 0px;
}
 /* 記事ブロック */
div#primary-column {
	float : right;
	width : 540px;
	padding : 0px 20px;
	voice-family : "\"}\"";
	voice-family : inherit;
	width : 500px;
}
html>body div#primary-column {
	width : 500px;
}
 /* メニューブロック */
div#secondary-column {
	float : left;
	width : 220px;
	padding : 0px 0px 0px 20px;
	voice-family : "\"}\"";
	voice-family : inherit;
	width : 200px;
}
html>body div#secondary-column {
	width : 200px;
}
 /* 著作表示ブロック */
div#siteinfo-legal {
	clear : both;
	margin : 0px 10px;
}

/* ----- タイトル・サイトの説明部分の設定 ------ */
 /* タイトルの位置あわせ */
#head {
	padding : 80px 0px 0px;
	margin : 0px;
}
 /* タイトル */
div#branding h1 a {
	font-family : "Arial Black", "Impact", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka";
	font-size : 26px;
	color : #666666;
	font-weight : bold;
	text-decoration : none;
	padding : 0px;
}
div#branding h1 a:link {
	color : #666666;
	text-decoration : none;
}
div#branding h1 a:visited {
	color : #666666;
	text-decoration : none;
}
div#branding h1 a:hover {
	color : #ffffff;
	text-decoration : none;
	background-color : #000000;
}
div#branding h1 a:active {
	color : #ffffff;
	text-decoration : none;
	background-color : #000000;
}
html>body div#branding h1 {
	font-size : 26px;
}
 /* サイトの説明 */
div#branding p {
	font-size : 12px;
	color : #666666;
	padding : 70px 0px 20px;
}
html>body div#branding p {
	font-size : 12px;
}

/* ----- Primary-Columnの設定 ----- */
 /* ページ移動用ナビゲーション */
p.prev-next-navi {
	text-align : center;
	margin : 10px;
}
 /* 各記事毎のブロック */
div.section {
	padding : 0px;
	margin : 0px 0px 20px;
}
.main-entry-block {
	background-color : #ffffff;
	padding : 0px;
	margin : 0px;
}
 /* 記事のタイトル部分 */
div.section h2 {
	font-size : small;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : small;
	padding : 10px 5px 3px 10px;
	margin : 0px 5px;
	border-bottom : 3px solid #ffff99;
}
html>body div.section h2 {
	font-size : small;
}
div.section h2 a {
	font-weight : bold;
	text-decoration : none;
}
div.section h2 a:link {
	color : #ff6600;
	text-decoration : none;
}
div.section h2 a:visited {
	color : #ff6600;
	text-decoration : none;
}
div.section h2 a:hover {
	color : #ffffff;
	text-decoration : none;
	background-color : #000000;
}
div.section h2 a:active {
	color : #ffffff;
	text-decoration : none;
	background-color : #000000;
}
 /* 段落の設定 */
div.section p {
	margin : 1em 0;
}
 /* 記事本体部分 */
div.entry-body {
	padding : 15px 20px 10px;
}
 /* 追記部分 */
div.more {
	padding : 0px;
}
div.entry-more {
	padding : 20px 20px 10px;
}
 /* フッター部分 */
div.section ul.entry-footer {
	text-align : right;
	list-style-position : inside;
	background-color : #ffffff;
	font-size : x-small;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : x-small;
	padding : 3px 10px;
}
html>body div.section ul.entry-footer {
	font-size : x-small;
}
div.section ul.entry-footer li {
	display : inline;
	list-style-type : none;
}

/* ----- コメント部分の設定 ----- */
 /* コメントトップ */
div#primary-column h3,
div#primary-column h4 {
	font-size : small;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : small;
}
html>body div#primary-column h3,
html>body div#primary-column h4 {
	font-size : small;
}
h3#comment-title {
	color : #666666;
	padding : 15px 0px 2px 5px;
	margin : 0px 10px;
	border-bottom : 3px solid #ffff99;
}
h3.comment-top,
h3.comment-post,
h3.comment-edit {
	padding : 5px 0px 2px;
	margin : 10px 20px;
	border-bottom : 3px solid #ffff99;
}
 /* コメントのタイトル */
h4.comment-header {
	color : #666666;
	padding : 5px 0px 5px 25px;
}
 /* コメント本文 */
div.comment-body {
	padding : 0px 20px;
}
 /* コメントフッター */
ul.comment-footer {
	color : #666666;
	text-align : right;
	font-size : x-small;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : x-small;
	padding : 5px 20px;
}
html>body ul.comment-footer {
	font-size : x-small;
}
ul.comment-footer li {
	display : inline;
	list-style-type : none;
}
 /* コメントフォーム */
div#primary-column form {
	padding : 0px 30px;
}
div#primary-column form img {
	border : 0px;
	background : none;
	padding : 0px;
	margin : 0px;
}
 /* 管理者だけにコメント */
input#himitu {
	margin-right : 0.5em;
}
.main-form {
	position : relative;
}
.main-form dt {
	position : absolute;
	left : 0;
}
.main-form dd {
	padding : 0px 0px 15px 100px;
}
.main-form-text {
	width : 300px;
	border : 1px solid #666666;
}
.main-form-textarea {
	width : 300px;
	border : 1px solid #666666;
}
.main-form-pass {
	border : 1px solid #666666;
}
.main-form-check {
	border : 1px solid #666666;
}
.main-form-button {
	width : 100px;
}

/* ----- トラックバック部分の設定 ----- */
 /* トラックバックトップ */
h3#trackback-title {
	color : #666666;
	padding : 15px 0px 2px 5px;
	margin : 0px 10px;
	border-bottom : 3px solid #ffff99;
}
h3#trackback-top {
	padding : 5px 0px 2px;
	margin : 10px 20px;
	border-bottom : 3px solid #ffff99;
}
 /* トラックバックURL */
p.trackback-url {
	padding : 0.2em 0.5em;
	margin : 5px 20px 10px;
	border : 1px solid #666666;
}
 /* トラックバックのタイトル */
h4.trackback-header {
	padding : 5px 0px 5px 25px;
}
 /* トラックバック先の概要 */
div.trackback-excerpt {
	padding : 0px 20px;
}
 /* トラックバックフッター */
ul.trackback-footer {
	color : #666666;
	text-align : right;
	font-size : x-small;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : x-small;
	padding : 5px 20px;
}
html>body ul.trackback-footer {
	font-size : x-small;
}
ul.trackback-footer li {
	display : inline;
	list-style-type : none;
}

/* ----- Secondary-Columnの設定 ----- */
div.side {
	background-color : #ffffff;
	font-size : x-small;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : x-small;
	padding : 0px 0px 0px;
	margin : 0px 0px 10px;
	border : 1px solid #ffffff;
}
html>body div.side {
	font-size : x-small;
}
div.sidebody {
	padding : 0px 10px 5px 15px;
}
 /* メニューの見出 */
div#secondary-column h2 {
	color : #666666;
	font-weight : bold;
	font-size : small;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : small;
	padding : 0px 5px;
	margin : 0px;
}
html>div#secondary-column h2 {
	font-size : small;
}
 /* プロフィール画像 */
p.author-image img {
	display : block;
	text-align : center;
}
 /* メニューのリスト表示設定 */
div#secondary-column li {
	list-style-type : square;
	list-style-position : outside;
	padding : 0px;
	margin : 0px 0px 0px 5px;
}
 /* 著者名・著者概要・広告のリスト表示設定 */
div#secondary-column li.author-name,
div#secondary-column li.author-description,
div#secondary-column li.ads {
	list-style : none;
	margin : 0px 0px 0px 5px;
}
 /* サーチの枠の設定 */
div.sidebody textarea {
	background-color : #ffffff;
	border : 1px solid #666666;
	padding : 0px;
	margin : 0px;
}

/*----- カレンダーの設定（横カレンダー） -----*/
div#yokocal {
	font-family : "Verdana", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka";
	font-size : 10px;
	color : #ffffff;
	text-align : center;
	background-color : #000000;
	line-height : 1.2em;
	padding : 5px;
	margin : 0px;
	border-left : 65px solid #ffff33;
	border-right : 65px solid #ffff33;
}
.yokocal-block {
	margin : 3px;
}
 /* 月の設定 */
.calender-month {
	font-weight : bold;
}
 /* 日付の設定 */
div#yokocal a {
	color : #ff6600;
	font-weight : bold;
}
div#yokocal a:link {
	color : #ff6600;
}
div#yokocal a:visited {
	color : #ff6600;
}
div#yokocal a:hover {
	color : #ff0000;
	background-color : #ffffff;
}
div#yokocal a:active {
	color : #ff0000;
	background-color : #ffffff;
}

/* ----- カレンダーの設定 ----- */
 /* カレンダー表示用のテーブル設定 */
table.calender {
	width : 100%;
	border-collapse : collapse;
}
.calender a {
	font-weight : bold;
}
.calender a:link {
	color : #ff6600;
}
.calender a:visited {
	color : #ff6600;
}
.calender a:hover {
	color : #ff0000;
	background-color : #ffffff;
}
.calender a:active {
	color : #ff0000;
	background-color : #ffffff;
}

/* ----- フッター部分の設定 ----- */
div#siteinfo-legal p {
	text-align : center;
	padding : 10px 0px;
}

/* ----- 強調の設定 ----- */
 /* 強調 */
em {
	font-style : italic;
}
 /* より強い強調 */
strong {
	font-weight : bold;
}

/* ----- 引用の設定 ----- */
blockquote {
	background-color : #ffffff;
	padding : 5px;
	margin : 5px;
	border-top : 1px solid #ffff66;
	border-right : 1px solid #ffff66;
	border-bottom : 1px solid #ffff66;
	border-left : 2px solid #ffff66;
}

/* ----- コード ----- */
div.section pre {
	margin : 1em auto;
	padding : 0.5em;
	border : 1px solid #663333;
	font-family : sans-serif;
	overflow : auto;
	width : 90%;
}
 /* 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;
}