@charset "utf-8";

header {
	height: 200px;
	width: 100%;
	margin: 0px;
	top: 50px;
	position: relative;
}

#title {
	margin-top: 130px;
	margin-right: auto;
	margin-left: auto;
	height: 173px;
	width: 282px;
	clear: both;
}

#title-2 {
	height: 200px;
	width: 100%;
	clear: both;
	position: absolute;
	top: 0px;
	z-index: 20;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,2c9fe8+50,ffffff+100&0.8+0,0.3+50,0+100 */
background: -moz-linear-gradient(top,  rgba(30,87,153,0.8) 0%, rgba(44,159,232,0.3) 50%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(30,87,153,0.8) 0%,rgba(44,159,232,0.3) 50%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(30,87,153,0.8) 0%,rgba(44,159,232,0.3) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1e5799', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */



	filter:alpha(opacity=60) \9; /* IE8 */
	background-color: rgba(255, 255, 255, .6); /* IE9及其它瀏覽器會執行此行 */	
}
#content article img {
	max-width: 100%;
	height: auto;
	padding: 8px;
	border: 1px solid #CCC;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	box-shadow: 2px 2px 5px #888;
	z-index: 20;
	background-color: #FFF;
}
#content article div img {
	float: left;
	border-radius: 3px;	
}

#content {
	width: 80%;
	clear: both;
	margin-top: 80px;
	margin-left:auto;
	margin-right:auto;
}

body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
#content article h1 {
	font-family: "微軟正黑體", "Arial Unicode MS";
	margin-top: 20px;
}
section {
	font-family: "微軟正黑體", "Arial Unicode MS";
	line-height: 30px;
	color: #003;
	margin-top: 20px;
}


.nav-tabs > li, .nav-pills > li {/*設定nav區塊置中*/
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}

.nav-tabs, .nav-pills {/*設定nav區塊置中*/
    text-align:center;
}

#menu {
	margin-top: 50px;	
	z-index: 40;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	list-style-type: none;
}
#menu ul li a {
	color: #E64A11;
	text-decoration: none;
	background-color: #FFF;
	text-align: center;
	display: block;
	height: 50px;
	width: 120px;
	margin-top: 10px;
	line-height: 50px;
	margin-right: 10px;
	border: solid 1px #fff;
	border-radius: 10px;
	opacity: 0.6;
	font-family: "微軟正黑體", "Arial Unicode MS";
	font-size: 1.05em;
	font-weight: bold;
}
#menu ul li a:hover {
	color: #000;
	background-color: #FFF;
	border: 1px solid #F90;
	border-radius: 10px;
	opacity: 1;
	font-size: 1.1em;
	font-weight: bold;
	transition: 0.3s;
	
}

ul li a {
	color: #E64A11;
	font-family: "微軟正黑體", "Arial Unicode MS";
	font-size: 1.2em;
	font-weight: bold;
}

section dl dt {
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #930;
	padding-left: 10px;
	margin-top: 15px;
}

article section dl dd {
	margin-left: 60px;
	margin-bottom: 5px;
	margin-top: 5px;
	text-indent: -47;
}
article h2 {
	font-size: 1.2em;
}

.dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

.navbar-inner {
  text-align:center;
}
