@charset "UTF-8";

@import url("base.css");

/*
* このスタイルシートではフォント関係や背景色・ボーダーなどのデザイン的プロパティをしています。
* デザイン（フォント・フォントサイズ・色・画像配置など）は、デザインスキンスタイルシートで変更できます。
* 特に配置等に不満が無い場合は、ベーススタイルシートの変更をせず、このスタイルシートの変更だけで、
* わかりやすく簡単に自分流にデザインすることができます。マージンとかの指定も可能です（ベースを上書きする感じになります）。
*/


/*ボディ*/
body {
	padding-top: 10px;
	font: normal normal normal 100%/1.5 "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, verdana ,arial ,sans-serif;
	 /*文字サイズを変更したい場合は以下のプロパティを変更してください。全体的に変更されます。*/
	font-size: 70%;
	background-image: url("/archives/images/moon/stars.gif");
}

body#other-template,
body#individual-entry-archive {
	padding-bottom: 0;
}

/*基本的なリンクスタイル*/
a,
a:link,
a:visited {
	text-decoration: underline;
}

a:active,
a:hover{
	text-decoration: none;
}

a:link,
a:hover {
	color: #fff;
}

a:active,
a:visited  {
	color: #fff;
}

a img {
	border: none;
	text-decoration: none;
}

/*全体のレイアウト*/
div#container {	
	background-color: transparent; 
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

/*個別アーカイブの全体のレイアウト*/
#other-template div#container,
#individual-entry-archive div#container {
}

/*サイトのタイトル・概要が入るところ*/
div#banner {
	padding: 10px 0 0 15px;
	margin: 0 auto 0 auto;
	background-image: url("/archives/images/moon/moon_top_img.jpg");
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-color: #fff;
	border: 1px solid #666;
	height: 84px;
	text-align: left;
}

/*サイトのタイトル*/
h1 {
	color: #333;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/*サイトの概要*/
p.description {
	color: #333;
}

/*メインコンテンツ部分*/
div#content {
padding: 10px ;
}

/*個別アーカイブのメインコンテンツ部分*/
#individual-entry-archive div#content {
}

/*日ごと・エントリーごとの共通スタイル*/
div.day,
div.entry-body {
	font-weight: normal;
}

/*日ごとのブロック*/
div.day
div.day a:link,
div.day a:visited,
div.day a:active {
	color: #fff;
}

/*エントリごとのブロック*/
div.entry-body {
	background-color: #fff;
	border: 1px solid #666;
}

/*個別アーカイブでの追記*/
div#more {
}

/*サイドバー */
div.sidebar { 
}

/*フッタ*/
div#footer {
	text-align: right;
	color: #fff;
	background-color: transparent;
	background-repeat: repeat;
}

/*フッタのリンク画像*/
div#footer a img {
	border: none;
}

/*フッタのリンクスタイル*/
div#footer a {
}

/*UTF-8でのテキストエリア文字化けと、インプットエリアの対策*/
textarea,
input {
	background-color: #F9F9F9;
	font: normal normal normal 100%/1.5 "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, verdana ,arial ,sans-serif;
}

/********************メインコンテンツ********************/

/*個別アーカイブページのエントリーナビゲーション*/
.navigation {
}

/*個別アーカイブページのエントリーナビゲーション内のリスト*/
ul.navigation li {
}

/**********日ごとのブロック**********/
/*日付（個別アーカイブページの日付も含む）*/
h2 {
	color: #fff;
	font-size: 100%;
	text-align: left;
	font-weight: bold;
	font-family: verdana, Arial, Helvetica, sans-serif;
	background-color: transparent;
}

/*エントリーのタイトル部分にリンクがある場合*/
h2 a,
h2 a:link,
h2 a:visited,
h2 a:active {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

h2 a:hover {
	text-decoration: underline;
	color: #333;
	font-weight: bold;
}

#other-entries h2  {
	font-size: 80%;
	border: none;
	color: #666;
}

/**********エントリー内のブロック要素**********/
div.entry-body a,
div.entry-body a:link,
div.entry-body a:visited,
div.entry-body a:active,
div.entry-body a:hover {
	color: #333;
}

/*エントリーのタイトル*/
div.entry-body h3 {
	background: transparent url("/archives/images/moon/title_marker.jpg") no-repeat center left;
	padding: 20px 0px 0px 24px;
	border-bottom: 1px dotted #666;
	color: #666;
	font-size: 120%;
	font-weight: normal;
}

/*エントリーのタイトル部分にリンクがある場合*/
div.entry-body h3 a,
div.entry-body h3 a:link,
div.entry-body h3 a:visited,
div.entry-body h3 a:active,
div.entry-body h3 a:hover {
	text-decoration: none;
	color: #666;
}

