/**************************
 * information.css
 **************************/
 
body, html{
	background-color: #0D0D0D;
	font-size: 12px;
	width: 100%;
	height: 100%;
	color: #EEEEEE;
	background-color: #000000;
	background-image:   url("../img/bg.jpg");
	background-repeat: repeat-x;
}
	#main{
		width: 801px;
		height: 100%;
		margin: 0 auto 0 auto;
	}
	h1{
		width: 801px;
		height: 79px;
		border-top: 11px solid #B1830B;
		background-image: url(../img/head.jpg);
		background-repeat: no-repeat;
		background-position: right;
	}
		h1 img{
			margin: 17px 0 0 20px;
		}
	#contents{
		width: 801px;
		height: 391px;
		margin: 27px auto 0 auto;
		clear: both;
		background-image: url("../img/information/info_main_bg.jpg");
		background-repeat: no-repeat;
		position: relative;
	}
		#access_tit{
			width: 114px;
			height: 16px;
			padding: 7px 0 0 15px;
		}
		#map{
			width: 254px;
			height: 182px;
			margin: 7px 0 0 19px;
		}
		#winopen_btn{
			width: 254px;
			margin: 0 0 0 20px;
			text-align: right;
		}
		#winopen_btn a{
			color: #CB9D43;
			text-decoration: none;
		}
		#winopen_btn a:hover{
			color: #CB9D43;
			text-decoration: underline;
		}

		#access_txt{
			width: 250px;
			margin: 5px 0 0 20px;
			line-height: 110%;
		}
			#shopname{
				font-family: Arial;
				font-size: 10px;
			}
			#tel{
				font-size: 15px;
				font-weight: bold;
				margin: 3px 0 0 0;
			}
			#access{
				margin: 3px 0 0 0;
			}
			#time{
				margin:5px 0 0 0;
			}

	#nav{
		overflow: hidden;
	}
		#nav li{
			float: left;
		}

	#copyright{
		margin: 6px 0 0 0;
		text-align: right;
	}

	#bannar{
		text-align: right;
		margin: 7px 0 0 0;
	}	


/**** ’Ç‰Á•”•ª ****/
	#contents2{
		width: 801px;
		height: 951px;
		margin: 27px auto 0 auto;
		clear: both;
		background-image:url(../img/information/info-bg.jpg);
		background-repeat: no-repeat;
		position: relative;
		
	}
	
	#banq{
		clear:both;
		margin-top:20px;
	}
	#banq-table{
		margin:  19px 0 0 15px;
	}
	#banq-table2{
		margin:  19px 0 0 15px;
		border-top:1px solid #FFFFFF;
	}
	
	.banq-table3{
		margin:  35px 0 0 15px;
	}
	
	.banq-td{
		border-left:1px solid #FFFFFF;
		padding-left:30px;
		line-height:14pt;
		letter-spacing:1pt;
	}
	
	.sub-intro{
		margin:20px 0px 10px 0px;
		clear:both;
	}
	
	.sub-left{
		margin:10px 0px 10px 8px;
		float:left;
		width:370px;
	}
	.sub-right{
		margin:10px 8px 10px 0px;
		float:right;
		width:370px;
	}
	
	.sub-td{
		padding:5px 0px 0px 12px;
		font-size:10px;
		line-height:12pt;
		letter-spacing:1pt;
		text-align:left;
	}
	
	.bottom-border{
		border-bottom:1px solid #FFFFFF;
	}
