@charset "utf-8";


/* top
---------------------------------------------------------------------*/

body#bg{
}

div#main_img {
	position: relative;
	width:1195px;
	height:638px;
	margin:0 auto 15px;
}
div#main_img div#viewer {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	text-align: left;
	overflow: hidden;
}

div#viewer div{
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:5%;
	width:100%;
	height:100%;
	
	background-position:center center;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
}


#top-menu{
	position:relative;
	width:1195px;
	margin:0 auto 70px;
	z-index:100;
}
	#tm-wrap{
		width:100%;
		margin:0 auto;
	}

	.item{
		position: relative;
		width:265px;
		height:260px;
		text-align:left;
		background:#fff;
		box-shadow: 1px 1px 8px rgba(0,0,0,.2);
		overflow:hidden;
		margin:12px;
	}
	.item_transparent{
		background:none;
		box-shadow:none;
	}
	.item p{
		display:none;
	}
	.x2w{
		width:554px;
	}
	.x2h{
		height:544px;
	}


#news{
}

#news ul{
	width:100%;
	height:464px;
	overflow-y:scroll;
}
#news ul li{
	width:90%;
	padding:0 0 0.5em 5%;
	border-bottom:1px dotted #ccc;
	margin:0 0 0.5em;
}
#news ul li time{
	display:block;
}
#news ul li a:link, #news ul li a:visited{
	display:block;
	text-decoration:none;
}



div#fla{
	position:relative;
	width:935px;
	text-align:center;
	margin:0 auto;
	padding:10px 0 0 0;
	background:url(../common/bg_main.gif) top no-repeat;
}

div#rm{
	position:relative;
	width:935px;
	text-align:center;
	margin:0 auto;
	padding:35px 0 0 91px;
	_padding:35px 0 0 46px;
	background:url(../common/bg_main_fill.gif) top repeat-y;
}
	.rm_item{
		float:left;
		width:265px;
		height:260px;
		margin:0 24px 24px 0;
	}
	.rm_item p{
		display:none;
	}
	.rm_double{
		width:554px;
	}
	.rm_v-auto{
		height:auto;
	}

div#fla_close{
	width:935px;
	height:33px;
	padding-top:8px;
	margin:0 auto 50px;
	text-align:right;
	background:url(../common/bg_main_btm.gif) no-repeat;
}