/* 共通CSS読み込み */
@import "../../css/common.css";

/* hall.css */

/* ナビ */
div#navi {
	width:825px;
	padding:0 20px;
	margin-bottom:20px;
}

div#navi ul li {
	list-style:none;
	float:left;
}

div#navi li a {
	width:205px;
	height:49px;
	display:block;
	text-indent:-9999px;
	margin-right:1px;
}

li#navi01 a {
	background:url(../../img/hall/h_n_01.jpg) no-repeat;
}

li#navi02 a {
	background:url(../../img/hall/h_n_02.jpg) no-repeat;
}

li#navi03 a {
	background:url(../../img/hall/h_n_03.jpg) no-repeat;
}

li#navi04 a {
	background:url(../../img/hall/h_n_04.jpg) no-repeat;
}

li#navi05 a {
	background:url(../img/h_n_05.jpg) no-repeat;
}

li#navi01 a:hover,
li#navi02 a:hover,
li#navi03 a:hover,
li#navi04 a:hover,
li#navi05 a:hover{
	background-position:0 -49px;
}

/* メイン */
h4#hall-title01 {
	background:url(../img/hall_title01.gif) no-repeat;
	width:570px;
	height:29px;
	text-indent:-9999px;
	margin-bottom:10px;
}

h4#hall-title02 {
	background:url(../img/hall_title02.gif) no-repeat;
	width:570px;
	height:29px;
	text-indent:-9999px;
	margin-bottom:20px;
}

div#ivent {
	margin-top:20px;
	vertical-align:inherit;
}

div#ivent img {
	margin-left:10px;
}

div#img {
	margin-bottom:20px;
}

div#img img {
	margin-right:8px;
}
