@charset "utf-8";

/*========================================
  base
-----------------------------------------*/


/*========================================
  header
-----------------------------------------*/
#toppage #header{
	background-color: transparent;
	width:778px;
}

#toppage #header h1 {
	background-image: url(../img/logo_budokan_w.gif);
	width:270px;
}
#toppage #header h1 a{
	width:270px;
}
#toppage #header div.budoban{
	float:left;
	margin:15px 0px 0px 10px;
	width:468px;
}

#toppage #header div.budoban img{
	border:solid 3px #F36;
}
#topbody div.budoban2{
	margin:5px 0px 10px 30px;
	width:468px;
	height:60px;
}
#topbody div.budoban3{
	margin:5px 0px 10px 0px;
	width:515px;
	height:257px;
}
/* for IE */
/* Hides from IE-mac ¥*/
*html body #header h1{
	margin:15px 0px 5px 7px;
}
*html body #header div.budoban{
	margin:5px 0px 0px 20px;
}
/* End for IE */

/* Firefox swfのずれ修正 */
#topbody embed{vertical-align:bottom;}

