.megamenu{
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	padding: 10px;
	z-index: 100;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #111;
	line-height: 2;
	color: #555;
	border-top-width: 4px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;

}
.links {
	list-style-type: none;
}


.megamenu .column{
	float: left; /*width of each menu column*/
	margin-right: 5px;
	width: 180px;
}

.megamenu .column ul{
	margin: 0;
	padding: 0;
	list-style-position: inside;
	list-style-image: url(../images/list.jpg);
}

.megamenu .column ul li{
	color: #444;
}

.megamenu .column h3{
	margin: 0 0 5px 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	background-color: #666;
	display: block;
}

.megamenu .column ul li a{
	text-decoration: none;
	color: #900;
}

.megamenu .column ul li a:hover{
	color: #CCC;
}

