/*layout*/
#warp{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	}
	
#header{
	height: 166px;
	width: 900px;
	float: left;
	font-size: 18px;
	color: #2D2D2D;
	font-family: Arial, "新細明體-ExtB";
	background-color: #a10200;
	background-image: url(images/h_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 30px;
}

#Content {
	width: 900px;
	float: left;
	font-family: Arial, "新細明體-ExtB";
	font-size: 12px;
	color: #737373;
	text-align: left;
	background-color: #FFF;
	background-image: url(images/c_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#menu_box_bottom {
	float: left;
	height: 53px;
	width: 192px;
	margin-left: 32px;
}

#footer{
	text-align: right;
	height: 40px;
	width: 900px;
	font-size: 12px;
	font-style: normal;
	color: #794D36;
	font-family: Arial, "新細明體-ExtB";
	text-decoration: none;
	float: left;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2c2c2c;
}

#menu_box {
	float: left;
	width: 198px;
	padding-top: 5px;
	padding-bottom: 20px;
	background-image: url(images/m_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-left: 32px;
}

#menu_box .sub_menu li{
	line-height: 20px;
	margin-left: 20px;
	color: #c55a59;
	margin-right: 20px;
	background-image: url(images/menulist.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
}
#menu_box .sub_menu  li a{
	color: #c55a59;
	text-decoration: none;
}
#menu_box .sub_menu  li a:hover{
	color: #b2362f;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b2362f;
}
#detail {
	float: left;
	width: 610px;
	color: #666;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 30px;
}
.menu_title {
	font-size: 15px;
	font-weight: bolder;
	margin-top: 10px;
	margin-left: 10px;
	color: #381910;
	height: 25px;
	width: 170px;
	margin-bottom: 5px;
	background-image: url(images/menutitle.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-left: 10px;
}
br {
	line-height: 10px;
}
p {
	line-height: 20px;
}

.title {
	font-size: 25px;
	font-weight: bolder;
	color: #7a2512;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B5AEA6;
	line-height: 30px;
}
.name {
	font-size: 14px;
	color: #241D15;
}



#warp #footer a:link {
	color: #794D36;
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}

#warp #footer a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #794D36;
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}
#warp #footer a:visited {
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}
#warp #footer a:active {
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}
