@charset "utf-8";
/* CSS Document */

*{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

ul,ol {
	list-style: none;
}


/*===============================*/
html {
	height:100%;
}

body {
	height:100%;
	background:#FFF;
	font-size: 86%;
	line-height: 130%;
	color:#231815;
}


html:not(:target) body {
	font-size: 13px;
}

#wrapper {
	height:100%;
}

#container {
	width: 1100px;
	margin: 0 auto;
	padding-bottom:20px;
	position: relative;
	background:url(../image/back.png) top center repeat-y;
}

#semlogo {
	position:absolute;
	top:0;
	left:80px;
	text-align:left;
	z-index:999;
}

#contents {
	width: 990px;
	margin: 0 auto;
	padding-left: 12px;
	position: relative;
	top:0;
}

/*====== top ======*/

#top {
	width:967px;
	height:445px;
	margin:0 0 10px;
}


#topinfoarea {
	width:520px;
	position:absolute;
	top: 60px;
	left: 430px;
	text-align:center;
}

#jacket {
	width:420px;
	padding:30px 0 0 0;
	text-align:center;
}

#bgm {
	width:120px;
	margin:0;
	position:absolute;
	top:10px;
	right:40px;
	font-size:78%;
}

#bgmfla {
	margin:0;
	position:absolute;
	top:0px;
	left:12px;
}

#topflash {
	text-align:center;
}

#topflash #lead {
	margin-top:100px;
}

#topflash #title{
	margin-top:30px;
	font-size: 200%;
	font-weight:bold;
}
#topflash #release{
	margin-top:30px;
	font-size: 140%;
	font-weight:bold;
}
#topflash #info{
	margin-top:40px;
}

#topflash #infolink{
	margin:20px 0 0;
}

#topflash #infolink img{
	margin:0 3px;
}

#top, #trflash {
	outline: 0;
}

#lp_top {
	width:288px;
	height:32px;
	position:absolute;
	right:170px;
	top:402px;
}

#ff11 {
	width:126px;
	height:38px;
	position:absolute;
	right:38px;
	top:398px;
}

#noscripttxt {
	width: 100%;
	padding:20px;
	font-size:150%;
	font-weight:bold;
	background-color:#fff;
	text-align:center;
}





/*============== left Area ==============*/
#left-area {
	width:710px;
	float:left;
}

h2 {
	margin:0 auto 0;
	text-align:center;
}

/*====== tracklist ======*/
#tracklist {
	clear:both;
	width:690px;
	height:542px;
	margin-bottom:5px;
	padding:25px 9px 0 10px;
	background:url(../image/back_tracklist.png) left top no-repeat;
	text-align:center;
}

#trflash {
	position:relative;
	margin: 0 auto;
	width:670px;
	height:420px;
	display:block;
	z-index:1;
}

#trflash #install {
	height:200px;
	text-align:center;
	margin: 0 auto 0;
	padding:40px 80px 0 100px;
	line-height: 180%;
}

#votelink {
	margin-top:2px;
	text-align:center;
}

#noflashlist {
}

.list_title {
	display:block;
	width: 120px;
	margin:10px 0px 0 11px;
	float:left;
}

.list_title h4 {
	font-size: 80%;
	text-align:left;
}

.list_disc {
	text-align:left;
	list-style-type:disc;
	list-style-position:inside;
	margin-left:1em;
}

.list_disc li {
	text-indent:-1em;
	padding-left:0px;
}


/*====== special ======*/
#special {
	clear:both;
	width:710px;
	height:336px;
	margin-bottom:0px;
	padding-top:25px;
	background:url(../image/back_special.png) left top no-repeat;
	text-align:center;
}

#spbtnbox {
	margin-top:30px;
}

#spbtn1 {
	margin:18px 70px 0 auto;
}


#spbtn1 img, #spbtn2 img {
	cursor:pointer;
}

#spbtn2 {
	margin:25px auto 0 65px;
}



/*============== right Area ==============*/

#right-area {
	width:250px;
	float:right;
	margin:9px 20px 0 0;
}

/*====== twitter ======*/
#twitter {
	width:248px;
	height:407px;
	margin-bottom:5px;
	padding-top:8px;
	background:url(../image/back_twitter.png) left top no-repeat;
	color:#666666;
	text-align:left;
}

#twitter h2 {
	margin:0 auto 14px;
}

#tweet-frame{
	width:225px;
	height:302px;
	overflow:hidden;
	margin: 0px 0 0 11px;
}

#twitterbody {
	width:225px;
	height:302px;
	background-color:#CCC;
}

#tweet-container{
	width:225px;
	height:302px;
	overflow:hidden;
}

#twitter_ng{
	height:278px;
	background-color:#FFFFFF;
	margin:6px 6px 6px 6px;
	padding:6px;
	text-align:center;
	font-size:88%;
	line-height:290px;
}
	
