@charset "Shift_JIS";
/* --------------------------------------------------------------
▼Flashを表示出来ない時の設定【template01_1】
-------------------------------------------------------------- */

#noflash_menu{
	width : 900px;
	height: 315px;
	position: relative;
	overflow: hidden;
	
  
}
/*メインの静止画像部分
----------------------------------------------------------*/

#noflash_menu #main{
	width : 670px;
	height: 315px;
	float: left;
}

#noflash_menu #main img{
	width : 670px;
	height: 315px;
}
/*メニューボタン部分
----------------------------------------------------------*/

#noflash_menu ul#navigation {
	width : 225px;
	margin-left: 1px;
	
	float: right;
}

#noflash_menu ul#navigation li {
	width : 226px;
	height : 53px;
	list-style-type: none;
}

#noflash_menu ul#navigation li img{
	width : 224px;
	height : 50px;
}
/*時計部分
----------------------------------------------------------*/




