@charset "utf-8";

/* ****************************************************
Title: top.css
***************************************************** */

/* # info & alert area
---------------------------------------------------------------------------- */

body{
	background:none;
}

div#layout{
	background:url(/share/jr-tower/img/common/bg_body.gif) no-repeat center 2px #fff;
}

div#topInfoArea{
	background:#f2f2f2;
	text-align:center;
	padding:8px 0 6px;
}

div#topInfoArea p{
	margin:0 auto;
	width:960px;
	color:#333;
}

div#topInfoArea p span{
	background:url(/share/jr-tower/img/top/ico_info.gif) no-repeat 0 0.2em;
	padding-left:24px;
	display:inline-block;
	min-height:17px;
}

div#topInfoArea p a{
	color:#333;
}

div#topAlertArea{
	background:#fef2f2;
	text-align:center;
	padding:8px 0 6px;
}

div#topAlertArea p{
	margin:0 auto;
	width:960px;
	color:#f00;
}

div#topAlertArea p span{
	background:url(/share/jr-tower/img/top/ico_alert.gif) no-repeat 0 0.2em;
	padding-left:24px;
	display:inline-block;
	min-height:17px;
}

div#topAlertArea p a{ 
	color:#f00;
}


/* # visual
---------------------------------------------------------------------------- */

div#visual{
	height:381px;
	border-bottom:1px solid #ccc;
	padding-top:14px;
}

ul#visualImage{
	margin:0 0 12px 15px;
}

ul#visualImage li{
	float:left;
}

ul#visualImage li img{
	width:670px;
	height:318px;
}

div#visualThumb{
	text-align:center;
	font-size:0;
}

div#visualThumb span{
	margin:0 5px;
}

div#visualThumb span img{
	border:1px solid #ccc;
}

div#visualThumb span img:hover{
	border:1px solid #eee;
}

.pika-thumbs li{
	width: 73px;
	height:35px;
}

.pika-stage {
	height: 318px;
	position: relative;
}

.pikachoose {
	width: 670px;
	margin: 0 auto;
}

#visualList{
	margin-left: auto;
	margin-right: auto;
}

.pika-stage .main-image,
.pika-stage .pika-aniwrap{
	position: absolute;
	top: 0px;
	left: 0px;
}

.pika-stage .pika-ani {
	position:relative;
	display: none;
	z-index:2;
	margin:0 auto;
}

.pika-stage img {
	border:0;
	height:100%;
}

.pika-stage .caption,
.pika-imgnav a,
.pika-textnav{
	display:none;
}
	
.pika-thumbs {
	margin: 12px 0 0;
	padding: 0;
}

.pika-thumbs li {
	float: left;
	margin: 0 0 0 10px;
	border: 1px solid #ccc;
	cursor: pointer;
}

.pika-thumbs li:hover {
	border: 1px solid #eee;
}

.pika-thumbs li:first-child {
	margin: 0;
}

.pika-thumbs li .clip {
	position:relative;
	height:100%;
	text-align: center;
	vertical-align: center;
	overflow: hidden;
}

.pika-thumbs li.active {
	border:2px solid #feb852;
	margin: -1px -1px 0 9px;
}

.pika-thumbs li:first-child.active {
	margin: -1px -1px 0 -1px;
}

.pika-tooltip,
.pika-counter{
	display:none;
}

.jcarousel-skin-pika .jcarousel-container-horizontal {
	padding: 0;
	overflow:hidden;
}

.jcarousel-skin-pika .jcarousel-clip-horizontal {
	height: 318px;
	width: 670px;
}

.jcarousel-skin-pika .jcarousel-item-horizontal {
	margin-right: 0;
	width:100px;
}


/* # topicsArea
---------------------------------------------------------------------------- */

div#topicsArea{
	border-bottom:1px solid #ccc;
	padding:0 15px 13px 14px;
}

div#topicsAreaHead{
	padding-top:13px;
	margin-bottom:15px;
}

div#topicsArea h2{
	float:left;
}

div#topicsArea p.viewAll{
	float:right;
	text-align:right;
}

div#topicsArea p.viewAll a{
	background:url(/share/jr-tower/img/common/bg_ico_arrow1.gif) no-repeat 0 0.2em;
	padding-left:15px;
	line-height:1em;
}

div#topicsArea ul.topicsAreaNav li{
	float:right;
	text-align:right;
	margin-left:20px;
}

