ul {
}

#main {
/*	width: 340px; */
}


#menu_wrapper {
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
 	font-size: 9px;
/*	width: 340px; */
}

#menu {
	background-color: #fff;
/*	position: fixed; */
	
/*	width: 300px; */
/*	top: 20px; */
/*	left: 20px; */
	z-index: 9999;
/*	-webkit-border-radius: 5px; */
}

#menu_header {
/*	-webkit-border-top-left-radius: 3px; */
/*	-webkit-border-top-right-radius: 3px; */
/*	background-color: #F67611; */
	background-color: #FFA084;
	height: 46px;
	padding-left: 10px;
	text-align: left;
}
#menu_title {
	line-height: 46px;
 	font-size: 15px;
	color: #fff;
}

#menu_close {
	margin-top: 8px;
	margin-right: 8px;
	float: right;
	display: block;
	height: 24px;
	width: 24px;
	right: 0px;
	right: 0px;
	font-size: 15px;
	color: #333;
	-webkit-border-radius: 5px;
	background-color: #fff;
	text-align: center;
}
#menu_close_btn {
	display: block;
	right: 0px;
	font-size: 15px;
	color: #333;
}

#menu ul li {
	font-size: 12px;
	line-height: 48px;
	border-top: solid 1px #ccc;
	padding-left: 10px;
/*	background-image: url("./yajirushi.png"); */
	background-repeat: no-repeat;
	background-position: 280px center;
}
#menu ul li:first-child {
	border-top: 0px;
}
.mask {
	position: fixed;
	width: 100%;
	height: 100%;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#88000000,EndColorStr=#88000000);
	background: rgba(0,0,0,0.68);
	z-index: 9999;
	top: 0;
	left: 0;
}