/*	CSS for Menu Page	*/

@import "color.css";

body {
	background: #A4BFC5;
/*	background-image: url(../img/spacer.gif); */
	background-repeat: repeat-y;
	color: #FFFFFF;
	font-family: "Lucida Grande", Osaka, "�l�r �S�V�b�N", sans-serif;
}

td {
	font-size: 9pt;
}

a {
	font-weight: bold;
}

a:link { color: #FFFFFF; text-decoration: none; }
a:visited { color: #FFFFFF; text-decoration: none; }
a:active { color: #FFFFFF; text-decoration: underline; }
a:hover { color: #FFFFFF; text-decoration: underline; }

div.menu_frame {
	margin-top: 60px;
	margin-left: 40px;
	width: 140px;
	height: 160px;
/*	border: 1px solid #FFFFFF; */
}

div.submenu_frame {
	margin-top: 30px;
	margin-left: 40px;
	width: 140px;
	height: 160px;
/*	border: 1px solid #FFFFFF; */
}

div.menu_item {
	margin-bottom: 8px;
	padding-left: 5px;
	font-size: 9pt;
	font-weight: bold;
	letter-spacing: 0.1em;
/*	border: 1px solid #FFFFFF; */
}

div.menu_item_norm {
	margin-bottom: 8px;
	padding-left: 0px;
	font-size: 9pt;
/*	border: 1px solid #FFFFFF; */
}

div.spacer {
	height: 11px;
	background-image: url(../img/spacer.gif);
	background-repeat:no-repeat;
}

div.spacer_shadow {
	height: 6px;
	background-image: url(../img/spacer_shadow.gif);
	background-repeat:no-repeat;
}

.gray_out {
	color: #999999;
}

.larger {
	font-size: 9pt;
}

.smaller {
	font-size: 7pt;
}

.narrower {
	letter-spacing: -0.1em;
}

.red {
	color: #993300;
}

.text {

}

.text a:link { color: #303030; text-decoration: underline; }
.text a:visited { color: #303030; text-decoration: underline; }
.text a:active { color: #993300; text-decoration: none; }
.text a:hover { color: #993300; text-decoration: none; }
