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

/*
10px = 77%     11px = 85%     12px = 93%     13px = 100%
14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
22px = 167%    23px = 174%    24px = 182%    25px = 189%
26px = 197%
*/

* {
	margin: 0;
	padding: 0;
}

body, div, pre, p, blockquote, form, fieldset, input, textarea, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, th, td, embed, object {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}


* html table {
	border-collapse:collapse;
}

*:first-child+html table {
	border-collapse:collapse;
}

html {
	overflow-y:scroll;
}

caption, th {
	text-align:left;
	font-weight:normal;
}

table, th, td, img {
	border:0;
}

table {
	font-size: inherit; /* モダンブラウザ向け */
	font: 100%; /* Win IE 5-5.5､6(後方互換モード)向け */
}


q:before, q:after {
	content:'';
}

ul {
	list-style: none;
}

body {  
	color: #dcdcdc;
	background: #000;
	/*font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif,verdana; */
	font-family: sans-serif,"メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", Arial, Helvetica;
	line-height: 1.231;
	font-size:13px; 
	*font-size:small;
	*font:x-small;

}  
* + html body {  
    font-family: "メイリオ","Meiryo";  
}  


h1 {
	font-size: 153.9%; /* 20px */
}

h2 {
	margin: 0 0 2em 0;
	font-size: 77%;
	font-style: normal;
	font-weight: bold;
}


h3 {
	color: #ff0192;
	margin: 0;
	padding:0;
	font-size: 123.1%; /* 18px */
	font-weight:normal;
	line-height:1.4;
}

p {

}

/* --- link --- */
 
 a {
	color: #ff0192;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	color: #06fe5a;
}

img {
	border:0;
	vertical-align:bottom;
}

li img {
	display: block;
	vertical-align: bottom;
}




/*-----------------------------------------------------------------------------CSS Browser Selector---*/
/*
.mac body { 
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}

.win body { 
	background:#f00;
	color: #333333;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}


.mac.safari body {
	background-color:#000;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}

.mac.gecko body {
	background-color:#fff;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}

.mac.chrome body {
	background-color:#ff0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}



.win.safari body { 
	background:#f0f;
	color: #333333;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.win.ie6 body { 
	background:#00f;
	color: #333333;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.win.ie7 body { 
	background:#666;
	color: #333333;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
*/
/*-----------------------------------------------------------------------------共通text--*/






.news h3 {
	color:#dcdcdc;
	font-size:108% /* 14px */
	font-weight:bold;
	line-height:1.5;
	padding: 0;
	margin: 0 0 14px 0;
}

/* top text mva byc */
.text01 {
	float: left;
	width: 820px;
	margin: 0px 0px 0px 0px;
	padding: 0;
	color: #dcdcdc;
}

.text01 p {
	margin: 0 0 1em 5px;
	padding: 0;
	font-size: 93%; /*12px */
	line-height:1.7;
}


p.text02 {
	color: #dcdcdc;
	margin: 0 0 1.5em 0;
	font-size: 93%; /* 12px */
	font-weight:normal;
	line-height:1.5;
}


p.title {
	color: #ff0192;
	margin: 0 0 0 0;
	font-size: 93%; /* 12px */
	font-weight:normal;
	line-height:1.5;
}


p.normal {
	color: #dcdcdc;
	margin: 0 0 1.5em 0;
	font-size: 93%; /* 12px */
	font-weight:normal;
	line-height:1.5;
}


/*-----------------------------------------------------------------------------container--*/

#container {
	background: #000;
	background:url(../images/bg2.jpg) left top no-repeat;
	overflow: hidden;
	width: 950px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}



/*-----------------------------------------------------------------------------header---*/

#header2 {
	background-color: #000;
	text-align: left;
	float: left;
	width: 950px;
	margin: 0;
	padding: 0;
	background:url(../images/bg.jpg) left top no-repeat;
}



