
		.container {
			width:980px;
			margin-left:auto;
			margin-right:auto;
			  padding-bottom: 25px;
		}
		
		.header {
			background-image:url("../../image/style/header_bg.png");
			top:0px;
			height:167px;
		}
		
		.header .icon {
			height:117px;
		}
		
		.header .option {
			height:38px;
		}

		@font-face {
		    font-family: "DIN-Next-W01-Light";
		    src: url("../../font/bc176270.woff") format('woff');
		}

		@font-face {
		    font-family: "Helvetica-W01-Bold";
		    src: url("../../font/c574944.woff") format('woff');
		}
		
		@font-face {
		    font-family: "Helvetica-W01-Roman";
		    src: url("../../font/4021a3b9.woff") format('woff');
		}

		.title_background_line {
			width:100%;
			background-image:url("../image/style/line-2.png");
			background-position: center;
			height: 60px;
			background-repeat: repeat-x;
		}

		.page_title {
			margin-left:auto;
			margin-right:auto;
			width:180px;
			text-align:center;
			font-size:28px;
			color: #093FAA;
			font-weight: bold;
		}

		.contact_input {
			background-color:#BEDDEA;
			border:0px solid #FFF;
			color: #72858C;
			padding:5px;
			width:95%;
			font-size:17px;
			margin-top: 5px;
			margin-bottom: -5px;
		}

		pre {
		  white-space: pre-wrap; /* css-3 */
		  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
		  white-space: -pre-wrap; /* Opera 4-6 */
		  white-space: -o-pre-wrap; /* Opera 7 */
		  word-wrap: break-word; /* Internet Explorer 5.5+ */
		}

		.bgimage{
		    display: block;
		    position: absolute;
		    top: 0;
		    left: 0;
		    width: 100%;
		    opacity : 0.5;
		    z-index: -1;
		    background-position: center;
		}

		body {
			font-family: 微軟正黑體;
		}