/*ポップアップメニュー用のCSS*/
a	{
	text-decoration:none;
	}	
.menu h2 {
	margin:0px 0px 0px 15px;
	}
.menu h2 a	{
	font-size:12px;
	display:block;
	height:53px;
	border:0;
	text-align:center;
	line-height:28px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#FFFFFF;
	margin-top: 1.5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
.menu {
	width:131px;
	height:53;
	float:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
.menu ul {
	margin: 0px;
	padding:0px;
	list-style-type:none;
	font-size: 12px;
	visibility:hidden;
	
	}
.menu li {
	background-color: #FFFFFF;
	line-height:120%;
	margin: 0px;
	font-size: 10px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #CCCCCC;
	}
.menu li a{
	display:block;
	padding:0px;
	line-height: 2.0;
	}
.menu li a:hover{
	background-color:#993300;
	color: #FFFFFF;
	}

