/*layout*/
#warp{
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
#header{
	height: 452px;
	width: 820px;
	float: left;
	font-size: 18px;
	color: #2D2D2D;
	font-family: Arial, "新細明體-ExtB";
	background-image: url(../images/h_bg.jpg);
	background-repeat: no-repeat;
}
#menu_block {
	float: left;
	width: 400px;
	height: 100px;
	margin-top: 200px;
	margin-left: 50px;
}
.menu {
	float: left;
	width: 200px;
}



#Content {
	width: 820px;
	float: left;
	background-color: #b71423;
	font-family: Arial, "新細明體-ExtB";
	font-size: 12px;
	color: #737373;
	padding-bottom: 20px;
}

#footer{
	text-align: center;
	height: 39px;
	width: 820px;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, "新細明體-ExtB";
	text-decoration: none;
	float: left;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2c2c2c;
	background-image: url(../images/f_bg.jpg);
	background-repeat: repeat-x;
	color: #FFF;
}

.block_01 {
	float: left;
	width: 820px;
	font-size: 16px;
	text-align: left;
	height: 43px;
	margin-top: 20px;
}
.block_02 {
	float: left;
	width: 820px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.block_03 {
	border: 5px solid #A8A8A8;
	width: 700px;
	float: left;
	padding: 10px;
	margin-left: 70px;
	margin-bottom: 20px;
}
