@charset "utf-8";

/******************/
/* TOPページ用CSS */
/******************/

/* 全ページ共通CSS読み込み */
@import url("common.css");

/* 全ページ共通ヘッダーメニューCSS読み込み */
@import url("menu.css");



/***** TOPページ用CSS *****/
/*** メイン画像 ***/
#main_img{
	width:800px;
	height:370px;
	margin-bottom:10px;
}


/*** 左（キャッチ・新着情報） ***/
#index_left{
	width:520px;
	float:left;
}
table.whatsnew{
	margin-top:3px;
}
#ev_title{
	padding-top:15px;
}

/*** 右（バナー・住所） ***/
/* バナー */
#index_right{
	width:242px;
	float:right;
}
#index_bnnr01, #index_bnnr02, #index_bnnr03{
	width:242px;
	height:80px;
	display:block;
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-indent:-1000em;
	text-decoration:none;
	overflow:hidden;
}
#index_bnnr01{
	background-image:url(../_images/top/index_bnnr01.jpg);
}
#index_bnnr02{
	margin-top:5px;
	background-image:url(../_images/top/index_bnnr02.jpg);
}
#index_bnnr03{
	margin-top:5px;
	background-image:url(../_images/top/index_bnnr03.jpg);
}
a:hover#index_bnnr01, a:hover#index_bnnr02, a:hover#index_bnnr03{
	background-position:0px -80px;
}

/* カウンター */
#counter{
	text-align:center;
	padding:8px 0px 0px;
}
#counter p{ padding-bottom:2px; }


