/*-------------------------------------------------------------------------
ベース設定
-------------------------------------------------------------------------*/
body {
	/*:<span style='color:#134DED;'><b>ベースフォントカラー</b></span>*/
	color:#2D2D2D;
	/*:<span style='color:#134DED;'>背景カラー</span>*/
	background-color:#FFFFFF;
	/*:<span style='color:#134DED;'>★背景画像(横方向に繰り返し)</span><br /><span style='font-size:10px;color:#ff0000;'>以降、★印は必須項目</span>*/
	background-image:url(img/bg/lightgray_scanline_bgbar.png);
}

/*-------------------------------------------------------------------------
リンク設定
-------------------------------------------------------------------------*/
a {
	/*:<span style='color:#FF0055;'><b>リンクカラー</b></span>*/
	color:#0d4dd7;
}

a:hover {
	/*:<span style='color:#FF0055;'>リンクカラー(マウスオーバー時)</span>*/
	color:#072971;
}

a:visited {
	/*:<span style='color:#FF0055;'>リンクカラー(訪問済み)</span>*/
	color:#0d4dd7;
}

/*-------------------------------------------------------------------------
サイトヘッダー設定
-------------------------------------------------------------------------*/
#site-header {
	/*:<span style='color:#134DED;'><b>★サイトヘッダー画像</b>(幅:800px)</span>*/
	background-image:url(img/header/m-header.jpg);
}

#site-header {
	/*:<span style='color:#134DED;'>サイトヘッダーの高さ</span>*/
	height:150pxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpx;
}

#site-header h2 a {
	/*:<span style='color:#134DED;'>サイト名のリンクカラー(H2タグ)</span>*/
	color:#c49a6a;
	
	/*:<span style='color:#134DED;'>サイト名のフォントサイズ(H2タグ)</span>*/
	font-size:26pxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpx;
}

div#header-text {
	/*:<span style='color:#134DED;'>サイトの説明文(ヘッダー)カラー</span>*/
	color: #666666;
	
	/*:<span style='color:#134DED;'>サイトの説明文(ヘッダー)のフォントサイズ</span>*/
	font-size:11pxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpx;
}

/*-------------------------------------------------------------------------
トップメニュー設定
-------------------------------------------------------------------------*/
#mainmenu {
	/*:<span style='color:#FF0055;'><b>トップメニューの頂点からの距離</b></span><br /><span style='color:#ff0000;font-size:10px;'>※サイトヘッダーの高さの増減値に合わせて変更してください。</span>*/
	top:173px;
}
#mainmenu, #mainmenu ul li a, #mainmenu ul li.current_page_item ul li a {
	/*:<span style='color:#FF0055;'>トップメニューのリンクカラー</span>*/
	color:#fff;

	/*:<span style='color:#FF0055;'>★トップメニューの背景画像</span>*/
	background-image:url(img/bg_menu/m-headermenu-blue.png);
}

#mainmenu ul li.current_page_item a, #mainmenu ul li a:hover, #mainmenu ul li.current_page_item ul li a:hover {
	/*:<span style='color:#FF0055;'>トップメニューのリンクカラー<br />(マウスオーバー時)</span>*/
	color:#333;
	
	/*:<span style='color:#FF0055;'>★トップメニューの背景画像<br />(マウスオーバー時)</span>*/
	background-image:url(img/bg_menu/m-headermenu-blue.png);
}

#mainmenu ul li a, #mainmenu ul li.current_page_item ul li a {
	/*:<span style='color:#FF0055;'>トップメニューの区切り線(カラー)</span>*/
	border-right-color:#98CFFC;

	/*:<span style='color:#FF0055;'>トップメニューの区切り線(太さ)</span>*/
	border-right-width:1pxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpx;
}

/*-------------------------------------------------------------------------
トップ新着記事一覧設定
-------------------------------------------------------------------------*/
.newentrylist, #comments {
	/*:<span style='color:#134DED;'><b>最新記事一覧タイトルカラー</b></span>*/
	color:#c49a6a;

	/*:<span style='color:#134DED;'>最新記事一覧タイトル背景カラー</span>*/
	background-color:#0088ce;

	/*:<span style='color:#134DED;'>最新記事一覧タイトル左ボーダー(カラー)</span>*/
	border-left-color:#c49a6a;
	
	/*:<span style='color:#134DED;'>最新記事一覧タイトル左ボーダー(太さ)</span>*/
	border-left-width:5pxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpx;

	/*:<span style='color:#134DED;'>★最新記事一覧タイトル背景画像</span>*/
	background-image:url(img/bg_newentrylist/m-menu-white.png);
	
	/*:<span style='color:#134DED;'>最新記事一覧タイトル背景画像のリピート<br /> ・repeat : 縦横方向に繰り返し<br /> ・repeat-x : 横方向に繰り返し<br /> ・repeat-y : 縦方向に繰り返し<br /> ・no-repeat : 繰り返しなし</span>*/
	background-repeat:repeat-x;
}

