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

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

td { padding:5px; color:#341e11;}

img {
	vertical-align: -45%;
}

p { padding-bottom: 5px;}

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: #4d0c89;
	color: #341e11;
    line-height: 1.8em;
	font-family: Verdana, "微軟正黑體", sans-serif;
	font-size: 1em;
}

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

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

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

#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: 0px;
	padding: 10px 150px 0px 150px;
}

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

.title {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #6b00c5;
}

.width {
	font-weight: bold;
}

.pink { color:#ff3a89;}
.yellow { color:#ffec17;}
.red{ color:#e11010;}

.note {
	padding: 10px 15px;
	background-color: #ffffff;
	border:1px dashed #aaa;
	font-size: 15px;
	color: #341e11;
}

.h_txt{
	width: 780px;
	color: #81002b;
	font-weight:bold;
	font-size: 20px;
	line-height: 1.8em;
}

.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;
}


@media screen and (max-width: 1000px) {
#outer {
	font-size: 1.8em;
}
}