/* --------------------------------------------
 * 共通
 * -------------------------------------------- */
@import url(mw_common.css);
@import url(mw_char.css);

/* --------------------------------------------
 * ボディ
 * -------------------------------------------- */
body {
	color:rgb(50, 45, 50);
	background-color:rgb(255, 255, 255);
}

/* タイトル */
table.Mokuji {
  background-color:#f9c;
}
td.SubTitle {
  color:#000;
  background-color:#fcf;
  padding:3px;
}
td.Pages {
  background-color:#fff;
  padding:3px;
}

/* --------------------------------------------
 * ヘッダー
 * -------------------------------------------- */
h1 {
	color: #333;
	border-style: solid;
	border-color: #f9c;
	background-color: #fcf;
	background-image: url("../img/css_hika/header.gif");
	background-repeat: repeat-x;
	padding: 10px;
}
h2 { color:#f09; margin-left:5%; margin-right:5%; }
h3 { color:#090; margin-left:7%; margin-right:7%; }
h4 { color:#f60; margin-left:8%; margin-right:8%; }

/* 索引 */
p.Index { 
	color:#333;
	border-style:solid;
	border-color:#f9c;
	border-width: 1px;
	background-color:#fcf;
	margin-left:2%;
	margin-right:2%;
	padding:3px;
}
/* 補足 */
p.Hosoku {
  margin-left:5%;
  margin-right:5%;
  text-align:right;
}

/* --------------------------------------------
 * 本文
 * -------------------------------------------- */

/* 警告 */
.Alert {
	color: rgb(255, 0, 0);
}

/* --------------------------------------------
 * フッター
 * -------------------------------------------- */
address.Footer {
	color: #333;
	border-style: solid;
	border-color: #f9c;
	background-color: #fcf;
	background-image: url("../img/css_hika/footer.gif");
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 10px;
}

/* --------------------------------------------
 * アンカー
 * -------------------------------------------- */
a:link    { color:#00f; }
a:visited { color:#90f; }
a:active  { color:#f09; }
a:hover   { color:#f09; }