#leftside2 {
	float: left;
	width: 412px;
	margin: 19px 10px 20px 0px;
	padding: 0;
}


/*-----------------------------------------------------------------------------rightside---*/
#rightside {
	text-align:left;
	float:right;
	width: 528px;
	margin: 32px 0px 25px 0px;
	padding: 0;
	/* border: solid 1px #ffff00; */
}








/*-----------------------------------------------------------------------------menu---*/

.btn01 { 
	float: left;
	width: 200px;
	height: 24px;
	text-indent:-9999px;
	background: url(../images/bt_history-trans.png) no-repeat;
	display:block; 
}

a:hover.btn01 { 
	width: 181px;
	height: 24px;
	background: url(../images/bt_history_r-trans.png) no-repeat; 
}

.btn02 {
	float: left;
	width: 220px;
	height: 24px;
	text-indent:-9999px;
	background: url(../images/bt_choice-trans.png) no-repeat; 
	display:block; 
}

a:hover.btn02 {
	width: 220px;
	height: 24px;
	background:url(../images/bt_choice_r-trans.png) no-repeat;
}

.btn03 {
	float: left;
	width: 262px;
	height: 24px;
	text-indent:-9999px;
	background:url(../images/bt_nomination-trans.png) no-repeat;
	display:block; 
}

a:hover.btn03 {
	width: 262px;
	height: 24px;
	background:url(../images/bt_nomination_r-trans.png) no-repeat;
}

.btn04 { 
	float: left;
	width: 207px;
	height: 24px;
	text-indent:-9999px;
	background:url(../images/bt_program-trans.png) no-repeat;
	display:block; 
}

a:hover.btn04 {
	width: 207px;
	height: 24px;
	background:url(../images/bt_program_r-trans.png) no-repeat;
}

.btn05 { 
	float: left;
	width: 365px;
	height: 24px;
	text-indent:-9999px;
	background:url(../images/bt_watch-trans.png) no-repeat;
	display:block; 
}

a:hover.btn05 {
	width: 365px;
	height: 24px;
	background:url(../images/bt_watch_r-trans.png) no-repeat;
}

.btn06 { 
	float: left;
	width: 208px;
	height: 24px;
	text-indent:-9999px;
	background:url(../images/bt_winner-trans.png) no-repeat;
	display:block; 
}

a:hover.btn06 {
	width: 208px;
	height: 24px;
	background:url(../images/bt_winner_r-trans.png) no-repeat;
}

.btn07 { 
	float: left;
	width: 244px;
	height: 24px;
	text-indent:-9999px;
	background:url(../images/bt_interview-trans.png) no-repeat;
	display:block; 
}

a:hover.btn07 {
	width: 244px;
	height: 24px;
	background:url(../images/bt_interview_r-trans.png) no-repeat;
}






/*-----------------------------------------------------------------------------2nd menu sub w/sub---*/
#menu3 {
	float: left;
	text-align:left;
	width: 520px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 50px 0px;
	background:url(../images/copyright.gif) bottom left no-repeat;
}

#menu3 ul.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu3 ul.menu li.m01 {
	float: left;
	width: 500px;
	height: 24px;
	text-align:left;
	margin: 0;
	padding: 0px 15px 2px 0px;
	line-height: 0;
}

#menu3 ul.menu li.m02 {
	float: left;
	width: 500px;
	height: 24px;
	text-align:left;
	margin: 0;
	padding: 0px 15px 2px 0px;
	line-height: 0;
}

#menu3 ul.menu li.m03 {
	float: left;
	width: 500px;
	height: 24px;
	text-align:left;
	margin: 0;
	padding: 0px 15px 2px 0px;
	line-height: 0;
}

#menu3 ul.menu li.m04 {
	float: left;
	width: 500px;
	height: 24px;
	text-align:left;
	margin: 0;
	padding: 0px 15px 2px 0px;
	line-height: 0;
}

