@charset "UTF-8";
/* top.css */
body {
	min-width:1170px;
	background:url(/images/common/BgL.jpg) repeat-y top center;
}
#Top h1 {
	display:none;
}

/* Header */
#HeaderContents {
	position:relative;
	width:1170px;
}
#Nav {
	width:750px;
	margin-top:15px;
	position:absolute;
	right:190px;
}
#HeaderNavAccount {
	position:absolute;
	top:16px; 
	right:0;
}
#HeaderNavAccount li {
	width:91px;
}
#HeaderNavAccount a {
	display:block;
	height:0;
	padding-top:34px;
	background:url(/images/top/BtnSocialFb.png) no-repeat;
	overflow:hidden;
}
#HeaderNavAccount #HeaderAccountFB a {
	background-position:0 0;
}
#HeaderNavAccount #HeaderAccountFB a:hover {
	background-position:0 -34px;
}

/*#HeaderNavAccount li {
	width:34px;
	margin-right:10px;
	float:left;
}
#HeaderNavAccount a {
	display:block;
	width:34px;
	height:0;
	padding-top:34px;
	background:url(/images/top/BtnSocialSmall.png) no-repeat;
	overflow:hidden;
}*/
#HeaderNavAccount #HeaderAccountTW a:hover {
	background-position:0 -34px;
}
/*#HeaderNavAccount #HeaderAccountFB a {
	background-position:-34px 0;
}
#HeaderNavAccount #HeaderAccountFB a:hover {
	background-position:-34px -34px;
}*/
#HeaderNavAccount #HeaderAccountGP a {
	background-position:-68px 0;
}
#HeaderNavAccount #HeaderAccountGP a:hover {
	background-position:-68px -34px;
}

/* Contents */
#ContentsWrapper {
	width:1170px;
}
#Contents {
	width:940px;
	padding-top:17px;
}
#AboutDI {
	width:560px;
	height:570px;
	position:absolute;
	background-color:#FFFFFF;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	z-index:100;
}
#AboutDI img {
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}
#AboutDIsummary,
#AboutDIdetail {
	position:absolute;
	top:0;
	left:0;
}
#AboutDIdetail {
	display:none;
}

#NewsAccount {
	width:370px;
	height: 570px;
	float:right;
}

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

#TopNews {
	width:340px;
	padding:15px;
	background-color:#FFFFFF;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	line-height:1.6em;
	margin-top: 10px;
}
#TopNews h2 {
	width:240px;
	float:left;
	font-family:"FOT-ニューロダン ProN DB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	font-weight:normal;
}
#TopNews .btnMore {
	width:70px;
	height:20px;
	float:right;
}
#TopNews dl {
	clear:both;
	width:320px;
}
#TopNews dl dt {
	font-weight:bold;
}
#TopNews dl dd {
	margin-bottom:10px;
}
#scrollbar1 {
	border-top:solid 1px #CCCCCC;
	padding-top:10px;
}
#TopAccount {
	position:relative;
	width:355px;
	height:59px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	margin-top:10px;
	padding:15px 0 15px 15px;
	background-color:#FFFFFF;
}
#TopAccount h2 {
	font-family:"FOT-ニューロダン ProN DB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:normal;
}
#TopAccount li {
	margin-right:5px;
	float:left;
}
#TopAccount ul {
	position:absolute;
	bottom:15px;
}
#TopAccount a {
	display:block;
	width:110px;
	height:0;
	padding-top:30px;
	background:url(/images/top/BtnSocialTop.png) no-repeat;
	overflow:hidden;
}
#TopAccount #TopAccountTW a:hover {
	background-position:0 -30px;
}
#TopAccount #TopAccountFB a {
	background-position:-110px 0;
}
#TopAccount #TopAccountFB a:hover {
	background-position:-110px -30px;
}
#TopAccount #TopAccountGP a {
	background-position:-220px 0;
}
#TopAccount #TopAccountGP a:hover {
	background-position:-220px -30px;
}
/* Footer */
#FooterContents {
	width:100%;
}
#FooterNav {
	width:902px;
}
#FooterSocial ul {
	width:1170px;
}