﻿@charset "utf-8";
/* 基本設定 */
a:link, a:visited, a:active {
	color: #767879;
	text-decoration: none;
}
a:hover {
	color: #0c8dfc;
	text-decoration: underline;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
form {
	margin: 0;
}
img {
	BORDER-TOP-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	BORDER-BOTTOM-WIDTH: 0px;
	BORDER-RIGHT-WIDTH: 0px;
}
/*------------------------------------------外框區域-------------------------------------------*/

/* 背景090611 */
.Bg {
	background-color: #FFF;
	text-align: center;
	vertical-align:top;	
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position:center top;
}
.InL {
	background-image: url(images/InL.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.InR {
	background-image: url(images/InR.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/*------------------------------------------footer----------------------------------------*/


.footer {
	font-size: 12px;
	line-height: 18px;
	color: #424242;
	text-align: left;
	}

