﻿@charset "utf-8";
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.uperbar {
	font-family: "新細明體", Arial;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
.lowbar {
	font-family: "新細明體", Arial;
	font-size: 12px;
	color: #333333;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#FFFFFF', endColorStr='#efefef', gradientType='0');
	text-align: center;
}
.accordion {
	width: 680px;
	border-bottom: solid 1px #c4c4c4;
	margin:0 auto;
	position:relative;
}
.accordion h3 {
	background: #FFFFAC url(images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.accordion h3:hover {
	background-color: #FFFFD7;
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion p {
	background: #FEFFE6;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}
a:link {
	font-family: "新細明體", Arial;
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	font-family: "新細明體", Arial;
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}

a:hover {
	font-family: "新細明體", Arial;
	font-size: 12px;
	color: #FF3300;
	text-decoration: underline;
}
a:active {
	font-family: "新細明體", Arial;
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}
img {
	border: none;
}
.m_t{
	font-size: 18px;
	font-weight: bolder;
	font-family: Arial, "新細明體";
	color: #FF3300;
	word-spacing: normal;
	letter-spacing: 3pt;
}

.m_d{
	margin: 0, auto;
	width:300px;
	font-family: Arial,"新細明體";
	font-size: 12px;
	color: #000000;
	}
.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu li {
	float: left;
	position: relative;
	width: 350 px;
	height: 250px;
}

.menu span{
	width: 350px;
	height: 250px;
	display: block;
	position: absolute;
	top:  0px;
	left: 0px;
	background: url(images/glossy-gradient.png) no-repeat;
	text-decoration: none;
}

