@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img {
	vertical-align: -45%;
}

td {
	/*color: #1b6300;*/
}

a { color: #005aef;}
a:hover { color: #ff6325;}
a:visited { color: #6785ff;}

#outer {
	width: 100%;
	background-image: url(images/bg.jpg); /*整頁的主背景*/
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #e4f2ff;
	color: #000000;
    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: 555px;
	width: 1000px;
	position: relative;
}

#logo {
	display: block;	
	width: 118px;
	height: 50px;
	position: absolute;
	top: 25px;
	left: 32px;	
}

#logo a {
	display: block;	
	height: 50px;
}

#content_top{
	position: absolute;
	left: 0px;
	bottom: 30px;
}

#outer #weapper #content {
	width: 840px;
	visibility: inherit;
    background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
	padding-right: 80px;
	padding-left: 80px;
	margin-top: -47px;
}

#outer #weapper #content_bottom {
	width:1000px;
	position: relative;
	background: url(images/content_bg.png) bottom left repeat-y;
}

#outer #weapper #notice {
	width: 800px;
	visibility: inherit;
	font-size:14px;
	line-height: 1.8em;
	margin-left: 80px;
	margin-right: 80px;
}

.but_casual {
	width: 100%;
	padding: 40px 0px 10px 0px;
}

.but_align {
    margin: 0 auto;	
	width: 244px;
}

.but_casual .go1 a {
	display: block;
	float: left;
	width: 122px;
	height: 41px;
	background-image: url(images/go_01.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0 auto;
}

.but_casual .go1 a:hover {
	background-position: 0px -41px;
}

.but_casual .go2 a {
	display: block;
	float: left;
	width: 122px;
	height: 41px;
	background-image: url(images/go_02.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0 auto; 
}

.but_casual .go2 a:hover {
	background-position: 0px -41px;
}


.red { color: #ff2f0d; }

.notice {
	color: #ff2f0d;
	font-size: 14px;
	line-height: 1.5em;
}

.title {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #ff0054;
}

.bold {
	font-weight: bold;
}

.clear {
	clear: both;
}
