body {
  font: 100.0% Verdana, Geneva, sans-serif;
  font-style:normal;
  background-color:#202020;
}

* {
  margin:0;
}

#page {
  margin:0;
}

#headerimg1 {
  width:570px;
  height:250px;
}

#headerimg2 {
  width:100%;
  height:auto;
}

@media screen and (min-device-width: 550px) {

#header1 {
  margin:0;
  max-width:520px;
}

#header2 {
  margin:0;
  max-width:100%px;
  display:none;
}

#navi {
  margin-top:250px;
  margin-bottom:25px;
  padding-left:25px;
  padding-right:25px;
  padding-top:25px;
  padding-bottom:25px;
  min-width:520px;
  max-width:770px;
  position:absolute;
  top:25px;
  display:none;
}

#main {
  margin-top:250px;
  margin-bottom:25px;
  padding-left:25px;
  padding-right:25px;
  padding-top:25px;
  padding-bottom:25px;
  min-width:520px;
  max-width:770px;
  position:absolute;
  top:25px;
  }

}

@media screen and (max-device-width: 549px) {

#header1 {
  margin:0;
  max-width:770px;
  display:none;
}

#header2 {
  margin:0;
  max-width:100%px;
}

#navi {
  margin-top:75px;
  margin-bottom:25px;
  padding-left:25px;
  padding-right:25px;
  padding-top:25px;
  padding-bottom:25px;
  min-width:520px;
  max-width:770px;
  position:absolute;
  top:25px;
}

#main {
  margin-top:75px;
  margin-bottom:25px;
  padding-left:15px;
  padding-right:15px;
  padding-top:25px;
  padding-bottom:25px;
  min-width:80%;
  max-width:100%;
  position:absolute;
  top:25px;
  }

}
  
#columm_left{
  float:left;
  margin-right:10%;
  height:auto;
  width:40%;
  min-width:40%;
  }

#columm_right{
   float:right;
   margin-left:10%;
   height:auto;
   width:40%;
   min-width:40%;
   }
  
.fontstyle_main {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	color: #EEEEEE;
	line-height: 150%;
}

.fontstyle_main_wsm {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	color: #999999;
	line-height: 150%;
}

.fontstyle_blog {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	color: #EEEEEE;
	line-height: 150%;
}

.fontstyle_navi {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	color: #EEEEEE;
	line-height: 150%;
}

.fontstyle_link {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	color: #999999;
	line-height: 150%;
}

.fontstyle_nolink {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	color: #EEEEEE;
	line-height: 150%;
}

.fontstyle_small {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #999999;
	line-height: 150%;
}

.fontstyle_small_bright {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #EEEEEE;
	line-height: 150%;
}

.fontstyle_small_wsm {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #009900;
	line-height: 150%;
}

.fontstyle_head {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #888888;
    letter-spacing: 1px;
	line-height: 150%;
}

.fontstyle_head_wsm {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FF0000;	
	letter-spacing: 1px;
	line-height: 150%;
}

.fontstyle_edit {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	color: #BB0000;
	line-height: 150%;
}

.fontstyle_error {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FF0000;	
	letter-spacing: 1px;
	line-height: 150%;
}

a:link {
	text-decoration: none;
	color:#999999;
}

a:visited {
	text-decoration: none;
	color:#999999;
}

a:hover {
	text-decoration: none;
	color:#777777;
}

a:active {
	text-decoration: none;
	color:#999999;
}

a.bright:link {
	text-decoration: none;
	color:#EEEEEE;
}

a.bright:visited {
	text-decoration: none;
	color:#EEEEEE;
}

a.bright:hover {
	text-decoration: none;
	color:#999999;
}

a.bright:active {
	text-decoration: none;
	color:#EEEEEE;
}

a.important:link {
	text-decoration: none;
	color:#BB0000;
}

a.important:visited {
	text-decoration: none;
	color:#BB0000;
}

a.important:hover {
	text-decoration: none;
	color:#DD0000;
}

a.important:active {
	text-decoration: none;
	color:#BB0000;
}

.csvTable{
    font-size: 14px;
    border-top: 0px solid;
	border-bottom: 0px solid;
    border-left: 0px solid;
    border-right: 0px solid;
	background-color: #202020;
	position: static;
}    

.csvTable td{    
}

.hmTable{
    font-size: 14px;
    border-top: 0px solid;
	border-bottom: 0px solid;
    border-left: 0px solid;
    border-right: 0px solid;
	background-color: #202020;
	position: static;
}    

.hmTable td{    
}

.form{
    background-color: #C0C0C0;
}    