@charset "utf-8";

/**********************************************/
/* 広貫堂　「バーチャル工場見学」ページ用CSS  */
/**********************************************/

/* 全ページ共通CSS読み込み */
@import url("common.css");

/* 全ページ共通ヘッダーメニューCSS読み込み */
@import url("menu.css");



/***** 「バーチャル工場見学」ページ用CSS *****/
#virtual{
	width:780px;
	z-index:100;
}



/* ヘッダー */
#header{
	height:auto;
}
#header_box{
 padding-top:5px;
}
#close_bttn{/* このウインドウを閉じるボタン */
	width:565px;
	margin-top:20px;
	text-align:right;
	float:right
}
