﻿/* CSS 版面配置 */
body {
	background: #fff url('../img/back.jpg') repeat-x ;
	font-family: 新細明體;
	margin:0;
	padding:0;
}
a {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
}
a:active {
	color: #E8E8E8;
}
a:hover {
	color: #09F;
}
img {
	border-width: 0;
}

/* 背景設定 */

.toppic {
	background-image: url('../img/top.gif');
}

.lefttoppic {
	background-image: url('../img/lefttop.GIF');
}
.leftpic {
	background-image: url('../img/left.GIF');
}
.leftdownpic {
	background-image: url('../img/leftdown.gif');
}

.righttoppic {
	background-image: url('../img/righttop.gif');
}
.rightdownpic {
	background-image: url('../img/rightdown.gif');
}
.rightpic {
	background-image: url('../img/right.gif');
}

.downpic {
	background-image: url('../img/down.gif');
	font-family: "MS Gothic";
	font-size: 10pt;
	text-align: left;
	vertical-align: bottom;
}

.bgwhite {
	background-color: white;
}

/* 字型設定 */
.defaultfont {
	font-family: 新細明體;
	font-size: 10pt;
}
.titlefont {
	font-family: "Arial Black";
	font-size: 12pt;
	font-weight: bold;
}
.menu {
	font-size: 7pt;
}
.fontsize12pt {
	font-size: 12pt;
}
.japanfontlink {
	font-family: "MS Gothic";
	font-size: 8pt;
		color: #666;
}
.mastermes02 {
	letter-spacing: 2pt;
}
.mastermes01 {
	letter-spacing: 1pt;
}

/* 文字顏色 */
.fontcolor01 {
	color: #666;
}
.fontcolor02 {
	color: #000;
}
.fontcolor03 {
	color: #09F;
}
.fontcolor04 {
	color: #F06;
}
.fontcolor05 {
	color: #C90;
}


/* 對齊設定 */
.fonttoright {
	text-align: right;
}
.fonttoleft {
	text-align: left;
}
.fonttocenter {
	text-align: center;
}
/* 有邊線設定 */
.img00 {
	border-width: 0px;
}
.img0 {
	border: 1pt solid #666666;
}
.img1 {
	border-color: #FF6600;
	border-width: 1px;
}
