#main_div {
  text-align: center;
  width: 100%;
  height: 100%;
}
#main {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
  position: relative;
  width:1000px;
  height: 100%;
  background: #fff;
  border-bottom-style: outset;
  border-right-style: outset;
  border-bottom-width: 3px;
  border-right-width: 3px;
  border-width: 2px;
  border-color: silver;
  /*background: #f1f1f1;*/
  text-align: left;
}
#pict {
	padding-left: 10px;
}
#head {
    /*background: #f1f1f1;*/
    padding-top: 0px;
	position: relative;
	/*height:250px;*/
	width:1000px;
}
#info_banner {
	position: absolute;
	left: 0px;
	top: 210px;
	width: 990px;
	height: 20px;
	border: 1px solid;
	border-color: silver;
	border-right-style: none;
	border-left-style: none;
	background: #008ed6;
	color: yellow;
	font-weight: bold;
	padding-left: 10px;
}

#center {
	position: absolute;
	left: 2px;
	top: 210px;
	width: 700px;
	border: 1px solid;
	border-color: silver;
}
#year_select {
	position: absolute;
	left: 93%;
	text-align: center;
	top: 100px;
	width: 5%;
	border: 2px outset;
	border-color: silver;
}

#right {
	position: absolute;
	left: 706px;
	/*top: 452px;*/
	top: 487px;
	width: 290px;
	border: 1px solid;
	border-color: silver;
}
#right_weather {
	position: absolute;
	left: 706px;
	top: 240px;
	width: 290px;
	border: 1px solid;
	border-color: silver;
}
#sub_3 {
	position: absolute;
	width: 37%;
	left: 1%;
	top: 30px;
	border: 2px outset;
}
#sub_4 {
	position: absolute;
	width: 60%;
	left: 39%;
	top: 30px;
	border: 2px outset;
}
#head_text {
	position: absolute;
	left: 35%;
	top: 60px;
	width: 40%;
	border: 2px none;
	color: #272a8b;
	text-align: center;
}
textarea {
	padding: 5;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	text-align:center;
	/*
	overflow:auto;
	background-image:url('img/back.png');
	background-repeat: no-repeat;
	background-size: 100%;
	*/
}
img#bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: -1;
}
img#head {
	top:0;
	left:0;
	width:1000px;
	height:150px;
	z-index: 0;
}

#main_menu_table {
	width:100%;
	/*border: 2px inset;*/
}
#main_menu_table_td {
	color: #008ed6;
	/*background: #00a651;*/
	background: url("../img/back_off.png");
	border-bottom: 1px outset;
	border-right: 1px outset;
    text-align: center;
	width: 14.28%;
}
#main_menu_table_tr {
	height: 50px;
}
th {
	color: #272a8b;
	border: 1px inset;
    text-align: left;
}
td.lbl {
	text-align: right;
	vertical-align: top;
}

table.article {
  border: 1px solid;
  border-color: silver;
  padding: 10px;
  margin: 3px;
  width: 99%;
}
caption.article_capt {
  text-align: left;
  border-top: 1px solid;
  border-right: 1px solid;
  border-left: 1px solid;
  border-color: silver;
  background: #008ed6;
  color: white;
  padding-left:10px;
}

a:active {
  color: #008000;
  text-decoration: none
}

a:link {
  text-decoration: none;
  color: #0000FF
}

a:visited {
  color: #0000FF;
  text-decoration: none
}

a:hover {
  color: #FF0000;
  text-decoration: underline
}
a.info:active {
  color: #FFFF00;
  text-decoration: none
}

a.info:link {
  text-decoration: none;
  color: #FFFF00
}

a.info:visited {
  color: #FFFF00;
  text-decoration: none
}

a.info:hover {
  color: #FFFFFF;
  text-decoration: underline
}
