@charset "utf-8";

/* ----- スクロールバーの設定 ----- */
html {
	scrollbar-track-color : #ffffff;
	scrollbar-face-color : #ffffff;
	scrollbar-arrow-color : #aaaaaa;
	scrollbar-3dlight-color : #aaaaaa;
	scrollbar-darkshadow-color : #aaaaaa;
	scrollbar-highlight-color : #ffffff;
	scrollbar-shadow-color : #ffffff;
}

/* ----- 全体的な設定lammban ----- */
* {
	padding : 0;
	margin : 0;
}
body {
	color : #333333;
	background-color : #ffffff;
	text-align : center;
	line-height : 1.5em;
	font-size : x-small !important;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : small !important;
}
html>body {
	font-size : small !important;
}
textarea {
	width : 90%;
}
br {
	letter-spacing : normal;
} 

/* ----- リンクの設定 ----- */
a {
	text-decoration : none;
}
a:link {
	color : #999999;
	text-decoration : none;
}
a:visited {
	color : #999999;
	text-decoration : none;
}
a:hover {
	color : #000000;
	text-decoration : underline overline;
}
a:active {
	color : #000000;
}
 /* ヘッダー、フッター、記事タイトルのリンク設定 */
span.link a {
	font-weight : bold;
	text-decoration : none;
}
span.link a:link {
	color : #ffffff;
	text-decoration : none;
}
span.link a:visited {
	color : #ffffff;
	text-decoration : none;
}
span.link a:hover {
	color : #000000;
	text-decoration : none;
	background-color : #ffffff;
}
span.link a:active {
	color : #000000;
	text-decoration : none;
	background-color : #ffffff;
}
 /* リンク画像の設定 */
a img {
	border-style : none;
	border-width : 0px;
	text-decoration : none;
}

/* ----- レイアウト用ブロックの設定 ----- */
 /* 全体の大枠 */
div#container {
	width : 800px;
	margin-left : auto;
	margin-right : auto;
	text-align : left;
	border-right : 1px solid #000000;
	border-left : 1px solid #000000;
}
div#branding {
	hieght : 30px;
	width : 800px;
	background-color : #000000;
	padding : 0px;
	margin : 0px;
}
div.column {
	margin : 0px;
}
 /* primary-columnとsecondary-columnの回り込み */
div#wrapper {
	float : left;
	width : 610px;
}
 /* 本文部分ブロック */
div#primary-column {
	float : right;
	width : 420px;
	padding : 10px;
	voice-family : "\"}\"";
	voice-family : inherit;
	width : 398px;
	border-right : 1px solid #000000;
	border-left : 1px solid #000000;
}
html>body div#primary-column {
	width : 398px;
}
 /* メニューブロック（左） */
div#secondary-column {
	float : left;
	width : 170px;
	padding : 10px;
}
 /* メニューブロック（右） */
div#extra-column {
	float : right;
	width : 170px;
	padding : 10px;
}
 /* 著作表示ブロック */
div#siteinfo-legal {
	hieght : 20px;
	clear : both;
	padding : 0px;
	margin : 0px;
}

/* ----- タイトルの設定 ----- */
 /* ブログタイトルの設定 */
div#branding h1 {
	font-size : 20px;
	padding : 10px;
	margin : 0px;
}
html>body div#branding h1 {
	font-size : 20px;
}
 /* ブログの説明 */
div#branding p {
	color : #ffffff;
	font-size : 12px;
	padding : 0px 10px 5px;
}

/* ----- Primary-Columnの設定 ----- */
 /* ページ移動用ナビゲーション */
p.prev-next-navi {
	margin-bottom : 20px;
	text-align : center;
}
 /* 記事と記事の間隔 */
div.section {
	margin-bottom : 20px;
}
 /* 記事のタイトルの設定 */
div.section h2 {
	background-color : #000000;
	font-size : x-small;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : small;
	padding : 3px 7px;
	margin : 0px;
}
html>body div.section h2 {
	font-size : small;
}
 /* 段落の設定 */
div.section p {
	margin : 0.3em 0;
}
 /* 日付部分 */
div.date {
	text-align : right;
	padding : 0px 5px;
	margin : 0px;
}
 /* 記事本体部分 */
div.entry-body {
	text-align : left;
	padding : 5px 10px 0px;
}
 /* 追記部分 */
p.entry-more {
	padding : 5px 0px 0px;
}
.mainentrymore {
	padding : 15px 0px 0px;
}
 /* 追記フッター部分（コメントやトラックバックなど） */
div.section ul.entry-footer {
	list-style-position : inside;
	text-align : center;
	font-size : xx-small;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : x-small;
	letter-spacing : 1px;
	padding : 0px;
}
div.section ul.entry-footer li {
	display : inline;
	list-style-type : none;
}

/* ----- コメント部分の設定 ----- */
 /* コメントフォーム */
div#primary-column form {
	padding : 0px 10px;
}
 /* 管理者だけにコメント */
input#himitu {
	margin-right : 0.5em;
}
 /* コメントフォームのボタン */
p.form-btn {
	margin-top : 20px;
}
 /* コメントトップ */
