html {
	width: 100%;
	height: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	text-align: center;
}

body {
	background-color: #ffffff;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 14px;
	color: #252525;
	line-height: 1.5;
	width: 100%;
	height: 100%;
	min-height: 100%;
}

img {
	border: none;
	vertical-align:bottom;
}

a:link	{	color: #ff6c10;	}
a:visited	{	color:	#ff6c10;	}
a:hover	{	color: #ff6c10;	}
a:active	{	color:	#ff6c10;	}

#container {
	margin: 0 auto;
	width: 1024px;
	position: relative;
	z-index: 10000;
}

#header {
	height: 10px;
	width: 100%;
	background-color: #0F8CCE;
	margin: 0;
	line-height: 0px;
	position: relative;
}


#left {
	width: 260px;
	height: 630px;
	float: left;
	position: relative;
	z-index: 12;
}

#right {
	position: relative;
	margin: 0 0 -80px 260px;
	z-index: 13;
}

#whatsnew {
	background-image: url("../img/common/whatsnew_base.png");
	background-position: top;
	background-repeat: no-repeat;
	width: 260px;
	height: 215px;
}

#whatsnew2 {
	overflow: scroll;
	overflow-x: hidden;
	width: 200px;
	height: 140px;
	padding-left: 30px;
	font-size: 11px;
}


#whatsnew2 a:link	{	color: #109cff;	}
#whatsnew2 a:visited	{	color:	#109cff;	}
#whatsnew2 a:hover	{	color: #109cff;	}
#whatsnew2 a:active	{	color:	#109cff;	}

#feed {
	text-align: left;
}

#feed ul li  {
	list-style-type: none;
	list-style: none;
}

#tw {
	background-image: url("../img/common/twitter_base.png");
	background-position: top;
	background-repeat: no-repeat;
	width: 260px;
	height: 220px;
}

#tw2 {
	overflow: scroll;
	overflow-x: hidden;
	width: 200px;
	height: 170px;
	padding-left: 30px;
}

#footer {
	background-image: url("../img/common/footer_base.png");
	background-position: top;
	background-repeat: repeat-x;
	width: 100%;
	height: 100px;
}

#bn {
	position: relative;
	bottom: 20px;
	left: -450px;
	margin: 0 auto;	
}

#social {
	margin-top: -80px;
	margin-left: -650px;
	z-index: 10;
	position: relative;
}

#copy {
	margin-left: 360px;
}

