@charset "utf-8";
/* CSS Document */
html,
				body{
					height: 100%;
					margin:0;
					padding:0;
					width:980px;/*控制頁面寬度*/
					margin: 0 auto;/*margin的值控制居中*/
					background-color: #EEEEEE;
				}
				#container {
					min-height: 100%;
					height: auto !important;
					height: 100%;
					margin: 0 auto -60px;/*margin-bottom的負值等於footer高度*/
					background-color:#FFF;
					font-family:Calibri;
				}
				.push,
				#footer {
					height:60px;
					clear:both;
					
				}
				
/* logo */
#logo {
	height:80px;
	width:527px;
	float:left;
}
/* end logo */
/* menu */
#menu {
	float: left;
}
* {
	margin: 0;
	padding: 0;
	outline: none;	
}

ul {
	list-style: none;	
}

#navigation {
	margin: 10px 0;
	font: bold 12px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #444;
	padding-left: 570px;
	padding-top: 25px;
}

#navigation:after {
	clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

#navigation ul {	
	float: left;
	border-radius: 100px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);
    overflow: hidden;
}

#navigation li {
	float: left;
	border-style: solid; 
	border-width: 1px;
    border-color: #BABABA #BABABA #BABABA #FFF;
	box-shadow: 0 1px rgba(255,255,255,1) inset;
	-webkit-box-shadow: 0 1px rgba(255,255,255,1) inset;
	background: #F7F7F7; /* Old browsers */
	background: -moz-linear-gradient(top, #F7F7F7 0%, #EDEDED 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F7F7F7), color-stop(100%,#EDEDED)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #F7F7F7 0%,#EDEDED 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #F7F7F7 0%,#EDEDED 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #F7F7F7 0%,#EDEDED 100%); /* IE10+ */
	background: linear-gradient(top, #F7F7F7 0%,#EDEDED 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F7F7F7', endColorstr='#EDEDED',GradientType=0 ); /* IE6-9 */	
}

#navigation li:hover, #navigation li.current {
	box-shadow: 0 1px rgba(255,255,255,0.2) inset;
	-webkit-box-shadow: 0 1px rgba(255,255,255,0.2) inset;
	border-color: #262626 !important;
	background: #4D4D4D; /* Old browsers */
	background: -moz-linear-gradient(top, #4D4D4D 0%, #262626 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4D4D4D), color-stop(100%,#262626)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4D4D4D 0%,#262626 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4D4D4D 0%,#262626 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4D4D4D 0%,#262626 100%); /* IE10+ */
	background: linear-gradient(top, #4D4D4D 0%,#262626 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4D4D4D', endColorstr='#262626',GradientType=0 ); /* IE6-9 */
}

#navigation a {
	display: block;
	padding: 10px 15px;
	color: #444;
	text-decoration: none;
	text-shadow: 0 1px #FFF;
}

#navigation a:hover, #navigation li.current a {
	color: #FFF;
	text-shadow: 0 1px #000;
}

#navigation li:first-child {
	border-left-color: #BABABA;
	border-radius: 100px 0 0 100px;
}

#navigation li:last-child {
	border-radius: 0 100px 100px 0;
}
/* end menu */

				/*==========div效果==========*/
				#header {
	padding: 10px;
	background: #FFF;
				}
				#content{
	width: 100%;
	float: left;
	background: #FFF;
				}
				/* container */
				#content {
	margin-top: 10px;
	}
#content div img {margin-bottom:20px;}
#content div p {
	font-size: 20px;
	margin-top:10px;
}
/* end container */


#footer {
	font-family: Calibri;
	background: #333;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	line-height: 60px;
				}
				

.h_title {
	margin-bottom: 50px;
	width: 980px;
}
.h_title .left_title {
	position: relative;
	float: left;
	padding-left: 30px;
	margin: 0 60px 0 -4px;
	max-width: 960px;
	background: url("image/h_line.png") no-repeat left 0;
}

.left_title h1 {
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #31302e;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  font-family: 'OpenSans';
}

.left_title span {
  position: absolute;
  right: -40px; top: 0;
  height: 40px;
  width: 40px;
  background: url("image/h_line.png") no-repeat right 0;
}

.right_title {
  display: block;
  padding-right: 40px;
  background: url("image/h_line_span.png") no-repeat right 0;
  white-space: nowrap;
  overflow: hidden;
}

.right_title span {
  display: block;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
}
.cont1{
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 0 5px;
}
.cont2{
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0 0 15px;
}
.cont3{
	margin: 0 0 0 15px;
}
.titlediv{ padding-left:15px; line-height:25px;}
.titlediv1{ padding-left:15px; padding-top:30px; width:237px; height:auto; float:left;}
.titlediv2{ padding-left:30px; padding-top:30px; width:633px; height:auto; float:left;}