﻿body {
  font-family: sans-serif;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
}

.main_box {
  margin: 0px auto;
  width: 950px;
}

@media (max-width: 950px) {
.main_box {
  width: auto;
}
}

.title_main {
  margin-top: 5px;
  margin-bottom: 5px;
  letter-spacing: 10px;
  color: #FF0000;
 
}

.title1 {
  padding: 0.4em 0.5em;
  color: #494949;
  background: #f4f4f4;
  border-left: solid 5px #7db4e6;
  border-bottom: solid 3px #d7d7d7;
}

.title2 {
  text-decoration: underline;
  margin-bottom: 6px;
}

@media (min-width: 981px) {
   .page-cover {
      display: table;
      width: 100%;
      margin-top: 10px;
      margin-bottom: 10px;
   }
   .left-column {
      display: table-cell;
      width: 50%;
      padding: 16px;
   }
   .right-column {
      display: table-cell;
      width: 50%;
      padding: 16px;
   }
}

.resizeimage img {
   width: 85%;
   border: 1px solid black;
}

.p_image {
	margin-top: 6px;
	margin-bottom: 6px
}