@charset "utf-8";
html{
	background:#000;
}
#main {
	width:960px;
	margin:30px auto;
}
/*----------------------
 main 
 -----------------------*/
/*-------------------
 news・twitter
---------------------*/
#news_twitter {
	clear:both;
	width: 960px;
	height: 330px;
	background-color: #000;
	border: solid 1px #00cccc;
	border-radius: 3px;
	
	margin: 0 auto 50px;
}

.nt-hdr {
	height: 30px;
	width: 960px;
}

#news {
	float: left;
}

#news,
#twitter {
	height: 300px;
	background: url(../../images/nt_bg.gif) no-repeat center right;
	overflow: hidden;
}

#news {
	width: 480px;
}

#twitter {
	width: 480px;
}

ul.newslist {
	width: 460px;
	height: 299px;
	margin: 10px 0;
	padding:0 9px 0 10px;
	font-size: 120%;
    overflow: auto;
}
ul.newslist{
	margin:0;
}
ul.newslist li {
	float:left;
	list-style: none;
	padding: 6px 0 10px 30px;
	line-height: 3;
	background: url(../../images/newsicon.png) no-repeat left 8px;
	line-height:1.5rem;
}

ul.newslist li span {
	padding-right: 1em;
	font-weight: bold;	
}

ul.newslist li span.bold {
	font-weight: bold;	
}


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

#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;
	display:block;
	text-align:center;
	text-indent:-99999px;
}
#linkGoods a{
	display:block;
	width:960px;
	height:96px;
	background:url(../images/bnrGoods_en.jpg) no-repeat right top;
}

