/*

menu

*/

#menuAll{
	background-color:#fff;
	width:250px;
	height:100%;
	min-height:650px;
	position: absolute;
	top:0;
	left:0;
	z-index:20;
}

#menuArea{
	width:250px;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

#menutitle{
	width:100%;
	line-height:0;
}

.menuLine{
	background:url(../images/nav/dot.png) repeat-x;
	background-size:auto 100%;
	width:100%;
	height:3px;
}

.menuBtn{
	width:100%;
	line-height:0;
}



/*

bnr share

*/

#twitterBtn{
	width:55px;
	height:55px;
	position:absolute;
	top:10px;
	right:70px;
	z-index:10;
}

#fbBtn{
	width:55px;
	height:55px;
	position:absolute;
	top:10px;
	right:10px;
	z-index:10;
}

#sharearea{
	width:191px;
	height:35px;
	line-height:0;
	position:absolute;
	bottom:10px;
	left:30px;
	z-index:2;
}

#bnrArea{
	width:180px;
	line-height:0;
	position:absolute;
	bottom:50px;
	left:50%;
	margin-left:-90px;
	z-index:2;
}

#bnrArea img{ margin:5px 0 0 0;}