﻿@charset "utf-8";
/*載入其他方塊設定*/
@import url(menu.css);/*網頁左方,直式選單*/
/*@import url(other.css);*/
@import url(font.css);
/*@import url(table.css);*/
@import url(img.css);
@import url(form.css);

body {
	margin-left: 3px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	color: #fff;
	font-size: 100%;
}

#top {
	margin: 0;
	font-size: 90%;
	color: #FFF;	
}

#footer {
	font-size: 80%;
	text-align: center;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #FFF;
}

a:hover {
	text-decoration: none;
	color: #F00;
}


#page {
	margin-top: 0;
	margin-left: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	font-size: 100%;
}

.page_header{
	font-size: 150%;
	font-weight: bold;
	text-align: center;	
}

.page_header_left{
	font-size: 150%;
	font-weight: bold;
	text-align: left;
	
}

.page_funl {
	float: left;
	text-align: left;
}

.page_funr {
	float: right;
	text-align: right;
}