@charset "utf-8";
/* CSS Document */

body{
	background-color:#000;
	background-image:url(../img/bg.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	font-size:13px;
	line-height:20px;
	font-family: Arial, Helvetica, sans-serif, 新細明體 ;
	margin:0px;
	padding:0px;
	min-height:90%;
	height:100%;	
	letter-spacing:1px;
	color:#e6fdff;
	
	
}
#container{
	
	width:980px;
	height:1000px;
	background-color:#fff;	

}
#header{
	/*background-image:url(../img/header.jpg);
	background-position:top center;
	background-repeat:no-repeat;	*/

}
#main{}
#footer{
	/*background-image:url(../img/footer.jpg);*/
	background-position:top center;
	background-repeat:no-repeat;
	width:980px;	
	color:#fff;
	font-size:12px;
	/*text-shadow: 1px 1px 1px #999;*/
}
#footer a{
	color:#666;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	
}
#footer a:hover{
	text-decoration:underline;
}
.menu{

	padding-left:0px;
	padding-right:0px;
	text-align:center;
}
p{
	/**text-shadow: 1px 1px 1px #846363;**/
	text-align:justify;
}
.highlight{
	color:#5be6f3;
}
.title_01{
	color:#bffaff;
	font-size:17px;	
	text-align:left;
}
.title{
	color:#bffaff;
	width:100%;
	font-weight:bold;
	font-size:24px;
	border-bottom:1px dashed #bffaff;
	padding-top:10px;
	padding-bottom:5px;
	text-shadow: 1px 1px 2px #000;
	text-align:left;
	
}
.content_field{
	padding:15px;
	width:450px;
	border:1px dashed #594b40;
	background-color:#fff3d1;	
}
.spacer{
	hieght:2px;
	line-height:2px;
}
.field{
	width:100%;
	padding:15px;
	padding-top:6px;
	padding-bottom:10px;
	color:#3e1f00;	
	
	border-bottom:#c15e00 solid 1px;
	border-top:#ffd7b9 solid 1px;	
	/**opacity: 0.6;**/	
	/**-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; // first!
	filter: alpha(opacity=60);// second!**/
	text-align:left;				

}
.title{
	/**font-size:27px;**/
	font-weight:bold;
}
.food_title{
	font-size:18px;
	font-weight:bold;
	text-shadow: 1px 1px 2px #3e1f00;
}
.border{
	border:1px solid #180000;
}
#basic_info{

	width:195px;	
	background-color:#fff3d1;
	border:1px solid #594b40;
	font-size:11px;
	letter-spacing:0px;
}
#basic_info .color01{
	display:block;
	background-color:#ffe089;
	padding:5px;
	padding-top:2px;
	padding-bottom:2px;
}
#basic_info .color02{
	display:block;
	padding:5px;
	padding-top:2px;
	padding-bottom:2px;	
}
#facebook
{
	
	width:175px;
	padding:10px;	
	background-color:#fff;
	border:1px solid #255493;
	font-size:13px;
	letter-spacing:0px;
}

#news_box {
	
	
	/**height:111px;
	top:0px;
	left:0px;
	border:0px solid #ff0000;
	z-index:105;
	background-image: url(../img/pp_bg.png);	**/	
}
.news_field{
	width:280px;
	min-height:200px;
	
	/**padding-left:15px;
	padding-right:5px;**/
	padding-bottom:2px;	
	background-color:#eee; 
	margin-top:-13px;
	/**text-align:left;**/
}
.news_field_02{
	width:600px;
	min-height:400px;
	
	/**padding-left:15px;
	padding-right:5px;**/
	padding-bottom:10px;
	padding-top:5px;
	/**text-align:left;**/
}
.table_s{
	font-size:13px;
	font-weight:bold;
	color:#4bb09d;
	line-height:14px;
}
.table_s a a:hover{
	font-size:11px;
	font-weight:normal;
	color:#f9f4e5;
	text-decoration:none;
}
.ss_item{
	color:#e8d9af;
	padding:10px;
	padding-top:3px;
	padding-bottom:3px;	
	border-bottom:#999 1px dashed;
	
}
.year{	

	color:#fff;
	font-size:15px;
	font-weight:bold;			
}

.cal_month{
	padding:2px;
	background-color:#222;
	color:#fff;	
	-moz-box-shadow: 2px 2px 2px #999;
	-webkit-box-shadow: 2px 2px 2px #999;
	box-shadow: 2px 2px 2px #999;
	width:36px;
}

.cal_day{
	width:36px;
	padding:2px;
	padding-bottom:;5px;
	padding-top:5px;
	min-height:20px;
	background-color:#fff;
	color:#000;
	font-size:16px;	
	font-weight:bold;
	text-shadow: 1px 1px 1px #333;
	-moz-box-shadow: 2px 2px 2px #999;
	-webkit-box-shadow: 2px 2px 2px #999;
	box-shadow: 2px 2px 2px #999;
}

.form_style{
	
	padding:2px;
	width:500px;
	
}
.form_title{
	width:100px;
	float:left;
	padding:8px;
	padding-top:5px;
	text-align:right;
	
	
}
.form_field{
	font-family:arial;	
	width:300px;
	border:0px;
	padding:5px;
	background-color:#e2fdff;
	-moz-border-radius: 20px;
	border-radius: 15px;
	padding-left:13px;
	padding-right:13px;
	font-size:16px;
	color:#333;
	border:1px solid #4ac8d9;
	
}
.hidden{ display:none;}
.alert{
	padding:5px;
	color:#fff;
	background-color:#ff0000;
	
}
a{
	color:#fff;
	text-decoration:none;
	
}
a:hover{
	color:#fff;
	text-decoration:underline;
}
.address{
	border:1px dashed #bffaff;
	line-height:18px;
	text-align:left;
	padding:15px;
	width:320px;
}
.address th{
	
	text-align:left;
	
}
.no_underline{
	text-decoration:none;
}