/* CSS Document */

/*■初期設定*/

body{
	color:#000000;/*通常のテキストカラー*/
	line-height: 120%;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color:#666666;
	scrollbar-shadow-color: #666666;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #666666;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	}
a{
	color:#0099FF;/*通常のリンクテキストカラー*/
	}
a:hover{
	color:#FF9900;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	text-align: center;
	}

/*■初期設定ここまで*/



*{
	margin:0;
	padding:0;
}
img{
	border:0;
	text-align: center;
	margin: 0px;
}


table,div{
	text-align: center;
	}

/*■フォントサイズ調整*/
body {
	font-size: 13px; /* モダンブラウザ */

    *font-size: small; /* IE 7 */
    *font: x-small; /* IE 6以下 */
	font-family:'ＭＳ Ｐゴシック', sans-serif;

}
p,th,td,li{
	font-size:12px;


	*font-size:90%;
	*font:80%;
	text-align: left;
	}

body{
	text-align:center;
	background-attachment: fixed;
	background-image: url(img/main_back.gif);
	background-repeat: repeat-y;
	background-position: center center;
	}


/*■レイアウトセレクタ*/
.CNT{
	text-align:center;
	}
.L{
	text-align:left;
	}
.R{
	text-align:right;
	}


/*■基本レイアウト*/
#container{
	width:796px;
	text-align:left;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	}

#head{}
#head h1{
	height:16px;
	line-height:16px;
	font-size:11px;
	color:#333333;
	font-weight:normal;
	text-indent:0;
	text-align: left;
	}
#head h2{
	margin:6px 0 0 0px;
	font-weight:normal;
	}
#head h2 a{
	font-size:24px;
	line-height:30px;
	vertical-align:top;
	text-decoration:none;
	color:#333333;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;	
	}
#head h2 a:hover{
	font-size:24px;
	line-height:30px;
	vertical-align:top;
	text-decoration:none;
	color:#333333;
	}
#head_menu{
	background:url(img/bg_head_menu.gif) no-repeat;
	width:796px;
	height:30px;
	text-align: left;
}
#head_menu ul{
	list-style-type:none;
}
#head_menu ul li{ font-size:13px; letter-spacing:1px; float:left; width:113px; height:30px; position:relative;}
#head_menu ul li a{ color:#ffffff; text-decoration:none; display:block; font:14px; width:113px; height:30px; line-height:30px; text-align:center;}
#head_menu ul li a:hover{
	color:#9CF;
}
#head_menu ul li.off{ overflow:hidden; width:113px;}
#head_menu ul li.off ol.sub{ left:0px; top:-999px;}
#head_menu ul ol.sub{ position:absolute; left:0px; top:30px; width:113px; border:1px solid #999999; text-align:center; list-style-type:none;}
#head_menu ul li.on{ width:113px;}
#head_menu ul>li.on{overflow:visible;/*×*/ }
#head_menu ul ol.sub li{ float:none;width:113px; height:30px; line-height:30px; border-bottom:1px solid #999999; text-align:center; float:none; filter:alpha(opacity=82); /*IE*/ -moz-opacity:0.82; /*FF*/}
#head_menu ul ol.sub li a{ background-color:#FFFFFF; text-decoration:none; color:#000000; vertical-align:middle; font-size:11px; height:30px; line-height:30px; text-align:center;}
#head_menu ul ol.sub li a:hover{
	background-color:#9CF;
	color:#000000;
}

.line{
	clear:left;
	margin:10px 0 0 0;
	}



#main_image{
	float:left;
	width:796px;
	height:300px;
	background-image: url(img/top/top.jpg);
	background-repeat: no-repeat;
	}
#main_image p{
	margin:20px;
	color:#333;
	font-size:12px;
	text-align:left;
	vertical-align: bottom;
	}
#main_image2 {
	width:160px;
	height:190px;
	background-repeat: no-repeat;
	margin-left: 20px;
	padding: 90px 20px 20px;
	background-image: url(img/top/top4.jpg);
	float: right;
	text-align: left;
}


#contents{
	margin:10px 0 0 0;
	clear:left;
	zoom:100%;
	}
#contents:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}	

#foot_up{
	background:url(img/line_02.gif) no-repeat bottom;
	clear:both;
	height:32px;
	margin:0 0 0 0;
	}
#copy{
	height:20px;
	font-size:10px;
	text-align:center;
	color:#333333;
	padding:2px;
	margin:4px 0 0 0;
	}
#copy a{
	color:#333333;
	text-decoration:none;
	}
#copy a:hover{
	color:#333333;
	}



/***トップ***/
#top{

}
#top_btm{
	zoom:100%;
	}
#top_btm:after{
	content: "";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
	}
#top div#left{
	float:left;
	width:366px;
	margin-top: 20px;
	}
#top div#left h3{
	font-size:12px;
	}