h3#comment-top {
	font-size : x-small;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : small;
	font-weight : bold;
	padding : 0px 0px 0px 10px;
	border-bottom : 1px dotted #cccccc;
}
h3.comment-post,
h3.comment-edit {
	font-size : x-small;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : small;
	font-weight : bold;
	padding : 0px 0px 0px 10px;
}
 /* コメントタイトル */
div.comment-title {
	font-weight : bold;
	padding : 10px 10px 0px 10px;
}
 /* コメント本文 */
div.comment-body {
	padding : 0px 10px 0px 15px;
}
 /* コメントフッター */
ul.comment-footer {
	list-style-position : inside;
	text-align : right;
	font-size : xx-small;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : x-small;
	letter-spacing : 1px;
	padding : 10px 10px 0px 0px;
}
ul.comment-footer li {
	display : inline;
	list-style-type : none;
}

/* ----- トラックバック部分の設定 ----- */
 /* トラックバックトップ */
h3#trackback-top {
	font-size : x-small;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : small;
	font-weight : bold;
	padding : 0px 0px 0px 10px;
	margin : 20px 0px 0px;
	border-bottom : 1px dotted #cccccc;
}
 /* トラックバックURL */
p.trackback-url {
	padding : 0.2em 0.5em;
	margin : 10px 10px 15px;
	border : 1px solid #cccccc;
}
 /* トラックバックのタイトル */
h4.trackback-header {
	font-size : x-small;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : small;
	padding : 0px 10px;
	margin : 0px 0px 5px 10px
}
 /* トラックバック先の概要 */
div.trackback-excerpt {
	padding : 0px 10px;
}
 /* トラックバックフッター */
ul.trackback-footer {
	list-style-position : inside;
	text-align : right;
	font-size : xx-small;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : x-small;
	letter-spacing : 1px;
	padding : 5px 10px 0px 0px;
}
ul.trackback-footer li {
	display : inline;
	list-style-type : none;
}

/* ----- カレンダー部分の設定 ----- */
 /* カレンダー表示用のテーブル設定 */
table.calendar {
	width : 100%;
	border-collapse : collapse;
	font-size : xx-small;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : x-small;
}
html>table.calendar {
	font-size : x-small;
}
 /* カレンダー見出（前月・当月・次月など） */
.calendar caption {
	letter-spacing : 1px;
	padding : 0px;
	margin : 0px;
}
.calendar caption a:hover {
	color : #ffffff;
	text-decoration : none;
	background-color : #000000;
}
.calendar caption a:active {
	color : #ffffff;
	text-decoration : none;
	background-color : #000000;
}
 /* カレンダーのセル見出（曜日表示部分） */
.calendar th {
	text-align : center;
	padding :  0.1em;
}
 /* カレンダーのセル部分（日付表示部分） */
.calendar td {
	background-color : #ffffff;
	padding : 0.1em;
	text-align : center;
	border : 1px solid #cccccc;
}
 /* カレンダーリンク部分（記事を書いた日） */
.calendar td a {
	display : block;
	color : #ffffff;
	background : #cccccc;
}
.calendar td a:link {
	color : #ffffff;
	text-decoration : none;
}
.calendar td a:visited {
	color : #ffffff;
	text-decoration : none;
}
.calendar td a:hover {
	color : #ffffff;
	text-decoration : none;
	background-color : #000000;
}
.calendar td a:active {
	color : #ffffff;
	text-decoration : none;
	background-color : #000000;
}
 /* 日曜日 */
th.sun {
	color : #ff0000;
}
 /* 土曜日 */
th.sat {
	color : #0000ff;
}

/* ----- Secondary-Columnの設定 ----- */
 /* メニューの間隔（左右一緒） */
#menublock {
	padding : 2px 5px;
	margin : 0px 0px 15px;
}
 /* メニューブロック・左の見出の文字（CalendarとかCategoriesとか） */
div#secondary-column h2 {
	color : #000000;
	font-size : 12px;
	text-align : left;
	font-weight : bold;
}
html>div#secondary-column h2 {
	font-size : 12px;
}
 /* カレンダーの見出しの色設定 */
div#secondary-column h2.calendar-archives {
	background-color : #ffffff;
	padding : 0px 0px 0px 3px;
	margin : 0px;
	border-left : 5px double #cc99cc;
}
div.calendar-archives {
	border-top : 1px solid #990099;
	border-right : 1px solid #990099;
	border-bottom : 1px solid #990099;
	border-left : 10px solid #990099;
}
 /* アーカイブの見出しの色設定 */
div#secondary-column h2.monthly-archives {
	background-color : #ffffff;
	padding : 0px 0px 0px 3px;
	margin : 0px;
	border-left : 5px double #6699cc;
}
div.monthly-archives {
	border-top : 1px solid #003399;
	border-right : 1px solid #003399;
	border-bottom : 1px solid #003399;
	border-left : 10px solid #003399;
}
 /* カテゴリーの見出しの色設定 */
