@charset "utf-8";




body {
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	background-color: #f8f8f8;
}
#sound {
	background-image: url(../img/bg_line.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 20px;
}

#soundContent {
	text-align: right;
	width: 1034px;
	margin-right: auto;
	margin-left: auto;
}


header {
	width: 1006px;
	margin-right: auto;
	margin-left: auto;
	height: 146px;
	margin-top: -4px;
}
#logo {
	float: left;
}
h1 {
	float: left;
}




.topimagebgTop {
	height: 3px;
	width: 1008px;
	text-align: center;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
.topimagebgBottom {
	height: 3px;
	width: 1006px;
	text-align: center;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#topimagebg {
	background-image: url(../img/top_bg_r.png);
	background-repeat: repeat;
	width: 1002px;
	height: 453px;
	padding-left: 3px;
	padding-bottom: 3px;
	background-position: left bottom;
	padding-right: 3px;
	margin-right: auto;
	margin-left: auto;

}

#topimage {
	width: 1000px;
	border: 1px solid #e3e3e3;
	overflow: hidden;
}
.bnr {
	background-image: url(../img/bnr_bg.png);
	background-repeat: no-repeat;
	height: 102px;
	width: 1002px;
	margin-right: auto;
	margin-left: auto;
	padding: 3px;
	background-position: left top;
	margin-bottom: 10px;
	margin-top: 10px;
}


.bnr img {
	border: 1px solid #e3e3e3;

}
.bnr2 {
	width: 1008px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.bnr2 .bnr{
	background-image: url(../img/bnr_bg.png);
	background-repeat: no-repeat;
	height: 102px;
	width: 494px;
	margin-right: auto;
	margin-left: auto;
	padding: 3px;
	background-position: left top;
	margin-top: 10px;
	float: left;
	margin-bottom: 0px;
}
.bnr2 .bnr1{
	background-image: url(../img/bnr_bg.png);
	background-repeat: no-repeat;
	height: 102px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 3px;
	background-position: left top;
	margin-top: 10px;
	float: left;
	margin-bottom: 0px;
}

.bnr2 .bnr1_b{
	background-image: url(../img/bnr_bg.png);
	background-repeat: no-repeat;
	height: 102px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 3px;
	background-position: left top;
	margin-top: 5px;
	float: left;
	margin-bottom: 0px;
}
.bnr2 .bnr img{
	border: 1px solid #e3e3e3;

}
.bnr2 .bnr1 img,.bnr2 .bnr1_b img{
	border: 1px solid #e3e3e3;
}
.bnr2 .bnrRight{
	background-image: url(../img/bnr_bg.png);
	background-repeat: no-repeat;
	height: 102px;
	width: 494px;
	margin-right: auto;
	margin-left: auto;
	padding: 3px;
	background-position: left top;
	margin-bottom: 0px;
	margin-top: 10px;
	float: right;
}
.bnr2 .bnrRight img{
	border: 1px solid #e3e3e3;

}
.bnr3 {
	background-image: url(../img/bnr_bg.png);
	background-repeat: no-repeat;
	height: 102px;
	width: 1002px;
	margin-right: auto;
	margin-left: auto;
	padding: 3px;
	background-position: left top;
	margin-bottom: 0px;
	margin-top: 10px;
}
.bnr3 img {
	border: 1px solid #e3e3e3;

}

#siteUpdateList {
	height: 195px;
	overflow: auto;
	overflow-y: scroll;
	width: 997px;
}

#siteUpdate {
	width: 1008px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 10px;
}
#siteUpdate dl {
	background-image: url(../img/update_line.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 8px;
	padding-top: 8px;
	margin-right: 8px;
	margin-left: 8px;
	width: 970px;
	overflow: hidden;
}

#siteUpdate dl dd  {
	background-image: url(../img/link_icon.png);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: 0px 4px;
	font-size: 12px;
	line-height: 145%;
	padding-bottom: 3px;
	clear: left;
}
#siteUpdate dl dd.blogTitle {
	background-image: url(../img/link_icon.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	font-size: 12px;
	line-height: 145%;
	float: left;
	margin-left: 8px;
	padding-left: 12px;
}

#siteUpdate dl dd.blogimage {
	background-image: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 80px;
	text-align: center;
}
#siteUpdate dl dd a {
	color: #343434;
	text-decoration: none;
	font-size: 12px;
	padding-bottom: 0px;
}
#siteUpdate dl dd a:hover {
	text-decoration: underline;
}

#siteUpdate dl dt {
	color: #f46184;
	font-size: 12px;
	padding-bottom: 7px;
	padding-top: 3px;
	float: left;
	width: 135px;
}




#siteUpdateContent {
	background-repeat: no-repeat;
	background-position: left top;
	height: 235px;
	width: 998px;
	padding: 5px;
	float: left;
	background-image: url(../img/update_long_bg.png);
}




#update {
	width: 1008px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 10px;
}
#update dl {
	background-image: url(../img/update_line.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-right: 8px;
	margin-left: 8px;
	width: 285px;
	overflow: hidden;
}

#update dl dd  {
	background-image: url(../img/link_icon.png);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: 0px 4px;
	font-size: 12px;
	line-height: 145%;
	padding-bottom: 5px;
}
#update dl dd.blogTitle {
	background-image: url(../img/link_icon.png);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: 0px 4px;
	font-size: 12px;
	line-height: 145%;
	padding-bottom: 5px;
	width: 180px;
	float: left;
	margin-left: 8px;
}

