﻿/* 整體結構
---------------------------------------------------- */
*{
  margin: 0;
  padding: 0;
}
body {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333;
	background-color:#ababab;
	text-align: center;
}
#wrapper { 
    height: 100%;
    width: 960px;
    margin:0 auto;
    text-align: left;
    clear: both;
    background-color:#fff;
}
html>body #wrapper {
	height: auto;
}
/*首頁
---------------------------------------------------- */
#header_top {
  width:960px;
  height:3px;
  background-image:url("../_ind_img/top_line.gif"/*tpa=http://www.everywhere.com.tw/_ind_img/top_line.gif*/);
}
#header {
  background-image:url("../_ind_img/header_bground.gif"/*tpa=http://www.everywhere.com.tw/_ind_img/header_bground.gif*/) ;
  width: 960px;
  height: 104px;
}
#header h1 a {
  float: left;
  margin: 0 0 0 20px;
  height: 104px;
  width: 145px;
  background: url("../_ind_img/logo.jpg"/*tpa=http://www.everywhere.com.tw/_ind_img/logo.jpg*/) ;
  display:block;
  text-indent: -9999px;  
}
#header img {
  border: 0;
}

/*首頁-按扭
---------------------------------------------------- */
#header #right {
  width:635px;
  height:104px;
  float:right;
}
#header #right h2 {
  text-align:left;
  margin:30px 0 3px 25px;
  padding:0;
  font-weight:bold;
  font-size:11px;
  color:#999;
}
#header #right h2 span{
  color:#0099cc;
}
#header #nav {
  background-image:url("../_ind_img/nav_bground.jpg"/*tpa=http://www.everywhere.com.tw/_ind_img/nav_bground.jpg*/);
  background-repeat:no-repeat;
  width:617px;
  height:32px;
  margin:0 18px 0 0;
}
#header #nav #left{
  float:left;
  margin:6px 0 9px 15px;
  width:470px;
}
#header #nav #left ul{
  list-style:none;
}
#header #nav #left li{
  display: inline;
}
#header #nav #left li a{
  color:#ffffff;
  text-decoration:none;
  margin:0 25px 0 0;
  padding:0;
}
#header #nav #left li a:hover{
  color:#000;
}
#header #nav #right{
  float:right;
  margin:7px 5px 9px 0;
  padding:0;
  width:110px;
  height:20px
}
#header #nav #right ul{
  list-style:none;
}
#header #nav #right li{
  display: inline;
}
#header #nav #right li a{
  color:#ffffff;
  font-weight:bold;
  text-decoration:none;
  margin:0 8px 0 8px;
  padding:0;
}
#header #nav #right li a:hover{
  color:#000;
}


/*首頁-內容
---------------------------------------------------- */
#content {
  width:960px;
  height:430px;
}
#content #left {
  margin:0 15px 0 12px;
  padding:0;
  float:left;
  width:532px;
  height:400px;
  background-image:url("../_ind_img/flash_bground.jpg"/*tpa=http://www.everywhere.com.tw/_ind_img/flash_bground.jpg*/);
  background-repeat:no-repeat;
}
#content #left #home {
  margin:0 5px 5px 2px;
  padding:0;
  width:525px;
  height:395px;
}
#content #right {
  float:right;
  text-align:left;
  width:370px;
  margin:0 10px 0 0;
  padding:0;
}
#content #right h1{
  font-size:24px;
  color:#ff6600;
  font-family: "Courier New", Courier, mono;
}
#content #right h2{
  font-size:12px;
  color:#000000;
  font-family: "Courier New", Courier, mono;
  margin:0 0 10px 3px;
}
#content #right #subject {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCCCCC;
  margin:5px 0 0 0;
  padding:0;
}
#content #right #subject td.button{
  padding:0 0 5px 0;
}
#content #right #ad {
  margin:5px 0 0 0;
}
#content #right #ad img{
  margin:0 0 5px 0;
}


