@charset "utf-8";
/* CSS Document */

/* 內容區塊
****************************************************************************************************/
#content_main {
	width:706px; /*766 -(30*2) =706px*/
	margin:0;
	padding:30px;
}

/* 選單區塊 & 樣式
****************************************************************************************************/
#content_menu {
	float:left;
	display:inline;
	margin-bottom:30px;
}
#content_menu ul {
	list-style:none;
}
#content_menu li {
	float:left;
}
#content_menu a {
	display:block;
	height:120px;
	background-repeat:no-repeat;
}
li#mail a {
	width:118px;
	background-image:url(../contacts/images/mail.png);
}
li#mail a:hover {
	background-image:url(../contacts/images/mail_over.png);
}
li#msn a {
	width:100px;
	background-image:url(../contacts/images/msn.png);
}
li#msn a:hover {
	background-image:url(../contacts/images/msn_over.png);
}
li#map a {
	width:132px;
	background-image:url(../contacts/images/map.png);
}
li#map a:hover {
	background-image:url(../contacts/images/map_over.png);
}
/* 描述區塊 & 樣式
****************************************************************************************************/
#content_desc {
	float:left;
	display:inline;
	margin-left:30px;
	text-align:left;
	line-height:24px;
}
#content_desc ul {
	list-style:none;
}
#content_desc ul li a {
	color:#666;
}
#content_desc ul li a:hover {
	text-decoration:none;
}
#content_desc span {
	margin-right:12px;
	color:#1b7be5;
}

/* 框架區塊
****************************************************************************************************/
#content_iframe {
	clear:both;
	margin:0 auto;
	width:706px;
	height:600px;
	text-align:center;
	border:none;
}
