/**************************************
  ms_menu.css
    月刊マネーシャワーのスタイルシート
      メニュー関係の装飾
**************************************/

/******** メニュー関係 ********/
/* 白いメニュータイトル */
.MenuTitleWhite
{
/*	font-family: "HG創英角ﾎﾟｯﾌﾟ体", sans-serif;*/
/*	font-family: "HGS創英角ﾎﾟｯﾌﾟ体", sans-serif;*/
	font-family: "HGSｺﾞｼｯｸE", sans-serif;
/*	font-family: "HGP創英ﾌﾟﾚｾﾞﾝｽEB", sans-serif;*/
/*	font-family: "HG明朝E", sans-serif;*/
	font-size: 15px;
	line-height: 16px;
	color: white;
/*	font-weight: bold;*/
}

/* 黒いメニュータイトル */
.MenuTitleBlack
{
	font-size: 14px; line-height: 16px; color: #000000; font-weight: bold;
}

/* メニューブロック枠線内余白調整 */
.MenuBlockPadding
{
	padding: 0px;
	margin-bottom: 6px;
}

/* メニュータイトルbox（枠線、背景色） */
/* （お金情報） */
.MenuTitleBox1
{
	padding: 0px;
	border-width: 0px;
	background-image: url("images/MenuHLine_Tint.gif");
	background-repeat: repeat-x;
}

/* （お小遣い情報） */
.MenuTitleBox2
{
	padding: 0px;
	border: 2px solid #fffff0;
	background: #33cccc;
}

/* （ポイントサイト） */
.MenuTitleBox3
{
	padding: 0px;
	border: 2px solid #fffff0;
	background: #99cc33;
}

/* （懸賞サイト） */
.MenuTitleBox4
{
	padding: 0px;
	border: 2px solid #fffff0;
	background: #ff6600;
}

/* （開発室） */
.MenuTitleBox5
{
	padding: 0px;
	border: 2px solid #fffff0;
	background: #0099ff;
}

/* （このサイト情報） */
.MenuTitleBox6
{
	padding: 0px;
	border: 2px solid #fffff0;
	background: #99cc99;
}

/* （リンク） */
.MenuTitleBox7
{
	padding: 0px;
	border: 2px solid #fffff0;
	background: #cc6633;
}

/* （左の角の部分） */
.MenuTitleBoxCorner
{
	padding: 0px;
	border-style: none;
}

/* （角の欠け部分） */
.MenuTitleBoxLack
{
	padding: 0px;
	border-style: none;
}

/* （箇条書き部分の枠） */
.MenuArticleBox
{
	padding: 0px;
	border-top-style: none;
	border-right: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
}

/* （後で消す） */
.MenuTitleBorder
{
	padding: 0px;
	border: 2px solid #fffff0;
}

/* メニュータイトル枠線内余白調整 */
.MenuTitlePadding
{
	padding: 3px 0px 0px 0px;
	border-style: none;
}

/* メニュー項目位置調整 */
.MenuIndexAlign
{
	vertical-align: text-top;
	padding: 5px 4px 2px 6px;
}

/* メニュー項目行間調整 */
.MenuIndexHeight
{
	padding: 3px 0px 3px 0px;
}

/* メニュー項目ブロック余白調整 */
.MenuFieldPadding
{
	padding: 2px;
	margin-bottom: 4px;
}

/* 背景が黄色（アイボリー）のメニューのリンク */
.MenuYellow
{
	font-size: 12px; line-height: 14px;
	background: #fffff0;
	color: #000000;
	text-decoration: underline;
}
.MenuYellow a:link
{
	font-size: 12px; line-height: 14px;
	background: #fffff0;
	color: #0000ff;
	text-decoration: underline;
}
.MenuYellow a:visited
{
	font-size: 12px; line-height: 14px;
	background: #fffff0;
	color: #0000ff;
	text-decoration: underline;
}
.MenuYellow a:hover
{
	font-size: 12px; line-height: 14px;
	background: #1e90ff;
	color: #ffffff;
	text-decoration: none;
}
.MenuYellow a:active
{
	font-size: 12px; line-height: 14px;
	background: #fffff0;
	color: #000000;
	text-decoration: none;
}

/* 背景が白色のメニューのリンク（コンテンツガイド） */
.MenuWhite
{
	font-size: 12px; line-height: 14px;
	background: #ffffff;
	color: #000000;
	text-decoration: none;
}
.MenuWhite a:link
{
	font-size: 12px; line-height: 14px;
	background: #ffffff;
	color: #0000cc;
	text-decoration: underline;
}
.MenuWhite a:visited
{
	font-size: 12px; line-height: 14px;
	background: #ffffff;
	color: #0000cc;
	text-decoration: underline;
}
.MenuWhite a:hover
{
	font-size: 12px; line-height: 14px;
	background: #0000ff;
	color: #ffffff;
	text-decoration: none;
}
.MenuWhite a:active
{
	font-size: 12px; line-height: 14px;
	background: #ffffff;
	color: #0000cc;
	text-decoration: none;
}

/* コンテンツ内メニューボックスの設定 */
.ContMenuBox
{
	padding: 2px;
	margin: 0px;
}

.ContMenuBackColor
{
	background-color: #f5f5f5;
}

/* コンテンツ内メニュー余白調整 */
.ContMenuPadding
{
	background-color: #f5f5f5;
	padding: 2px 8px 2px 8px;
}

/* コンテンツ内メニュータイトル */
.ContMenuTitle
{
	font-size: 10px; line-height: 12px;
	background: #f5f5f5;
	color: #999999;
	font-weight: bold;
	text-align: center;
}

/* コンテンツ内メニュー */
.ContMenu
{
	font-size: 11px; line-height: 16px;
	background: #f5f5f5;
	color: #000000;
	text-decoration: none;
}
.ContMenu a:link
{
	font-size: 11px; line-height: 16px;
	background: #f5f5f5;
	color: #0000ff;
	text-decoration: underline;
}
.ContMenu a:visited
{
	font-size: 11px; line-height: 16px;
	background: #f5f5f5;
	color: #0000ff;
	text-decoration: underline;
}
.ContMenu a:hover
{
	font-size: 11px; line-height: 16px;
	background: #0000ff;
	color: #ffffff;
	text-decoration: none;
}
.ContMenu a:active
{
	font-size: 11px; line-height: 16px;
	background: #f5f5f5;
	color: #0000ff;
	text-decoration: none;
}

/******** ナビゲーション関係 ********/
/* 背景が白色のナビゲーション */
.NaviWhite
{
	font-size: 12px; line-height: 14px;
	background: #ffffff;
	color: #000000;
	text-decoration: none;
}
.NaviWhite a:link
{
	font-size: 12px; line-height: 14px;
	background: #ffffff;
	color: #0000cc;
	text-decoration: underline;
}
.NaviWhite a:visited
{
	font-size: 12px; line-height: 14px;
	background: #ffffff;
	color: #0000cc;
	text-decoration: underline;
}
.NaviWhite a:hover
{
	font-size: 12px; line-height: 14px;
	background: #0000ff;
	color: #ffffff;
	text-decoration: none;
}
.NaviWhite a:active
{
	font-size: 12px; line-height: 14px;
	background: #ffffff;
	color: #0000cc;
	text-decoration: none;
}


