@charset "utf-8";
	
	.hmenu ul {
		display:none;
		position:absolute;
		top:51px !important;
		margin:0;
		padding:7px;
		z-index:9999;
		list-style:none;
		background:#fff;
		box-shadow: 0px 0px 8px #666;
		-moz-box-shadow: 0px 0px 8px #666;
		-webkit-box-shadow: 0px 0px 8px #666;
	}

	.hmenu ul li {
		float:none;
		background:url(../images/arrow_ss.png) no-repeat 3px 12px;
		padding:5px 15px;
		font-weight:bold;
		color:#3f3f3f;
		border-bottom: dotted 1px #3f3f3f;
	}

#navi_fixed {
	width:100%;
	height:90px;
	position:fixed;
	top:-90px;
	background:url(../images/navi_fixed_bg.gif) repeat-x top;
	z-index:9999;
	box-shadow: 0px 0px 8px #000;
	-moz-box-shadow: 0px 0px 8px #000;
	-webkit-box-shadow: 0px 0px 8px #000;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

	#navi_fixed.open {
		top:0;
	}
	
	#navi_fixed #navi_fixed_inner {
		width:1024px;
		margin:0 auto;
		position:relative;
	}
	
	#navi_fixed #navi_fixed_inner .font_size {
	top:6px;
	margin-left:-493px;
	}
	
	#navi_fixed #navi_fixed_inner .font_size p {
		color:#fff;
	}
	
	#navi_fixed #navi_fixed_inner .lang{
		top:5px;
		margin-left:267px;
	}
	
	#navi_fixed #navi_fixed_inner nav {
		top:37px;
	}

	/** 総合案内 **/
	body#sub.info #contents #left_column #left_inner li {
		background: url(../images/arrow_left_green.png) no-repeat left 10px;
	}

	/** 買い物する **/
	body#sub.shopping #contents #left_column #left_inner li {
		background: url(../images/arrow_left_red.png) no-repeat left 10px;
	}

	/** 食事する **/
	body#sub.restaurant #contents #left_column #left_inner li {
		background: url(../images/arrow_left_orange.png) no-repeat left 10px;
	}

	/** 楽しむ **/
	body#sub.leisure #contents #left_column #left_inner li {
		background: url(../images/arrow_left_blue.png) no-repeat left 10px;
	}

	/** 交通案内 **/
	body#sub.access #contents #left_column #left_inner li {
		background: url(../images/arrow_left_brown.png) no-repeat left 10px;
	}

	#left_column #left_order {
		width:240px;
		margin:15px auto 0;
		padding-bottom:10px;
		box-shadow: 0px 0px 8px #666;
		-moz-box-shadow: 0px 0px 8px #666;
		-webkit-box-shadow: 0px 0px 8px #666;
		background:#fff;	
	}

	#left_column #left_order dl {
		border-bottom:dotted 1px #000;
		padding-bottom:10px;
	}

	#left_column #left_order dt {
		text-align:center;
		padding:10px 0 5px;
	}

	#left_column #left_order dd {
		font-size:20px;
		font-weight:bold;
		text-align:center;
		line-height:1;
	}

	#left_column #left_order dd span {
		font-size:12px;
		font-weight:normal;
	}
	
	#left_column #left_order dl:last-child {
		border:none;
	}

	