@charset "Shift_JIS";  
body{
	background-color : black;
	color : white;	
}
/*メニューテーブル*/
table{
	font-size : 10pt;
}
/*画像のボーダーを無しに*/
img{
	border : 0px;
}
/*メインメニューのリンク色設定*/
A{
	text-decoration:none;
}
A:link {
	 color:white 
}
A:visited {
	 color:white 
}
A:hover{
	background-color:white; color:black;
}
A:active {
	background-color:white; color:red;
}
/*現ページのリンク色処理*/
.now{
	text-decoration:none;
}
.now:link{
	color:red
}       
.now:visited{
	color:red
}
.now:hover{
	background-color:white; color:red;
}
.now:active{
	background-color:white; color:red;
}
/*メニュー以外のリンク色処理*/
.cl{
	text-decoration:none;
}
.cl:link{
	color:blue
}       
.cl:visited{
	color:red
}
.cl:hover{
	background-color:white; color:green;
}
.cl:active {
	background-color:white; color:blue;
}
.line {
	text-decoration: line-through;
}

/*dt内設定*/
dt{
	font-size : 11pt;
	color : black;
	font-weight:bold;
	margin:2% 10% 0.2% 5%;
	padding:0.6%;
	background-color:#FF9933;
}
/*dd内設定*/
dd{
	font-size : 10pt;
	color : black;
	margin:0.3% 10% 2% 5%;
	padding:0.6% 3%;
	background-color:#FFFFCC;
}
/*カウンターの設定*/
.counter{
	font-size : 8pt;
}
/*強調文字*/
/*サイズ：large、色：青*/
.emf{
	font-size:11pt;
	font-weight:bold;
	color:blue;
	margin:0.5em;
}
/*強調文字*/
/*サイズ：large、色：黒*/
.emf2{
	font-size:11pt;
	font-weight:bold;
	margin-top:0.5em;
	margin-bottom:0.5em;
}
/*戻るなどの中央位置のリンク設定*/
.lnk{
	font-weight:bold;
	text-align:center;
}
/*募集のタイトル*/
.div1{
	background-color:#FFFFCC;
	font-weight:bold;
	color:black;
}
/*メンバー紹介のテーブルの文字*/
.member{
	font-size : 10pt;
	color:white;
	text-align:center;
}
/*メンバー紹介のテーブルの文字内容が大きい人用*/
.memberb{
	font-size : 9pt;
	color:white;
	text-align:left;
}
/*部分センタリング*/
.center{
	text-align:center;
}
.tit{
	color:black;
	font-weight:bold;
	background-color:#FF9933;
}
.nai{
	font-weight:bold;
	border-style:groove;
	border-width:thick;
}
.setumei{
	color:white;
}
