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

* { margin: 0; padding: 0; }
hr { display: none; }
ul { list-style: none; }
img { border: none; }

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.7em;
	color: #9d8f7e;
	background-color: #ADD6FF;
	background-attachment: fixed;
	background-image: url("../nks_img/tokuten_bc.jpg");
}





/*リンク設定
----------------------------------------------*/
a:link { color:#f8b62b; text-decoration: none; }
a:active { color: #f8b62b; text-decoration: none; }
a:visited { color: #f8b62b; text-decoration: none; }
a:hover { color:#e61874; text-decoration: none; }

a.new:link { color:#f8b62b; text-decoration: none; }
a.new:active { color: #f8b62b; text-decoration: none; }
a.new:visited { color: #f8b62b; text-decoration: none; }
a.new:hover { color:#ffffff; background-color :#f8b62b; text-decoration: underline; }

a.suke:hover img{
 filter: alpha(opacity=60);
-moz-opacity:0.7;
 opacity:0.7;
 } 

a.rdown:link { text-decoration:none;}
a.rdown:visited { text-decoration:none;}
a.rdown:hover { text-decoration:none; position:relative; top:3pt; left:3pt;}

img.grow {
	-webkit-transition:0.2s ease-in-out;
	-moz-transition:0.2s ease-in-out;
	-ms-transition:0.2s ease-in-out;
	-o-transition:0.2s ease-in-out;
	transition:0.2s ease-in-out;
}

img.grow:hover {
	-webkit-transform:scale(1.12,1.12);
	-moz-transform:scale(1.12,1.12);
	-ms-transform:scale(1.12,1.12);
	-o-transform:scale(1.12,1.12);
	transform:scale(1.12,1.12);
}
img.grow_l:hover {
	-webkit-transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}





/*コンテンツ設定
----------------------------------------------*/
#content_waku {
	width: 100%;
}


#content {
	width: 540px;
	margin: 0 auto;
	text-align: left;
	line-height: 0em;
	position:relative;
}

#gakkyoku_h {
	top: 26px;
	left: -23px;
	position : absolute;
	z-index: 10;
}




/*楽曲情報
----------------------------------------------*/

#gakkyoku_text {
	width: 510px;
	top: 137px;
	position : absolute;
	font-size: 13px;
	line-height: 1.6em;
	color: #7b695c;
	z-index: 10;
	vertical-align:text-top;
}

.font_b {
	color: #5091b2;
	font-weight: bold;
}
.font_r {
	color: #E61874;
	font-weight: bold;
}
.font_y {
	color: #F8B62B;
	font-weight: bold;
}
.font_s {
	font-size: 10px;
	line-height: 1.7em;
}


#staff_bc {
	top: 780px;
	left: 85px;
	position : absolute;
	z-index: 10;
}

#staff_text {
	top: 840px;
	left: 150px;
	position : absolute;
	font-size: 13px;
	line-height: 1.6em;
	color: #ffffff;
	z-index: 11;
}


/*フッター固定設定
----------------------------------------------*/
body{  
    margin: 0;  
    padding: 0 0 97px 0;  
}  
* html body{  
    overflow: hidden;  
}   

div#footer {
    position: fixed !important;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 97px;
	background-image: url("../nks_img/tokuten_f_bc.png");
	z-index: 100;
}  
* html div#contents{  
    height: 100%;  
    overflow: auto;  
}  





