@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}
#box {
	position: relative;
	left: 50%;
	margin-left: -494px; /* 760 除以 -2 */
	width: 998px;
	border: 1px solid #666666;
}
#top_banner {
	border: 1px solid #CCCCCC;
}
/*
#main {
	border: 1px solid #CCCCCC;
}
*/

.home_tb_1px {
	border: 1px solid #CCCCCC;
}
.index_h4_w {/* 頁尾設定 */
	font-family: "新細明體";
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 30px;
}
/*----------------------------------------------------------------------------*/

a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
	text-decoration: underline;
}
a:active {
	color: #0099FF;
	text-decoration: none;
}
