@charset "utf-8";
/* CSS Document */

body {
	font-size:14px;
	line-height:1.5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color:#fff5f5;
	font-family: 細明體, Verdana, Arial, Helvetica, sans-serif;
}

input, select, textarea {
	font-size:14px;
}

.header {
	width:100%;
	height:171px;
	background:url(images/bg_head_1.jpg) no-repeat center top;
}

.header a{
	text-decoration:none;
}

.logo {
	width:900px;
	height:132px;
}

.menu {
	width:894px;
	height:39px;
}

.navigation {
	
}

.content {
	background-color:#FFFFFF;
	width:900px;
	height:600px;
}

.news {
	font-size:12px;
	line-height:1.5;
	margin:10px;
	width:300px;
}

h1{
	background:url(images/bullet_news.jpg) no-repeat left;
	margin-left:10 px;
	padding-left:15px;
	font-size:16px;
	color:#F00;
}

h2 {
	margin-left:10 px;
	padding-left:15px;
	font-size:16px;
	color:#F00;
	border-bottom:medium solid #666;
	width:300px;
}

.foot {
	font-size:14px;
	color:#F00;
	font-weight:bold;
}