#top div#left div#info{
	background:url(img/top/bg_info.gif) no-repeat;
	width:366px;
	height:201px;
	}
#top div#left div#info div#main{
	overflow:auto;
	height:198px;
	margin:2px 1px 1px 0;
	border: double;
	}
#top div#left div#info div#main h4{
	margin:8px 10px 0 10px;
	font-size:100%;
	color:#003366;
	text-align: left;
	}
#top div#left div#info div#main p{
	margin:4px 10px 0 10px;
	}
#top div#right{
	float:left;
	width:390px;
	margin:0 0 0 20px;
	}
#top div#right div#bnr_sps{}
#top div#right div#bnr_sps p{
	margin:0 0 6px 0;
	border:solid #000000;
	border-width:2px 1px 1px 1px;
	}
#top div#right div#bnr_sps p a{
	background:url(img/top/bg_bnr_anc.gif) no-repeat center top;
	display:block;
	width:296px;
	height:108px;
	filter:alpha(opacity=80); /*IE*/
	-moz-opacity:0.80; /*FF*/
	vertical-align:bottom;
	font-size:14px;
	line-height:30px;
	text-decoration:none;
	text-align:right;
	color:#000000;
	}
#top div#right div#bnr_sps p a:hover{
	filter:alpha(opacity=50); /*IE*/
	-moz-opacity:0.50; /*FF*/
	}
#top div#right div#bnr_sps p.bnr01{
	background:url(img/top/bnr01.jpg) no-repeat center;
	}
#top div#right div#bnr_sps p.bnr02{
	background:url(img/top/bnr02.jpg) no-repeat center;
	}
	
/***その他のページ***/
#other_page{
	text-align: left;
}
#other_page h3{
	font-size:22px;
	line-height:100px;
	height:100px;
	color:#000000;
	font-weight:normal;
	text-indent:20px;
	}
#other_page h4{
	background:url(img/bg_h3_01.gif) no-repeat center left;
	text-indent:15px;
	font-size:120%;
	line-height:1.0em;
	vertical-align:top;
	color:#003366;
	margin:16px 0 0 0;
	text-align: left;
	}
#other_page h5{
	font-size:100%;
	line-height:1.0em;
	vertical-align:top;
	margin:14px 0 0 0;
	color:#003366;
	text-align: left;
	}	
#other_page div.typeA{
	}
#other_page div.typeA p{
	margin:8px 0 16px 0;
	line-height:180%;
	font-size: 12px;
	}
#other_page div.typeA_02 {
	height: 130px;
	margin-top: 10px;
}
#other_page div.typeA_02 p {
	margin:8px 0 16px 0;
	line-height:180%;
	font-size: 12px;
}
#other_page div.typeA_03 {
	background-image: url(img/sub_page/2nd_repo/back_center.jpg);
	padding-right: 30px;
	padding-left: 30px;
}
#other_page div.typeA_03 p {
	line-height:180%;
	font-size: 12px;
	margin-right: 0;
	margin-left: 0;
}
.typeA_03 div table tr td {
}

#other_page div.typeA_04 {
	background-image: url(img/sub_page/2nd_repo/back_under.jpg);
	height: 25px;
}
#other_page div.typeA_04 p {
	margin:8px 0 16px 0;
	line-height:180%;
	font-size: 12px;
}




#other_page div.typeB{
	zoom:100%;
	}
#other_page div.typeB:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#other_page div.typeB p{
	margin:8px 0 10px 0;
	line-height:180%;
	}	
#other_page div.typeB div.left{
	float:left;
	width:370px;
	}
#other_page div.typeB div.right{
	float:right;
	width:auto;
	margin:0 0 0 20px;
	}

#other_page p.margin_none{
	margin:0;
	}
#other_page p{
	margin:6px 0 0 0;
	}

/*テーブルセット*/
#tbl_setA{
	border:#003366 solid 1px;
	border-collapse:collapse;
	margin:0;
	vertical-align: top;
	color: #003;
	}
#tbl_setA th{
	border:#003366 solid 1px;
	padding:6px;
	color:#003366;
	background-image: url(img/back.gif);
	text-align: center;
	}
#tbl_setA td{
	border:#003366 solid 1px;
	padding:6px;
	}
.font_name {
	font-weight: bold;
	color: #036;
	font-size:14px;
}
#tbl_setB{
	border:#003366 solid 1px;
	border-collapse:collapse;
	margin:5;
	padding:0px;
	background-image: url(img/back.gif);
	vertical-align: top;
	}
#tbl_setB th{
	border:#003366 solid 1px;
	background-color:#4496d3;
	padding:6px;
	text-align: left;
	}
#tbl_setB td{
	border:#003366 solid 1px;
	padding:6px;
	}