#menu3 ul.menu li.m05 {
	float: left;
	width: 500px;
	height: 24px;
	text-align:left;
	margin: 0;
	padding: 0px 15px 2px 0px;
	line-height: 0;
}

#menu3 ul.menu li.m06 {
	float: left;
	width: 500px;
	height: 24px;
	text-align:left;
	margin: 0;
	padding: 0px 15px 2px 0px;
	line-height: 0;
}
/*-----------------------------------------------------------------------------history submanu---*/


#menu3 ul.menu li.sub {
	float: left;
	text-align:left;
	width: 490px;
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 26px;
	line-height: 0;
}

#menu3 ul.menu li.sub ul.history_submenu {
	/* background-color:#6600FF; */
	float: left;
	width: 490px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 7px 0px;
}


#menu3 ul.menu li.sub ul.history_submenu li {
	height: 15px;
	float: left;
	text-align: left;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size:1px;
}



.bt01 { 
	width: 64px;
	height: 15px;
	text-indent:-9999px;
	background:url(../images/bt_mva09-trans.png) no-repeat;
	display:block; 
}

a:hover.bt01 { 
	background-image : url(../images/bt_mva09_r-trans.png); 
}

.bt02 { 
	width: 64px;
	height: 15px;
	text-indent:-9999px;
	background:url(../images/bt_mva08-trans.png) no-repeat; 
	display:block; 
}

a:hover.bt02 {
	background:url(../images/bt_mva08_r-trans.png) no-repeat;
}

.bt03 { 
	width: 64px;
	height: 15px;
	text-indent:-9999px;
	background:url(../images/bt_mva07-trans.png) no-repeat;
	display:block; 
}

a:hover.bt03 {
	background:url(../images/bt_mva07_r-trans.png) no-repeat;
}

.bt04 { 
	width: 64px;
	height: 15px;
	text-indent:-9999px;
	background:url(../images/bt_mva06-trans.png) no-repeat;
	display:block; 
}

a:hover.bt04 {
	background:url(../images/bt_mva06_r-trans.png) no-repeat;
}

.bt05 { 
	width: 64px;
	height: 15px;
	text-indent:-9999px;
	background:url(../images/bt_mva05-trans.png) no-repeat;
	display:block; 
}

a:hover.bt05 {
	background:url(../images/bt_mva05_r-trans.png) no-repeat;
}

.bt06 { 
float: left;
	width: 64px;
	height: 15px;
	text-indent:-9999px;
	background:url(../images/bt_mva04-trans.png) no-repeat;
	display:block; 
}

a:hover.bt06 {
	background:url(../images/bt_mva04_r-trans.png) no-repeat;
}

.bt07 { 
	width: 64px;
	height: 15px;
	text-indent:-9999px;
	background:url(../images/bt_mva03-trans.png) no-repeat;
	display:block; 
}

a:hover.bt07 {
	width: 64px;
	background:url(../images/bt_mva03_r-trans.png) no-repeat;
}


.bt08 { 
	width: 64px;
	height: 15px;
	text-indent:-9999px;
	background:url(../images/bt_mva02-trans.png) no-repeat;
	display:block; 
}

a:hover.bt08 {
	background:url(../images/bt_mva02_r-trans.png) no-repeat;
}


.bt09 { 
	width: 64px;
	height: 15px;
	text-indent:-9999px;
	background:url(../images/bt_mva00-trans.png) no-repeat;
	display:block; 
}

a:hover.bt09 {
	background:url(../images/bt_mva00_r-trans.png) no-repeat;
}


.bt10 { 
	width: 64px;
	height: 15px;
	text-indent:-9999px;
	background:url(../images/bt_mva99-trans.png) no-repeat;
	display:block; 
}

a:hover.bt10 {
	background:url(../images/bt_mva99_r-trans.png) no-repeat;
}


