/* CSS Document */
@charset "utf-8";
/*外框陰影*/
#shadow {
	background-image: url(../images/body_box.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
}

/*外框*/
#wrapper {
	width: 980px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	background-position: left top;
}
/*頭部*/
#header {
	height: 102px;
	width: 100%;
	position: relative;
	background-image: url(../defalut_image_web/head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/*外框*/
#containerAll {
	width: 100%;
	position: relative;
	/*background-image: url(../images/container_bg.png);*/
	background-repeat: no-repeat;
	background-position: left top;
}
#containerAll #container1 {
	display: inline;
	/*float: right;*/
	float:left;
	height: 264px;
	width: 285px;
}
#containerAll #container1 #container1_L{
	display: inline;
	/*float: right;*/
	float:left;
	height: 264px;
	width: 285px;
}
#containerAll #container1 #container1_M_1{
	float:inherit;	
	height: 132px;
	width: 433px;
	left:285px;
	top:0px;
	position: relative;
}
#containerAll #container1 #container1_M_2{
	
	/*float: right;*/	
	float:none;
	height: 132px;
	width: 433px;
	
}
.img_border_style{
	border-style:solid;
	border-color:#C4C4C4;
	border-width:thin;
}

.foot_style{
	font-family:"微軟正黑體";
	font-size: 14px;
	color:#000000;
}
.head_style{
	font-family:"微軟正黑體";
	font-size:12px;
}
.head_menu_style{
	font-family:"微軟正黑體";
	font-size:12px;	
	/*background:url(../defalut_web_images/head_menu.gif) no-repeat;*/
}
.head_menu_link_style{
	font-family: "微軟正黑體";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.head_menu_link_style:hover{
	font-family:"微軟正黑體";
	font-size:12px;	
	color:#FF0000;
	text-decoration:underline;
}
.left_ad_link_style{
	font-size:12px;
	color:#2172AA;
	line-height:15px;
	text-decoration:none;
}
