/* CSS Document */

@charset "utf-8";
* {
	margin: 0px auto;
	padding: 0px;
}


body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-attachment : fixed;
}

.foottext{
	font-size: 9pt;
	color: #000000;
	font-family: "新細明體";
	line-height: 9pt;
}

.titletext{
	font-size: 16pt;
	color: #993300;
	font-family: "新細明體";
	line-height: 24px;
	font-weight:bold;
	
}


.style3{
	font-size: 12pt;
	color: #000000;
	font-family: "新細明體";
	line-height: 22px;
}

.style_menu{
	font-size: 9pt;
	color: #000000;
	font-family: "新細明體";
	line-height: 22px;
}

.style_money{
	font-size: 10pt;
	color: #000000;
	font-family: "新細明體";
	line-height: 22px;
}


.line{
	font-size: 16px;
	color: #FF9900;
	font-family: "新細明體";
	line-height: 20px;
}

.memo{
	font-size: 12pt;
	color: #993300;
	font-family: "新細明體";
	line-height: 24px;
}

	a img {
		border: none;
	}
	#big_pic {
		position: relative;
		width: 570px;
		height: 380px;
	}
	#big_pic a.ad {
		position: absolute;	/* 讓圖片疊在一起 */
	}
	#big_pic .control {
		position: absolute;
		right: 10px;
		bottom: 10px;
	}
	#big_pic .control a {
		display: inline-block;
		padding: 3px;
		margin: 0 3px;
		width: 16px;
		color: #fff;
		background: #000;
		text-align: center;
		font-size: 16px;
		text-decoration: none;
	}
	#big_pic .control a.on {
		font-weight: bold;
		color: #f00;
	}