#other-entries h3  {
	font-size: 110%;
	border: none;
	background: none;
}

/*エントリーのタイトル部分にリンクがある場合*/
#other-entries h3 a,
#other-entries h3 a:link,
#other-entries h3 a:visited,
#other-entries h3 a:active {
	text-decoration: none;
	color: #666;
}

#other-entries h3 a:hover {
	text-decoration: underline;
	color: #666;
}

/*エントリー本文内の小見出しh4*/
div.entry-body h4 {
	border-bottom: 1px dotted #666;
	color: #666;
	font-size: 110%;
	font-weight: normal;
	background-color: transparent;
}

/*エントリー本文内の小見出しh4にリンクがある場合*/
div.entry-body h4 a,
div.entry-body h4 a:link,
div.entry-body h4 a:visited,
div.entry-body h4 a:active,
div.entry-body h4 a:hover {
	text-decoration: none;
	color: #666;
}

/*エントリー本文内の小見出しh5*/
div.entry-body h5 {
	border-bottom: 1px dotted #666;
	color: #666;
	font-size: 105%;
	font-weight: normal;
	background-color: transparent;
}
	
/*エントリー本文内の小見出しh5にリンクがある場合*/
div.entry-body h5 a,
div.entry-body h5 a:link,
div.entry-body h5 a:visited,
div.entry-body h5 a:active,
div.entry-body h5 a:hover {
	text-decoration: none;
	color: #666;
}

/*エントリー本文内の小見出しh6*/
div.entry-body h6 {
	border-bottom: 1px dotted #666;
	color: #666;
	font-size: 100%;
	font-weight: normal;
	background-color: transparent;
}

/*エントリー本文内の小見出しh6にリンクがある場合*/
div.entry-body h6 a,
div.entry-body h6 a:link,
div.entry-body h6 a:visited,
div.entry-body h6 a:active,
div.entry-body h6 a:hover {
	text-decoration: none;
	color: #666;
}

/*エントリーの投稿情報*/
div.entry-body .posted {
	font-size: 85%;
	background-color: transparent;
}

/*エントリーの投稿情報内のリスト*/
ul.posted li {
}

/*エントリー本文の段落要素*/
div.entry-body p {
	color: #666;
}

/*エントリーに追記がある場合の『続きを読む』という部分*/
.extended {
	text-align: right;
}

/*個別アーカイブページのエントリーナビゲーション内のリスト*/
ul.extended li {
	list-style-type: none;
	background-color: transparent;
}

/*エントリー本文内の引用 blockquote*/
div.entry-body blockquote {
	border: 1px solid #666;
	background: transparent url("/archives/images/moon/blockquote_bg.gif") repeat scroll top left;
	font-size: 95%;
	color: #666;
}


/*エントリー本文内の引用の中の引用*/
div.entry-body blockquote blockquote {
	font-size: 100%;
}

div.entry-body blockquote ul {
	list-style-position: inside;
	list-style-type: square;
	background-color: transparent;
}

/*エントリー本文内の整形済みテキスト*/
div.entry-body pre {
	font-size: 95%;
	border: 1px solid #666;
	background-color: #333;
	color: #000;
}

/*エントリー本文の下線要素*/
div.entry-body u {
	border-bottom: 1px solid #666;
}

/*エントリー本文内のリスト*/
div.entry-body ol,
div.entry-body ul {
	color: #666;
	background-color: transparent;
}

/*エントリー本文内のリスト（子）*/
div.entry-body ol ol,
div.entry-body ul ul {
	color: #666;
}

/*エントリー本文内の定義リスト*/
div.entry-body dl{
	color: #666;
	background-color: transparent;
}

/*エントリー本文内の定義リスト定義語*/
div.entry-body dt {
	border-bottom: 1px dotted #666;
	font-weight: normal;
}	

/*エントリー本文内の定義リスト定義の説明*/
div.entry-body dd {
}

/*エントリー本文内の定義リスト定義の説明内の画像*/
div.entry-body dd img {
}

div.entry-body dd pre,
div.entry-body dd ul,
div.entry-body dd ol,
div.entry-body dd blockquote {
}


/*エントリー本文にある定義リスト内の定義リスト*/
div.entry-body dl dl{
	font-size: 95%;
}

#other-entries ul,
#other-entries ol {
	list-style-type: none;
}


/**********エントリー内のインライン要素**********/
/*エントリー内の強調*/
div.entry-body em,
div.entry-body strong {
	text-decoration: none;
	letter-spacing: 0;
	background-color: transparent;
}

/*本文内のemによる強調文字色*/
div.entry-body em {
	border-bottom: 1px dotted #666;
}

/*本文内のstrongによる強調文字色*/
div.entry-body strong{
	font-weight: bold;
}

