﻿	/* ======全部共用區====== */
	*{
		margin: 0;
		padding: 0;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}

	html{ 
		font-family:Arial, Helvetica, "微軟正黑體",sans-serif;
		-webkit-text-size-adjust:none;
	}

	body{
		background-color:#111111;
		background-image: url(images/bg01.jpg);
		background-position: center;
		background-repeat:repeat-y;
	}

	a{
		text-decoration:none;
		outline:0;
	}
	.wrape{
		width:100%;
		overflow:hidden;
		margin: 0px auto;
		background-image: url(images/bg.jpg);
		background-position: center 68px;
		background-repeat: no-repeat;
	}
	.navbar{
		width:100%;
		background:#FFF;
	    margin: 0px auto;
		height:68px;
		border-bottom:#f0f0f0 2px solid;
		z-index:999;
		text-align:center;
	}
	.navbar .logo{
		width:950px;
		height:68px;
		display:inline-block;
		text-indent: -9999px;	
	    margin: 0px auto;
		background:url(images/logo.jpg);
		background-position:left 0;
		background-repeat:no-repeat;
	}
	.container{
		width:950px;
		margin:0 auto;
		margin-top: 250px;
		position:relative;
		background:#FFF;
	}
	h2{
    	font-size:1.8em;
    	text-indent: 20px;
    	letter-spacing: 5px;
		margin:0 auto;
		margin-top: 30px;
		width:950px;
		line-height:40px;
		text-align: left;
		border-radius:0px;
		color: #ffffff;
		background: #432c0b;
	}
	 .info{
    	font-size:1.3em;
    	font-weight: bolder;
    	color: #3c3c3c;
   		width:800px;
		line-height:1.5em;
		list-style:decimal;
		display:block;
		margin:0 auto;
		margin-bottom: 10px;
		margin-top: 20px;
    }
    .info li{
    	padding-bottom:8px;
    }	
    .info span.sty001{
    	padding-bottom:8px;
    	font-size:0.9em;
    	line-height:1.2em;
    	font-weight:normal;
    	display: inline-block;
    }
    .red{
    	color: red;
    }