/*----- Side Ad position -------------------------*/
#sideAd {
	position:fixed;
	top:50px;
	right:10px;
	z-index:30;
	/*width:400px;*/
	padding-top:50px;
}

/*----- article control -------------------------*/
ul.sidenav {
	/*width: 400px;*/
}
ul.sidenav li {
	/*width:400px;*/
	position: relative;
}

ul.sidenav .b-article {
	display: block;
	width:55px;
	height:60px;
	z-index: 30;
	cursor:pointer;
	text-align:right;
	margin:0 0 0 auto;
}

ul.sidenav li .articleSide {
	display: none;
	position: absolute;
	top:-25px;
	left:0px;
	width: 341px;
	height:92px;
}
ul.sidenav li .articleSide p {
}


/*----- Article -------------------------*/
#sideAd .articleSide img {
	float:left;
	margin:8px;
}

#sideAd .articleSide div {
	float:left;
	width:180px;
	padding-top:8px;
}

#sideAd .articleSide div h3 ,
#sideAd .articleSide div h3 a {
	font-size: 14px;
}

#sideAd .articleSide div p {
	font-size:10px;
}

#sideAd .articleSide div p a {
	font-size: 12px;
}

#sideAd .articleSide .b-close {
	position: absolute;
	top:-15px;
	left:-15px;
	_top:-8px;
	_left:-8px;
	z-index:10;
	cursor:pointer;
}

/*----- niche setting -------------------------*/
#sideAd .travel .articleSide {
	background:url(../../../image/ad/bg_travel.png) no-repeat left top;
}

#sideAd .dining .articleSide {
	background:url(../../../image/ad/bg_dining.png) no-repeat left top;
}

#sideAd .fashion .articleSide {
	background:url(../../../image/ad/bg_fashion.png) no-repeat left top;
}

#sideAd .culture .articleSide {
	background:url(../../../image/ad/bg_culture.png) no-repeat left top;
}

#sideAd .shopping .articleSide {
	background:url(../../../image/ad/bg_shopping.png) no-repeat left top;
}

#sideAd .home .articleSide {
	background:url(../../../image/ad/bg_home.png) no-repeat left top;
}

#sideAd .others .articleSide {
	background:url(../../../image/ad/bg_others.gif) no-repeat left top;
}

#sideAd .SideAdFloat-title a{
	font-weight:bold !important;
	color:white;
}

#sideAd .SideAdFloat-text {
	margin-top:15px;
}

#sideAd .SideAdFloat-img {
	border: 2px white dotted;
}

#side02
{
	margin-top:40px;
}

#side03
{
	margin-top:40px;
}