﻿body {
	padding: 0px;
	margin: 0px;
	background: #000000 url(images/top.png) no-repeat center top;
}

img {
	border: none;
}

#logo {
	height: 280px;
	margin: 0px auto;
	width: 900px;
}

#store {
	width: 900px;
	height: 230px;
	margin-top: 140px;
	margin-right: auto;
	margin-left: auto;
}

.store1 {
	float: left;
	width: 450px;
}

.store2 {
	float: right;
	width: 450px;
}

.store1 .title {
	background: #000000 url(images/title1.png) no-repeat center center;
}

.store2 .title {
	background: #000000 url(images/title2.png) no-repeat center center;
}

.title {
	width: 390px;
	height: 50px;
	border-bottom: 1px solid #a5a5a5;
	padding: 0px;
	margin: 0px 30px;
	color: #FFFFFF;
	font-family: "標楷體", "新細明體", "Times New Roman";
	font-size: 28px;
	line-height: 2.2em;
	font-weight: bold;
	text-align: center;
}

.content {
	width: 390px;
	border-top: 1px solid #FFFFFF;
	padding: 10px 0px 20px;
	margin: 0px 30px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	letter-spacing: 1px;
}

.content a:link,
.content a:visited,
.content a:active {
	color: #FF6600;
	text-decoration: none;
	font-size: 13px;
}

.content a:hover {
	color: #33CCFF;
	text-decoration: underline;
}

#message {
	width: 100%;
	background: #000000 url(images/footer.jpg) no-repeat center top;
	border-top: 1px solid #929292;
	margin: 0px auto;
}

.message_content {
	width: 900px;
	height: 60px;
	margin: 0px auto;
	text-align: center;
	font-size: 12px;
	line-height: 1.5em;
	color: #CCCCCC;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 20px 0px 0px;
}

/* dock - top */
.dock {
	position: relative;
	text-align: center;
}
.dock-container {
	position: absolute;
	padding-left: 20px;
}
a.dock-item {
	display: block;
	color: #FFFFFF;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.dock-item img {
	border: none;
	width: 100%;
}
.dock-item span {
	display: none;
	text-align: center;
}
