@charset "UTF-8";
/* top.css */

body {
	min-width:980px;
	background:url(/images/common/Bg.png) repeat-y top center;
}

/* Header */
#HeaderContents {
	position:relative;
	width:980px;
}
#Nav {
	width:753px;
	margin-top:15px;
	position:absolute;
	right:0;
}
#HeaderNavAccount {
	display:none;
}

/* Contents */
#ContentsWrapper {
	width:980px;
}
#Contents {
	width:750px;
	padding-top:17px;
}
#TopAccount {
	display:none;
}
#NewsAccount {
	width:180px;
	height:570px;
}
#TopNews {
	width:150px;
	background-image:none;
	background-color:#FFFFFF;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	padding:15px;
	line-height:1.6em;
	height: 250px;
}
#TopNews h2 {
	width:70px;
	float:left;
	font-family:"FOT-ニューロダン ProN DB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:normal;
	font-size:14px;
}
#TopNews .btnMore {
	width:70px;
	height:30px;
	float:right;
}
#scrollbar1 {
	width:150px;
}
#scrollbar1 .viewport {
	width:130px;
	height:210px;
}
#TopNews dl {
	width:130px;
}

#TopIdentity {
	width: 180px;
}
#TopIdentityDetail {
	display: none;
}
#TopIdentitySummary {
	display: block;
}

#FooterSocial ul {
	width:980px;
}
#FooterNav {
	width:902px;
}

/* Grid */
#Grid {
	width:760px;
	margin-right:-10px;
}

/* Footer */
#FooterContents {
	width:100%;
}
#FooterNav {
	margin-right:0;
}