﻿@charset "utf-8";
/* CSS Document */

@import url("reset.css");
body{ background-color:#000000;}

#WRAPPER{ width:1000px; margin:0 auto; padding:0 10px;}

/*----頁首-----*/
#HEADER {
	background-color:#000000;
	background-image: url(/images091211/index_head.jpg);
	height: 283px;
}

/*----側選單----*/
#SUB_A{
	width:213px;
	height: 1243px;
	background-image: url(/images091211/index_left.jpg);
	float: left;
}

#SUB_A p{ font-size:12px; padding:7px 20px; line-height:16px;}

#SUB_A a:hover{ background-color:#999999; font-size:12px; text-decoration:none;}

/*----側選單----*/
#SUB_B{
	float:right;
	width:214px;
	height: 1243px;
	background-image: url(/images091211/index_right.jpg);
	margin: 0px;
	padding: 0px;
}

#SUB_B p{ font-size:12px; padding:7px 10px 7px 30px; line-height:16px;}

#SUB_B a:hover{ background-color:#999999; font-size:12px; text-decoration:none;}

/*----內容-----*/
#CONTENT{
	background-color:#000000;
	_height:1%;
	background-image: url(/images091211/index_mid.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	width: 573px;
	position: absolute;
	margin-left: 213px;
}

#CONTENT p{ font-size:12px; padding:10px 20px; line-height:20px;}

/*----頁尾-----*/
#FOOTER {
	background-color:#000000;
	clear:both;
	_width:100%;
	background-image: url(/images091211/index_foot.jpg);
	height: 137px;
}

#FOOTER h2{ font-size:12px; font-family:Arial; color:#FFFFFF; line-height:50px;  text-indent:-99999px;}
