@charset "UTF-8";

/* 個別カラー設定
==========================================================*/
/*背景色をデフォルト（白）へ戻す
--------------------------------------------------*/
/*背景色*/
	/*コンテンツ内背景色*/
	.mgCategory01{background:#ffffff;}
	/*パン屑のテキスト色*/
	.mgCategory01 #breadCrumb{color:#454545;}
	/*パン屑とヘッダ右上「検索」のリンク色*/
	.mgCategory01 #breadCrumb a,
	.mgCategory01 #contentHeadSearch ul a{color:#00A1E9;}
	.mgCategory01 #breadCrumb a:hover,
	.mgCategory01 #breadCrumb a:active,
	.mgCategory01 #breadCrumb a:focus,
	.mgCategory01 #contentHeadSearch ul a:hover,
	.mgCategory01 #contentHeadSearch ul a:active,
	.mgCategory01 #contentHeadSearch ul a:focus{color:#00FFFF;}
	.mgCategory01 #breadCrumb a:visited,
	.mgCategory01 #contentHeadSearch ul a:visited{color:#00A1E9;}
	/*検索のアイコンを背景に合わせた画像に*/
	.mgCategory01 #contentHeader #contentHeadline #contentHeadSearch form{
		background-image:url(/image/top/box_cms/musimegze_bg.gif);
		}

/*ローカルナビ*/
	/*ローカルナビのアンダーライン*/
	.mgCategory01 .mainContentMenu ul{border-bottom:1px solid #FC9033;}
	/*ローカルナビ画像デフォルトの表示画像位置*/
	.mgCategory01 .mainContentMenu a{background-position:0px 0px;}
	/*ローカルナビ画像hover時の画像位置*/
	.mgCategory01 .mainContentMenu a:hover,
	.mgCategory01 .mainContentMenu .in{background-position:0px -29px;}

/*new*/
	/*ローカルナビのNEW画像を背景色に合わせた色に*/
	.mgCategory01 .mainContentMenu span{background-image:url(/image/mgn/localnavi_icon_new.gif);}

/*ADバナー*/
	/*コンテンツエリアにオススメ、ランキングなどのパーツが来た場合の背景色対策（ボーダーにて処理）*/
	.mgCategory01 .ad-banner-area a img, .mgCategory01 .ad-banner-area object {
	border-bottom:8px solid #FFFFFF;
	vertical-align:bottom;
	}
