/* drop down */
ul.child{
	display: none;
	top:42px;
	left:0px;
	margin: 0;
	padding: 0;
	z-index: 9999;
	height:auto;
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6EEF7FF,endColorstr=#E6EEF7FF);
	background:rgba(238,247,255,0.95);
	overflow:hidden;
	position:absolute;
}
ul.child_1{
    top: 42px;
    left: 0px;
}
ul.child_2{
    top: 42px;
    left: 148px;
}

ul.child li{
	width: 140px;
	line-height: 18px;
	text-indent: 0px;
	font-size: 12px;
	padding:10px 0;
	border:0px !important;
}
ul.child li a{
	display: block;
	text-indent: 10px;
	background-image: none;
}
ul.child_tenpo li a{
	border-top:1px solid #FFFFFF;
	padding:5px 0;
}
ul.child li a:hover{
	text-decoration:underline;
}

ul.child_1 li a:hover{	color:#FF8800;}
ul.child_tenpo li a:hover{
	color:#333333;
	background:rgba(197, 218, 236, 0.95);
}

.h_menu_kodawari{
	margin-top:30px;
}
.h_menu_kodawari a{
	color:#FF8800 !important;
	font-weight: bold;
}

.h_topmenu{
	position:absolute;
	width:340px;
	top:10px;
	right:0px;
}
.h_topmenu ul{
	margin:0;
	padding:0;
	list-style: none;
	overflow: hidden;
	border-right:1px solid #CCCCCC;
}
.h_topmenu ul li{
	float:left;
	line-height: 20px;
	text-align: left;
	border-left:1px solid #CCCCCC;
}
li.h_topmenu01{ background: url(/img/h_inq_icon.png) 8px 50% no-repeat;}
li.h_topmenu02{ background: url(/img/h_fav_icon.png) 8px 50% no-repeat;}
li.h_topmenu03{ background: url(/img/h_foot_icon.png) 8px 50% no-repeat;}

.h_topmenu ul li a{
	display:block;
	padding:0 15px 0 37px;
}
.h_drank{
	position: absolute;
	top:40px;
	right:0px;
	width:246px;
}