@charset "shift_jis";

/* 教育ネットひむかブログ Themes Blog Skin Blue Color Styles
 * Design by INTERPRO
 * http://www.interproinc.co.jp
 * miyazaki@interproinc.co.jp
 */

/* 全体色基本設定 
***********************************************************************************/

/* 全体背景色設定 
*******************************************/

body {
	background-color:#0050B0;
	}

/* 全体テキストリンク色設定 
*******************************************/

a:link {
	color: #06f;
	}

a:visited {
	}

a:active {
	color: #f60;
	}

a:hover {
	color: #f60;
	}

/* 外枠色設定 
*******************************************/

#bg {
	background-color:#004293;
	}

/* 内枠色設定 
*******************************************/

#container {
	background-color:#fff;
	border-left:1px solid #004293;
	border-right:1px solid #004293;
	border-bottom:1px solid #004293;
	}

/* ヘッダー色基本設定 
***********************************************************************************/

/* ヘッダー全体背景色設定
*******************************************/

#header {
	}

/* ヘッダーメニュー　下線色設定 
*******************************************/

#header .right {
	border-bottom:5px solid #fc0;
	}

/* ヘッダー背景画像設定 
*******************************************/

#banner {
	background-image:url(../img/blue/mainimage.jpg);
	background-repeat:no-repeat;
	border-bottom:5px solid #2057B4;
	}

/* ヘッダータイトル色設定 
*******************************************/

#banner h1 {
	color:#03c;
	}

/* ヘッダーサブタイトル色設定
*******************************************/

#banner h2 {
	color:#03f;
	}

/* 左列・右列色基本設定 
***********************************************************************************/

/* 各ブロック　枠色設定
*******************************************/

#cateblock {
	color:#000;
	border:1px solid #5C9ED8;
	}

/* 各ブロック　見出しタイトル色設定
*******************************************/

#cateblock h3 {
	color:#fff;
	background-color:#0A1F6E;
	border-bottom:5px solid #5D9ED8;
	}

/* 各ブロック内　基調文字色設定
*******************************************/

#cateblock h4 {
	color:#f60;
	}

/* 各ブロック内　メニューリストアイコン設定
*******************************************/

ul.link_list01 li {
	background:url(../img/blue/list_icon01.gif) no-repeat 0 0.5em;
	}

ul.link_list02 li {
	background:url(../img/blue/list_icon02.gif) no-repeat 0 0.5em;
	}

/* ユーザ登録ブロック内　リンク設定
*******************************************/

p#registration {
	background:url(../img/blue/list_icon01.gif) no-repeat 10px 0.3em;
	}

/* カレンダー　テーブルキャプション色設定
*******************************************/

caption {
	color:#fff;
	background-color:#0050B0;
	border-bottom:5px solid #5D9ED8;
	}

/* カレンダー　テーブル、セル色設定
*******************************************/

table#cal th {
	background-color:#e4e4e4;
	}

table#cal td {
	background-color:#f2f2f2;
	}

/* カレンダー　土曜日タイトル文字色設定
*******************************************/

table#cal .satttl {
	color:#039;
	}

/* カレンダー　日曜日タイトル文字色設定
*******************************************/

table#cal .sunttl {
	color:#c00;
	}

/* カレンダー　土曜日日付色設定
*******************************************/

table#cal .sat {
	color:#039;
	background-color:#9cf;
	}

/* カレンダー　日曜日日付色設定
*******************************************/

table#cal .sun {
	color:#c00;
	background-color:#fcc;
	}

/* カレンダー　アクティブテキストリンク色設定
*******************************************/

table#cal a:link {
	color: #06f;
	}

table#cal a:visited {
	}

table#cal a:active {
	color: #f36;
	}

table#cal a:hover {
	color: #f36;
	}


/* 中央列色基本設定 
***********************************************************************************/

/* 中央列全体背景色設定
*******************************************/

#centerblock {
	}

/* エントリーブロック背景・枠色設定
*******************************************/

#entryblock {
	border:1px solid #5D9ED8;
	}

/* エントリーブロック　タイトル色設定
*******************************************/

#entryblock h3 {
	background:url(../img/blue/entry_icon.gif) no-repeat 10px 0.8em;
	background-color:#9cf;
	border-bottom:5px solid #D0E8FF;
	}

/* エントリーブロック　コメント本文色設定
*******************************************/

#entryblock p.comment,
#entryblock td.comment,
#entryblock #commentbox p.message,
#entryblock #commentform p {
	color:#000;
	}

/* エントリーブロック　日時・コメント数等色設定
*******************************************/

#entryblock p.posted {
	color:#000;
	}

.auth {
	color:#f60;
	}

.date {
	color:#69c;
	}

/* アーカイブ画面遷移リンク
*******************************************/

#centerblock #page a#next,
#centerblock #monthly a#next {
	background:url(../img/blue/next.gif) no-repeat right 0.1em;
	}

#centerblock #page a#prev,
#centerblock #monthly a#prev {
	background:url(../img/blue/prev.gif) no-repeat 0 0.1em;
	}

#centerblock #monthly p#title {
	color:#339866;
	background-color:#fff;
	border-top:3px solid #5D9ED8;
	border-left:1px solid #5D9ED8;
	border-right:1px solid #5D9ED8;
	border-bottom:1px solid #5D9ED8;
	}

/* コピーライト色基本設定 
***********************************************************************************/

/* コピーライト　文字・背景色設定
*******************************************/

#copyright {
	color:#0A1F6E;
	background-color:#D0E8FF;
	border-bottom:3px solid #9cf;
	}


/* エントリー詳細画面設定
***********************************************************************************/

/* コメント欄設定
*******************************************/

#entryblock #commentbox h3#title {
	color:#0A1F6E;
	border-top:1px solid #5D9ED8;
	border-bottom:1px solid #5D9ED8;
	background:none;
	}

#entryblock #commentbox p.posted {
	border-bottom:1px dashed #5D9ED8;
	}

#entryblock #commentbox h4 {
	color:#5D9ED8;
	border-left:3px solid #9cf;
	}

#entryblock #commentbox .auth {
	color:#f60;
	}

/* コメントフォーム定
*******************************************/

#entryblock #commentform h3#title {
	color:#0A1F6E;
	border-top:1px solid #5D9ED8;
	border-bottom:1px solid #5D9ED8;
	background:none;
	}


