@charset "UTF-8";
/* PublishCharset into mt-config.cgi */

@import url("base.css");

/*
* HINAGATA
* HINAGATA SKIN STYLESHEET(simple-one HINAGATAデフォルト)
* http://hinagata.biz/
* 2004.09.01 
*/

/*
* このスタイルシートはHINAGATAテンプレートセットのスキンスタイルシートです。
* ベーススタイルシートでは配置や細かい調整や各要素の振る舞い方を指定しているのと比べ、
* こちらのスタイルシートではフォント関係や背景色・ボーダーなどのデザイン的プロパティをしていしています。

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


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

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

a:active,
a:hover{
	text-decoration: none;
}
a:link,
a:hover {
	color: #404080;
}

a:active,
a:visited  {
	color: #800080;

}

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

/*全体のレイアウト*/
div#container {
}

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

/*サイトのタイトル・概要が入るところ*/
div#banner {
	background-color: #fff;
}

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

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

/*メインコンテンツ部分*/
div#content {
}

/*地域一覧のテーブル*/
th {background:#333333; color:#eeeeee; padding:5px;}
td {background:#eeeeee; padding:5px;}

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

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

/*エントリごとのブロック*/
div.entry-body {
}

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

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

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

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

/*フッタのリンクスタイル*/

div#footer a {
	text-decoration: none;
}

/*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 a,
h2 a:link,
h2 a:visited,
h2 a:active {
	text-decoration: none;
	color: #4A525A;
	font-weight: bold;
}

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

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

/**********エントリー内のブロック要素**********/
/*エントリーのタイトル*/
/*エントリー本文内の小見出しh4*/
div.entry-body h4 {
	border-bottom: 1px dotted #4A525A;
	color: #4A525A;
	font-size: 110%;
	font-weight: normal;
}

/*エントリー本文内の小見出し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: #4A525A;
}

/*エントリー本文内の小見出しh5*/
div.entry-body h5 {
	border-bottom: 1px dotted #4A525A;
	color: #4A525A;
	font-size: 105%;
	font-weight: normal;
}
	
/*エントリー本文内の小見出し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: #4A525A;

}

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

/*エントリー本文内の小見出し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: #4A525A;
}

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

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

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

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

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

/*エントリー本文内の引用 blockquote*/
div.entry-body blockquote {
	border: 1px solid #4A525A;
	background-color: transparent;
	font-size: 95%;
	color: #4A525A;
}


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


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

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

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

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

td {line-height:150%; margin:10px;}

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

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

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

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

/*エントリー本文内のプロブラミングコード・キーボード入力・出力サンプル共通スタイル*/
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;
}

/*エントリー本文内にある整形済みテキスト内のプロブラミングコード・キーボード入力・出力サンプル共通スタイル*/
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 #4A525A;
	background-color: #transparent;
	color: #4A525A;
}

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

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

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

span.entry-date {
	color: #4A525A;
	font-size: 80%;
}

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

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

}


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

.rel {
	clear: left;
}

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


/*サイドバーの各項目を定義リストで表しています。*/
/*サイドバー各項目*/
div.sidebar dl {
	color: #4A525A;
}

/*サイドバーの項目タイトル*/
div.sidebar dt {
	font-size: 95%;
	font-weight: bold;
	font-family: verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #4A525A;
	border-bottom: 1px dotted #4A525A;
	padding: 0;
}

/*サイドバーの項目のコンテンツ*/
div.sidebar dd {
	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: #4A525A;
}


div.sidebar fieldset {
	border: none;
}

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


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

/*クリエイティブコモンズ・Syndicate this site ・MTバージョン・HINAGATAバナー*/
.powered,
div.link-note {
	color: #4A525A;
	font-size: 90%;
	text-align: center;
	font-family: verdana, Arial, Helvetica, sans-serif;
}
