@charset "Shift_JIS";

/* ----------------------------------------------------- */
/* ----- 基本設定 -------------------------------------- */
/* ----------------------------------------------------- */

/* ----- HTML定義 -------------------------------------- */

HTML, BODY {
	background-color: #ffffff;

	text-align: center;
}
DIV, SPAN, TH, TD, LI, DT, DD {
	font-size: 10pt;
}
A:link {
	color: #0000ff;
	text-decoration: underline;
}
A:visited {
	color: #0000ff;
	text-decoration: underline;
}
A:active {
	color: #ff3300;
	text-decoration: none;
}
A:hover {
	color: #ff3300;
	text-decoration: none;
}

H1#keyword {
	margin: 0px 0px -10px 0px;

	width: 728px;

	font-size: 10px;
	font-weigth: normal;
	color: ffffff;
	text-align: right;
}

/* ----- レイアウト ------------------------------------ */

DIV#BH {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	width: 728px;

	text-align: left;
}
DIV#BB {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	width: 728px;

	text-align: left;
}
DIV#BF {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	width: 728px;

	text-align: ceneter;
}
DIV#UKN {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	width: 728px;

	text-align: right;
}

/* ----------------------------------------------------- */
/* ----- BH ヘッダー設定(Basis Header) ----------------- */
/* ----------------------------------------------------- */

TABLE#BHlogo {
	margin: 0px 0px 3px 0px;
}
TABLE#BHlogo DIV {
	margin: 0px 0px 3px 0px;

	font-size: 15pt;
	font-family: "HGP創英角ｺﾞｼｯｸUB",sans-serif;
}

TABLE#BHmenu {
	margin: 0px 0px 0px 0px;

	height: 50px;

	background-image: url("menubg.gif");
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center center;

	border-top: solid 5px #000000;
	border-bottom: solid 5px #000000;

	text-align: center;
}

/* ----------------------------------------------------- */
/* ----- BF フッター設定(Basis Footer) ----------------- */
/* ----------------------------------------------------- */

DIV#BFcopy {
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;

	background-color: #006633;
	border-top: solid 3px #000000;
	border-bottom: solid 3px #000000;

	color: #ffffff;
}