.twitter_status{
	/*width:188px;*/
	background-color:#FFFFFF;
	margin:6px 6px 6px 6px;
	padding:6px;
	border-bottom:solid 1px #DEDEDE;
	font-size:13px;
	line-height:120%;
	overflow:hidden;
	_zoom:1;
	word-break: break-all;
}
.twitter_image{
	float:left; 
	margin-right:12px;
	border:solid 2px #DEDEDE;
	width:48px;
	height:48px;
}
.twitter_small{
	font-size:11px;
	padding-top:4px;
	color:#999;
}

#tweet-container a {
	color:#0066CC;
}

#twitterbtn {
	margin:10px auto 0;
	text-align:center;
}

#twitterbtn img {
	margin: 0 1px;
}

/*======== shop ======*/

#shop {
	background:url(../image/back_shop.png) left top no-repeat;
	width:245px;
	height:187px;
	margin-top:0px;
	padding-top:8px;
	font-size:12px;
	line-height:12px;
}

#shop ul {
	margin:16px auto 0;
	text-align:center;
}

#shop li {
	margin-bottom:4px;
}

#shoptext {
	margin-top:6px;
	text-align:center;
}

/*======== item ======*/

#itemlink {
	background:url(../image/back_item.png) left top no-repeat;
	width:245px;
	height:290px;
	margin-top:1px;
	padding-top:12px;
	text-align:center;
	font-size:12px;
	line-height:12px;
}


#itemlink ul {
	margin:18px auto 0;
	text-align:center;
}

#itemlink li {
	margin-bottom:4px;
}


/*======== footer ======*/

#footer {
	margin:0 auto 10px;
	padding-right:6px;
	text-align:center;
}

#copyright {
	clear:both;
	margin:0 auto;
	text-align:center;
}


/*======== tooltip ======*/

div.tooltip	{
	width: 190px;
	position: absolute;
	left: -9999px;
	background: #EEE;
	padding: 1px;
	border: 1px solid #AAA;
	z-index:9999;
}

div.tooltip p{
	color: #FFF;
	background: #222;
	padding: 5px 8px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:90%;
	line-height:120%;
}

/*======= QueryLoader ======*/

.QOverlay {
	background-color: #000000;
	z-index: 9999;
}

.QLoader {
	background-color: #CCCCCC;
	height: 1px;
}

.QAmt {
	color:#333333;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:20px;
	font-weight:bold;
	line-height:50px;
	height:50px;
	width:100px;
	margin:-60px 0 0 -50px;
}


/*======= ColorBox ======*/
/* Core Style */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* user style */
#cboxOverlay{background:#fff;}
#colorbox{}
    #cboxTopLeft{width:25px; height:25px; background:url(../image/colorbox/border1.png) 0 0 no-repeat;}
    #cboxTopCenter{height:25px; background:url(../image/colorbox/border1.png) 0 -50px repeat-x;}
    #cboxTopRight{width:25px; height:25px; background:url(../image/colorbox/border1.png) -25px 0 no-repeat;}
    #cboxBottomLeft{width:25px; height:25px; background:url(../image/colorbox/border1.png) 0 -25px no-repeat;}
    #cboxBottomCenter{height:25px; background:url(../image/colorbox/border1.png) 0 -75px repeat-x;}
    #cboxBottomRight{width:25px; height:25px; background:url(../image/colorbox/border1.png) -25px -25px no-repeat;}
    #cboxMiddleLeft{width:25px; background:url(../image/colorbox/border2.png) 0 0 repeat-y;}
    #cboxMiddleRight{width:25px; background:url(../image/colorbox/border2.png) -25px 0 repeat-y;}
    #cboxContent{margin-top:0px;}
	#cboxContent{background:#fff;}
		#cboxCurrent{position:absolute; top:-5px; right:205px;}
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{width:20px; height:20px; position:absolute; top:-5px;}
        #cboxLoadedContent{background:#fff; padding:1px;}
        #cboxTitle{position:absolute; top:-5px; left:0; text-align:center; width:100%; color:#999;}
        #cboxCurrent{position:absolute; top:-5px; left:100px; color:#999;}
        #cboxLoadingOverlay{background:url(../image/colorbox/loading.gif) center center no-repeat #fff;}
        #cboxClose{position:absolute; top:-8px; right:-8px; display:block; background:url(../image/colorbox/close.png) top center no-repeat; width:28px; height:28px; text-indent:-9999px;}
        #cboxClose.hover{background:url(../image/colorbox/close_on.png) top center no-repeat;}
/* for IE6png */
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=image/colorbox/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=image/colorbox/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=image/colorbox/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=image/colorbox/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=image/colorbox/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=image/colorbox/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=image/colorbox/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=image/colorbox/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}
.cboxIE #cboxClose{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=image/colorbox/close.png, sizingMethod='scale');}
.cboxIE #cboxClose.hover{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=image/colorbox/close_on.png, sizingMethod='scale');}
