/******************************************************************************
 * Cascading Style Sheet, menu.css, Written 2004.05.04 by Holiutschi, K.
 * http://fibich.info/
 * http://www02.so-net.ne.jp/~harmonie/fibich_u/
 * Charset: UTF-8N
 * Last updated: <2009/03/05 02:14:37 +0900>
 *****************************************************************************/

body {/* 背景の色と画像の設定は、fibich.cssで行う */
	margin-top   : 5px;
	margin-left  : 5px;
	margin-right : 5px;
	margin-bottom: 5px;
	padding-top   : 0px;
	padding-left  : 0px;
	padding-right : 0px;
	padding-bottom: 0px;
}



/*
a {
}
a:link {
	text-decoration: none
}
a:visited {
	text-decoration: none
}
a:hover {
	text-decoration: none
}
a:active {
	text-decoration: none
}
*/

h1 {
	text-align : center;
	font-size  : 90%;
	font-weight: bold;
	font-style : normal;
}



.menu-item {
	margin-right : 10px;
	margin-left  : 10px;
	margin-bottom: 20px;
	padding-left : 0px;
	/*
	border-left  : solid 1px  blue;
	border-right : solid 2px  darkblue;
	border-top   : solid 1px  blue;
	border-bottom: solid 2px  darkblue;
	*/
	font-weight  : normal;
}
.menu-item:before {
	content: "■ ";
	color: #000000;
}

.menu-description {
	font-size: 90%;
	color: black;
	margin-left: 15px;
	margin-bottom: 15px;
}


.secret {
	text-align: right;
	font-size: 30%;
	color: black
}


.address {	/* 「作者にメッセージ・・・」用 */
	text-align: center;
	font-style:italic;
}

