@charset "iso-8859-2";

/*
===== CONTENTS ==============================
	1: #flashWrap
	2: #leftWrap
		#ticketWrap
		#areaHighlight
	3: #rightWrap
		#accessWrap
		#aboutKintetsu
=============================================
*/

#indexWrap{
	width: 800px;
}
/*
===== 1: #flashWrap =====
*/
#flashWrap{
	width: 800px;
	margin-bottom: 6px;
}
/*
===== 2: #leftWrap =====
*/
#leftWrap{
	width: 500px;
	margin: 0 10px 0 0;
	float: left;
	display: block;
	z-index: 1;
	background: #fff url(../image/local_highlights_bottom.gif) no-repeat 0 bottom;
	padding-bottom: 60px;
}
/*
===== 2-1: #ticketWrap =====
*/
#ticketWrap{
	padding: 4px;	
}
/*
===== 2-2: #areaHighlight =====
*/
#areaHighlight{
	background: url(../image/local_highlights_back.gif) repeat-y 0 0;
	font-size: 80%;
	z-index: 0;
}
#areaHighlight .spot{
	padding-left: 10px;
	background: url(../image/arrow_blue_normal.gif) no-repeat 0 3px;
}
#areaHighlight td{
	padding: 15px 0px 0px 8px;
}

/*
===== 3: #rightWrap =====
*/
#rightWrap{
	width: 290px;
	display: block;
	float: right;
}
/*
===== 3-1: #accessWrap =====
*/
#accessWrap{
	margin-bottom: 17px;
}
/*
===== 3-2: #aboutKintetsu =====
*/
#aboutKintetsu{
}
#aboutKintetsu ul{
	background: url(../image/about_kintetsu_back.gif) repeat-y 0 0 ; 
	line-height:0;
}
#aboutKintetsu li{
	margin-left: 6px;
	padding: 11px 0 11px 12px;
	border-bottom: 1px dotted #c0c0c0;
}
#aboutKintetsu .noBorder{
	border-bottom: none;
}
#aboutKintetsu li a{
	padding-left: 0px;
	/*background: url(../image/arrow_blue_circle.gif) no-repeat 0 0.4ex ; */
}

