@font-face {
  font-family: 'AgendaLight';
  src: url('agenda-light-webfont.eot');
  src: local('☺'), url('agenda-light-webfont.woff') format('woff'), url('agenda-light-webfont.ttf') format('truetype'), url('agenda-light-webfont.svg#webfontx5dBYM3y') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AgendaMedium';
  src: url('agenda-medium-webfont.eot');
  src: local('☺'), url('agenda-medium-webfont.woff') format('woff'), url('agenda-medium-webfont.ttf') format('truetype'), url('agenda-medium-webfont.svg#webfontx5dBYM3y') format('svg');
  font-weight: normal;
  font-style: normal;
}
body, html {
  background: #FFF;
}
div#wrap {
  width: 1000px;
  position: relative;
  left: 50%;
  margin-left: -500px;
}

a {
  text-decoration:none;
  color: black;
}
div#content {
  display: block;  
}
.page-content {
  margin: 20px 0 0 0;
}
div#column_left {
  width: 180px;
  margin: 25px 20px 0 35px;
  float: left;
display:inline;
overflow:hidden;
}
div#column_center {
  width: 540px;
  margin: 0 20px 0 0;
  float: left;
  display:inline;
}
div#column_right {
  width: 180px;
  margin: 40px 0 0 0;
  float: left;
	z-index:0;
}
#breadcrumb {
  margin: 20px 0 20px 0;
  color: #F39910;
}
#breadcrumb a {
  color: #999;
  text-decoration: none;
}
#submenu {
  float: left;
  width: 80px;
  margin: 0 40px 0 0;
}
#submenu a {
  color: #999;
  text-decoration: none;
}
#submenu ul li{
  font-weight: bold;
  margin: 5px 0 5px 0;
}
#submenu ul ul li {
  font-weight: normal;
}
#submenu .active a {
  color: #FF9900;
}
#pagecontent {
  float: left;
  width: 405px;
  color: #666;
  text-align: justify;
}
#pagecontent h1 {
  color: #F39910;
  font-size: 20px;
  margin: 0 0 20px 0;
}
img#pagenotfound {
  width:324px;
  height:216px;
  float:left;
  left:70px;
  position:relative;
  z-index:-1;
}
.pageitem {
  color: #666;
}
.pageitem p {
  
}
.pageitem_home {
  margin: 30px 0 0 0;
  width: 540px;
}
.pageitem_home table td div {
	overflow:hidden;
  margin: 10px;
   height: 75px;
  font-size: 13px;
  line-height: 130%;
  color:#A1A4A2;
  width:150px;
  word-wrap:break-word;
}
#column_center div.pageitem_home td div a{color:#636363;}
.website_form {

}
.website_form li .error_list li {
  color: red;
  margin: 10px 0 10px 0;
}
.website_form li {
  height: 40px;
}
.website_form li label {
  width: 160px;
  float: left;
  padding: 10px 0 0 0;
  text-align: left;
}
.website_form li input[type=text] {
  width: 200px;
  padding: 3px;
  border: 1px solid #CCC;
  margin: 7px 0 7px 0;
}
.website_form li select {
  padding: 3px;
  border: 1px solid #CCC;
  margin: 7px 0 7px 0;
}
.website_form li textarea {
  width: 240px;
  height: 100px;
  border: 1px solid #CCC;
  margin: 0 0 2px 0;
  margin: 7px 0 7px 0;
}
.website_form li .submitbutton {
  background: #CCC;
  border: 1px solid #999;
  padding: 4px 10px 4px 10px;
  margin: 5px 0 0 0;
  color: #FFF;
}
.website_form li input.error, .website_form li textarea.error {
  background: #FFF2F2;
  border: 1px dotted #FF0000;
}
#column_center  .detail_download  a{
color: blue;
text-decoration: underline;
}
#column_center  .detail_download  a:hover{
color:#F39910;
}