@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

table { color: #000; font-size: 15px;}

img {
	vertical-align: -45%;
}

a { color: #11aeff;}
a:hover { color: #ffc42b;}
a:visited { color: #e33000;}

#outer {
	width: 100%;
	background-image: url(images/all_bg.jpg); /*整頁的主背景*/
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #b10500;
	color: #FFF;
    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 {
	background-image: url(images/bg.jpg);
	height: 470px;
	width: 1000px;
	position: relative;
}

#outer #weapper #header #menu {
	width: 100%;
	background-image: url(images/link_bg.png);
	width: 1000px;
	height: 174px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#logo {
	display: block;	
	width: 100px;
	height: 50px;
	position: absolute;
	top: 0px;
	left: 20px;	
}

#logo a {
	display: block;	
	height: 50px;
}

#title {
	display: block;	
	width: 260px;
	height: 90px;
	position: absolute;
	top: 470px;
	left: 370px;	
}

#outer #weapper #content {
	width: 840px;
	visibility: inherit;
    background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
	padding: 0px 80px 20px 80px;
}

#outer #weapper #notice {
	width: 830px;
	visibility: inherit;
	font-size:14px;
	line-height: 1.8em;
}

.red {
	color: #ff2f0d;
}

.notice {
	color: #ff2f0d;
	font-size: 14px;
	line-height: 1.5em;
}

.width {
	font-weight: bold;
}

.title {
	font-size: 17px;
	line-height: 24px;
	font-weight: bold;
	color: #fff7a9;
}

.note {
	padding: 10px 15px;
	background-color: #efefef;
	border:1px dashed #09F;
	font-size: 15px;
	color: #002aa2;
}

.but01 {
	display: block;
	width: 188px;
	height: 60px;
    position: absolute;
	bottom: 50px;
	left: 133px;
}

.but01 a {
	display: block;
	width: 188px;
	height: 60px;
	background-image: url(images/but01.png);
	background-repeat: no-repeat;
	background-position: top left;  
}

.but01 a:hover {
	background-position: 0px -60px;
}

.but02 {
	display: block;
	width: 112px;
	height: 60px;
    position: absolute;
	bottom: 50px;
	left: 329px;
}

.but02 a {
	display: block;
	width: 112px;
	height: 60px;
	background-image: url(images/but02.png);
	background-repeat: no-repeat;
	background-position: top left;  
}

.but02 a:hover {
	background-position: 0px -60px;
}

.but03 {
	display: block;
	width: 160px;
	height: 60px;
    position: absolute;
	bottom: 50px;
	left: 448px;
}

.but03 a {
	display: block;
	width: 160px;
	height: 60px;
	background-image: url(images/but03.png);
	background-repeat: no-repeat;
	background-position: top left;  
}

.but03 a:hover {
	background-position: 0px -60px;
}

.but04 {
	display: block;
	width: 186px;
	height: 60px;
    position: absolute;
	bottom: 50px;
	left: 616px;
}

.but04 a {
	display: block;
	width: 186px;
	height: 60px;
	background-image: url(images/but04.png);
	background-repeat: no-repeat;
	background-position: top left;  
}

.but04 a:hover {
	background-position: 0px -60px;
}

.but05 {
	display: block;
	width: 61px;
	height: 60px;
    position: absolute;
	bottom: 50px;
	left: 810px;
}

.but05 a {
	display: block;
	width: 61px;
	height: 60px;
	background-image: url(images/but05.png);
	background-repeat: no-repeat;
	background-position: top left;  
}

.but05 a:hover {
	background-position: 0px -60px;
}

.but_casual {
	width: 100%;
	padding: 30px 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;
}

.clear {
	clear: both;
}