@charset "utf-8";
/* CSS Document */

body {
	background-color: #E1E8F0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bgb.jpg);
	background-repeat: no-repeat;
	background-position: 0px 101px;
}
#index {
	position: relative;
	background-color: #FFFFFF;
	width: 960px;
	margin: 0 auto;
}
#header {
	position: relative;
	height: 70px;
	width: 960px;
	background-color: #E1E8F0;
}
#logo {
	position: absolute;
	height: 63px;
	width: 789px;
	left: 0px;
	top: 4px;
}

#phone {
	position: absolute;
	height: 21px;
	width: 166px;
	left: 785px;
	top: 10px;
}
#flash {
	position: absolute;
	background-color: #006666;
	width: 960px;
	top: 101px;
	z-index: 250;
}
#content {
	position: relative;
	width: 960px;
	background-color: #FFFFFF;
	text-align:center;
}
#content_a {
	position: absolute;
	width: 920px;
	left: 20px;
	top: 20px;
	height: 660px;
}
.c12 {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
}
#footer {
	position: relative;
	height: 120px;
	width: 960px;
	top: 30px;
	background-color: #FFFFFF;
}
#footer_logo {
	position: absolute;
	height: 42px;
	width: 240px;
	top: 30px;
	background-image: none;
	left: 30px;
}
#footer_address {
	position: absolute;
	top: 40px;
	right: 150px;
	height: 42px;
	width: 500px;
	letter-spacing: 1px;
}


#sonytable{border:1px solid #ccc;border-width:1px 0 0 1px;margin:2px 0 2px 0;text-align:center;border-collapse:collapse;} 
#sonytable td,th{border:1px solid #ccc;border-width:0 1px 1px 0;margin:2px 0 2px 0;text-align:left;}
#sonytable th{text-align:center;font-weight:600;background-color:#F4F4F4;}

#sonytable2{border:1px solid #fff;border-width:1px 0 0 1px;margin:2px 0 2px 0;text-align:center;border-collapse:collapse;} 
#sonytable2 td,th{border:1px solid #fff;border-width:0 1px 1px 0;margin:2px 0 2px 0;text-align:left;}
#sonytable2 th{text-align:center;font-weight:600;font-size:12px;background-color:#F4F4F4;}


#pic {
	clear: both;
	width: 1000px;
	margin-left: 10px;
	margin-top: 10px;
}
#pic div.img
{
	margin: 2px;
	border: 0px solid #dddddd;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
}	
#pic div.img img
{
  display: inline;
  margin: 7px;
  border: 1px solid #ffffff;
}
#pic div.desc
{
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  width: 220px;
  margin: 0px;
}

.button {
	border-top: 1px solid #96d1f8;
	background: #65a9d7;
	background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
	background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
	background: -moz-linear-gradient(top, #3e779d, #65a9d7);
	background: -ms-linear-gradient(top, #3e779d, #65a9d7);
	background: -o-linear-gradient(top, #3e779d, #65a9d7);
	padding: 5px 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-size: 15px;
	font-family: "微軟正黑體", "標楷體";
	text-decoration: none;
	vertical-align: middle;
   }
.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
