@charset "UTF-8";
/* CSS Document */

#contents{
	width: 100%;
	height: 100%;
	margin: 0;
	clear:both;
	overflow: auto;
}

.contentsinner{
	width: 960px;
	height: 100%;
	margin: 0 auto;
}

.maincontents{
	float: left;
	width: 642px;
	height: auto;
	padding-top: 57px;
	line-height: 24px;
}

h2{padding-bottom: 20px;
}

.main2contents{
	float: center;
	width: 100%;
	height: auto;
	padding: 10px 10px;
	line-height: 24px;
}

.main3contents{
	float: center;
	width: 100%;
	height: auto;
	padding: 0px 10px 0px 30px;
	line-height: 24px;
}


.subcontents{
	float: right;
	width: 283px;

	padding-top: 57px;
	line-height: 50px;
}



#js-info {
	width: 600px;
	height: auto;
	overflow: auto;
	padding: 5px 5px 5px 20px;
	margin-bottom: 15px;
	border: 0px solid #36c;
}
#js-info p {
	margin: 0;
	padding-bottom: 15px;
}


.thanks {
  color: #000000;
  font-size: 16pt ;
  font-weight: bold ;
  line-height: 1;
  margin:10px 0px;
  padding: 10px 5px 10px 5px;
}

#image-btn {
    border: 0px;
    width: 110px;
    height: 30px;
    background: url(../img/send.jpg) left top no-repeat;
}