#update dl dd.blogimage {
	background-image: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 80px;
	text-align: center;
}
#update dl dd a {
	color: #343434;
	text-decoration: none;
	font-size: 12px;
}
#update dl dd a:hover {
	text-decoration: underline;
}

#update dl dt {
	color: #f46184;
	font-size: 12px;
	padding-bottom: 5px;
	padding-top: 3px;
}




#divaStation {
	background-image: url(../img/update_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 302px;
	width: 318px;
	padding: 5px;
	float: left;
}
#twitter {
	background-image: url(../img/update_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 302px;
	width: 318px;
	padding: 5px;
	float: left;
	margin-left: 12px;
}

#twitter h2 {
	background-image: url(../img/twitter_title.png);
	height: 26px;
	width: 312px;
	text-align: right;
	padding-top: 6px;
	padding-right: 6px;
}

#twitterContainer {
	font-size: 12px;
	padding-left: 8px;
}
#movie {
	background-image: url(../img/update_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 302px;
	width: 318px;
	padding: 5px;
	float: left;
	margin-left: 12px;
}
#movie dl {
	background-image: url(../img/update_line.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-right: 8px;
	margin-left: 8px;
	width: 285px;
	overflow: hidden;
}
#movie dl dd  {
	background-image: url(../img/link_icon.png);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: 0px 4px;
	font-size: 12px;
	line-height: 145%;
	padding-bottom: 0px;
}
#movie dl dd a {
	color: #343434;
	text-decoration: none;
	font-size: 12px;
}
#movie dl dd a:hover {
	text-decoration: underline;
}
#movie dl dd.movieimage {
	background-image: none;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100px;
	width: 80px;
}
#movie dl dd.movieimagelong {
	background-image: none;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 130px;
	width: 80px;
}
#movie dl dd.movieTitle {
	background-image: none;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	width: 180px;
	padding-left: 12px;
}
#movie dl dd.movieLink {
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
}



#movie dl dt {
	color: #f46184;
	font-size: 12px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.updateContent {
	height: 265px;
	overflow: auto;
	overflow-y: scroll;
}


#games {
	clear: both;
	width: 1026px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-bottom: 20px;
	padding-left: 200px;
	padding-right: 200px;
}
#mega39s {
	background-image: url(../img/game_mega39s_bg.png);
	height: 245px;
	width: 511px;
	float: left;
	padding-top: 50px;
	margin-left: 4px;
}

#ft_vr {
	background-image: url(../img/game_ftdx_vr.png);
	height: 245px;
	width: 511px;
	float: left;
	padding-top: 50px;

	
}


#ft_vr .gameright {
	float: left;
	margin-left:20px;
}


#ft_vr .gameleft {
	float: left;
	margin-left:10px;
}


#x {
	background-image: url(../img/game_x.png);
	height: 245px;
	width: 511px;
	float: left;
	padding-top: 50px;
	margin-left: 4px;
}

#ft {
	background-image: url(../img/game_ft.png);
	height: 245px;
	width: 511px;
	float: left;
	padding-top: 50px;
}



#f {
	background-image: url(../img/game_f.png);
	height: 245px;
	width: 511px;
	float: left;
	padding-top: 50px;
	
}
#diva {
	background-image: url(../img/game_diva.png);
	height: 245px;
	width: 511px;
	float: left;
	padding-top: 50px;
	margin: 0;
}


#mirai {
	background-image: url(../img/game_mirai.png);
	height: 245px;
	width: 511px;
	float: left;
	padding-top: 50px;
	
}
#ac {
	background-image: url(../img/game_ac.png);
	height: 245px;
	width: 511px;
	float: left;
	padding-top: 50px;
	
}


#mobile {
	background-image: url(../img/game_mobile.png);
	height: 245px;
	width: 511px;
	float: left;
	padding-top: 50px;
}


#goods {
	background-image: url(../img/game_goods.png);
	height: 230px;
	width: 511px;
	float: left;
	padding-top: 70px;

}
footer {
	background-image: url(../img/bg_line.png);
	background-repeat: repeat;
	background-position: center top;
	clear: both;
	width: 100%;
	overflow: hidden;
}
#footerContent {
	width: 1008px;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: auto;
	padding-left: 200px;
	padding-right: 200px;
}
#segalogo {
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}
#tweet {
	float: right;
	width: 112px;
}
#facebook {
	width: 125px;
	float: right;
}
nav {
	width: 190px;
	top: 39px;
	left: 0px;
	position: fixed;
	margin-left: 0px;
}



section#main {
	width: 1010px;
	padding-left: 200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 200px;
	padding-bottom: 20px;
}

#sidenav {
	width: 190px;
	float: left;
}
#mainContent {
	padding-top: 20px;

}
#gameList {
	width: 100%;
	clear: both;
	background-image: url(../img/gamelist_bg.png);
	padding-top: 15px;
}
.siteicon {
}
#siteUpdateList dl .siteUpdate_miraidx {
	width: 355px;
	float: left;
}
#siteUpdateList .siteicon  {
	width: 355px;
	float: left;
	padding-bottom: 0px;
}

#siteUpdateList dl .siteUpdate_ac {
	background-image: url(../img/site_ac.png);
	background-repeat: no-repeat;
	background-position: right 1px;
	width: 355px;
}

#oshirase {
	background-image: url(../img/link_icon2.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	font-size: 12px;
	line-height: 145%;
	padding-bottom: 3px;
	clear: left;
	padding: 2px 5px 1px 8px; 	
	margin-left:5px;
}


#oshirase a{
	color: #343434;
	text-decoration: none;
	font-size: 12px;
	padding-bottom: 0px;
}
#oshirase a:hover {
	text-decoration: underline;
}