@charset "utf-8";

/*
 Program: Everywhere Net Cenetr
 URL:    www.everywhere.com.tw
 E-Mail: everywhere@everywhere.com.tw
 Date:   Dec 2007
---------------------------------------------------- */


/* 整體結構
---------------------------------------------------- */
*{
    margin: 0;
    padding: 0;
}

body {  
	font-family:Arial, Helvetica, sans-serif;
    font-size: 63%;
    color: #464646;
	text-align:center;
	background-image:url(../_ind_img/bg.jpg);
	background-repeat:repeat-x;
	background-color:#fffce7;
}

#wrapper {
	height: auto;
	width: 960px;
	margin: 0 auto;
	padding:0;
	text-align: left;
	font-size:1.2em;
	line-height:1.5;
	border-left: none;
	border-right: none;
}

html>body #wrapper {
	height: auto;
}

/* 連結
---------------------------------------------------------------------------------------- */
a:visited, a:link {
  color: #464646;
  text-decoration: none;
}

a:hover {
  color: #464646;
  text-decoration: underline;
}

/* 內容
---------------------------------------------------- */
#topline {
    width:960px;
	height:2px;
}

#header {
    width:960px;
	height:86px;
	background-image:url(../_ind_img/bg_header.gif);
	background-repeat:repeat-x;
}

#header h1 a{
    width:380px;
	height:86px;
	background-image:url(../_ind_img/logo.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	display:block;
	float:left;
}

#header #topnav {
    width:260px;
	height:86px;
	float:right;
}

#header #topnav ul{    
	list-style:none;
}

#header #topnav li{    
	float:right;
}

#header #topnav li.home a{    
	width:155px;
	height:86px;
	background-image:url(../_ind_img/topnav_home.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	display:block;
}

#header #topnav li.mail a{    
	width:100px;
	height:86px;
	background-image:url(../_ind_img/topnav_mail.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	display:block;
}

#subhead {
    width:960px;
	height:250px;
}

#subhead #flash {
    width:620px;
	height:250px;
	background-image:url(../_ind_img/bg_subhead.gif);
	background-repeat:no-repeat;
	float:left;
}

#subhead #child {
    width:340px;
	height:250px;
	background-image:url(../_ind_img/bg_subhead_02.gif);
	background-repeat:no-repeat;
	float:left;
}

#container {
    width:960px;
	height:250px;
	background:url(../_ind_img/bg_container.jpg);
}

#container #content {
    width:775px;
	height:220px;
	float:left;
	background:url(../_ind_img/bg_content.jpg);
}

#container #content #keyword {
    width:720px;
	height:auto;
	margin:0 0 0 40px;
	padding:0;
}

#container #content #keyword #title{
    width:720px;
	height:25px;
	margin:0 0 5px 0;
	padding:0;
}


#footer {
    width:960px;
	height:97px;
	background-image:url(../_ind_img/bg_footer.gif);
	background-repeat:no-repeat;
	border-top: none;
}

#footer h2 a{
    width:230px;
	height:55px;
	margin:15px 0 0 10px;
	padding:0;
	background-image:url(../_ind_img/logo_footer.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	display:block;
	float:left;
}

#footer #font {
    width:700px;
	height:55px;
	margin:23px 18px 0 0;
	padding:0;
	color:#787878;
	text-align:right;
	float:right;
}

#footer #font b{
	padding-left:10px;
}

#footer #font a{
    color:#787878;
	text-decoration:none;
}

#footer #font a:hover{
    color:#787878;
	text-decoration:underline;
}

#footer #font span{
    color:#787878;
	margin:0 0 0 10px;
	padding:0;
}