/*首頁-頁尾
---------------------------------------------------- */
#footer_top {
  width:960px;
  height:3px;
  background-image:url("../_ind_img/under_line.gif"/*tpa=http://www.everywhere.com.tw/_ind_img/under_line.gif*/);
  margin:0 0 1px 0;
}
#footer {
  clear:both;
  width: 960px;
  height: 120px;
  background-image:url("../_ind_img/footer_bground.gif"/*tpa=http://www.everywhere.com.tw/_ind_img/footer_bground.gif*/);
  background-repeat:repeat-x;
}
#footer h1 a {
  float: right;
  margin: 0 15px 0 0!important;
  padding:0;
  height: 95px;
  width: 155px;
  background: url("../_ind_img/logo_under.gif"/*tpa=http://www.everywhere.com.tw/_ind_img/logo_under.gif*/) ;
  display:block;
  text-indent: -9999px;  
}
#footer img {
  border: 0;
}
#footer #left {
  margin:15px 0 0 12px!important;
   padding:0;
  width:690px;
  float:left;
  color:#8bccff;
}
#footer #left a{
  color:#8bccff;
  text-decoration:none;
}
#footer #left a:hover{
  color:#ffffff;
}
#footer #left #nav {
  margin:0 0 5px 0;
}
#footer #left #nav a{
  color:#ffffff;
  text-decoration:none;
  margin:0 8px 0 8px!important;
}
#footer #left #nav a:hover{
  color:#8bccff;
}
#footer #left b{
  margin:0 10px 0 8px;
  padding:0;
  font-weight:normal;
}
#footer #left p{
  margin:0;
  padding:0;
}
#footer #left p span{
  font-size:11px!important;
  color:#75bbea;
}

/*內頁-內容
---------------------------------------------------- */
#pagecontent {
  width:960px;
  height:auto;
  background-color:#ffffff!important;
  overflow: hidden;
}
#pagecontent #left{
  width:188px;
  margin:0 0 0 10px;
  padding:0;
  float:left;
  background-color:#FFFFFF;
}
#sidebar_title {
  margin: 10px 0 15px 0;
  padding:0;
  height: 54px;
  width: 188px;
}
#sidebar {
  margin: 0 3px 10px 0;
  padding:0;
  width: 185px;
}
#sidebar ul{
  list-style: none;
}
#sidebar li{
  text-align: left;
  border-bottom: 1px solid #ccc;
  color:#999;
  height:24px;
}
#sidebar li a{
  color:#999;
  text-decoration:none;
  font-weight:bold;
  line-height:24px;
}
#sidebar li a:hover{
  color:#0099cc;
}
#sidebar li img{
  margin:0 5px 0 10px;
}
#left_ad {
  margin:0 0 50px 0;
  padding:0;
}
#left_ad img{
	margin:0 0 5px 0;
	padding:1px;
	border: 1px solid #ccc;
}
#pagecontent #right{
  width:722px;
  margin:0 10px 0 0;
  padding:0;
  float:right;
  text-align:left;
  background-color:#FFF;
}
#pagecontent #flash {
  width:722px;
  height:136px;
  background-image:url("../_images/pageflash_bground.jpg"/*tpa=http://www.everywhere.com.tw/_images/pageflash_bground.jpg*/);
  background-repeat:no-repeat;
}
#pagecontent #flash #page {
  margin:0 5px 6px 2px;
  width:715px;
  height:130px;
}
#pagecontent #s_title {
  margin:10px 0 15px 10px;
  color:#999;
}
#pagecontent #s_title a {
  color:#999;
  text-decoration:none;
}
#pagecontent #s_title a:hover {
  color:#666666;
}
#pagecontent #container {
  margin:0 0 30px 10px;
  width:712px;
}
#pagecontent #container a{
  color:#0099cc;
  text-decoration:none;
}
#pagecontent #container a:hover{
  text-decoration:underline;
}


/*文字樣式
---------------------------------------------------- */
.word_01{
	font-size:24px;
	font-weight:bold;
	color:#ff6600;
	font-family: "Courier New", "Courier", "mono";
	line-height: 36px;

}
.word_02{
  font-size:12px;
  font-weight:bold;
  color:#000000;
  font-family: "Courier New", Courier, mono;
}
.word_03{
  font-size:12px;
  color:#ff9900;
}
.word_04{
  font-size:12px;
  color:#cc0000;
}
.word_05{
  font-size:12px;
  color:#0066cc;
}
.word_06{
  font-size:12px;
  color:#339900;
}
.word_07{
  font-size:12px;
  color:#0066cc;
  font-weight:bold;
}
.web_bg{ margin-top:5px; margin-left:10px; margin-right:3px;}