/*本文内の略語、頭文字、定義部（共通スタイル）*/
div.entry-body dfn,
div.entry-body abbr,
div.entry-body acronym {
	border-bottom: 1px dashed #666;
	cursor: help;
	background-color: transparent;
}

/*エントリー本文内のプロブラミングコード・キーボード入力・出力サンプル共通スタイル*/
div.entry-body code,
div.entry-body kbd,
div.entry-body samp,
div.entry-body var  {
	font-family: "Osaka－等幅", "ＭＳ Ｐゴシック", "Courier New", monospace;
	white-space: nowrap;
	background-color: transparent;
}

/*エントリー本文内にある整形済みテキスト内のプロブラミングコード・キーボード入力・出力サンプル共通スタイル*/
div.entry-body pre code,
div.entry-body pre kbd,
div.entry-body pre samp,
div.entry-body pre var {
	white-space: pre;
}

/*エントリー本文内の引用 q*/
div.entry-body q {
	border: 1px solid #666;
	color: #666;
	background: transparent url("/archives/images/moon/blockquote_bg.gif") repeat scroll top left;
}

/*エントリー本文内の後から打ち消し*/
div.entry-body del {
	text-decoration: line-through;
	color: #999;
	background-color: transparent;
}

/*エントリー本文内の後から挿入*/
div.entry-body ins {
	border: 1px dotted #666;
	background-color: transparent;
}

/*テキストフォーマットConvert Line Breaksだと、ins,delの特別な振る舞いは認識せず、
前後に段落要素がつくので無条件インライン要素。だからins,delをブロック要素とする場合は
テキストフォーマットConvert Line Breaksがダメという罠*/
div.entry-body p ins {
	border: none;
	text-decoration: underline;
}

/*エントリー本文内の画像*/
div.entry-body img {
	border: 1px solid #666;
}

/*エントリー本文内の画像*/
div.entry-body a img {
	border: none;
	text-decoration: none;
}


/*エントリー本文内の画像左回り込み*/
div.entry-body img.strike {
	float: left;  
}

.rel {
	clear: left;
}

/********************コメント・トラックバック関連********************/

/*コメント・トラックバックのブロック*/
div.comment-content,
div.trackback-content {
	border: 1px solid #fff;
}

div.comment-content p,
div.trackback-content p {
	font-size: 95%;
	color: #fff;
}

/*トラックバック送信元のタイトルのリンク*/
div.trackback-content h3 {
	border: none;
	color: #fff;
	font-size: 100%;
	background: none;
	padding: 0;
}

div.trackback-content h3 a,
div.trackback-content h3 a:link,
div.trackback-content h3 a:visited,
div.trackback-content h3 a:active,
div.trackback-content h3 a:hover {
	text-decoration: none;
	border: none;
	color: #fff;
	font-size: 100%;
}

/*各トラックバックのブロック*/
div.trackback-content div.entry-body,
div.trackback-content #no-trackback {
	border: none;
	background-color: transparent;
	color: #fff;
}

div.trackback-content div.entry-body p,
div.trackback-content #no-trackback p {
	color: #fff;
}

div.trackback-content div.entry-body p a,
div.trackback-content div.entry-body p a:link,
div.trackback-content div.entry-body p a:visited,
div.trackback-content div.entry-body p a:active,
div.trackback-content div.entry-body p a:hover {
	color: #fff;
}

/*各トラックバック投稿者情報*/
div.trackback-content .posted {
	font-size: 90%;
	border-top: 1px solid #fff;
	color: #fff;
	margin: 0.2em 0 0 10px;
}

div.trackback-content .posted a,
div.trackback-content .posted a:link,
div.trackback-content .posted a:visited,
div.trackback-content .posted a:active,
div.trackback-content .posted a:hover {
	font-size: 90%;
	color: #fff;
	margin: 0.2em 0 0 10px;
}


/*各コメントのブロック*/
div.comment-content div.entry-body {
	border: 1px solid #fff;
	background-color: transparent;
}

/*各コメントのブロック*/
div.comment-content #no-comment {
	border: 1px solid #fff;
}

/*エントリーの投稿情報*/
div.comment-content .posted {
	font-size: 90%;
	border-top: 1px solid #fff;
	text-align: right;
	color: #fff;
}

div.comment-content .posted a,
div.comment-content .posted a:link,
div.comment-content .posted a:visited,
div.comment-content .posted a:active,
div.comment-content .posted a:hover {
	font-size: 90%;
	text-align: right;
	color: #fff;
}

/*エントリーの投稿情報内のリスト*/
div.comment-content ul.posted li {
	list-style-type: none;
}

/*コメントの入力フォームのグループ*/
#search-page fieldset,
#individual-entry-archive fieldset,
#other-template fieldset {
	border: 1px solid #fff;
	color: #fff;
}

