@charset "utf-8";
/* CSS Document */

/* ========== 首頁選單 ========== */
#nav {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: -30px;
	width: 280px;
	padding-right: 10px;
	padding-left: 10px;
}
#nav ul li{
	display:block;
	float:left;
	width:73px;
	height:73px;
	text-align:center;
	margin-bottom:13px;
	list-style-type:none;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}
#nav ul li a, #nav ul li a:hover{
	text-decoration:none;
	color:#42a6e3;
	cursor:pointer;
}
#nav ul li.setting{ background:url(images/icon-setting.png) center top no-repeat;}
#nav ul li.intro{background:url(images/icon-intro.png) center top no-repeat;}
#nav ul li.service{background:url(images/icon-service.png) center top no-repeat;}
#nav ul li.contact{background:url(images/icon-contact.png) center top no-repeat;}
#nav ul li.product {
	background-image: url(images/icon-products.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#nav ul li.rss {
	background-image: url(images/icon-rss.png);
	background-repeat: no-repeat;
	background-position: center top;
}

div.indexicon-txt{
	color:#414141;
	font-size:75%;
	padding-top:52px;
	clear:both;
}




/* ========== 內頁選單 ========== */
#con-nav {
	width:280px;
	height:48px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	margin-top: -16px;
}
#con-nav ul li{
	display:block;
	float:left;
	text-indent: -10000px;
	text-align:center;
	list-style-type:none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px;
}
#con-nav ul li a,#con-nav ul li a:hover{
	text-decoration:none;
	border:none;
	cursor:pointer;
	float: right;
}
#con-nav ul li.facebook{ width:36px; height:36px; background:url(images/fb.png) 0 0 no-repeat;}
#con-nav ul li.plurk{ width:36px; height:36px; background:url(images/plurk.png) 0 0 no-repeat;}
#con-nav ul li.twitter{ width:36px; height:36px; background:url(images/twitter.png) 0 0 no-repeat;}
#con-nav ul li.microblog{ width:36px; height:36px; background:url(images/weibo.png) 0 0 no-repeat;}
#con-nav ul li.backhome{ width:92px; height:40px; background:url(images/content-nav-home.png) 0 0 no-repeat;}
#con-nav ul li.rss {
	width:45px;
	height:45px;
	background-image: url(images/icon_co_rss.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
}
