﻿body {
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height:1.4;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y; 
	background-position: center; 
	text-align: center;
	font-family: "Microsoft JhengHei", sans-serif;
}

a:link {
	text-decoration: none;
	color:#134991;
}

a:hover {
	text-decoration: underline;
	color: #990100;
} 

a:visited {
	text-decoration: none;
	color:#134991;
}

/*
h1 {
	font-family: 12px Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: -100;
	position: fixed;
	top: -10000px;
}*/
/* for SEO only, will make contents invisiable */
h1 {
    margin: 0;
    padding: 0;
    display: none;
    font-size: 0px;
}

#search_etc {
	padding: 5px 30px 5px 0px;
	float: right;
}
/* ↓ここからメニューのレイアウト指定CSS↓ */
/* MENU CSS */
/* ---------- */

#navi {
	width: 980px;
	margin: auto;
	padding: 0px;
	height: 35px;
	float: center;
}

/* CSS Document */
/*--------------------*/           
#dd {
  margin:0;
  padding:0;
  line-height:0;
}
#dd .mainmenu {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  line-height: 0;
  position: relative;
}
#dd .mainmenu a.menu {
  display: block;
  text-align: center;
  padding:0;
  margin:0;
  text-decoration: none;
}
#dd .mainmenu a.menu:hover {

  display: block;
  text-align: center;
  padding:0;
  margin:0;
  text-decoration: none;

/*background: #49A3FF;*/
}

.submenu {
/*background: #EAEBD8;*/
/*border: 1px solid #5970B2;*/
  visibility: hidden;
  position: absolute;
  z-index: 3;
}


.submenu a {
  display: block;
/*font: 11px arial;*/
  text-align: left;
/*text-decoration: none;
  padding: 5px;
  color: #2875DE;*/
}
.submenu a:hover {
/*background: #49A3FF;
  color: #FFF;*/
}

.submenu1 {
/*background: #EAEBD8;*/
/*border: 1px solid #5970B2;*/
  visibility: hidden;
  position: absolute;
  left: 30px;
  z-index: 3;
}


.submenu1 a {
  display: block;
/*font: 11px arial;*/
  text-align: left;
/*text-decoration: none;
  padding: 5px;
  color: #2875DE;*/
}
.submenu1 a:hover {
/*background: #49A3FF;
  color: #FFF;*/
}

.submenu7 {
/*background: #EAEBD8;*/
/*border: 1px solid #5970B2;*/
  position: absolute; right:0px;
  visibility: hidden;
  position: absolute;
  z-index: 100;
}

.submenu7 a {
  display: block;
/*font: 11px arial;*/
  text-align: left;
/*text-decoration: none;
  padding: 5px;
  color: #2875DE;*/
}
.submenu7 a:hover {
/*background: #49A3FF;
  color: #FFF;*/
}

/* ↑ここからメニューのレイアウト指定CSS↑ */

/* START of Weather CSS */
#weather {
	width: 243px;
	border: 1px #cacaca solid;
}
#weather_hd {
	margin: 1px;
	width: 241px;
	height: 20px;
	background-image: url(../images/weather_hd_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#weather_hd font {	
	font-size: 13px;
	font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #35357a;
}
.weather_div {	
	height: 32px;
	margin: 0px 5px;
	border-bottom: 1px #999999 dashed;
}
.weather_city {
	margin-top: 7px;
	width: 72px;
	text-align: center;
	float: left;
}
.weather_city font {
	font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}
.weather_icon {
	margin-top: 4px;
	width: 95px;
	text-align: center;
	float: left;
}
.weather_temperature {
	margin-top: 7px;
	width: 63px;
	text-align: center;
	float: right;
}
.weather_temperature font{
	font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#weather_date {
	padding-top: 10px;
	height: 25px;
	text-align: center; 
}
#weather_date font {	
	font-size: 11px;
	font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
	color: #999999;
}

/* END of Weather CSS */

