/*
 * ===========================================
 * blog.maniax.to
 * 共通スタイル定義
 * ===========================================
 *
 * 2008/01/11
 * scripted by S.Sugaya(sugaya@maniax.to)
 *
 */

/* キャラクタセット */
@charset "Shift_JIS";

/*
 * ===========================================
 * グローバル指定
 * ===========================================
 */

/* 背景 */
BODY {
	background-color: #006594;
}

/* リンクスタイル */
A { color: #4245FF; }
A:link{ color: #4245FF; }
A:visited{ color: #4245FF; }
A:active{ color: #4245FF; }
A:hover{ color: #4245FF; }

/*
 * ===========================================
 * ヘッダ(ブログタイトル部分)指定
 * ===========================================
 */

#header {
	background: url(/skins/gblog2/_images/header_background_blue.jpg) no-repeat left top;
}

/*
 * ===========================================
 * 検索部分指定
 * ===========================================
 */

#search .submenu {
  background: #216DEF;
  border: 1px solid #006594;
}
#search .submenu a {
  color: #2875DE;
}

#search .submenu a:hover {
  background: #49A3FF;
  color: #FFF;
}

/*
 * ===========================================
 * コンテンツ指定
 * ===========================================
 */

#contents {
	background-color: #7BAAF7;
}


#contents .recententries_item_icon {
	background: url(/skins/gblog2/_images/contents_recententries_icon_blue.jpg) no-repeat left top;
}

/*
 * ===========================================
 * コンテンツ中段指定
 * ===========================================
 */

#contents_middle {
	color: #528EF7;
}

#contents_middle .recentcomment_item_icon {
	background: url(/skins/gblog2/_images/contents_commenter_icon_blue.jpg) no-repeat left top;
}

/*
 * ===========================================
 * ブログの下部指定
 * ===========================================
 */

#contents_bottom {
	color: #528EF7;
	background-color: #C5DAFD;
}

/*
 * ===========================================
 * フッタ(ブログの下部)指定
 * ===========================================
 */

#footer {
	background: url(/skins/gblog2/_images/footer_background_blue.jpg) no-repeat left top;
}