/*-------------------------------------------------------------------------
記事タイトル設定
-------------------------------------------------------------------------*/
.posttitle, .posttitle a {
	/*:<span style='color:#FF0055;'><b>記事タイトルカラー</b></span>*/
	color:#c49a6a;
}

.posttitle a:hover {
	/*:<span style='color:#FF0055;'>記事タイトルカラー(マウスオーバー時)</span>*/
	color:#ddd;
}

.posttitle {
	/*:<span style='color:#FF0055;'>記事タイトル背景カラー</span>*/
	background-color:#FFFFFF;

	/*:<span style='color:#FF0055;'>記事タイトル左ボーダー(カラー)</span>*/
	border-left-color:#c49a6a;
	
	/*:<span style='color:#FF0055;'>記事タイトル左ボーダー(太さ)</span>*/
	border-left-width:8pxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpx;
	
	/*:<span style='color:#FF0055;'>★記事タイトル背景画像</span>*/
	background-image:url(img/bg_posttitle/m-posttitle-white.png);

	/*:<span style='color:#FF0055;'>記事タイトル背景画像のリピート<br /> ・repeat : 縦横方向に繰り返し<br /> ・repeat-x : 横方向に繰り返し<br /> ・repeat-y : 縦方向に繰り返し<br /> ・no-repeat : 繰り返しなし</span>*/
	background-repeat:repeat-x;
}

/*-------------------------------------------------------------------------
見出しタグ設定
-------------------------------------------------------------------------*/
.entry h3, .entry h3 a {
	/*:<span style='color:#134DED;'><b>記事内 H3 見出しフォントカラー</b></span>*/
	color:#0559A3;
}

.entry h3 {
	/*:<span style='color:#134DED;'>記事内 H3 見出し背景カラー</span>*/
	background-color:#fff;

	/*:<span style='color:#134DED;'>記事内 H3 見出しアンダーライン(カラー)</span>*/
	border-bottom-color:#2B6DAF;

	/*:<span style='color:#134DED;'>記事内 H3 見出しアンダーライン(太さ)</span>*/
	border-bottom-width:1pxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpx;

	/*:<span style='color:#134DED;'>記事内 H3 見出し背景画像</span>*/
	background-image:url(img/h/lightblue_h3_rect.png);

	/*:<span style='color:#134DED;'>記事内 H3 見出し背景画像のリピート<br /> ・repeat : 縦横方向に繰り返し<br /> ・repeat-x : 横方向に繰り返し<br /> ・repeat-y : 縦方向に繰り返し<br /> ・no-repeat : 繰り返しなし</span>*/
	background-repeat:no-repeat;
}

.entry h4, .entry h4 a {
	/*:<span style='color:#FF0055;'><b>記事内 H4 見出しフォントカラー</b></span>*/
	color:#0559A3;
}

.entry h4 {
	/*:<span style='color:#FF0055;'>記事内 H4 見出し背景カラー</span>*/
	background-color:#fff;

	/*:<span style='color:#FF0055;'>記事内 H4 見出しアンダーライン(カラー)</span>*/
	border-bottom-color:#2B6DAF;

	/*:<span style='color:#FF0055;'>記事内 H4 見出しアンダーライン(太さ)</span>*/
	border-bottom-width:1pxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpx;

	/*:<span style='color:#FF0055;'>記事内 H4 見出し背景画像</span>*/
	background-image:url(img/h/lightblue_h4_rect.png);

	/*:<span style='color:#FF0055;'>記事内 H4 見出し背景画像のリピート<br /> ・repeat : 縦横方向に繰り返し<br /> ・repeat-x : 横方向に繰り返し<br /> ・repeat-y : 縦方向に繰り返し<br /> ・no-repeat : 繰り返しなし</span>*/
	background-repeat:no-repeat;
}

.entry h5, .entry h5 a {
	/*:<span style='color:#134DED;'><b>記事内 H5 見出しフォントカラー</b></span>*/
	color:#0559A3;
}

.entry h5 {
	/*:<span style='color:#134DED;'>記事内 H5 見出しフォントカラー</span>*/
	color:#0559A3;

	/*:<span style='color:#134DED;'>記事内 H5 見出し背景カラー</span>*/
	background-color:#fff;

	/*:<span style='color:#134DED;'>記事内 H5 見出しアンダーライン(カラー)</span>*/
	border-bottom-color:#2B6DAF;

	/*:<span style='color:#134DED;'>記事内 H5 見出しアンダーライン(太さ)</span>*/
	border-bottom-width:1pxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpx;

	/*:<span style='color:#134DED;'>記事内 H5 見出し背景画像</span>*/
	background-image:url(img/h/lightblue_h5_rect.png);

	/*:<span style='color:#134DED;'>記事内 H5 見出し背景画像のリピート<br /> ・repeat : 縦横方向に繰り返し<br /> ・repeat-x : 横方向に繰り返し<br /> ・repeat-y : 縦方向に繰り返し<br /> ・no-repeat : 繰り返しなし</span>*/
	background-repeat:no-repeat;
}

