@charset "utf-8";
html{
	background:#000;
}
#main {
	width:960px;
	margin:20px auto;
}

/*----------------------
 main 
 -----------------------*/


/*-------------------
 news・twitter
---------------------*/
#info {
	clear:both;
	width: 960px;
	height: 330px;
	margin: 0 auto 50px;
}
#info h2{
	text-indent:-99999px;
	margin:0;
	oadding:0;
}
#news,
#twitter {
	width:480px;
	height:330px;
	float: left;
	background: url(../images/nt_bg.gif) no-repeat left bottom;
}
#news h2{
	background: url(../images/hdr_nt.gif) no-repeat left top;
	height:30px;
}

#twitter h2{
	background: url(../images/hdr_nt.gif) no-repeat right top;
	height:30px;
}
#twitter {
	width: 480px;
}

#news ul.newslist {
	width: 460px;
	height: 278px;
	margin: 0;
	padding:10px;
	font-size: 120%;
    overflow: auto;
}
ul.newslist li {
	list-style: none;
	background: url(../images/newsicon.png) no-repeat left 4px;
	border-bottom:1px solid #fff;
	margin:3px 0 6px;
	padding:3px 0 3px 24px;
}


/*slide*/
.bx-wrapper {
	height:516px;
}
.bxslider .slide{
	width:960px;
	height:480px;
}
.bxslider .slide img{
padding:0;
margin:0;
}

#contents{
background: linear-gradient(rgba(5, 251, 255, .5), rgba(30, 0, 255, .3)),
url(../images/bg_potal.jpg) fixed;
background-position:0px 0px;
}



/*linkGoods*/
#linkGoods{
	width:960px;
	height:108px;
	background: url(../images/bnrGoods.jpg) no-repeat right top;
	display:block;
	text-align:center;
	text-indent:-99999px;
}
#linkGoods a{
	display:block;
	width:960px;
	height:96px;
}

