@charset "UTF-8";
/* @media handheld, all and (max-width:580px){ */
/* override module_right_area.css 　*/
#rightArea{
	float:none;
	background:#fff none;
}
/* rightArea Navigation */
#rightArea #rnav{
	width:auto;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	overflow:hidden;
	background:#f1f1f1 none;
	padding:0;
}

#rightArea #rnav ul{
	padding:0;
	border:solid 1px #808080;
	border-top:0 none;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-bottomleft-radius:3px;
	-moz-border-bottomright-radius:3px;
	margin-top:-1px;
	overflow:hidden;
}
#rightArea #rnav ul li{
	padding:3px;
	border-top:dotted 1px #c3c3c3;
	border-bottom:0 none;
	font-size:small;
}

/* CATEGORY LIST */
#rightArea .cateList{
	width:auto;
	background:#fff none;
	border:solid 2px #cccccc;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	overflow:hidden;
}
#rightArea .cateList .btm{
	background:transparent none;
	width:auto;
}
#rightArea .cateList h3{
	background:url(/stv/common/images/rightarea/bg_h3_category_smp.gif) repeat-x;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-topleft-radius:3px;
	-moz-border-topright-radius:3px;
}
#rightArea .cateList ul{
	font-size:small;
	background-color:#f2fbfe;
	padding:5px 6px;
	margin:0 5px;
}
#rightArea .cateList ul li{
	padding:0 0 5px 10px;
	background:url(/stv/common/images/icn_r.gif) no-repeat 0 0.5em;
	color:#999;
}
#rightArea .cateList ul li ul{
	padding:5px 6px 0;
}


/* TO POKECEN PAGE */
#rightArea .pokecenPages,
#rightArea .pokestorePages{
	display:block;
	width:auto;
	background:#fff none;
	border:solid 1px #cccccc;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	overflow:hidden;
	margin-bottom:15px;
}
#rightArea .pokecenPages h3,
#rightArea .pokestorePages h3{
	background:url(/stv/common/images/rightarea/bg_h3_official_smp.gif) repeat-x;
	border-right:#fff solid 1px;
	border-left:#fff solid 1px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-topleft-radius:3px;
	-moz-border-topright-radius:3px;
	overflow:hidden;
}
#rightArea .pokecenPages ul,
#rightArea .pokestorePages ul{
	background:transparent none;
	padding:10px;
}
#rightArea .pokecenPages ul li,
#rightArea .pokestorePages ul li{
	padding:0 0 5px 10px;
	background:url(/stv/common/images/icn_r.gif) no-repeat 0 0.5em;
	font-size:small;
}



/* SITE SEARCH */
#rightArea .siteSearch{
	display:none;
}


