body {
	margin: 0;
	background-color: black;
	text-align: center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 1.5;
}

#keyvv {
	width: 1280px;
	margin: 0 auto;
}


#info {
	width: 1280px;
	margin-bottom: 10px;
}

#newsbase {
	float: left;
	width: 613px;
	height: 250px;
	background: url('../img/top/news_bg.png') no-repeat;
}

#newstimeline {
	width: 595px;
	height: 200px;
	margin: 30px 20px 0 15px;	
	text-align: left;
	font-size: 11px;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

#twitterbase {
	float: right;
	width: 613px;
	height: 250px;
	background: url('../img/top/twitter_bg.png') no-repeat;
}

#twtimeline {
	width: 610px;
	height: 200px;
	margin: 30px 20px 0 0;
	font-size: 11px;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

#banner {
	width: 1280px;
	text-align: center;
}

#banner img {
	padding-right: 10px;
}