div#topicsArea ul.topicsAreaNav li a{
	background:url(/share/jr-tower/img/common/bg_ico_arrow1.gif) no-repeat 0 0.2em;
	padding-left:15px;
	line-height:1em;
}

ul#topicsTab{
	clear:both;
	height:30px;
	background:url(/share/jr-tower/img/common/bg_tab.gif) repeat-x left bottom;
	margin-bottom:16px;
}

ul#topicsTab li{
	float:left;
	margin-right:8px;
}

ul#topicsTab li a{
	float:left;
	display:block;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	outline:none;
	height:30px;
	width:105px;
	background:url(/share/jr-tower/img/top/img_topicstab.gif) no-repeat 0 0;
}

ul#topicsTab li#topicsTabAll a{
	background-position:0 0;
}

ul#topicsTab li#topicsTabAll a:hover,
ul#topicsTab li.active a#topicsTabAll{
	background-position:0 -30px;
}

ul#topicsTab li#topicsTabNews a{
	background-position:-113px 0;
}

ul#topicsTab li#topicsTabNews a:hover,
ul#topicsTab li.active a#topicsTabNews{
	background-position:-113px -30px;
}

ul#topicsTab li#topicsTabEvent a{
	background-position:-226px 0;
}

ul#topicsTab li#topicsTabEvent a:hover,
ul#topicsTab li.active a#topicsTabEvent{
	background-position:-226px -30px;
}

ul#topicsTab li#topicsTabFeature a{
	background-position:-339px 0;
}

ul#topicsTab li#topicsTabFeature a:hover,
ul#topicsTab li.active a#topicsTabFeature{
	background-position:-339px -30px;
}

ul.topicsList{
	margin-left:10px;
}

ul.topicsList li{
	float:left;
	display:inline;
	width:100px;
	margin:0 15px;
	height:200px;
}

ul.topicsList li table{
        position: relative;
        margin-bottom:9px;
}

ul.topicsList li table tr td{
        position: relative;
        width:98px;
        height:98px;
        text-align:center;
        border:1px solid #ccc;
}

ul.topicsList li table tr td:hover{
        border:1px solid #eee;
}

ul.topicsList li table tr td span {
        position: absolute;
        top: -1px;
        left: -1px;
}

ul.topicsList li table tr td img {
        max-width:98px;
        max-height:98px;
        table-layout:fixed;
}

ul.topicsList li span{
	font-size:80%;
	color:#666;
}

.tabs>li {
	display:block;
	position:absolute;
	left:-10000px;
	outline:none;
}

.tabs>li.active {
	position:relative;
	left:0;
}

.jcarousel-clip{
	width:650px;
	margin-left:10px;
	overflow:hidden;
}

div.jcarousel-prev{
	height:21px;
	width:11px;
	background:url(/share/jr-tower/img/common/btn_slider.gif) no-repeat 0 0;
	position:absolute;
	top:40px;
	left:0;
	cursor:pointer;
}

div.jcarousel-next{
	height:21px;
	width:11px;
	background:url(/share/jr-tower/img/common/btn_slider.gif) no-repeat -11px 0;
	position:absolute;
	top:40px;
	right:0;
	cursor:pointer;
}

div.jcarousel-prev-disabled,
div.jcarousel-next-disabled{
	background:none;
}


/* # eventArea
---------------------------------------------------------------------------- */

div#eventArea{
	border-bottom:1px solid #ccc;
	padding:0 15px 13px 14px;
}

div#eventAreaHead{
	padding-top:13px;
	margin-bottom:15px;
}

div#eventArea h2{
	float:left;
}

div#eventArea p.viewAll{
	float:right;
	width:105px;
	text-align:right;
}

div#eventArea p.viewAll a{
	background:url(/share/jr-tower/img/common/bg_ico_arrow1.gif) no-repeat 0 0.2em;
	padding-left:15px;
	line-height:1em;
}

ul#eventTab{
	clear:both;
	height:29px;
	background:url(/share/jr-tower/img/common/bg_tab.gif) repeat-x left bottom;
	margin-bottom:13px;
}

ul#eventTab li{
	float:left;
	margin-right:8px;
}

ul#eventTab li a{
	float:left;
	display:block;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	outline:none;
	height:29px;
	background:url(/share/jr-tower/img/top/img_eventtab.gif) no-repeat 0 0;
}