/*コメントの入力フォームのグループ名*/
#search-page legend,
#individual-entry-archive legend,
#other-template legend {
	display: none;
}

/*コメント関連ののボタン・チェックボックス・サインイン・アウト*/
.button {
	font-size: 90%;
}

/*コメント関連ののボタン・チェックボックス・サインイン・アウトのリスト*/
ul.button li {
	list-style-type: none;
}

/*TypeKeyへのサインイン・アウトのリスト*/
ul.typekey_button li {
	list-style-type: none;
	text-align: center;
	color: #fff;
}

div.typekey_button a, {
	color: #fff;
}

div.alert {
	border: 1px solid #fff;
	background-color: transparent;
	padding-left: 10px;
}

/*TypeKeyのアラート*/
div.alert p {
	color: #fff;
	font-size: 90%;
}


/********************サイドバー関連********************/

/*サイドバーのリンクスタイル*/
div.sidebar dd a:link,
div.sidebar dd a:visited {
	color: #333;
	text-decoration: underline;
	background-color: transparent;
}


div.sidebar dd a:active,
div.sidebar dd a:hover {
	color: #333;
	text-decoration: none;
	background-color: transparent;
}


/*サイドバーの各項目を定義リストで表しています。*/
/*サイドバー各項目*/
div.sidebar dl {
	color: #333;
	background-color: #ccc;
	background-image: url("/archives/images/moon/moon_sidebar_bottom.gif");
	background-repeat: no-repeat;
	background-position: bottom center;
}

/*サイドバーの項目タイトル*/
div.sidebar dt {
	font-size: 95%;
	font-weight: bold;
	font-family: verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #fff;
	background-color: #666;
	background-image: url("/archives/images/moon/moon_sidebar_top.gif");
	background-repeat: no-repeat;
	background-position: top center;
}

/*サイドバーの項目のコンテンツ*/
div.sidebar dd {
	font-size: 90%;
}

h4 {
	font-size: 90%;
}

/*サイドバーのリストのマーカー*/
div.sidebar ul,
div.sidebar ol {
	list-style-type: none;
}

div.sidebar ul li,
div.sidebar ol li {
}

/*サイドバーの項目のコンテンツのリスト（子）*/
div.sidebar dd ol ol,
div.sidebar dd ul ul {
	font-size: 95%;
}

dl#recent-comments dd ol ol,
dl#recent-comments dd ul ul,
dl#recent-entries dd ol ol,
dl#recent-entries dd ul ul {
}

li.commentator {
	list-style-type: none;
	list-style-position: inside;
}

li.entries {
	list-style-type: none;
	list-style-position: inside;
}

/*検索の入力フォームのグループ*/

div.sidebar dl#searchform {
	color: #333;
}


div.sidebar fieldset {
	border: none;
}

div.sidebar form.searchform {
	text-align: center;
}

/*検索の入力フォームのグループ名*/
div.sidebar legend {
	display: none;
}

/*クリエイティブコモンズ・Syndicate this site ・MTバージョン*/
.powered,
div.link-note {
	color: #fff;
	font-size: 75%;
	text-align: center;
	font-family: verdana, Arial, Helvetica, sans-serif;
}
/********************カレンダー関連********************/

/*カレンダーのテーブル*/
dl#calendar table {
	border: none;
	color: #333;
}

/*年と月*/
dl#calendar caption {
	color: #333;
	font-size: 90%;
	font-weight: bold;
	font-family: verdana, Arial, Helvetica, sans-serif;
}

dl#calendar tr {
	color: #333;
}


/*曜日のthと日付のtd*/
dl#calendar th,
dl#calendar td {
	text-align: center;
	font-weight: normal;
	font-size: 70%;
	color: #333;
}

dl#calendar td {
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

/*日曜日の曜日表示*/
dl#calendar th.sunday {
	color: #c00;
}

/*土曜日の曜日表示*/
dl#calendar th.saturday {
	color: #00c;
}

/*平日の曜日表示*/
dl#calendar th.weekday {
	color: #333;
}

/* begin styles for RSS Feed */

.rss_box {
	 margin: 3px 2%;
 	 padding-bottom: 3px;
	 background-color: #fff;
	 border: 1px dashed #333;
}

.rss_title, rss_title a {
	font-size: 100%;
	font-weight:bold;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
}

.rss_items {
	margin: 3px;
	padding: 0px;
}

.rss_item  {
	padding-right: 0px;
	padding-left: 0px;
	font-size: 95%;
	padding-bottom: 2px;
	word-break: break-all;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	font-size: 100%;
}

.rss_item a:hover { 
	font-size: 100%;
}

.rss_date {
	font-size: 95%;
}

