@charset "shift_jis";



/* ページ全体
----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
body{
	
	text-align: center; 
	margin: 0px;
	padding: 0px;
	background: #ffffff url("../img/haikei01.gif") repeat-x left;
	color:#000000;
}


a{

	text-decoration:none;
	outline:none

}

a:link{

	color:red;
	font-style:normal;

}

a:visited{

	color:red;

}

a:hover, a:active{
	color:blue;
	font-style:normal;
	text-decoration: underline;
}

/* ヘッダ
----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */

#header01{
	width:800px;
	height:180px;
	margin:auto;
	background: #ffffff url("../img/budsrogo.gif") no-repeat center;
	
}

#border{

	width:800px;
	height:2px;
	margin:auto;
	background: #ffffff url("../img/border_blue.gif") no-repeat center;

}

h1{
	width:800px;
	margin:0 auto;
	font-size:14px;
	text-align: left; 
	height:50px;
	background: #ffffff url("../img/header.gif") no-repeat center;
	text-indent: -9999px;

}
/*body
 ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */

#body01{
	width:800px;
	height:615px;
	padding:0px;
	margin:auto;
	background-color:white;
	background: #ffffff url("../img/body_nashi.gif") no-repeat center;

}
	
	
/*menu
 ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
.menu01{
	text-align:left;
	width:800px;
	height:40px;
	margin:auto;
	background-color:#ffc;
	text-indent: -9999px;
}

.menu01 ul{
	margin:0;
	padding:0;
}
.menu01 li{
	/*text-align: left;*/ 
	width:160px;
	height: 40px;
	float:left;
	list-style-type: none;
}


ul li a {
	display: block;
	width:100%;
	height:100%;
	text-decoration: none;
}

/*menuのリンク
 ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */

li#aboutband{
	
	background-image:url("../img/aboutband_off.gif");	

}


li#member{

	background-image:url("../img/member_on.gif");

}

li#live{

	background-image:url("../img/live_off.gif");	

}


li#contactus{
	
	background-image:url("../img/contactus_off.gif");	

}

li#link{

	background-image:url("../img/link_off.gif");	

}


/*flash
 ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */

	
/*footer
 ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
#footer01{
	width:800px;
	height:15px;
	padding:0px;
	margin:auto;
	background:url(../img/border_blue2.gif)

}
