body {
  text-align: center;
  color: #828080;
}

a,
a:hover {
  color: #ed1b23;
  text-shadow:#666666;
  font:bold;
  text-decoration:none;
  
}

.wrapper {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 675px;
  background-color:#FFFFFF;
  border: 1px solid black;

}


.header table {
  width: 100%;
}

.header img {
  border: 0px;
}

.header .gray_box {
  width: 218px;
  height: 52px;
	background-color: #EFEFEF;
}

.header .top_side_menu {
  text-align: right;
  width: 457px;
  height: 28px;
}

.header .top_side_menu a,
.header .top_side_menu a {
  color: #828080;
	text-decoration: none;
}

.header .logo {
  height: 28px;
  width: 218px;
}

.header .slogan {
  height: 184px;
  width: 457px;
}  

.header .red_line {
  background-color: #ED1B23;
}

.canvas {
  margin: 20px 20px 20px 20px;
  text-align:justify;
  
  
}

.canvas img {
  float: left;
  border: 1px solid #828080;
  margin-right: 10px;
}

.canvas h1 {

}

.canvas h2 {

}

.canvas h3 {
  display: inline;
  font-size: 16px;
}

.margin tr {
  margin: 0px;
}

.list img {
  border: 0px;
  float: left;
}

.list a,
.list a:hover {
  color: #828080;
  font-weight: bold;
  /*
  padding: 0px;
  margin: 0px;
  text-decoration: none;
  border-bottom: 1px solid #ED1B23;
  */
}
.list table {
	border-top: 1px solid #828080;
}

.list td {
  vertical-align: middle;
  margin: 0px;
  text-align: left;
  border-bottom: 1px solid #828080;
  padding: 10px 20px 10px 0px;
}

.list .three_dot_arrow {
  padding: 10px 0px 10px 0px;
}

.map img {
  float: none;
  clear: both;
}

.footer table {
	width: 100%;  
  font-size: 12px;
}

.footer .gray_line {
  width: 100%;
  height: 10px;
	background-color: #EFEFEF;
}

.footer .bar_top,
.footer .bar_bottom {
  height: 10px
}

.footer .left {
  width: 33%;
  border-right: 3px solid #ED1B23;
	text-align: center;
}

.footer .center {
  width: 34%;
	text-align: center;
}

.footer .right {
  width: 33%;
  border-left: 3px solid #ED1B23;
	text-align: center;
}


.footer .gray_box {
  height: 52px;
	background-color: #EFEFEF;
}  
