﻿@charset "utf-8";
/* CSS Document */

body { margin: 0px;}
img{ border:0;}
a{ text-decoration:none;}

p{color: #FFFFFF;}

.outer {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
}
.wrapper {
	display: block;
	width: 1180px;
	height: 640px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}


.logo{
	position: absolute;
	left: 97px;
	top:20px;
}

.logo a{
	display: block;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	width: 161px;
	height: 40px;
	
}

.content_ALL{
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	display: block;
	float: left;
	background-color: #000000;
	padding-bottom: 15px;
}
.content{
	width: 1000px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
	font-family: "微軟正黑體";
	font-size: 15px;
	line-height: 25px;
    background-color: #112341;
	background-color: #000000;
	border-radius: 12px;
	background-position: center top;
	padding-top: 0px;
	padding-bottom: 65px;
    box-shadow: inset 0px 0px 13px 0px rgba(28,103,227,0.75);
	position: relative;
}


.bold_1{
	font-weight:bold;
	font-family: Gotham, "Helvetica Neue", "微軟正黑體", Helvetica, Arial, sans-serif;
	font-size: 24px;
}
.bold_2{
	font-weight:bold;
	font-family: Gotham, "Helvetica Neue", "微軟正黑體", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #91daff;
}
.BOX1{
	border: 1px dashed #001A94;
}

.note{
	width: 1057px;
	font-family: Gotham, "Helvetica Neue", "微軟正黑體", Helvetica, Arial, sans-serif;
	color: #00aaff;
	font-size: 14px;
	line-height: 25px;
	float: left;
	padding-top: 25px;
}


/*----------轉轉樂按鈕------------*/

.AAA_button{
	display: block;
	width: 382px;
	height: 71px;
	margin-right: auto;
	margin-left: auto;
}


/*-----------表格------------*/
.w { color: #FFF;}
.black {
	color: #333;
}

.line {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #666;
}




.el{
	width: 1057px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	
}
