@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Roboto:300);
@import url("reset.css");
/* CSS Document */

/* 網站基本設定
---------------------------------------------*/
html,body
{
  height: 100%;
  padding:0;
  margin:0;
}
#input{ padding-top:2px;}
body {
	color: #f5f5f5;
	font-family: "微軟正黑體","Open Sans", Helvetica, Arial, sans-serif;
	font-size: 75%;
	background-color: #FFF;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;*/
	text-align:justify; /*文章齊頭齊尾*/
	text-justify:inter-ideograph;/*文章齊頭齊尾*/
}
a {
	color: #999999;
	padding:5px;
	}
a:hover {
	color: #333333;
	}
img {	
	vertical-align: top;
    display: block;
}
.clean-float {
	clear: both;
}

#footer{
	position: fixed;
	bottom: 0;
	width: 100%;
	/*min-width:1000px;*/
	background-color: #333;
	z-index: 10;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFF;
	}
.footerContent{
display: table;
width: 960px;
margin: 15px auto;
font-size: 13px;
color: #fff;
text-align: center;
	}
