/* -----------------------------------------------
              Common
   ----------------------------------------------- */

div.arw-r-prev a,
div.arw-r-next a {
	font-weight: bold;
	font-size: 12px;
	height: 16px;
	line-height: 1.0;
}

div.arw-r-prev a {
	background: url(../img/arw_r_r.gif) left 50% no-repeat;
	padding: 2px 0 2px 18px;
}

div.arw-r-next a {
	background: url(../img/arw_r.gif) right 50% no-repeat;
	padding: 2px 18px 2px 0;
}

a.previouspostslink,
a.nextpostslink {
	font-weight: bold;
	font-size: 12px;
	height: 16px;
	line-height: 1.0;
}

a.previouspostslink {
	background: url(../img/arw_r_r.gif) left 1px no-repeat;
	padding: 2px 0 2px 18px;
}

a.nextpostslink {
	background: url(../img/arw_r.gif) right 1px no-repeat;
	padding: 2px 18px 2px 0;
}

/* -----------------------------------------------
              articles
   ----------------------------------------------- */

div.arw-r-next {
	text-align: right;
}

#Main .prev-next .next {
	position: relative;
	right: 0;
}

/* -----------------------------------------------
              publicgame articles
   ----------------------------------------------- */
#Main .area-more.foot span {
	font-weight: bold;
}

.wp-caption a {
	display: block;
}