#body{	
	position: absolute;
	width:1000px;
	background-color:#FFFFFF;
	margin: 0 auto;
	padding: 15px 0;
	text-align:left;
	font-family:"メイリオ","ＭＳ Ｐゴシック",Osaka,sans-serif;
	border-width:0 1px;
	border-style:solid;
	border-color:#fe1a00;
	-webkit-text-size-adjust:none
	}


#bearslogo{
	position: rerative;
	}

#online{
	width:90px;
	position: absolute;
	top: 55px;
	left: 510px;
	}



#online:hover{
	opacity:0.8; 
	filter: alpha(opacity=80); 
	-ms-filter: "alpha( opacity=80 )"; 
	background: #fff 
	}

#youtube{
	width:180px;
	position: absolute;
	top: 55px;
	left: 610px;
	}

#youtube:hover{
	opacity:0.8; 
	filter: alpha(opacity=80); 
	-ms-filter: "alpha( opacity=80 )"; 
	background: #fff 
	}

#facebook{
	width:90px;
	position: absolute;
	top: 55px;
	left: 900px;
	}



#facebook:hover{
	opacity:0.8; 
	filter: alpha(opacity=80); 
	-ms-filter: "alpha( opacity=80 )"; 
	background: #fff 
	}

#twitter{
	width:90px;
	position: absolute;
	top: 55px;
	left: 800px;
	}

#twitter:hover{
	opacity:0.8; 
	filter: alpha(opacity=80); 
	-ms-filter: "alpha( opacity=80 )"; 
	background: #fff 
	}




#css_btn_size{
	float:left;
	width:1000px;
	font-size:18px;
	display:inline;
	} 

.css_btn_class{
	font-weight:normal;
	float:right;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border-radius:1px;
	border:2px solid #199400;
	padding:8px 12px;
	text-decoration:none;
	color:black;
	background:-moz-linear-gradient( center top, #f9fc9d 5%, #eef739 100% );
	background:-ms-linear-gradient( top, #f9fc9d 5%, #eef739 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9fc9d', endColorstr='#eef739');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f9fc9d), color-stop(100%, #eef739) );
	background:rgba(249,252,157,0.5);
	display:inline;
	text-shadow:1px 1px 0px #242306;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #f2f293;
 	-moz-box-shadow:inset 1px 1px 0px 0px #f2f293;
 	box-shadow:inset 1px 1px 0px 0px #f2f293;
}

.css_btn_class:hover {
	background:-moz-linear-gradient( center top, #eef739 5%, #f9fc9d 100% );
	background:-ms-linear-gradient( top, #eef739 5%, #f9fc9d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eef739', endColorstr='#f9fc9d');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #eef739), color-stop(100%, #f9fc9d) );
	background-color:#eef739;
}

.css_btn_class:active {
	position:relative;
	top:1px;
}


#home{
	width:66px;
	}

#gaiyou{
	width:124px;
	}

#ryoukin{
	width:124px;
	}


#koushi{
	width:148px;
	}

#accesss{
	width:120px;
	}

#guitarlogo{
	margin:0 0 0 12px;
	width:278px;
	}


#map{
	float:right;
	width:400px;
	position:relative;
	padding:24 140 24 24px;
	}


#accessclear{
	clear:both;
	width:550px;
	}


#access{
	clear:both;
	float:left;
	position:relative;
	padding:20px;
	}

#footer {
	float:left;
	width:1000px;
	clear:both;
	background: #EEFFFF;
	text-align: left;
	color:#black;
	line-height:6em;
	margin:0px;
	padding: 0px ;
	vertical-align:middle;
}

#footerlogo{
	margin:0 auto;
	width:278px;
	}

#footertext {
	float:left;
	width:1000px;
	text-align: center;
	color:#black;
	line-height:1.6em;
	}

#fixed{
	position:  fixed;
	top: 5;
	z-index:2;
	}


