﻿@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img {
	vertical-align: -45%;
	border:7px solid #FFFFFF;
}

span img { border-width: 0px;}

a { color: #0436e1;}
a:hover { color: #4486ff;}
a:visited { color: #e33000;}

#outer {
	width: 100%;
	background-image: url(images/bg.png); /*整頁的主背景*/
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
	color: #FFFFFF;
    line-height: 1.8em;
	font-family: Verdana, "微軟正黑體", sans-serif;
	font-size: 17px;
}

#outer #weapper {
	width:1000px;
	margin-right: auto;
	margin-left: auto;
}

#outer #weapper #header {
	height: 570px;
	width: 1000px;
	/*background:url(images/header.png) no-repeat top center;*/
	position: relative;
}

#logo {
	display: block;	
	width: 150px;
	height: 115px;
	position: absolute;
	top: -10px;
	left: -60px;	
}

#logo a {
	display: block;	
	height: 115px;
}

#outer #weapper #content {
	width: 800px;
	visibility: inherit;
    background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
	background-position: top;
	padding: 20px 100px 0px 100px;
}

#outer #weapper #notice {
	width: 830px;
	visibility: inherit;
	font-size:14px;
	line-height: 1.8em;
}

.notice {
	color: #ffe92b;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
}

.width {
	font-weight: bold;
}

.note {
	padding: 10px 15px;
	background-color: #efefef;
	border:1px dashed #09F;
	font-size: 15px;
	color: #002aa2;
}

.run{
	width :598px;
	height: 232px;
	position: absolute;
	top: 125px;
	left: 200px;
	z-index: 3;
}

.title01{
	width :250px;
	height: 70px;
	position: absolute;
	top: 500px;
	left: 375px;
}