div#secondary-column h2.categories-archives {
	background-color : #ffffff;
	padding : 0px 0px 0px 3px;
	margin : 0px;
	border-left : 5px double #99cccc;
}
div.categories-archives {
	border-top : 1px solid #3399cc;
	border-right : 1px solid #3399cc;
	border-bottom : 1px solid #3399cc;
	border-left : 10px solid #3399cc;
}
 /* リンクの見出しの色設定 */
div#secondary-column h2.links {
	background-color : #ffffff;
	padding : 0px 0px 0px 3px;
	margin : 0px;
	border-left : 5px double #ccffcc;
}
div.links {
	border-top : 1px solid #009900;
	border-right : 1px solid #009900;
	border-bottom : 1px solid #009900;
	border-left : 10px solid #009900;
}
 /* 検索の見出しの色設定 */
div#secondary-column h2.search {
	background-color : #ffffff;
	padding : 0px 0px 0px 3px;
	margin : 0px;
	border-left : 5px double #ffff66;
}
div.search {
	border-top : 1px solid #ffcc00;
	border-right : 1px solid #ffcc00;
	border-bottom : 1px solid #ffcc00;
	border-left : 10px solid #ffcc00;
}
 /* メニューブロック・左のリスト表示設定 */
div#secondary-column ul {
	list-style-type : square;
	list-style-position : outside;
	font-size : xx-small;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : x-small;
	letter-spacing : 1px;
	padding : 0px;
	margin : 0px 10px;
}

/* ----- Extra-Columnの設定 ----- */
/* メニューブロック・右の見出の文字（リンクやプロフィールなど） */
div#extra-column h2 {
	color : #000000;
	font-size : 12px;
	text-align : left;
	font-weight : bold;
}
html>div#extra-column h2 {
	font-size : 12px;
}
 /* プロフィールの見出しの色設定 */
div#extra-column h2.appendix {
	background-color : #ffffff;
	padding : 0px 0px 0px 3px;
	margin : 0px;
	border-left : 5px double #ff9999;
}
div.appendix {
	border-top : 1px solid #cc3333;
	border-right : 1px solid #cc3333;
	border-bottom : 1px solid #cc3333;
	border-left : 10px solid #cc3333;
}
 /* 最近記事の見出しの色設定 */
div#extra-column h2.recent-entries {
	background-color : #ffffff;
	padding : 0px 0px 0px 3px;
	margin : 0px;
	border-left : 5px double #ffcc66;
}
div.recent-entries {
	border-top : 1px solid #ff9900;
	border-right : 1px solid #ff9900;
	border-bottom : 1px solid #ff9900;
	border-left : 10px solid #ff9900;
} 
 /* 最近のコメントの見出しの色設定 */
div#extra-column h2.recent-comments {
	background-color : #ffffff;
	padding : 0px 0px 0px 3px;
	margin : 0px;
	border-left : 5px double #ffff66;
}
div.recent-comments {
	border-top : 1px solid #ffcc00;
	border-right : 1px solid #ffcc00;
	border-bottom : 1px solid #ffcc00;
	border-left : 10px solid #ffcc00;
} 
 /* 最近のトラックバックの見出しの色設定 */
div#extra-column h2.recent-trackbacks {
	background-color : #ffffff;
	padding : 0px 0px 0px 3px;
	margin : 0px;
	border-left : 5px double #ccffcc;
}
div.recent-trackbacks {
	border-top : 1px solid #009900;
	border-right : 1px solid #009900;
	border-bottom : 1px solid #009900;
	border-left : 10px solid #009900;
}
 /* その他の見出しの色設定 */
div#extra-column h2.other {
	background-color : #ffffff;
	padding : 0px 0px 0px 3px;
	margin : 0px;
	border-left : 5px double #99cccc;
}
div.other {
	border-top : 1px solid #3399cc;
	border-right : 1px solid #3399cc;
	border-bottom : 1px solid #3399cc;
	border-left : 10px solid #3399cc;
}

/* メニューブロック・右のリスト表示設定 */
div#extra-column ul {
	list-style-type : square;
	list-style-position : outside;
	font-size : xx-small;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : x-small;
	letter-spacing : 1px;
	padding : 0px;
	margin : 0px 10px;
}
 /* 著者名・著者概要・広告の位置調整 */
p.author-name,
p.author-description,
p.ads {
	font-size : xx-small;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : x-small;
	letter-spacing : 1px;
	padding : 0px;
	margin : 0px;
}
 /* プロフィール画像 */
p.author-image img {
	display : block;
	margin : 10px 0px 10px 30px;
}
 /* フォームの枠（コメント・サーチ） */
.waku {
	padding : 0.2em;
	margin : 0px;
	border : 1px solid #cccccc;
}

/* ----- フッター部分の設定 ----- */
div#siteinfo-legal p {
	color : #ffffff;
	background-color : #000000;
	padding : 0px;
	text-align : center;
}

/* ----- 強調の設定 ----- */
 /* 強調 */
em {
	font-style : italic;
}
 /* より強い強調 */
strong {
	font-weight : bold;
}

/* ----- 引用の設定 ----- */
blockquote {
	margin : 5px 10px;
	padding : 0.2em 0.5em;
	border-top : 1px solid #cccccc;
	border-right : 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
	border-left : 5px solid #cccccc;
}

/* ----- コード ----- */
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;
}