.bt11 { 
	width: 64px;
	height: 15px;
	text-indent:-9999px;
	background:url(../images/bt_mva98-trans.png) no-repeat;
	display:block; 
}

a:hover.bt11 {
	background:url(../images/bt_mva98_r-trans.png) no-repeat;
}


.bt12 { 
	width: 64px;
	height: 15px;
	text-indent:-9999px;
	background:url(../images/bt_mva97-trans.png) no-repeat;
	display:block; 
}

a:hover.bt12 {
	background:url(../images/bt_mva97_r-trans.png) no-repeat;
}


.bt13 { 
	width: 64px;
	height: 15px;
	text-indent:-9999px;
	background:url(../images/bt_mva96-trans.png) no-repeat;
	display:block; 
}

a:hover.bt13 {
	background:url(../images/bt_mva96_r-trans.png) no-repeat;
}








/*-----------------------------------------------------------------------------main---*/
#main {
	clear: both;
	float: left;
	width: 938px;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 12px;
}

/*-----------------------------------------------------------------------------mva---*/

#mva {
	float: left;
	text-align: left;
	width: 820px;
	margin: 0px 0px 30px 0px;
	padding: 0 0 0 5px;
}

.title01 {
	margin: 0px 0px 20px 0px;
	padding: 28px 0 0 0;
	background:url(../images/pinkbar.gif) no-repeat;
}


.title03 {
	margin: 0px 0px 25px 0px;
	padding:0 0 0 0;
}



/*-----------------------------------------------------------------------------history ---*/
#nomination {
	float: left;
	width: 933px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 5px;
}



#history {
	float: left;
	width: 933px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 5px;
}

.title01b {
	float: left;
	margin: 0px 0px 26px 0px;
	padding: 28px 0 0 0;
	background:url(../images/graybar.gif) no-repeat;
}

.contents {
	float: left;
	width: 925px;
	margin: 0;
	padding: 0 0 0 8px;
}

.column01 {
	float: left;
	text-align:left;
	width: 360px;
	margin: 0 10px 0 0;
	padding: 0;
}


.column01 h4 {
	color: #ff0192;
	margin: 0 0 0 0;
	font-size: 108%; /* 14px */
	font-weight:normal;
	line-height:1.6;
}


p.category {
	color: #ff0192;
	margin: 0 0 0 0;
	font-size: 108%; /* 14px */
	font-weight:normal;
	line-height:1.6;
}


p.song2 {
	color: #06fe5a;
	margin: 0 0 0 0;
	font-size: 108%; /* 14px */
	font-weight:normal;
	line-height:1.5;
}

p.credit {
	margin: 0 0 19px 0;
	font-size: 85%; /* 11px */
	font-weight:normal;
	line-height:1.7;
}



/*-----------------------------------------------------------------------------3 pane ---*/

.column02 {
	/* background-color:#CCFF00; */
	float: left;
	text-align:left;
	width: 298px;
	margin: 0 10px 0 0;
	padding: 0;
}

/*-----------------------------------------------------------------------------footer---*/

#footer {
 	background-color:#fff;
	clear: both;
	height: 54px;
	margin: 120px 0 0 0;
	padding: 0;
	font-size: 77%; /* 10px */
	font-weight:normal;
}

#footer2 {
 	background-color:#fff;
	clear: both;
	text-align: center;
	width: 950px;
	height: 54px;
	color: #3d3d3d;
	margin: 0 auto;
	padding: 0;
}

.fmenu {
	background-color:#fff;
	float: left;
	text-align: left;
	width: 600px;
	margin: 20px 0px 0px 0px;
	padding: 0;

}

.fmenu a {
	color: #3d3d3d;
	text-decoration: none;
}

.fmenu a:hover {
	color: #ff0192;
	text-decoration: underline;
}

.sstv {
	background-color:#f0f;
	float: right;
	width: 135px;
	margin: 12px 0px 0px 0px;
	padding: 0;
}

