@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff url(images/bg.jpg) no-repeat 50% 0 fixed;
	color: #013365;
}
.content {
	font-family: "Arial", "新細明體", "細明體";
	color:#003366;
	font-size:12px;
	line-height:1.6em;
	text-align:left;
	
}

.contentzone {
	font-family: "Arial", "新細明體", "細明體";
	color:#003366;
	font-size:12px;
	line-height:1.6em;
	text-align:left;
	table-layout: fixed;
	word-wrap: break-word;
	word-break: normal;
	text-align:justify;
    text-justify:inter-ideograph;
}

.contentRedzone {
	font-family: "Arial", "新細明體", "細明體";
	color:#CC0000;
	font-size:12px;
	line-height:1.4em;
	text-align:left;
	table-layout: fixed;
	word-wrap: break-word;
	word-break: normal;
	text-align:justify;
    text-justify:inter-ideograph;
}

.contentB {
	font-family: "Arial", "新細明體", "細明體";
	font-weight:bold;
	color:#003366;
	font-size:12px;
	line-height:1.6em;
	text-align:left;
	
}
.contentCopzone {
	font-family: "Arial", "新細明體", "細明體";
	color:#003366;
	font-size:10px;
	line-height:1.2em;
	text-align:left;
	text-align:left;
	table-layout: fixed;
	word-wrap: break-word;
	word-break: normal;
	text-align:justify;
    text-justify:inter-ideograph;
	
}

	
.contentCop {
	font-family: "Arial", "新細明體", "細明體";
	color:#003366;
	font-size:10px;
	line-height:1.2em;
	text-align:left;
	
}

.bor {
	border-width:1px;
	border:solid;
	border-color:#33CCFF;
}

#footer {
	font-family: "Arial", "新細明體", "細明體";
	margin: 0 0 1em;
	font-size: 86%;
	text-align: center;
}
.goodsPic {
	border-style:solid;
	border-width:1px;	

	border-color:#0099FF;
}

a:link,a:visited,a:active{color:#009CE1;}
a:hover {color:#009CE1; text-decoration:none;}