.font_name {
	font-weight: bold;
	color: #036;
	font-size:14px;
}
#tbl_setC{
	border:#fff solid 1px;
	border-collapse:collapse;
	margin:5;
	padding:0px;
	vertical-align: top;
	}
#tbl_setB td{
	border:#FFF solid 1px;
	padding:5px;
	}
.font_name {
	font-weight: bold;
	color: #036;
	font-size:14px;
}

/******************************************************************************************************/
#p-copy{
	width:796px;
	text-align:left;

	}
#p-copy p a{
	background:url(img/copy_pondt_wt.gif) no-repeat;
	display:block;
	width:24px;
	height:13px;
	text-indent:-9999px;
	margin:0 0 0 772px;
	}

	
#container #contents #top #mainContent #container2 #sidebar1 {
	width: 170px;
	float: left;
	margin: 20px;
}
.sub_side1 {
	float: left;
	width: 170px;
	margin: 0px 20px 20px;
}
.sub_side2 {
	margin: 20px 20px 20px 210px;
}


#container #contents #top #mainContent #container2 #sidebar2 {
	width: 180px;
	float: right;
	margin: 20px;
}
#container #contents #top #mainContent #container2 #sidebar1 img {
	margin-bottom: 5px;
	clip: rect(10px,auto,auto,auto);
}
#container #contents #top #mainContent #container2 #sidebar2 p img {
	margin-bottom: 0px;
	margin-top: 5px;
}
#container #contents #top #mainContent #container2 {

}
.font_red {
	font-size: 100%;
	font-weight: bold;
	color: #C00;
}
#container #contents #other_page .typeA ol li {
	list-style: inside;
}
.qa {
	font-weight: bold;
	color: #099;
}
.font_s {
	font-size: x-small;
}
.img_under {
	clip: rect(auto,auto,5px,auto);
}

img.left{
	float:left;
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
}
img.right{
	float:right;
	padding: 0px;
	margin-top: 5px;
} 
#container #contents #top #mainContent #container2 #left p img {
	margin-bottom: 5px;
}
.list1 {
	list-style: url(img/sub_page/list1.jpg) inside;
	clip: rect(auto,3px,auto,auto);
}
.list2 {
	list-style: decimal inside;
}
ｗ
.block_area {
	width : 720px;

} 

.block_index {
	width: 240px;
	height: 240px;
	background-color: #ffffff;
	overflow-y:scroll;
	overflow-x:hidden;
}
.block_index2 {
	width: 500px;
	height: 120px;
	background-color: #ffffff;
	overflow-y:hidden;
	overflow-x:hidden;
}
.artist_h {
	font-weight: bold;
	color: #09C;
}
.artist_name {
	font-size: 18px;
	font-weight: bold;
	color: #09C;
}
.artist_text {
	height: 550px;
	background-color: #ffffff;
	overflow-y:scroll;
	overflow-x:hidden;
}
.block_enter_messe                {
	height: 50px;
	margin-top: 10px;
		overflow-y:scroll;
	overflow-x:hidden;
}
#container #contents #other_page .typeA .sub_side2 .font_red p br {
	font-size: 12px;
}
#tbl_setA2 {
	border:#003366 solid 1px;
	border-collapse:collapse;
	margin:5 0;
	vertical-align: top;
	color: #FFF;
	background-color: #003366;
	text-align: center;
	font-weight: bold;
}
#tbl_setA2 td {
	border:#003366 solid 1px;
	padding:6px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.artist_name_rank {
	font-size: 16px;
	font-weight: bold;
	color: #006;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 25px;
}
#container #contents #other_page h4 strong {

}
#container #contents #other_page div {
	text-align: left;
}
#container #contents #other_page h5 br {
	text-align: left;
}
#container #contents #top #mainContent #container2 #left #main table tr td font b {
	text-align: center;
}
.movie_top {
	height: 155px;
	width: 388px;
}
.bloc_rank_div {
	padding: 18px 15px 18px 50px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
	color: #006;
	background-image: url(img/sub_page/block_rank01.jpg);
	background-repeat: no-repeat;
}
.bloc_rank_div_movie {
	padding: 0px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #006;
	clear: left;
	float: left;
	width: 150px;
}
.bloc_rank_div_message {
	padding: 10px;
	margin-bottom: 10px;
	color: #006;
	background-color: #ECFAFF;
	margin-left: 160px;
	width: 310px;
}
.bloc_rank_div_name {
	margin-bottom: 10px;
	color: #006;
	margin-left: 160px;
	width: 330px;
	padding: 0px;
}
#container #contents #other_page .typeA_03 div table {
	text-align: center;
	padding: 5px;
	vertical-align: top;
}
.typeA_03 div table tr td {
	text-align: center;
	padding: 5px;
}
.typeA_03 div table tr td {
	clip: rect(0px,0px,10px,0px);
	border: 1px solid #000;
}
