@charset "utf-8";
/**/
@import url(reset.css);
/*--Layout Setting Start--*/
body {
	/*background: url(../images/body.png) repeat;*/
	background: #F8F8F8;
	margin: 0 auto;
	padding: 0;
	line-height: 180%;
	letter-spacing: 0.05em;
	/*font-size: 10px;*/
	font-size:62.5%;
	font-family:"Times New Roman", Times, serif;
}
.left {
	float: left !important;
}
.right {
	float: right !important;
}
/*--position & layout width setting--*/
.wrap {
	margin: 0 auto;
	padding: 0;
	position: relative;
	font: Arial, Helvetica, sans-serif;
	width: 1000px;
	color: #000;
	background: #FFF;
}
/*--共用區--*/
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #1482c2;
}
img {
	border: none;
}
em {
	font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
}
h2 {
	font-size: 3em;
	line-height: 130%;
	font-weight: normal;
	
	text-align: left;
}
h3 {
	font-size: 1.5em;
	line-height: 130%;
	font-family: "Times New Roman", Times, serif;
}
.Date {
	font-family: "Times New Roman",Georgia, Times, serif;
	font-size: 1.2em;
	margin: 0 0 5px;
}
.accesskey {
	position: absolute;
}
.accesskey a {
	text-decoration: none;
	color: #fff;
}
input, select, textarea {
	margin: 0 5px 0 0;
	vertical-align: top;
	font-size: inherit;
	border-style: solid;
	border-width: 1px;
	border-color: #b9ac98;
	
}
select {
	height: 1.8em;
}
input[type="radio"], input[type="chechbox"] {
	vertical-align: middle;
	margin: 0 3px 0 0;
}
input[type="text"], input[type="password"], input.text {
	border-style: solid;
	border-width: 1px;
	border-color: #b9ac98;
	height: 1.2em;
	padding: 4px 5px;
	margin: 0;
	width: 240px;
	border-radius: 4px;
}
input[type="text"]:focus, input[type="password"]:focus, input.text:focus, textarea:focus {
	border-color: #00b4ff;
	background-color: #f6fcff;
	outline: none;
}
textarea {
	border-style: solid;
	border-width: 1px;
	border-color: #b9ac98;
	line-height: 140%;
	margin: 0;
	vertical-align: top;
	width: 240px;
	border-radius: 4px;
	padding:15px;
}
input.button, input[type="submit"], input[type="button"], input[type="reset"] {
	height: 1.8em;
	margin: 0 3px 0 0;
	cursor: pointer;
	border: none;
}
/*--footer--*/
.footer {
	clear:both;
	position: relative;
	font-size: 12px;
	color: #fff;
	width:100%;
	height:50px;
	padding: 15px 0px 15px 0px;
	background: #000 url(../images/footer_logo.png) no-repeat center 15px;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	color: #FF0;
}
.footer p {
	line-height: 160%;
	position:absolute;
	top:36px;
	left:50%;
	margin-left:-400px;
}
.footer .copyright {
	margin: 0 0 6px;
	position:absolute;
	left:50%;
	margin-left:-400px;
}
.footer .copyright ul li {
	display: inline;
	margin: 0 2px;
	padding: 0 4px 0 10px;
	background: url(../images/copyright_-li.png) no-repeat 0 center;
}
.footer .copyright ul li:first-child {
	margin-left: 0;
	padding-left: 0;
	background: none;
}
.footer .logo {
	position: absolute;
	top: 20px;
	left:50px;
}

.footer .aaa {
	position: absolute;
	top: 20px;
	right:50px;
}
.main{
	margin:0px 15px;
	
	}
