/*
ミクタムトップページ用
暫定版
2009/04
*/

#top_menu a:hover{
	text-decoration:none;
	cursor:hand;
}
.top_menu_bar{
	display:inline-block;
	width:192px;
	height:32px;
	margin-top:8px;
	border-color:#ccc;
	border-style:ridge;
	border-width:5px;
	background-color:#333;
	color:white;
	line-height:30px;
	font-family:serif;
	font-style:italic;
	font-size:23px;
	font-weight:bold;
	text-align:center;
	opacity: 0.9;
}
.top_menu_bar:hover{
	background-color:#666;
}
.top_menu_2{
	margin-left:40px;
}
.top_menu_3{
	margin-left:80px;
}
.top_menu_4{
	margin-left:120px;
}
.top_menu_5{
	margin-left:160px;
}
.top_menu_6{
	margin-left:200px;
}
.christmas{
	background-color:#363;
	color:red;
}
