@charset "utf-8";

*{
    margin: 0;
    padding: 0;
}
html,body {
	height: 100%;
}

body {
	background: #908e72;
	color: #333;
	font-size: 14px;
	line-height: 1.5em;
	font-family: sans-serif;
}

#container {
	margin: 0 auto;
	height: 100%;
	min-height: 100%;
	text-align: left;
}

body > #container {
	height: auto;
}

#contents_bg {
	width: 830px;
	height:1150px;
	margin: 0 auto;
	background: #fff;
}
/**/
a img{
	border: none;
	}
a:link,
a:visited,
a:hover {
	color: #a70033;
}
h4 {
	font-size: 90%;
	margin: 0;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/**/
#mainImg{
	width: 830px;
	height: 660px;
	margin: 0 auto;
}
.contents_1col {
	background-color: #fff;
	width: 790px;
	margin: 0 auto;
	padding: 20px;
}
h2 {
	background: url(images/ttl.gif) no-repeat;
	height: 0;
	padding-top: 26px;
	overflow: hidden;
	margin-bottom: 5px;
	color: #fff;
}
/**/
table {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-collapse: collapse;
}
.table01 {
	width: 790px/*625px*/;
	margin-top: 15px;
	float: left;
}
.table01 th, .table01 td {
	padding: 8px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
.table01 th {
	width: 15%;
	background: #caebe1;
}
.table01 td {
	text-align: left;
}

/* Footer */
#footer{
	width: 100%;
	clear: both;
	background-color: #1e5a48;
	margin-top: -150px;
}
#footer_in{
	width: 830px;
	height: 160px;
	margin: 0 auto;
	position: relative;
	
}
.logo1{
	width: 191px;
	height: 39px;
	position: absolute;
	top: 57px;
	left: 15px;
}
.logo2{
	width: 163px;
	height: 34px;
	position: absolute;
	left: 176px;
	top: 37px;
}
.logo3{
	width: 117px;
	height: 47px;
	position: absolute;
	top: 95px;
}
.support{
	width: 630px;
	color: #FFF;
	font-size: 12px;
	text-align: left;
	position: absolute;
	left: 270px;
	top: 31px;
}	
.cr{
	width: 450px;
	color: #dbdfd5;
	font-size: 10px;
	text-align: right;
	position: absolute;
	right: 15px;
	top: 132px;
}
.totop{
	width: 92px;
	height: 32px;
	position: absolute;
	left: 807px;
	top: -27px;
}


.mT10{
	margin-top:10px;
}