@charset "UTF-8";
body {
	background-position: center center;
	margin:0;
	padding:0;
}

#boxmain{
	position:absolute;
	width:800px;
	height:100%;
	left:504px;
	margin-left:-400px;
	background-color: #D7D7D7;	
	}

.main {
	background-image: url(images/index_01.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 325px;
	width: 800px;
}

.menu{
	background-image:url(images/index_02.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:17px;
	width:800px;
}

.bottom{
	background-image:url(images/index_03.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height:258px;
	width:800px;
}

.fontout{
	display:none;
}
	
ul#navi{
	padding: 0 50px;
	margin:0;
	}

ul#navi li{
	padding:0;
	margin:0;
	list-style-type:none;
	text-indent:-100em;
	float:left;
	}
	
ul#navi li a{
	display:block;
	height:17px;
	border:none;
	background-image:url(images/top_menu.gif);
	background-repeat:no-repeat;
 	}
	
	
ul#navi li#live a{
	width:83px;
	background-position:0px 0px;
	}
ul#navi li#live a:hover{
	width:83px;
	background-position:0px -17px;
	}
	

ul#navi li#bio a{
	width:100px;
	background-position:-83px 0px;
	}
ul#navi li#bio a:hover{
	width:100px;
	background-position:-83px -17px;
	}

ul#navi li#songs a{
	width:83px;
	background-position:-183px 0px;
	}
ul#navi li#songs a:hover{
	width:83px;
	background-position:-183px -17px;
	}
	
ul#navi li#blog a{
	width:83px;
	background-position:-266px 0px;
	}
ul#navi li#blog a:hover{
	width:83px;
	background-position:-266px -17px;
	}
	
ul#navi li#mobile a{
	width:83px;
	background-position:-349px 0px;
	}
ul#navi li#mobile a:hover{
	width:83px;
	background-position:-349px -17px;
	}
.new {
	height: 180px;
	width: 415px;
	padding: 10px;
	overflow: scroll;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 45px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	margin-top: 0px;
	list-style-type: square;
	list-style-position: inside;
}


.style1 {
	color: #660000;
	font-weight: bold;
}