ul#eventTab li#eventTabAll a{
	width:105px;
	background-position:0 0;
}

ul#eventTab li#eventTabAll a:hover,
ul#eventTab li.active a#eventTabAll{
	background-position:0 -29px;
}

ul#eventTab li#eventTabApia a{
	width:81px;
	background-position:-113px 0;
}

ul#eventTab li#eventTabApia a:hover,
ul#eventTab li.active a#eventTabApia{
	background-position:-113px -29px;
}

ul#eventTab li#eventTabEsta a{
	width:81px;
	background-position:-202px 0;
}

ul#eventTab li#eventTabEsta a:hover,
ul#eventTab li.active a#eventTabEsta{
	background-position:-202px -29px;
}

ul#eventTab li#eventTabPaseo a{
	width:81px;
	background-position:-291px 0;
}

ul#eventTab li#eventTabPaseo a:hover,
ul#eventTab li.active a#eventTabPaseo{
	background-position:-291px -29px;
}

ul#eventTab li#eventTabStellar a{
	width:105px;
	background-position:-380px 0;
}

ul#eventTab li#eventTabStellar a:hover,
ul#eventTab li.active a#eventTabStellar{
	background-position:-380px -29px;
}

ul#eventTab li#eventTabT38 a{
	width:105px;
	background-position:-493px 0;
}

ul#eventTab li#eventTabT38 a:hover,
ul#eventTab li.active a#eventTabT38{
	background-position:-493px -29px;
}

ul.eventList{
	margin-right:-10px;
}

ul.eventList li{
	width:158px;
	border:1px solid #ccc;
	float:left;
	display:inline;
	margin:0 10px 10px 0;
	padding-bottom:7px;
}

ul.eventList li:hover{
	border:1px solid #eee;
}

ul.eventList li span.tag{
	display:block;
	height:20px;
	width:158px;
	background:url(/share/jr-tower/img/top/bg_eventlist_tag.gif) no-repeat 0 0;
	margin-bottom:5px;
}

ul.eventList li.itemApia span.tag{
	background-position:0 0;
}

ul.eventList li.itemEsta span.tag{
	background-position:0 -20px;
}

ul.eventList li.itemPaseo span.tag{
	background-position:0 -40px;
}

ul.eventList li.itemStellar span.tag{
	background-position:0 -60px;
}

ul.eventList li.itemT38 span.tag{
	background-position:0 -80px;
}

ul.eventList li.itemJRTower span.tag {
background-position: 0 -100px;
}

ul.eventList li p.img{
	width:140px;
	margin:0 9px 9px;
	text-align:center;
}

ul.eventList li p{
	margin:0 9px;
}

ul.eventList li p span{
	font-size:80%;
	color:#666;
}

p.loadMore a{
	display:block;
	background:url(/share/jr-tower/img/common/bg_tone_gray.gif) repeat 0 0;
	padding:8px 0;
}

p.loadMore a span{
	float:left;
	display:inline;
	height:9px;
	width:9px;
	background:url(/share/jr-tower/img/common/bg_ico_arrow2.gif) no-repeat 0 0;
	margin:5px 6px 0 295px;
}

p.loadMore a:hover{
	background:url(/share/jr-tower/img/common/bg_tone_white.gif) repeat 0 0;
	color:#777;
}


/* # artInfoArea
---------------------------------------------------------------------------- */

div#artInfoArea{
	margin:0 0 0 15px;
	padding-bottom:40px;
}

div#artInfoArea h2{
	margin:14px 0;
}

div#artInfoArea ul li{
	float:left;
	display:inline;
	width:196px;
	border:1px solid #ccc;
	margin:0 10px 10px 0;
	padding:10px 10px 8px 9px;

}

div#artInfoArea ul li:hover{
	border:1px solid #eee;
}

div#artInfoArea ul li p.img{
	height:144px;
	text-align:center;
}

div#artInfoArea ul li p.img img{
	max-width:196px;
	max-height:144px;
}

div#artInfoArea ul li a{
	display:block;
	height:12px;
	margin:6px 0;
	background:url(/share/jr-tower/img/common/bg_ico_arrow1.gif) no-repeat 0 2px;
	padding-left:15px;
}

div#artInfoArea ul li p.txt{
	font-size:90%;
	line-height:1.5em;
}

div#artInfoArea ul li p.txt img{
	padding-top:4px;
}