@charset "UTF-8";
/*==================================================
 LAYOUT CSS
==================================================*/

body {
  background: #FFFFFF;
  font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'MS PGothic', monospace;
  }

a {
	color: #0066CC;
	text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
		}

p, div, address, h1, h2, h3, h4, h5, h6 {
	color: #594533;
}

p {
  line-height: 180%;
  }


input, select, textarea {
	padding: 3px 5px;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
	font-size: 12px;
	cursor: pointer;
	}


header {
 width: 100%;
 

  }

main {
  margin-top: 20px;
  width: 1000px;
  margin-right: auto;
  margin-left:  auto;
  overflow: hidden;
  margin-bottom: 20px;
  }

#mainWrap {
  width: 1000px;
  overflow: hidden;
  }

#contWrap {
  width: 757px;
  float: left;
  }

#sideWrap {
  float: right;
  background: #F2F2F2;
  padding: 10px;
  width: 234px;
  box-sizing: border-box;
  }

footer {
  border-top: #09B8F1 5px solid;
  padding: 40px 0 0 0;
  }

#footWrap {
  width: 1000px;
  margin-right: auto;
  margin-left:  auto;
  overflow: hidden;
  }