.entry h6, .entry h6 a {
	/*:<span style='color:#FF0055;'><b>記事内 H6 見出しフォントカラー</b></span>*/
	color:#0559A3;
}

.entry h6 {
	/*:<span style='color:#FF0055;'>記事内 H6 見出しフォントカラー</span>*/
	color:#0559A3;

	/*:<span style='color:#FF0055;'>記事内 H6 見出し背景カラー</span>*/
	background-color:#fff;

	/*:<span style='color:#FF0055;'>記事内 H6 見出しアンダーライン(カラー)</span>*/
	border-bottom-color:#2B6DAF;

	/*:<span style='color:#FF0055;'>記事内 H6 見出しアンダーライン(太さ)</span>*/
	border-bottom-width:1pxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpx;

	/*:<span style='color:#FF0055;'>記事内 H6 見出し背景画像</span>*/
	background-image:url(img/h/lightblue_h6_rect.png);

	/*:<span style='color:#FF0055;'>記事内 H6 見出し背景画像のリピート<br /> ・repeat : 縦横方向に繰り返し<br /> ・repeat-x : 横方向に繰り返し<br /> ・repeat-y : 縦方向に繰り返し<br /> ・no-repeat : 繰り返しなし</span>*/
	background-repeat:no-repeat;
}


/*-------------------------------------------------------------------------
サイドバーウィジェット設定
-------------------------------------------------------------------------*/
.widgettitle {
	/*:<span style='color:#134DED;'><b>ウィジェットタイトルカラー</b></span>*/
	color:#c49a6a;

	/*:<span style='color:#134DED;'>ウィジェットタイトル背景カラー</span>*/
	background-color:#FFFFFF;

	/*:<span style='color:#134DED;'>ウィジェットタイトル左ボーダー(カラー)</span>*/
	border-left-color:#c49a6a;

	/*:<span style='color:#134DED;'>ウィジェットタイトル左ボーダー(太さ)</span>*/
	border-left-width:5pxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpx;

	/*:<span style='color:#134DED;'>★ウィジェットタイトル背景画像</span>*/
	background-image:url(img/bg_widgettitle/m-menu-white.png);
	
	/*:<span style='color:#134DED;'>ウィジェットタイトル背景画像のリピート<br /> ・repeat : 縦横方向に繰り返し<br /> ・repeat-x : 横方向に繰り返し<br /> ・repeat-y : 縦方向に繰り返し<br /> ・no-repeat : 繰り返しなし</span>*/
	background-repeat:repeat-x;
}


/*-------------------------------------------------------------------------
サイドバーカテゴリ表示設定
-------------------------------------------------------------------------*/
.widget_categories  ul li a {
	/*:<span style='color:#FF0055;'><b>サイドバーカテゴリタイトルカラー</b></span>*/
	color:#0d4dd7;

	/*:<span style='color:#FF0055;'>サイドバーカテゴリ背景カラー</span>*/
	background-color:#fff;

	/*:<span style='color:#FF0055;'>サイドバーカテゴリ左ボーダー(カラー)</span>*/
	border-left-color:#eee;

	/*:<span style='color:#FF0055;'>サイドバーカテゴリ左ボーダー(太さ)</span>*/
	border-left-width:2pxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpx;

	/*:<span style='color:#FF0055;'>サイドバーカテゴリ下ボーダー(カラー)</span>*/
	border-bottom-color:#bbb;

	/*:<span style='color:#FF0055;'>サイドバーカテゴリ下ボーダー(太さ)</span>*/
	border-bottom-width:1pxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpxpx;
}
.widget_categories ul li a:hover {
	/*:<span style='color:#FF0055;'><b>サイドバーカテゴリタイトルカラー(マウスオーバー時)</b></span>*/
	color:#072971;

	/*:<span style='color:#FF0055;'>サイドバーカテゴリ背景カラー(マウスオーバー時)</span>*/
	background-color:#efeeea;

	/*:<span style='color:#FF0055;'>サイドバーカテゴリ左ボーダーカラー(マウスオーバー時)</span>*/
	border-left-color:#C49A6A;

	/*:<span style='color:#FF0055;'>サイドバーカテゴリ下ボーダーカラー(マウスオーバー時)</span>*/
	border-bottom-color:#bbb;
}

	.widget_categories ul ul li a {
		/*:<span style='color:#FF0055;'><b>サイドバーサブカテゴリタイトルカラー</b></span>*/
		color: #0e55ee;
	}
	.widget_categories ul ul li a:hover {
		/*:<span style='color:#FF0055;'>サイドバーサブカテゴリタイトルカラー(マウスオーバー時)</span>*/
		color: #072971;
	}


/*-------------------------------------------------------------------------
フッター表示設定
-------------------------------------------------------------------------*/
#footer {
	/*:<span style='color:#134DED;'><b>フッターテキストカラー</b></span>*/
	color:#fff;
	
	/*:<span style='color:#134DED;'>フッター背景カラー</span>*/
	background-color:#BCDBF1;
}

#footer a, #footer a:hover {
	/*:<span style='color:#134DED;'>フッターリンクカラー</span>*/
	color:#fff;
}