body,div,td {
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 1.8em;
	color: #777777;
}

img {
	border: 0;
}

a {
	text-decoration: none;	
	color:			#4A4A4A;
}

a:hover {
	text-decoration: underline;	
	color:			#cc0000;
}

input.txt, textarea.txt {
	font-size:			1em;
	border:				1px #aaa solid;
	border-top:			1px #888 solid;
	padding:			2px 3px 2px 3px;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;	
}

input.btn {
	font-size:			1em;
	padding:			2px 0px 0 0px;
	color:				#575757;
}

*html input.btn {
	font-size:			12px;
	line-height:		10px;
	padding:			4px 0px 1px 0px;
}

select.txt, select.date {
	border:				1px #aaa solid;
	border-bottom:		1px #888 solid;
	font-size:			1em;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	color: #ea9c08;
	font-size: 16px;
}

.end {
	font-size: 0;
	clear: both;
}

.product_td {
	text-align: center;
	padding: 0 20px 0 0;
	*padding: 0 15px 0 0;
}

.page_no {
	text-align: center;
}

.photo {/*原始250x160*/
	width: 246px;
	height: 158px;
	border: 1px solid #9c9c9c;
	text-align: right;
	padding: 2px 4px 0 0;
}

.error {
	color: #ee0000;
}

/* 版面設定 */

body {
	background: url(../images/body_bg.gif) repeat-x;
}

#header, #index, #foot {
	width: 774px;
	margin: 0 auto 0 auto;
}

#header {
}

#index {
	background-image: url(../images/index_bg.gif);
}

#sider {
	width: 189px;
	float: left;
}

#menu_left {
	padding: 0 0 0 40px;
	font-size: 15px;
}

#contents {
	width: 584px;
	float: right;
	border-left: 1px solid #dfdfdf;
	margin: 0 0 0px 0;
}

#content {
	padding: 0px 30px 10px 20px;
}

#foot {
	background: url(../images/foot_bg.jpg) right no-repeat;
	height: 56px;
}

address {
	font-style: normal;
	font-size: 12px;
	padding: 0;
	margin: 0;
}