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

@charset "UTF-8";


/*
	1 : Init
	2 : Text
	3 : Link
 */


/* ***********************************************************************
	1 : Init
*********************************************************************** */
html {
	color: #000;
	background: #FFF;
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0; padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
caption, th {
 text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	/* font-weight: normal; */
}
q: before, q: after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input, textarea, select {
	*font-size: 100%;
}
legend {
	color: #000;
}




/* ***********************************************************************
	2 : Text
*********************************************************************** */
body, table, form, select, input, textarea {
	font-family:
		Verdana,
		"ヒラギノ角ゴ Pro W4",
		"Hiragino Kaku Gothic Pro",
		"メイリオ",
		Meiryo,
		sans-serif;
	color: #333;
	line-height: 1.6;
	letter-spacing: 0;
}
body {
	font-size: 62.5%;
}
em {
	color: #7d4698;
	font-weight:bold;
}






/* ***********************************************************************
	3 : Link
*********************************************************************** */
a, a:link {
	color: #125da2;
	text-decoration: none;
	outline: none;
}
a:visited {
	color: #125da2;
	text-decoration: none;
}
a:active,
a:hover {
	color: #125da2;
	text-decoration: none;
}


/* ***********************************************************************
	4 : flame layout
*********************************************************************** */

#navi{
	margin:0;
	width:210px;
	height:1200px;
	background:url(../img/09_navi_bg.gif) no-repeat;
}

#navi li{
	text-indent:-9999px;
}

#navi .newproject a{
	display:block;
	height:32px;
	background:url(../img/09_newproject.gif) no-repeat;
}

#navi .newproject a:hover{
	background:url(../img/09_newproject2.gif) no-repeat;
}

#navi .interviews a{
	display:block;
	height:28px;
	background:url(../img/09_interview.gif) no-repeat;
}

#navi .interviews a:hover{
	background:url(../img/09_interview2.gif) no-repeat;
}

#navi .links a{
	display:block;
	height:40px;
	background:url(../img/09_links.gif) no-repeat;
}

#navi .links a:hover{
	background:url(../img/09_links2.gif) no-repeat;
}

#navi .worldtours a{
	display:block;
	height:32px;
	background:url(../img/09_worldtours.gif) no-repeat;
}

#navi .worldtours a:hover{
	background:url(../img/09_worldtours2.gif) no-repeat;
}

#navi .raresongs a{
	display:block;
	height:29px;
	background:url(../img/09_raresongs.gif) no-repeat;
}

#navi .raresongs a:hover{
	background:url(../img/09_raresongs2.gif) no-repeat;
}

#navi .collaborations a{
	display:block;
	height:30px;
	background:url(../img/09_collabo.gif) no-repeat;
}

#navi .collaborations a:hover{
	background:url(../img/09_collabo2.gif) no-repeat;
}

#navi .tribute a{
	display:block;
	height:29px;
	background:url(../img/09_tribute.gif) no-repeat;
}

#navi .tribute a:hover{
	background:url(../img/09_tribute2.gif) no-repeat;
}

#navi .lyrics a{
	display:block;
	height:42px;
	background:url(../img/09_lyrics.gif) no-repeat;
}

#navi .lyrics a:hover{
	background:url(../img/09_lyrics2.gif) no-repeat;
}

#navi .jacksonfamily a{
	display:block;
	height:31px;
	background:url(../img/09_jackson_family.gif) no-repeat;
}

#navi .jacksonfamily a:hover{
	background:url(../img/09_jackson_family2.gif) no-repeat;
}

#navi .thejacksons a{
	display:block;
	height:42px;
	background:url(../img/09_thejacksons.gif) no-repeat;
}

#navi .thejacksons a:hover{
	background:url(../img/09_thejacksons2.gif) no-repeat;
}

#navi .fanevents a{
	display:block;
	height:31px;
	background:url(../img/09_fanevent.gif) no-repeat;
}

#navi .fanevents a:hover{
	background:url(../img/09_fanevent2.gif) no-repeat;
}

#navi .faq a{
	display:block;
	height:29px;
	background:url(../img/09_faq.gif) no-repeat;
}

#navi .faq a:hover{
	background:url(../img/09_faq2.gif) no-repeat;
}

#navi .forum a{
	display:block;
	height:37px;
	background:url(../img/09_forum.gif) no-repeat;
}

#navi .forum a:hover{
	background:url(../img/09_forum2.gif) no-repeat;
}


#frame {
	background:url(../img/09_bg.gif) repeat-y;
}


